Is there a way to find out the IP adress of any website?
If there is, can you tell me?
EDIT: Oh, and sorry for spelling address wrong :P
You can ping it from command prompt.
'ping www.blitzbasic.com'
type "ping www.blitzbasic.com"
Type (In the command prompt):-
ping www.blitzbasic.com
Results in:-
Pinging blitzbasic.com [66.103.20.95] with 32 bytes of data:
Reply from 66.103.20.95: bytes=32 time=121ms TTL=55
Reply from 66.103.20.95: bytes=32 time=119ms TTL=55
Reply from 66.103.20.95: bytes=32 time=120ms TTL=55
Reply from 66.103.20.95: bytes=32 time=119ms TTL=55
Ping statistics for 66.103.20.95:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 119ms, Maximum = 121ms, Average = 119ms
Dabz