(post removed)

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

what system you on? Windows?

On Win98 you can goto Start > Run and type winipcfg.

You will see your IP address there.

Mark
User avatar
SantaGhost
Forum Commoner
Posts: 41
Joined: Mon Sep 15, 2003 11:54 am

Post by SantaGhost »

on win2000+nt you can do run->cmd->ipconfig (i think this is possible on win98 machines too (they use command instead of cmd))
Sinnix
Forum Commoner
Posts: 43
Joined: Mon Apr 28, 2003 11:01 am
Location: Ottawa, ON Canada
Contact:

Post by Sinnix »

You could also just jump on your sever and use an internet broswer to go to http://www.whatismyip.com.
User avatar
SantaGhost
Forum Commoner
Posts: 41
Joined: Mon Sep 15, 2003 11:54 am

Post by SantaGhost »

or make a php script

Code: Select all

<?php
echo($_SERVER["REMOTE_ADDR"]);
?>
and run it from a webserver :lol:
Post Reply