Shoutbox

php image gallery duplicate - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: php image gallery duplicate (/showthread.php?tid=79864)

php image gallery duplicate by Jarrod on 12-10-2007 at 11:17 AM

there's a website that has a php image gallery so all the image paths look like this:
domain/picture.php?i=4936

is there a way i can directly copy the file structure off the server or find the location of the images?


RE: php image gallery duplicate by Spunky on 12-10-2007 at 12:14 PM

Not unless they let your browse the directories... try going to domain/images or something


RE: php image gallery duplicate by rav0 on 12-10-2007 at 12:35 PM

Maybe it's possible to guess the urls.

Eg:
domain/picture.php?i=4936
domain/picture.php?i=4937
domain/picture.php?i=4938
domain/picture.php?i=4939


RE: php image gallery duplicate by Jarrod on 12-10-2007 at 09:55 PM

yeah but i just want to use websnake and download them all,,,wat if i had the php files?