here is the situation
i want to index 300+ .php files with txt data, which all are in only one dir, and because there are no links to them, i guess the only way is to enable the directory listing and set the dir for start path of the spider.
Well that's what i did, but that way the spider is indexing the directory listing page, too, and it's always on top of the results, even i got 4-5 results leading to the directory listing.
This makes the results to look lame.
That's why i need script which can filter out the directory listing page results
well i found that phpMySearch, is fitting my needs....but have other problem 🙂
it's getting the exact files names, and use them for linking, even when they are in cyrillic, and when i click on a result with filename in cyrillic, i got 404, because when it's link the chars should be in %XXX format otherwise the browser can't recognize them.....
well, i started exploring the code to find where is the code resposible for the results generating, and to add a translate function.........
but just can't find it
I even can't find where the {URL} thing, is replaced with the real link
i'm using the dreamweaver search function to search in the files....
if someone has used this script, i'll be happy to get any directions.....