Query to update current users to;
Allow Challenges,
Use Private Messages and
Someone has challenged you:
Код:
UPDATE user SET arcadeoptions = '41'
Query to auto-enable the same options for future registrations:
Код:
ALTER TABLE user CHANGE arcadeoptions arcadeoptions int(10) UNSIGNED NOT NULL DEFAULT '41'