So first off I just want to talk about Proxy Servers that let you brows anonymously. Although I've known about them for ages now, and used them myself a few times I have only just started to read up on them, about how they work and can be used.
So as I understand it you conect to the proxy, the proxy sends out the request from someone elses ip address that is connected, gets the information back, then sends it on to you. The end result being that the ip address that was used to access the site is not you own.
One thing I thought about this is that any proxy coud be intercepting your data (login / password etc), is there anything that would stop them doing this?
Anyway, on to the main reason I am posting this. I am wanting to automate regestering some accounts, and would like to be using a different ip address for each registration I do.
what is the best way of doing this with php and cURL? Is it to try and find a list of a few hundred proxy's and just run through the list making a new account on each one? Or is there a way to get a new ip address with a single proxy each time I create a new account. After a little testing I couldn't work out how to do this as if I just reconnect to the same proxy, it will just give me the same ip addres again.
Any help, or a point in the right direction would be apreciated as I am struggling to find much about this.
Cheers,
Blue
So as I understand it you conect to the proxy, the proxy sends out the request from someone elses ip address that is connected, gets the information back, then sends it on to you. The end result being that the ip address that was used to access the site is not you own.
One thing I thought about this is that any proxy coud be intercepting your data (login / password etc), is there anything that would stop them doing this?
Anyway, on to the main reason I am posting this. I am wanting to automate regestering some accounts, and would like to be using a different ip address for each registration I do.
what is the best way of doing this with php and cURL? Is it to try and find a list of a few hundred proxy's and just run through the list making a new account on each one? Or is there a way to get a new ip address with a single proxy each time I create a new account. After a little testing I couldn't work out how to do this as if I just reconnect to the same proxy, it will just give me the same ip addres again.
Any help, or a point in the right direction would be apreciated as I am struggling to find much about this.
Cheers,
Blue