VPN on Web Server

arwor

Newbie
Joined
Jun 21, 2010
Messages
20
Reaction score
0
Hi,
I have couple of PHP scripts that connects to Youtube, facebook, Twitter etc that grab and upload content, images, videos etc automaticly with cronjob.

So, I have a problem when social networks ban my Web Server IP. So, is there any VPN software that can be installed on VPS or Dedi server so my server IP's can be changed randomly on time intervals? Whit some PHP scripts I can do with curl socks proxy, but I have scripts that not use curl, but official apis.
 
Hi,
I have couple of PHP scripts that connects to Youtube, facebook, Twitter etc that grab and upload content, images, videos etc automaticly with cronjob.

So, I have a problem when social networks ban my Web Server IP. So, is there any VPN software that can be installed on VPS or Dedi server so my server IP's can be changed randomly on time intervals? Whit some PHP scripts I can do with curl socks proxy, but I have scripts that not use curl, but official apis.


You can install a VPN client on your server to connect to another VPN server somewhere.

Changing the actual IP of your server requires action from your host.
 
You can install a VPN client on your server to connect to another VPN server somewhere.

Changing the actual IP of your server requires action from your host.

No, I don't what to change the actual IP of my server. I want to install a VPN software to my server (I don't know something like HMA Pro VPN, but for webserver). and from VPN to connect to yt, fb tw etc. do you have some sugestions about software or?
 
It can be done, but it's tough. I would look for another solution..
 
can you like use HMA and just have it change ip's every minute? idk i've never done it, but heard about it and such.
 
I'm using HMA on my pc, but can I install it on my web server, doesn't have to be windows server? I'm not sure, if someone already did that?
 
Back
Top