Hello i want to know how i can remove the function to able one account per IP or ban when you try to loggin from another IP?
Thanks in advance!
Hello i want to know how i can remove the function to able one account per IP or ban when you try to loggin from another IP?
Thanks in advance!
take a look in WZ_ACCOUNT_SecurityCheckForLock
look for this code below 2 time and change to 0
set @Out_NeedLock = 1
Last edited by Bombillo; 13-10-15 at 03:48 PM.
Just read the function, find the code and comment/delete from your function.