This worked great..... Now if all names are made live for challenges -- not just Forum posts but
especially names appearing in the arcade, where everyone who shows up is a game player -- my life will be complete. (Ok I have no life :ermm: )
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
|