2009-08-30, 05:55 AM
(This post was last modified: 2009-08-30, 06:12 AM by bored4ever86.)
I'm interested in a way to view all files within a given directory of a website
EX. blah.com/george (i made up this site, its not the one i'm looking for)
i want to be able to see all files stored under george be it html pages or other supporting files
the site is hosted on a free host that doesn't support indexing through ftp so i can't just use that method
the reason is the main site writes to a file within the directory and i don't know the name of said file nor can i find it just by viewing the source code as it makes a call to a php file that does the writing and naming of said file (if i could get my hads on the source colde for the php file i'd be set but idk how to do that). I had the name prior but the name must have been changed as when i give it new info to update the file with the update happens but not to the previous file....
i'm a noob when it comes to this stuff (self taught stuff thrown together with my java programming class knowledge)
EX. blah.com/george (i made up this site, its not the one i'm looking for)
i want to be able to see all files stored under george be it html pages or other supporting files
the site is hosted on a free host that doesn't support indexing through ftp so i can't just use that method
the reason is the main site writes to a file within the directory and i don't know the name of said file nor can i find it just by viewing the source code as it makes a call to a php file that does the writing and naming of said file (if i could get my hads on the source colde for the php file i'd be set but idk how to do that). I had the name prior but the name must have been changed as when i give it new info to update the file with the update happens but not to the previous file....
i'm a noob when it comes to this stuff (self taught stuff thrown together with my java programming class knowledge)

