Jump to content

  •  

  • iBotModz CBox


    Im a blackie's Content

    There have been 2 items by Im a blackie (Search limited from 11-May 23)


    Sort by                Order  

    #87370 External IP Grabber

    Posted by Im a blackie on 08 May 2009 - 12:22 AM in Programs

    Ive been programming in vb6 now for a couple of years, grabbing hostname is not hard at all, you need to connect to a site that displays your hostname then send a GET request and when all data has been received you just use the Mid() command to split the data to show the hostname, very simple.



    #86570 External IP Grabber

    Posted by Im a blackie on 04 May 2009 - 07:48 PM in Programs

    I saw someone post some app that grabs your internal IP, so i thought id just post a app that i made like 6 months go.

    It grabs the following...

    *External IP
    *Hostname
    *Internal IP
    *Computer Name
    *User Name
    *System Drive

    Posted Image

    *Edit* I forgot to mention that its coded in VB6.

    Attached Files