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

📄 pay_login.php

📁 广告交换系统,详细的内容,请参见代码,没有加密的!
💻 PHP
📖 第 1 页 / 共 2 页
字号:
            <tr bgcolor="#CCCCCC"> 
              <td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right">真实姓名:</td>
              <td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left"> 
                <input
    name="name" value="<?php echo "$user_dat[name]"; ?>" size="20"  maxlength="5" style="border: 1px dotted rgb(0,0,0)">
              </td>
            </tr>
<tr bgcolor="#CCCCCC"> 
              <td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right">身份证号:</td>
              <td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left"> 
                <input
    name="idcard2" value="<?php echo "$user_dat[idcard]"; ?>" size="30"   maxlength="18" style="border: 1px dotted rgb(0,0,0)" disabled>
            <input
    name="idcard" value="<?php echo "$user_dat[idcard]"; ?>" size="30"   maxlength="18" type="hidden">    
          </td>
            </tr>
<tr bgcolor="#CCCCCC"> 
              <td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right">联系电话:</td>
              <td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left"> 
                <input
    name="phone" value="<?php echo "$user_dat[phone]"; ?>" size="30"  maxlength="30" style="border: 1px dotted rgb(0,0,0)">
              </td>
            </tr>
            <tr bgcolor="#CCCCCC"> 
              <td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right">现住地址:</td>
              <td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left"> 
                <input
    name="adss" value="<?php echo "$user_dat[adss]"; ?>" size="30"  maxlength="200" style="border: 1px dotted rgb(0,0,0)">
              </td>
            </tr>
            <tr bgcolor="#CCCCCC"> 
              <td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right">地址邮编:</td>
              <td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left"> 
                <input
    name="pos" value="<?php echo "$user_dat[pos]"; ?>" size="20" style="border: 1px dotted rgb(0,0,0)"  maxlength="6" >
              </td>
            </tr>
            <tr bgcolor="#CCCCCC"> 
              <td style="border-left: 1px dotted rgb(0,0,0);" width="50%" align="right"> </td>
              <td style="border-right: 1px dotted rgb(0,0,0);" width="50%" align="left"> </td>
            </tr>
            <tr bgcolor="#CCCCCC"> 
              <td width="50%"
    style="border-left: 1px dotted rgb(0,0,0); border-bottom: 1px dotted rgb(0,0,0)"
    bgcolor="#33CCCC"> 
                <p align="right"> <BR>
                  <input type="submit" value="修改完成" name="submit" 
    style="background-color: #33cccc; color: rgb(0,0,0); font-size: 12; border: 0px dotted">
                
              </td>
              <td width="50%"
    style="border-right: 1px dotted rgb(0,0,0); border-bottom: 1px dotted rgb(0,0,0)"
    bgcolor="#33CCCC"> <BR>
                <input type="reset" value="重新填写" name="reset"
    style="background-color:#33cccc; color: rgb(0,0,0); font-size: 12; border: 0px dotted">
              </td>
            </tr>
          </form>
        </table>
        <br>
        <br>
        <?include 'copyright.php'?><br><br>
      </div>
    </td>
  </tr>
</table>
<div align="center"> </div>
</body>
</html>


<?php
/////////////
				}
	else{
					window("您输入的用户名 或 密码无效。");
	}

mysql_close($id);
}
else{
if ($enter && !$user && $pass) {window("您没有输入帐号!");exit;}
if ($enter && !$pass && $user) {window("您没有输入密码!");exit;}
if ($enter && !$user || !$pass) {window("您没有输入帐号密码!");exit;}
if ($enter && $user && $pass ) {window("帐号密码错误!");exit;}


}
?>
	

<?php
function window($msg){
?><html>
<head>
<title>我要链接!!!   广告投放会员统计</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.unnamed1 {  font-family: "新宋体"; font-size: 10pt; color: #0000FF; text-decoration: none}
-->
</style>
</head>

<body bgcolor="#FFFFFF" text="#0000FF" link="#0000FF" vlink="#0000FF" alink="#FF0033" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
 
<table width="780" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFCC00" align="center" class="unnamed1">
  <tr>
        
    <td height="31"> 
      <form method="post" action="<?php echo $PATH_INFO?>">
        <div align="center"> <?php if ($msg) echo $msg; ?><BR>★★广告投放会员统计页面★★ <br>
          <br>
        </div>
        <table border="0" width="500" cellspacing="0" cellpadding="0" align="center" class="unnamed1">
          <tr bgcolor="#CCCCCC"> 
            <td width="50%"
    style="border-left: 1px dotted rgb(0,0,0); border-top: 1px dotted rgb(0,0,0)"> 
              <p
    align="right">请输入您的登录用户名: 
            </td>
            <td width="50%"
    style="border-right: 1px dotted rgb(0,0,0); border-top: 1px dotted rgb(0,0,0)"> 
              <input
    type="text" name="user" size="20">
          </td>
        </tr>
          <tr bgcolor="#CCCCCC"> 
            <td width="50%"
    style="border-left: 1px dotted rgb(0,0,0) "> 
              <p
    align="right">请准确输入您的登录密码: 
            </td>
            <td width="50%"
    style="border-right: 1px dotted rgb(0,0,0)"> 
              <input
    type="text" name="pass" size="20">
          </td>
        </tr>
          <tr bgcolor="#33CCCC"> 
            <td width="50%"
    style="border-left: 1px dotted rgb(0,0,0); border-bottom: 1px dotted rgb(0,0,0)"> 
<p align="right"><br>
                      <input type="submit" value="登录系统" name="enter" style="border-right: 0px dotted rgb(0,0,0);border-bottom: 0px dotted rgb(0,0,0);border-left: 0px dotted rgb(0,0,0); border-top: 0px dotted rgb(0,0,0);background-color: #33CCCC; color: rgb(0,0,0); font-size: 12; font-family: '新宋体'">
                  </td>
                  <td width="50%"
    style="border-right: 1px dotted rgb(0,0,0); border-bottom: 1px dotted rgb(0,0,0)"
    bgcolor="#33CCCC"> <br>
                    <input type="reset" value="重新填写" name="reset" style="border-right: 0px dotted rgb(0,0,0);border-bottom: 0px dotted rgb(0,0,0);border-left: 0px dotted rgb(0,0,0); border-top: 0px dotted rgb(0,0,0);background-color: #33CCCC; color: rgb(0,0,0); font-size: 12; font-family: '新宋体'">
          </td>
        </tr>
      </table>
        <div align="center"><br>
          <?include 'copyright.php'?> <br>
        </div>
      </form>


</td>
      </tr>
    </table>
</body>
</html>

<?php
}
?>

⌨️ 快捷键说明

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