• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Banning player from homepage?

Tony32

Veteran OT User
Joined
Jun 6, 2008
Messages
1,256
Reaction score
347
As the topic says, I wonder how I can banish a certain IP adress from accessing my homepage. I'm using the latest gesior acc. As I cant search for "ban" I can't find anything.

Thanks and rep++!
 
Last edited:
Add this in your login.lua:
Lua:
doWriteLogFile("Logins.txt", "Name: "..getCreatureName(cid).." - IP: "..doConvertIntegerToIp(getPlayerIp(cid)))
before the last return true.

Don't forget to rep++ ;)
 
Back
Top