08-19-2012, 02:26 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

