[PHP] PHP trace route?

2001-02-26 Thread Brandon Orther

Hello,

I am looking for a php trace route that I can have get the IP of the person
browsing the site and do a trace route from the server.  Then I want to
reverse the results so It looks like they are doing a trace route on the
server rather than the server doing a trace route on them.

Thank you,


Brandon Orther
WebIntellects Design/Development Manager
[EMAIL PROTECTED]
800-994-6364
www.webintellects.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP trace route?

2001-02-26 Thread Julian Wood


Use passthru to run traceroute on the ip of interest, then output the
results of that command, line by line, starting with the last line.

J

on 2/26/01 9:48 AM, Brandon Orther at [EMAIL PROTECTED] wrote:

 
 Hello,
 
 I am looking for a php trace route that I can have get the IP of the person
 browsing the site and do a trace route from the server.  Then I want to
 reverse the results so It looks like they are doing a trace route on the
 server rather than the server doing a trace route on them.
 
 Thank you,
 
 
 Brandon Orther
 WebIntellects Design/Development Manager
 [EMAIL PROTECTED]
 800-994-6364
 www.webintellects.com
 
 

-- 
Julian Wood

Multimedia Developer
University of Calgary


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]