08-20-2012, 02:29 PM
As u all might noticed its not possible with the current settings to block a user from the moment he logs in.
Its only possible to make it show when they choose a channel.
This is due to the Loginserver is searching for t_users in newproject_data.
It can be fixed easily by setting the [Data DB] DBName=newproject_data to DBName=newproject_auth in newstobm.bin
The only thing u need to change in the database is move the table t_clientversion from newproject_data to newproject_auth
is the way to ban different or it's still in a_enable from the t_users table?

