S shaun166 New Member Jan 9, 2009 #1 anyone here vist warezscence? i would like to know the mod they used... when someone private message you it will pop a box.
anyone here vist warezscence? i would like to know the mod they used... when someone private message you it will pop a box.
I Ikram45 New Member Jan 9, 2009 #2 If you run this query in PHPMyAdmin, all your current users' options will be set to ON. UPDATE user SET pmpopup=1; Click to expand... If you want the option to be turned on by default, when users are registering, run this query in PHPMyAdmin ALTER TABLE `user` CHANGE `pmpopup` `pmpopup` SMALLINT( 6 ) DEFAULT '1' NOT NULL; Click to expand...
If you run this query in PHPMyAdmin, all your current users' options will be set to ON. UPDATE user SET pmpopup=1; Click to expand... If you want the option to be turned on by default, when users are registering, run this query in PHPMyAdmin ALTER TABLE `user` CHANGE `pmpopup` `pmpopup` SMALLINT( 6 ) DEFAULT '1' NOT NULL; Click to expand...