PDA

View Full Version : Reinitialize "Max number of users connected"


StilgarSinople
09-18-2011, 05:46 PM
Hello everyone,

I'd like to know how to reset the max number of users, does someone know how to ?

Thanks,

Stilgar

Videx
09-20-2011, 01:43 AM
Run a SQL query in AdminCP>Maintenance. Note you may need to give yourself permission to do this.

UPDATE datastore SET data = '' WHERE title = 'maxloggedin';

PS Those are two single quotes, not a double quote. Copy and paste it.