1) accessDenied( ); $do = $_GET["do"]; if(isset($_GET["unlock"]) && isNumber($_GET['unlock'])) { $output .= "
"._UNLOCK."
"; if($_GET["confirm"] == "yes") { dbquery("UPDATE ".TABLEPREFIX."fanfiction_authors SET level = '0' WHERE uid = '".$_GET['unlock']."'"); $output .= "
"._ACTIONSUCCESSFUL."
"; } else if ($_GET["confirm"] == "no") { $output .= "
"._ACTIONCANCELLED."
"; } else { $output .= "
"._CONFIRMUNLOCK."
"; $output .= "
[ "._YES." | "._NO." ]
"; } } else if(isset($do)) { if($_POST['submit'] && isNumber($_POST['uid'])) { dbquery("UPDATE ".TABLEPREFIX."fanfiction_authors SET level = '-1' WHERE uid = '".$_POST['uid']."'"); $output .= "
"._BACK2ADMIN."
"; return $output; } $action = $_GET['action']; if(isset($_GET["uid"])) $uid = $_GET["uid"]; else $uid = $_POST["uid"]; if(!isNumber($uid)) $uid = 0; $output .= "
"._MEMLOCK."
"; $output .= "
"; $query = dbquery("SELECT penname, uid FROM ".TABLEPREFIX."fanfiction_authors WHERE level = '0' ORDER BY penname"); $output .= "
"; } else { if($let == _OTHER) $letter= _PENNAMEFIELD." REGEXP '^[^a-z]'"; else $letter .= _PENNAMEFIELD." LIKE '".$_GET['let']."%'"; $output .= "
"._MEMLOCK."
"; $pagelink = " 0 AND stories.validated > 0 LEFT JOIN ".TABLEPREFIX."fanfiction_authorprefs as ap ON ap.uid = "._UIDFIELD." WHERE ap.level = -1 GROUP BY "._UIDFIELD; include("includes/members_list.php"); $output .= "
"._LOCKNEW."
"; } ?>