|
Description: |
I want a PHP & Text based script to scrape a list of proxies from the following websites:
http://www.aliveproxy.com/proxy-list-port-80/
http://www.aliveproxy.com/fastest-proxies/
http://www.aliveproxy.com/proxy-list/proxies.aspx/United_States-us
It will add ONLY the IP and port in the following manner.
IP:PORT
...to a text file.
Next, the script will then connect to http://www.ip-adress.com/ and find out the machine's IP address. Then it will use curl to connect to the same webaddress and ENSURE it is actually a working proxy. The timeout will be set at 5 seconds.
If it connects and the IP is different then the original machine's IP, then it must be a working proxy. The script will then create another text file named WORKING.txt and place the working proxies in there listed in the same manner from which it got them in.
Using AJAX, all this will be accomplished on the same page. Also, progress bars will show how far the script has completed task 1 ( which is the scraping part ) and task 2 ( which is the proxy testing part )
and the final task will show how many proxies timed out, and how many were working.
****************
So the PHP layout should look like this:
A button that says "Scrape The Proxies"
Then a button that says "TEST The Proxies"
and below it an area to show progress and report.
If you have any questions, please ask.
Thank you.
Additional Info (Added 7/31/2008 at 5:21 EST)...******NOTICE*******
The budget is SET for this project.
Don't bother if you are high balling the bid.
It will *NOT* be considered at all.
Thank you.
|