Results 1 to 6 of 6
  1. #1
    Schyler's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Australia [GMT+10:00]
    Posts
    84
    Reputation
    10
    Thanks
    23
    My Mood
    Angelic

    [Tutorial] Find your FULL IP Address Details

    You can find much about your network connections by using CMD commands. This tutorial will show how to find some vital information.

    • Open CMD using the Run menu found in the start menu, for Vista users type cmd into the search box;
    • Once open, type the following into the cmd window:
    • Press enter and scroll down a little. This picture shows the type of information you can find:


    These details can be used for tasks like Port Forwarding etc. It's a handy thing to know.

    Regards,
    -Schyler-

  2. The Following User Says Thank You to Schyler For This Useful Post:

    MJLover (04-28-2010)

  3. #2
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    this is for machine IP... not the IP of the internet connection....

  4. #3
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    Quote Originally Posted by Sixx93 View Post
    this is for machine IP... not the IP of the internet connection....
    yeh, you're right

  5. #4
    sharimila's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    You can get the ip details here WhoisXY.com Whois Search and also get the whois information,ip to domain,domain to ip,etc......

  6. #5
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    nice but already posted i guess

  7. #6
    .mokk.'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Code:
        Private Function GETIP()
            Dim req As HttpWebRequest = WebRequest.Create("https://whatismyip.com/automation/n09230945.asp")
            Dim res As HttpWebResponse = req.GetResponse()
            Dim Stream As Stream = res.GetResponseStream()
            Dim sr As StreamReader = New StreamReader(Stream)
            Return (sr.ReadToEnd())
        End Function
    Use:
    Code:
     MsgBox(GETIP)
    ^^
    I use this

Similar Threads

  1. [Tutorial] Change your IP to unban yourself
    By Super-Man in forum Game Hacking Tutorials
    Replies: 3
    Last Post: 10-13-2019, 03:33 AM
  2. [Tutorial] Finding addresses/pointers for warrock in CE
    By mains3rv3r in forum WarRock - International Hacks
    Replies: 7
    Last Post: 07-28-2007, 06:38 AM
  3. [Tutorial] Programming your own FSEK Virus
    By FluffyStuff in forum Spammers Corner
    Replies: 19
    Last Post: 07-17-2007, 07:12 PM
  4. (Request) A tutorial on how to extract addresses from trainers
    By englishpom in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-19-2007, 10:14 PM
  5. How to find Recoil and Spread addresses?
    By V1olATor in forum WarRock - International Hacks
    Replies: 5
    Last Post: 04-20-2007, 09:50 AM