
To all users of the No Mail YA Hack
Date: Friday, August 20, 2004 @ 7:06 AM CDT Topic: Bug Fixes
Site member sede has uncovered an oversight on the hack where it would stop working after X number of users had registered, to correct this simply edit the nuke_users_verify table, the uv_id field should be changed from tinyint to int.
ALTER TABLE nuke_users_verify CHANGE uv_id uv_id int(11) NOT NULL auto_increment;
|
|