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

📄 useredit.php

📁 网页打卡钟系统,源码提供给大家学习一下啦!希望给大家带来帮助
💻 PHP
📖 第 1 页 / 共 3 页
字号:
}echo "              <tr><td class=table_rows align=right colspan=3 style='color:red;font-family:Tahoma;font-size:10px;'>*&nbsp;required&nbsp;</td></tr>\n";echo "            </table>\n";if (isset($evil)) {  echo "<input type='hidden' name='evil' value='$evil'>\n";}echo "            <table align=center width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr><td height=40>&nbsp;</td></tr>\n";echo "                  <input type='hidden' name='get_office' value='$get_office'>\n";echo "              <tr><td width=30><input type='image' name='submit' value='Edit User' align='middle'                       src='../images/buttons/next_button.png'></td><td><a href='useradmin.php'><img src='../images/buttons/cancel_button.png'                       border='0'></td></tr></table></form></td></tr>\n";include '../footer.php'; exit;}elseif ($request == 'POST') {include 'header_post.php';include 'topmain.php';$post_username = stripslashes($_POST['post_username']);$display_name = stripslashes($_POST['display_name']);$email_addy = $_POST['email_addy'];$office_name = $_POST['office_name'];@$get_office = $_POST['get_office'];	@$group_name = $_POST['group_name'];@$admin_perms = $_POST['admin_perms'];$reports_perms = $_POST['reports_perms'];$time_admin_perms = $_POST['time_admin_perms'];$post_disabled = $_POST['disabled'];@$evil = $_POST['evil'];if (isset($evil)) {  if ($evil != '1') {echo "Something is fishy here."; exit;}}if (isset($evil)) {$admin_perms = "1";}$post_username = addslashes($post_username);if (!empty($post_username)) {$query = "select * from ".$db_prefix."employees where empfullname = '".$post_username."'";$result = mysql_query($query);while ($row=mysql_fetch_array($result)) {$tmp_username = "".$row['empfullname']."";}if (!isset($tmp_username)) {echo "$tmp_username, $post_username. Something is fishy here.\n"; exit;}}$post_username = stripslashes($post_username);$tmp_post_username = stripslashes($post_username);$string = strstr($display_name, "\"");if ((!eregi ("^([[:alnum:]]| |-|'|,)+$", $display_name)) || (empty($display_name)) || (empty($email_addy)) || (empty($office_name)) || (empty($group_name)) ||(!eregi ("^([[:alnum:]]|_|\.|-)+@([[:alnum:]]|\.|-)+(\.)([a-z]{2,4})$", $email_addy)) || (($admin_perms != '1') && (!empty($admin_perms))) ||(($reports_perms != '1') && (!empty($reports_perms))) || (($time_admin_perms != '1') && (!empty($time_admin_perms))) || (($post_disabled != '1') && (!empty($post_disabled))) || (!empty($string))) {echo "<table width=100% height=89% border=0 cellpadding=0 cellspacing=1>\n";echo "  <tr valign=top>\n";echo "    <td class=left_main width=180 align=left scope=col>\n";echo "      <table class=hide width=100% border=0 cellpadding=1 cellspacing=0>\n";echo "        <tr><td class=left_rows height=11></td></tr>\n";echo "        <tr><td class=left_rows_headings height=18 valign=middle>Users</td></tr>\n";echo "        <tr><td class=left_rows height=18 align=left valign=middle><img src='../images/icons/user.png' alt='User Summary' />&nbsp;&nbsp;                <a class=admin_headings href='useradmin.php'>User Summary</a></td></tr>\n";echo "        <tr><td class=current_left_rows_indent height=18 align=left valign=middle><img src='../images/icons/arrow_right.png' alt='Edit User' />                &nbsp;&nbsp;<a class=admin_headings href=\"useredit.php?username=$tmp_post_username&officename=$get_office\">Edit User</a></td></tr>\n";echo "        <tr><td class=left_rows_indent height=18 align=left valign=middle><img src='../images/icons/arrow_right.png' alt='Change Password' />                &nbsp;&nbsp;<a class=admin_headings href=\"chngpasswd.php?username=$tmp_post_username&officename=$get_office\">Change Password</a></td>                </tr>\n";echo "        <tr><td class=left_rows_indent height=18 align=left valign=middle><img src='../images/icons/arrow_right.png' alt='Delete User' />                &nbsp;&nbsp;<a class=admin_headings href=\"userdelete.php?username=$tmp_post_username&officename=$get_office\">Delete User</a></td></tr>\n";echo "        <tr><td class=left_rows_border_top height=18 align=left valign=middle><img src='../images/icons/user_add.png' alt='Create New User' />                &nbsp;&nbsp;<a class=admin_headings href='usercreate.php'>Create New User</a></td></tr>\n";echo "        <tr><td class=left_rows height=18 align=left valign=middle><img src='../images/icons/magnifier.png' alt='User Search' />&nbsp;&nbsp;                <a class=admin_headings href='usersearch.php'>User Search</a></td></tr>\n";echo "        <tr><td class=left_rows height=33></td></tr>\n";echo "        <tr><td class=left_rows_headings height=18 valign=middle>Offices</td></tr>\n";echo "        <tr><td class=left_rows height=18 align=left valign=middle><img src='../images/icons/brick.png' alt='Office Summary' />&nbsp;&nbsp;                <a class=admin_headings href='officeadmin.php'>Office Summary</a></td></tr>\n";echo "        <tr><td class=left_rows height=18 align=left valign=middle><img src='../images/icons/brick_add.png' alt='Create New Office' />&nbsp;&nbsp;                <a class=admin_headings href='officecreate.php'>Create New Office</a></td></tr>\n";echo "        <tr><td class=left_rows height=33></td></tr>\n";echo "        <tr><td class=left_rows_headings height=18 valign=middle>Groups</td></tr>\n";echo "        <tr><td class=left_rows height=18 align=left valign=middle><img src='../images/icons/group.png' alt='Group Summary' />&nbsp;&nbsp;                <a class=admin_headings href='groupadmin.php'>Group Summary</a></td></tr>\n";echo "        <tr><td class=left_rows height=18 align=left valign=middle><img src='../images/icons/group_add.png' alt='Create New Group' />&nbsp;&nbsp;                <a class=admin_headings href='groupcreate.php'>Create New Group</a></td></tr>\n";echo "        <tr><td class=left_rows height=33></td></tr>\n";echo "        <tr><td class=left_rows_headings height=18 valign=middle colspan=2>In/Out Status</td></tr>\n";echo "        <tr><td class=left_rows height=18 align=left valign=middle><img src='../images/icons/application.png' alt='Status Summary' />                &nbsp;&nbsp;<a class=admin_headings href='statusadmin.php'>Status Summary</a></td></tr>\n";echo "        <tr><td class=left_rows height=18 align=left valign=middle><img src='../images/icons/application_add.png' alt='Create Status' />&nbsp;&nbsp;                <a class=admin_headings href='statuscreate.php'>Create Status</a></td></tr>\n";echo "        <tr><td class=left_rows height=33></td></tr>\n";echo "        <tr><td class=left_rows_headings height=18 valign=middle colspan=2>Miscellaneous</td></tr>\n";echo "        <tr><td class=left_rows height=18 align=left valign=middle><img src='../images/icons/clock.png' alt='Add/Edit/Delete Time' />                &nbsp;&nbsp;<a class=admin_headings href='timeadmin.php'>Add/Edit/Delete Time</a></td></tr>\n";echo "        <tr><td class=left_rows height=18 align=left valign=middle><img src='../images/icons/application_edit.png' alt='Edit System Settings' />                &nbsp;&nbsp;<a class=admin_headings href='sysedit.php'>Edit System Settings</a></td></tr>\n";echo "        <tr><td class=left_rows height=18 align=left valign=middle><img src='../images/icons/database_go.png'                alt='Upgrade Database' />&nbsp;&nbsp;&nbsp;<a class=admin_headings href='dbupgrade.php'>Upgrade Database</a></td></tr>\n";echo "      </table></td>\n";echo "    <td align=left class=right_main scope=col>\n";echo "      <table width=100% height=100% border=0 cellpadding=10 cellspacing=1>\n";echo "        <tr class=right_main_text>\n";echo "          <td valign=top>\n";echo "            <br />\n";// begin post validation //if (empty($display_name)) {echo "            <table align=center class=table_border width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr>\n";echo "                <td class=table_rows width=20 align=center><img src='../images/icons/cancel.png' /></td><td class=table_rows_red>                    A Display Name is required.</td></tr>\n";echo "            </table>\n";}elseif (empty($email_addy)) {echo "            <table align=center class=table_border width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr>\n";echo "                <td class=table_rows width=20 align=center><img src='../images/icons/cancel.png' /></td><td class=table_rows_red>                    An Email Address is required.</td></tr>\n";echo "            </table>\n";}elseif (empty($office_name)) {echo "            <table align=center class=table_border width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr>\n";echo "                <td class=table_rows width=20 align=center><img src='../images/icons/cancel.png' /></td><td class=table_rows_red>                    An Office is required.</td></tr>\n";echo "            </table>\n";}elseif (empty($group_name)) {echo "            <table align=center class=table_border width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr>\n";echo "                <td class=table_rows width=20 align=center><img src='../images/icons/cancel.png' /></td><td class=table_rows_red>                    A Group is required.</td></tr>\n";echo "            </table>\n";}elseif (!empty($string)) {echo "            <table align=center class=table_border width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr>\n";echo "                <td class=table_rows width=20 align=center><img src='../images/icons/cancel.png' /></td><td class=table_rows_red>                    Double Quotes are not allowed when creating an Username.</td></tr>\n";echo "            </table>\n";}elseif (!eregi ("^([[:alnum:]]| |-|'|,)+$", $display_name)) {echo "            <table align=center class=table_border width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr>\n";echo "                <td class=table_rows width=20 align=center><img src='../images/icons/cancel.png' /></td><td class=table_rows_red>                    Alphanumeric characters, hyphens, apostrophes, commas, and spaces are allowed when creating a Display Name.</td></tr>\n";echo "            </table>\n";}elseif (!eregi ("^([[:alnum:]]|_|\.|-)+@([[:alnum:]]|\.|-)+(\.)([a-z]{2,4})$", $email_addy)) {echo "            <table align=center class=table_border width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr>\n";echo "                <td class=table_rows width=20 align=center><img src='../images/icons/cancel.png' /></td><td class=table_rows_red>                    Alphanumeric characters, underscores, periods, and hyphens are allowed when creating an Email Address.</td></tr>\n";echo "            </table>\n";}elseif (($admin_perms != '1') && (!empty($admin_perms))) {echo "            <table align=center class=table_border width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr>\n";echo "                <td class=table_rows width=20 align=center><img src='../images/icons/cancel.png' /></td><td class=table_rows_red>                    Choose \"yes\" or \"no\" for Sys Admin Perms.</td></tr>\n";echo "            </table>\n";}elseif (($reports_perms != '1') && (!empty($reports_perms))) {echo "            <table align=center class=table_border width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr>\n";echo "                <td class=table_rows width=20 align=center><img src='../images/icons/cancel.png' /></td><td class=table_rows_red>                    Choose \"yes\" or \"no\" for Reports Perms.</td></tr>\n";echo "            </table>\n";}elseif (($time_admin_perms != '1') && (!empty($time_admin_perms))) {echo "            <table align=center class=table_border width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr>\n";echo "                <td class=table_rows width=20 align=center><img src='../images/icons/cancel.png' /></td><td class=table_rows_red>                    Choose \"yes\" or \"no\" for Time Admin Perms.</td></tr>\n";echo "            </table>\n";}elseif (($post_disabled != '1') && (!empty($post_disabled))) {echo "            <table align=center class=table_border width=60% border=0 cellpadding=0 cellspacing=3>\n";echo "              <tr>\n";echo "                <td class=table_rows width=20 align=center><img src='../images/icons/cancel.png' /></td><td class=table_rows_red>                    Choose \"yes\" or \"no\" for User Account Disabled.</td></tr>\n";echo "            </table>\n";}if (!empty($office_name)) {$query = "select * from ".$db_prefix."offices where officename = '".$office_name."'";$result = mysql_query($query);while ($row=mysql_fetch_array($result)) {$tmp_officename = "".$row['officename']."";}mysql_free_result($result);if (!isset($tmp_officename)) {echo "Office is not defined.\n"; exit;}}if (!empty($group_name)) {$query = "select * from ".$db_prefix."groups where groupname = '".$group_name."'";$result = mysql_query($query);while ($row=mysql_fetch_array($result)) {$tmp_groupname = "".$row['groupname']."";}mysql_free_result($result);if (!isset($tmp_officename)) {echo "Group is not defined.\n"; exit;}}

⌨️ 快捷键说明

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