I want to make a thing that you can type /locate [user/ip/host] and it will download the info from http://www.geobytes.com/IpLocator.htm and echo out the info something like this:

# Checking nick 'NICKNAME' (127.0.0.1)
#
# Locating NICKNAME (127.0.0.1)...
#
# Location: City, State, Country
# Nationality Singular: American
# Nationality Plural: Americans
# Time Zone: GMT +05:00
# Does not appear to be a proxy
#
# Data integrity: 99% Certin

It's just for me and not to give out...and i think this would be easier then going to the web page, I know ill have to use sockets, which I suck at, so all i need is the send request and the actual downloading of the file, and maybe some tips, and i can do the rest of the code on my own, thanks