Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    fsp's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    131
    Reputation
    13
    Thanks
    479
    My Mood
    Angelic
    Quote Originally Posted by gregeryd View Post
    Please stop saying "Just Ping It" or "google the IP"
    Pinging the IP gives your IP to the server, google logs your IP, this program just gets the IP with no trace left behind.

    Code:
    private void Button1_Click(object sender, EventArgs e)
    {
    	IPHostEntry hostByName = Dns.GetHostByName(this.TextBox2.Text);
    	IPAddress[] addressList = hostByName.AddressList;
    	this.TextBox1.Text = addressList[0].ToString();
    }
    xD

  2. #17
    Zaytex's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Cynical
    Nice release, thank you

  3. #18
    KLaXoNsec's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    2
    Don't worry about using this program, just ping the server address in a command line to get the IP.
    This program is literally doing just that. you can't just get the IP without your own being logged somewhere (unless you ping through a VPN) but like dude, your IP is already logged wherever you go on the internet EVEN when you connect to a minecraft server, not just when you ping it.
    Last edited by KLaXoNsec; 11-06-2015 at 02:29 PM.

  4. #19
    wicker558's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    2
    My Mood
    Relaxed
    Useless program, you can use online webpages or just ping the domain...

  5. #20
    Mertaug's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    #EnablesScriptKiddies ;D

  6. #21
    [boxxy]'s Avatar
    Join Date
    Sep 2015
    Gender
    female
    Posts
    12
    Reputation
    10
    Thanks
    1
    Not that hard to do, just open terminal/cmd and type in "ping (IP HERE)"

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Release] Minecraft Server IP finder/resolver
    By Cursed in forum Minecraft Tools & Resources
    Replies: 10
    Last Post: 10-22-2015, 04:39 AM
  2. Replies: 5
    Last Post: 02-26-2013, 08:05 PM
  3. CS 1,6 Server
    By gunot in forum General
    Replies: 9
    Last Post: 11-11-2007, 01:33 PM
  4. CS Source Clan/Server
    By Dave84311 in forum General
    Replies: 20
    Last Post: 10-04-2006, 12:21 PM