Guys, I have a server with 6 IP and so hundreds of domain name. Many of my users are using yahoo IP. However, they hit 5000 /day so soon. I checked that when people the file_get_content, my server will always make outbound call using the standard IP rather than the additional IP. So even if I give my user a special IP, all those domains will still use the same IP. How can we use file_get_contents with the other 5 of my IPs?
It's impossible i think. You should change route table of your server everytime you need to connect from different IP number. Let me know if I'm wrong and know better way to do this