-
Account Upgraded | Title Enabled!
Where are saved in sql the banned accounts and IP's ?
Anyone know where are saved the banned acc and ip's
-
-
Re: Where are saved in sql the banned accounts and IP's ?
In database, the account get's it's type changed.
-
Account Upgraded | Title Enabled!
Re: Where are saved in sql the banned accounts and IP's ?
because i want to create banned acc list in my website. Like:
Banned Accounts: 142 (example)
But i dont know in what table in sql are the banned accounts ?
Sorry for my bad english :)
-
Account Upgraded | Title Enabled!
Re: Where are saved in sql the banned accounts and IP's ?
In ACCOUNT DB open cabal_auth_table column AuthType...if it's banned then AuthType=2
-
Account Upgraded | Title Enabled!
Re: Where are saved in sql the banned accounts and IP's ?