代码拉取完成,页面将自动刷新
<?php
require "include/bittorrent.php";
dbconn();
loggedinorreturn();
if (get_user_class() < UC_MODERATOR)
stderr("错误", "权限不足");
$status = $_GET['status'];
if ($status)
int_check($status, true);
$res = sql_query("SELECT * FROM users WHERE status='pending' ORDER BY username") or sqlerr();
if (mysql_num_rows($res) != 0) {
stdhead("未验证用户列表");
begin_main_frame();
begin_frame("");
print'<br><table width=100% border=1 cellspacing=0 cellpadding=5>';
if ($status)
print '<tr><td class=rowhead colspan=5><font color=red size=1>帐号状态已经更新</font></tr></td>';
print'<tr>';
print'<td class=rowhead><center>帐号</center></td>';
print'<td class=rowhead><center>邮箱</center></td>';
print'<td class=rowhead><center>注册时间</center></td>';
print'<td class=rowhead><center>设置状态</center></td>';
print'<td class=rowhead><center>手动确认</center></td>';
print'</tr>';
while ($row = mysql_fetch_assoc($res)) {
$id = $row['id'];
print'<tr><form method=post action=modtask.php>';
print'<input type=hidden name=\'action\' value=\'confirmuser\'>';
print("<input type=hidden name='userid' value='$id'>");
print'<td align=center>' . get_username($id) . '</td></a>';
print'<td align=center>' . $row['email'] . '</td>';
print'<td align=center>' . $row['added'] . '</td>';
print'<td align=center><select name=confirm><option value=pending>未验证</option><option value=confirmed>已验证</option></select></td>';
print'<td align=center><input type=submit value="提交">';
print'</form></tr>';
}
print '</table>';
end_frame();
end_main_frame();
} else {
if ($status) {
stderr("成功", "帐号状态已经更新");
} else {
stderr("Word天!", "没有未验证用户");
}
}
stdfoot();
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。