Wecome to speedtip blog Download software game Scripts Web Templates

Sunday, April 15, 2007

Find Any Website Ip Address

here is a method of finding a website ip that i tried

first find a site that you want to get the ip...

Quote:
newgrounds.com


second, click start than "run" and type in cmd

now, type this into the command prompt:


Quote:
ping "website"

website being the website like above "newgrounds.com"

it will return:

Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Kaos>ping newgrounds.com

Pinging newgrounds.com [38.119.130.61] with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 38.119.130.61:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Documents and Settings\Kaos>


well... the ip is there...
Quote:
Pinging newgrounds.com [38.119.130.61] with 32 bytes of data:


ps. its not getting it cause i blocked newgrounds on my firewall, i kept telling by brother not to go there and we was a smart ass, so he diserves it! hehe

Labels: