Hi, there's a small bug in the script:
"self.document.ProfileForm.anonBozometer is no object" Alert in Explorer5Mac when having the changebasic.php open.
It's the JS that controls the checkbox that is the troublemaker.
The reason: In your hack the form must be given a name in the HTML code: "ProfileForm"
It should read:
<form method = POST action = "$config[phpurl]/changebasic.php" name ="ProfileForm">
Appart from that: great hack.
The only wish: please put in a better documentation on EVERY single change you made... If there are already hacks in a script, you can't just replace the file, you have to copy the hacked parts over. it would be hard to include your hack this way, if you don't now what code to look for.
Carl
http://212.227.201.213/php/forum/wwwthreads.php