what system you on? Windows?
On Win98 you can goto Start > Run and type winipcfg.
You will see your IP address there.
Mark
(post removed)
Moderator: General Moderators
- SantaGhost
- Forum Commoner
- Posts: 41
- Joined: Mon Sep 15, 2003 11:54 am
-
Sinnix
- Forum Commoner
- Posts: 43
- Joined: Mon Apr 28, 2003 11:01 am
- Location: Ottawa, ON Canada
- Contact:
You could also just jump on your sever and use an internet broswer to go to http://www.whatismyip.com.
- SantaGhost
- Forum Commoner
- Posts: 41
- Joined: Mon Sep 15, 2003 11:54 am
or make a php script
and run it from a webserver 
Code: Select all
<?php
echo($_SERVER["REMOTE_ADDR"]);
?>