PHP Script, how do I get it to use all the ip's on my server...
Hi agian,now that I can relax on the old issue, I'm designing a php script I want to run from shell.
This script should be runnning 24/7 doing text processing for a spidering engine I'm building. I don't want to run it every 5 minutes based on cron, rather I want to give it a VERY large input.txt file or MANY in a folder, and it recurse through the files parsing and never timing out.
I've already done all this.
I need it to go out on the web and spider as well, and I need it to use one of the 60 ip's I have alotted to my server. I want it to go through each of these DIFFERENT ip's on my server each time it spiders out.
I don't really want to setup 60 proxies on my server, so here's my question for WHT
How can I setup PHP to USE a different of my 60 ip's each time? ALL 60 ip's are binded to the server already. I just want php to rotate through using them, so I don't extensively show up too much as one ip and get banned.
Thanks in advance~!~ this is not a coding question, this is a techincal php question.