Hello,
Looking for someone who can rewrite my current file sharing search script from scratch.
My project: http://www.filemirrors.info
How it works:
– A spider searches for files hosted on rapidshare, megaupload…
– Linkchecker that checks for broking links and grabs the file info
– A mysql search function that can display the results.
I currently have a fully working script, made by myself however:
– The search function needs to be optimized for a huge mysql db (+ 10.000.000 records)taking too much CPU power and Mysql resources.
– The link checker part needs to check faster.
I created the script by copy/paste different source codes which I found on the web. My source code can probably reduced by 50%