⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 root_member_ing.php

📁 php写的论坛,代码精简到极点 请相看说明文件。是从英文翻译过来的:)
💻 PHP
字号:
<?
//////////////////////////////////ready
include "connect.php";
include "lib.php";

//////////////////////////////////check
chk_level(1,0,"login.php?go=root.php");

//////////////////////////////////-_-a
if(!$mode){
for($i=0;$i<=$count;$i++){
$check_root=member_info($chk[$i]);
if($check_root[root]){error($error.'不能删除或修改超级管理员!');}

//////////////////////////////////Alteration
if($kind==1){
edit("$member_table","level='$change_level'","id='$chk[$i]'");
}

//////////////////////////////////delete
if($kind==2){
del("$member_table","id='$chk[$i]'");
}
}
}

//////////////////////////////////What? -_-
else{
$check_root=member_info($id);
if($check_root[root]){error($error.'不能删除超级管理员!');}
del("$member_table","id='$id'");
}

//////////////////////////////////move
mysql_close($connect);
go("root_member.php?word=$word&level=$level&page=$page&pagenum=$pagenum");
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -