AG, that works but you are doing alot of extra work thats not needed.
Find:
PHP Code:
makeyesnocode("Invisible on 'Online users' list","invisible",0);
Replace with:
PHP Code:
makehiddencode ("invisible",0);
Then find:
PHP Code:
makeyesnocode("Invisible on 'Online users' list","invisible",$user[invisible]);
Replace with:
PHP Code:
makehiddencode ("invisible",0);
That'll fix it