So this seems to be an issue with activating accounts? The new passwords work fine i tested it multiple times however i set them to automatically active and not email confirmation. I will have to do some testing on activating sites. Also what do you mean by white screen after visiting adams profile? i did not get that only the white page when trying to activate.
<?phpfunction writebody() {global $db, $domain, $sitename, $domain, $template, $gamesfolder, $thumbsfolder, $limitboxgames, $seo_on, $blogentriesshown, $enabledcode_on, $comments_on, $directorypath, $autoapprovecomments, $gamesonpage, $abovegames, $belowgames, $showwebsitelimit, $supportemail, $showblog, $blogentriesshown, $blogcharactersshown, $blogcommentpermissions, $blogcommentsshown, $blogfollowtags, $blogcharactersrss, $usrdata, $userid;$id=clean($_GET['id']);$res=mysql_query("SELECT * from fas_users WHERE activation_key='$id'") or die(mysql_error());$row=mysql_fetch_assoc($res);$key=clean($row['activation_key']);if($key == $id){echo "<div class='msg'>Your account has been activated, you may now login</div>";}else{echo "<div class='error'>The activation key was incorrect, please try again</div>";}$sql3 ="UPDATE fas_users SET activation_key='0' WHERE activation_key='$id'";mysql_query($sql3) or die(mysql_error());};$pagetitle="Activate Account";?>
Amazing the problems of a missing apostrophe and semi-colon will cause? But the Demo Site is still broken when I try to log in?