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???
a question about changing the ip
Moderator: General Moderators
Re: a question about changing the ip
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.
Last edited by yacahuma on Thu Mar 20, 2008 11:16 pm, edited 1 time in total.
Re: a question about changing the ip
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
i think we can do that by socket (i'm not sure ) here an example
http://www.bewebmaster.com/113.php
will that works????
http://www.bewebmaster.com/113.php
will that works????
Re: a question about changing the ip
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.
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.