db_Select("user", "*", "user_id='".$_POST['a_id']."' "); $row = $sql->db_Fetch(); $a_name = $row['user_name']; $perm = ""; foreach($_POST['perms'] as $value) { if ($value == "0") { if (!getperms('0')) { $value = ""; break; } $perm = "0."; break; } if ($value) { $perm .= $value."."; } } admin_update($sql -> db_Update("user", "user_perms='$perm' WHERE user_name='$a_name' "), 'update', ADMSLAN_56." ".$_POST['ad_name']." ".ADMSLAN_2."
"); unset($ad_name, $a_perms); } if ($_POST['edit_admin'] || $action == "edit") { $edid = array_keys($_POST['edit_admin']); $theid = ($edid[0]) ? $edid[0] : $sub_action; $sql->db_Select("user", "*", "user_id=".$theid); $row = $sql->db_Fetch(); if ($a_perms == "0") { $text = "
$ad_name ".ADMSLAN_3."

".ADMSLAN_4."
"; $ns->tablerender(LAN_ERROR, $text); require_once("footer.php"); exit; } } if (isset($_POST['del_admin'])) { $delid = array_keys($_POST['del_admin']); $sql->db_Select("user", "*", "user_id= ".$delid[0]); $row = $sql->db_Fetch(); if ($row['user_perms'] == "0") { $text = "
".$row['user_name']." ".ADMSLAN_6."

".ADMSLAN_4.""; $ns->tablerender(ADMSLAN_5, $text); require_once("footer.php"); exit; } admin_update($sql -> db_Update("user", "user_admin=0, user_perms='' WHERE user_id= ".$delid[0]), 'update', ADMSLAN_61, LAN_DELETED_FAILED); } if($_POST['edit_admin'] || $action == "edit"){ edit_administrator($row); }else{ show_admins(); } function show_admins(){ global $sql,$tp,$ns,$pref; $sql->db_Select("user", "*", "user_admin='1'"); $text = "
"; while ($row = $sql->db_Fetch()) { $text .= ""; } $text .= "
ID ".ADMSLAN_56." ".ADMSLAN_18." ".LAN_OPTIONS."
".$row['user_id']." ".$row['user_name']." "; $permtxt = ""; $text .= renderperms($row['user_perms'],$row['user_id'],"words"); $text .= " "; if($row['user_id'] != "1") { $text .= " toJS(ADMSLAN_59."? [".$row['user_name']."]")."') \" title='".ADMSLAN_59."' style='border:0px' />"; } $text .= " 
\n
\n
"; $ns->tablerender(ADMSLAN_13, $text); } function edit_administrator($row){ global $sql,$tp,$ns,$pref; $lanlist = explode(",",e_LANLIST); $a_id = $row['user_id']; $ad_name = $row['user_name']; $a_perms = $row['user_perms']; $text = "
"; $text .=" "; $text .= "
".ADMSLAN_16.": "; $text .= $ad_name; $text .= ""; $text .= "
".ADMSLAN_18.":
"; $text .= checkb("1", $a_perms).ADMSLAN_19."
"; $text .= checkb("2", $a_perms).ADMSLAN_20."
"; $text .= checkb("3", $a_perms).ADMSLAN_21."
"; $text .= checkb("4", $a_perms).ADMSLAN_22."
"; // Moderate users/bans etc $text .= checkb("5", $a_perms).ADMSLAN_23."
"; // create/edit custom pages/menus $text .= checkb("Q", $a_perms).ADMSLAN_24."
"; // Manage download categories $text .= checkb("6", $a_perms).ADMSLAN_25."
"; // Upload /manage files $text .= checkb("Y", $a_perms).ADMSLAN_67."
"; // file inspector $text .= checkb("O", $a_perms).ADMSLAN_68."
"; // notify $text .= checkb("7", $a_perms).ADMSLAN_26."
"; $text .= checkb("8", $a_perms).ADMSLAN_27."
"; $text .= checkb("C", $a_perms).ADMSLAN_64."
"; // Clear Cache - Previously moderate chatbox $text .= checkb("9", $a_perms).ADMSLAN_28."
"; $text .= checkb("W", $a_perms).ADMSLAN_65."

"; $text .= checkb("D", $a_perms).ADMSLAN_29."
"; $text .= checkb("E", $a_perms).ADMSLAN_30."
"; $text .= checkb("F", $a_perms).ADMSLAN_31."
"; $text .= checkb("G", $a_perms).ADMSLAN_32."
"; $text .= checkb("S", $a_perms).ADMSLAN_33."
"; $text .= checkb("T", $a_perms).ADMSLAN_34."
"; $text .= checkb("V", $a_perms).ADMSLAN_35."
"; // Configure public file uploads $text .= checkb("X", $a_perms).ADMSLAN_66."
"; // $text .= checkb("A", $a_perms).ADMSLAN_36."
"; // Moderate forums - NOW PLUGIN $text .= checkb("B", $a_perms).ADMSLAN_37."
"; $text .= checkb("H", $a_perms).ADMSLAN_39."
"; $text .= checkb("I", $a_perms).ADMSLAN_40."
"; // $text .= checkb("J", $a_perms).ADMSLAN_41."
"; // Post articles - NOW PLUGIN // $text .= checkb("K", $a_perms).ADMSLAN_42."
"; // Post reviews - NOW PLUGIN $text .= checkb("L", $a_perms).ADMSLAN_43."
"; $text .= checkb("R", $a_perms).ADMSLAN_44."
"; $text .= checkb("U", $a_perms).ADMSLAN_45."
"; $text .= checkb("M", $a_perms).ADMSLAN_46."
"; $text .= checkb("N", $a_perms).ADMSLAN_47."

"; $text .= "
".ADLAN_CL_7."

"; $text .= checkb("Z", $a_perms).ADMSLAN_62."

"; $sql->db_Select("plugin", "*", "plugin_installflag='1'"); while ($row = $sql->db_Fetch()) { $text .= checkb("P".$row['plugin_id'], $a_perms).LAN_PLUGIN." - ".$row['plugin_name']."
"; } // Language Rights.. -------------- if($pref['multilanguage']) { sort($lanlist); $text .= "
".ADLAN_132."

\n"; $text .= checkb($pref['sitelanguage'], $a_perms).$pref['sitelanguage']."
\n"; foreach($lanlist as $langval) { $langname = $langval; $langval = ($langval == $pref['sitelanguage']) ? "" : $langval; if ($langval) { $text .= checkb($langval, $a_perms).$langval."
\n"; } } } // ------------------------- if (getperms('0')) { $text .= "

".ADMSLAN_58."

"; $text .= checkb("0", $a_perms).ADMSLAN_58."
"; } $text .= "

".ADMSLAN_49." - ".ADMSLAN_51."

"; $text .= " "; $text .= "
"; $text .= "

".ADMSLAN_70."
"; $ns->tablerender(ADMSLAN_52, $text); } require_once("footer.php"); function checkb($arg, $perms) { if (getperms($arg, $perms)) { $par = "\n"; } else { $par = "\n"; } return $par; } function renderperms($perm,$id){ global $pref,$sql,$pt; if($perm == "0"){ return ADMSLAN_58; } $sql2 = new db; $lanlist = explode(",",e_LANLIST); if(!$pt){ $pt["1"] = ADMSLAN_19; $pt["2"] = ADMSLAN_20; $pt["3"] = ADMSLAN_21; $pt["4"] = ADMSLAN_22;// Moderate users/bans etc $pt["5"] = ADMSLAN_23;// create/edit custom pages/menus $pt["Q"] = ADMSLAN_24;// Manage download categories $pt["6"] = ADMSLAN_25; //Upload /manage files $pt["Y"] = ADMSLAN_67;// file inspector $pt["O"] = ADMSLAN_68;// notify $pt["7"] = ADMSLAN_26; $pt["8"] = ADMSLAN_27; $pt["C"] = ADMSLAN_64; $pt["9"] = ADMSLAN_28; $pt["W"] = ADMSLAN_65; $pt["D"] = ADMSLAN_29; $pt["E"] = ADMSLAN_30; $pt["F"] = ADMSLAN_31; $pt["G"] = ADMSLAN_32; $pt["S"] = ADMSLAN_33; $pt["T"] = ADMSLAN_34; $pt["V"] = ADMSLAN_35; $pt["X"] = ADMSLAN_66; $pt["B"] = ADMSLAN_37; $pt["H"] = ADMSLAN_39; $pt["I"] = ADMSLAN_40; $pt["L"] = ADMSLAN_43; $pt["R"] = ADMSLAN_44; $pt["U"] = ADMSLAN_45; $pt["M"] = ADMSLAN_46; $pt["N"] = ADMSLAN_47; $pt["Z"] = ADMSLAN_62; // foreach($lanlist as $lan){ // $pt[$lan] = $lan; // } $sql2->db_Select("plugin", "*", "plugin_installflag='1'"); while ($row2 = $sql2->db_Fetch()){ $pt[("P".$row2['plugin_id'])] = LAN_PLUGIN." - ".$row2['plugin_name']; } } $tmp = explode(".", $perm); $langperm = ""; foreach($tmp as $pms){ if(in_array($pms, $lanlist)){ $langperm .= $pms." "; }else{ $permtxt[] = $pms; if($pt[$pms]){ $ptext[] = $pt[$pms]; } } } $ret = implode(" ",$permtxt); if($pref['multilanguage']){ $ret .= ", ". $langperm; } $text = "
$ret
"; return $text; } ?>