Script using multiple IPs

I have a dedicated server with CentOS, WHM, cPanel and 30 IP
addresses. I wrote a PHP script that downloads multiple websites.
I need to make this script to do downloads each time from different
IP. As I've said before, I have 30 IPs with my server.
Here is an example:
My IP range is 68.15.21.120-150
I need to download 4 web sites: cnn.com, bbc.com, av.com, google.com
Script downloads cnn.com from 68.15.21.120
bbc.com from 68.15.21.121
av.com from 68.15.21.122
google.com from 68.15.21.123
How can I do that?
Thank you.

 

 

 

 

Top