I have lots of files uploaded in my server and I want to make a search engine of them. I just need an automatic script which will crawl the pages daily and put them in search engine database. And than I could use the search engine. Is there any readymade script like that or can you make the script?
thankx buddy. trying it. Let me tell you I dont have any database of my files. Just files are uploaded in a folder.
Its because I dont know how to make a database. So, Yes it must crawl from folders. I have php pages in a folder.
Nope! if you're going to use your own custom site just use google custom search engine its free and easy
i can program such a script customly for you. PM me with your site´s url and your exact idea (skype?).
but i think if you can make a database of your file name then your work gets simpler. 1)Just fetch the file name one by one from DB 2)read those files using fread() 3)use preg_match_all() for finding your query on that page 4) if found display it.