Hi, I'm using PtokaX (Testdrive 4) and I need the command to resolve a user's ip address to their host name.
EX: local host = SOMETHING(curUser.sIP) or curUser.sIp.SOMETHING
I know this command exists, but I've totally forgotten what it is.
Thnx in advance.
as far as i know there aint one :(, but im sure there will be a script soon, ive been thinging of ways for a while, as soon as i come up with a intelligent way of doing it, i will give it a shot
-phatty
Hint:
local hostname = tohostname(curUser.sIP)
hmmmmmmmmmmmmmmmmmmm, never heard of it..............is it already possible?
Try it... ;-)
hehe i will do now, something that i can add to my bot if i get it working :o)
luasockets (http://www.tecgraf.puc-rio.br/~diego/luasocket/func.html).. been available for a while
Thanks klownietklowniet.... I knew it was someting simple :D
thanks!! :)