Leak Society - The Home Of Nulled Resources.
Forum Beta v1 Now Live!
IPLookup Library [VB.NET]
Thead Owner : Ashamed1644926390, Category : Everything Coding, 5 Comment, 39 Read
Viewers: 1 Guest(s)
Junior Member
**
20
Messages
7
Threads
0
Rep
4 Years of Service
02-26-2014, 04:12 PM
#1
IPLookup
Features
  • For each IP, it can grab the following information:
    • Country
    • City
    • Longitude
    • Latitude
    • Time Zone
    • ZIP Code
    • State/Province
    • Hostname
  • Each piece of information can be grabbed individually or as a group.

Usage
Just add a reference to the DLL, then declare a new variable like so:
Code:
Dim X As New IPLookup

IPLookup.Identify(LookupType, IP)
LookupType - The information you want to look up (Longitude, Latitude, etc).
IP - The IP for looking up, in string format.
Returns: The information asked for in String format.

IPLookup.IdentifyAll(IP)
IP - The IP for looking up, in string format.
Returns: A List(Of String) in the following format:
Index 0: City
Index 1: Country
Index 2: Hostname
Index 3: Latitude
Index 4: Longitude
Index 5: State/Province
Index 6: Timezone
Index 7: ZIP Code



Messages In This Thread
IPLookup Library [VB.NET] - by Ashamed1644926390 - 02-26-2014, 04:12 PM
IPLookup Library [VB.NET] - by Guest - 03-03-2014, 06:18 AM
IPLookup Library [VB.NET] - by Ashamed1644926390 - 03-04-2014, 08:55 PM
IPLookup Library [VB.NET] - by Lord Royal - 03-04-2014, 10:00 PM
IPLookup Library [VB.NET] - by Ghost - 03-05-2014, 03:18 AM
IPLookup Library [VB.NET] - by Psych0-Smil3s - 03-05-2014, 03:37 AM

Forum Jump: