Posts: 405
Threads: 79
Joined: Sep 2011
Reputation:
0
So, lately someone has been managing to get in my admin accounts, I'm using "LuxAdmin" but they keep getting my password, i was curious if there was any way if i could make it so that name can only connect to the server from the original IP adress? im assuming i would have to have a MySql server for it?
Posts: 534
Threads: 27
Joined: Jan 2012
Reputation:
0
nope u can even check no matter ini or sq on login if player current ip is same as store in player data file.
Posts: 68
Threads: 14
Joined: May 2012
Reputation:
0
You can do it, just when the player connects get their IP, and compare it to the one that is saved in their player account, and if doesn't match, Kick(playerid);
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Are your passwords encrypted? Work out how they are getting it and fix it.