Page 1 of 1
a question about changing the ip
Posted: Thu Mar 20, 2008 7:13 pm
by spyshow
hiiii
i want to make a php script that take an ip address and visit a web page with that ip
can any ody help me with that
is there any class to do this???
Re: a question about changing the ip
Posted: Thu Mar 20, 2008 10:35 pm
by yacahuma
so you want to simulate a client visit to a site? I am not an expert but I dont think you can change that data. The ip address is at the network layer of the osi model. which means that , the ip information is provided by the routers and not the application.
Re: a question about changing the ip
Posted: Thu Mar 20, 2008 10:52 pm
by anjanesh
If the browser is responsible for sending the Remote IP Address field, then you can easily manipulate this to show a custom IP.
Re: a question about changing the ip
Posted: Fri Mar 21, 2008 5:13 am
by spyshow
i think we can do that by socket (i'm not sure ) here an example
http://www.bewebmaster.com/113.php
will that works????
Re: a question about changing the ip
Posted: Sat Mar 22, 2008 10:30 am
by mVeliki
Make "iframe" in your web page, and set its "src" to target URL.
Visito'r browser will receive such HTML and then generate additional request to target site from visitor's IP.
It is enugh for generating traffic but to getting received content you must use javascript.