okay Mist my bad man... you can do one of two things to fix your problem ::
A) Run these two queries ::
PHP Code:
ALTER TABLE user DROP userloc
and then run ::
PHP Code:
ALTER TABLE user ADD userloc varchar(250) NOT NULL
or you can open admin_wol.php and find:
PHP Code:
WHERE userloc != ''
and replace that with:
PHP Code:
WHERE userloc != '0'
that should fix the problem either or... i will update the zip

regards...
g-force2k2