index.php
上传用户:m68239277
上传日期:2014-10-12
资源大小:824k
文件大小:4k
源码类别:

Web服务器

开发平台:

PHP

  1. <?php 
  2. include('../inc/yzcode.inc.php');
  3. if(isset($_SESSION["agent"])) unset($_SESSION["agent"]);
  4. ?>
  5. <HTML><HEAD><TITLE>总代理登陆</TITLE>
  6. <SCRIPT LANGUAGE="JavaScript"> 
  7. <!-- Hide 
  8. function killErrors() { 
  9. return true; 
  10. window.onerror = killErrors; 
  11. // --> 
  12. </SCRIPT>
  13. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  14. <SCRIPT language=JScript.Encode src="../images/site.js"></SCRIPT>
  15. <LINK href="../images/site.css" type=text/css rel=StyleSheet><LINK media=print 
  16. href="../images/print.css" type=text/css rel=stylesheet>
  17. <META content="MSHTML 6.00.2900.2995" name=GENERATOR>
  18. <style type="text/css">
  19. <!--
  20. .style1 {
  21. color: #000000;
  22. font-size: 24px;
  23. }
  24. .STYLE3 {
  25. color: #FFFFFF;
  26. font-size: 24pt;
  27. font-weight: bold;
  28. }
  29. body {
  30. background-color: #456594;
  31. }
  32. -->
  33. </style>
  34. </HEAD>
  35. <BODY language=javascript>
  36. <iframe name=yyes id="yyes" src="" frameBorder="0" width="0" scrolling="no" height="0"  ></iframe>
  37. <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
  38.   <TBODY>
  39.   <FORM onSubmit="return checklogin(this)" method=post action=login.php>
  40.   <TR>
  41.     <TH scope=col>
  42.       <TABLE height=45 cellSpacing=0 cellPadding=0 width=600 align=center 
  43.       border=0>
  44.         <TBODY>
  45.         <TR>
  46.           <TD 
  47.         background=../img2/ci_tb.gif class="STYLE3">总代理登陆</TD>
  48.         </TR>
  49.         </TBODY></TABLE>
  50.       <TABLE 
  51.       style="BORDER-RIGHT: #003366 1px solid; BORDER-LEFT: #003366 1px solid" 
  52.       cellSpacing=0 cellPadding=0 width=600 border=0>
  53.         <TBODY>
  54.         <TR>
  55.           <TD width=217 bgColor=#ffffff>
  56.             <OBJECT 
  57.             codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 
  58.             height=221 width=211 
  59.             classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
  60.               <PARAM NAME="movie" VALUE="../img2/clubsi.swf"><PARAM NAME="quality" VALUE="high"><PARAM NAME="menu" VALUE="false">
  61.                                                                         <embed   
  62.                                   src="../img2/clubsi.swf" width="211" 
  63.             height="221" quality="high"                         
  64.             pluginspage="http://www.macromedia.com/go/getflashplayer"            
  65.                          type="application/x-shockwave-flash" menu="false">      
  66.                 </embed></OBJECT></TD>
  67.           <TD vAlign=top bgColor=#ffffff><IMG height=49 
  68.             src="../img2/ci_m.gif" width=213> 
  69.             <TABLE cellSpacing=0 cellPadding=2 width=380 border=0>
  70.               <TBODY>
  71.               <TR>
  72.                 <TD width="12%">账&nbsp;&nbsp;号:</TD>
  73.                 <TD><INPUT name=login onKeyPress="return CheckAccountKey()" size="20" maxLength=18> </TD></TR>
  74.               <TR>
  75.                 <TD>密 码:</TD>
  76.                 <TD><INPUT name=pass  type=password  size="20" maxLength=18></TD>
  77.               </TR>
  78.               <TR>
  79.                 <TD>验证码:</TD>
  80.                 <TD><INPUT maxLength=4 size=3 name=code> 
  81.                   <?=$_SESSION["yzcode"]?></TD></TR>
  82.               <TR>
  83.                 <TD>&nbsp;</TD>
  84.                 <TD><input type="image" src="../images/qrdl_cn.gif" width="70" height="25"> 
  85. <INPUT style="DISPLAY: none" onClick="window.location.href='../hy_zhuce.asp'" type=button value=" 注册 " name=Submit2></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
  86.       <TABLE height=45 cellSpacing=0 cellPadding=0 width=600 align=center 
  87.       border=0>
  88.         <TBODY>
  89.         <TR align=middle>
  90.           <TD align=right background=../img2/ci_bb.gif><FONT 
  91.             face="Arial, Helvetica, sans-serif" color=#cccccc>&copy;System <FONT 
  92.             size=4>&#8482;</FONT>&nbsp;&nbsp;2007-01-01 
  93.           2010-12-31</FONT>&nbsp;&nbsp;&nbsp;</TD>
  94.         </TR></TBODY></TABLE></TH></TR></FORM></TBODY></TABLE>
  95. <SCRIPT>
  96. if (top!=self) top.location.href=self.location.href;
  97. errmsg="";
  98. if (errmsg!="") {
  99. alert(errmsg);
  100. }
  101. document.all.login.focus();
  102. function checklogin(obj)
  103. {
  104. if (obj.login.value=="") {
  105. alert("请输入帐号!");
  106. obj.login.focus();
  107. return false;
  108. }
  109. if (obj.pass.value=="") {
  110. alert("请输入密码!");
  111. obj.pass.focus();
  112. return false;
  113. }
  114. if (("1"!="") && (obj.code.value=="")) {
  115. alert("请输入验证码!");
  116. obj.code.focus();
  117. return false;
  118. }
  119. return true;
  120. }
  121. </SCRIPT>
  122. </DIV>
  123. <CENTER></CENTER></BODY></HTML>