Quote:
Originally Posted by b6gm6n
Here's some another usefull SQL commands which sets all users to accept challenges plus...
All notification events are on and PM set for method...
Code:
UPDATE `user` SET `arcadeoptions` = '505';
(Method = email)
Code:
UPDATE `user` SET `arcadeoptions` = '501';
(Method = both)
Code:
UPDATE `user` SET `arcadeoptions` = '509';
-b6
|
That is good, will try it tommorow