📄 login_swf.php
字号:
<?php
$login_tpl='<HTML oncontextmenu="return false" ondragstart="return false"><HEAD><TITLE>Welcome</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset={<$langx>}">
<SCRIPT language=JavaScript src="skins/js/md5.js"></SCRIPT>
<SCRIPT language=JavaScript src="skins/js2/function-no-copying.js"></SCRIPT>
<style type="text/css">
<!--
body {
font-size: 13px;
margin-left: 0px;
margin-top: 20px;
background-color: #F3F3F3;
}
td{ font-size: 13px; }
.loginu {
height: 21px;
width: 88px;
border: 1px solid #888787;
background-color: #F3F3F3;
}
.loginu2 {
height: 21px;
width: 60px;
color: #0033CC; border: 1px solid #888787;
background-color: #F3F3F3;
}
.loginfo {
font-size: 13px;
color: #ffff00;
}
A:link {
TEXT-DECORATION: none
}
A:hover {
COLOR: #FF0000; TEXT-DECORATION: none
}
A:visited {
FONT-WEIGHT: normal; COLOR: #1e4c97; TEXT-DECORATION: none
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
function Checkuserinfo(){
var f = document.LoginForm;
if(f.username1.value==""){
hr_info.innerHTML="请输入用户名!!";
f.username1.focus();
return false;
}
if(f.password1.value==""){
hr_info.innerHTML="请输入密码!!";
f.password1.focus();
return false;
}
if(f.code1.value.length <4){
hr_info.innerHTML="请输入验证码!!";
f.code1.focus();
return false;
}
hr_info.innerHTML="登陆验证中";
f.username.value=f.username1.value;
f.password.value=f.password1.value;
f.code.value=f.code1.value;
f.username1.value="";
f.password1.value="";
f.code1.value="";
md5_password();
}
function Go_Chg_pass(){
window.open("FindPW.php","Welcome","width=300,height=178,status=no,location=no");
}
//更新验证码方法
function ShowPic(){
document.all.Pic.src="skins/login/code.php?"+Math.random();
document.all.Pic.style.display="inline";
document.all.code1.value="";
}
</script></HEAD>
<body>
<p align=center>
<table width="184" border="0" align="center" cellpadding="0" cellspacing="0" class="log1">
<tr><td width="184" height="110" background="skins/login/login1.jpg"></td></tr>
</table>
<table width="395" border="0" align="center" cellpadding="0" cellspacing="0" class="log1">
<tr><td width="395" height="24" background="skins/login/login2.jpg"></td></tr>
<tr><td width="395" height="39" background="skins/login/login3.jpg" align=right>
<TABLE width=285 border=0><TBODY>
<TR><TD height="21"><font id="hr_info" class="loginfo"></font></TD></TR></table>
</td></tr>
<tr><td width="395" height="21" background="skins/login/login4.jpg"></td></tr>
<tr><td width="395" background="skins/login/login7.jpg" vAlign=top align=center>
<table width="80%" border="0" cellpadding="0" cellspacing="0" class="log1">
<FORM name=LoginForm action="?langx={<$langx>}" method=post target="CK6" onSubmit="return Checkuserinfo();">
<input type="hidden" name="op" value="login">
<input type="hidden" name="uid" value="{<$uid>}">
<input type="hidden" name="username" value="">
<input type="hidden" name="password" value="">
<input type="hidden" name="code" value="">
<tr height=30>
<TR><TD width="39%" height=30 align=right>用户名:</TD>
<TD colspan="2"><INPUT size=12 name="username1" Maxlength=15 class="loginu" onblur="value=value.toLowerCase()"></TD></TR>
<TR height=30><TD height=30 align=right>密 码:</TD>
<TD colspan="2"><INPUT type="password" size=12 name="password1" Maxlength=15 class="loginu"></TD></TR>
{<$list>}
<TR height=35><TD height=30 align=right> </TD>
<TD><INPUT type=submit value=" 登 入 " name=Submit>
<TD> </TD></TR>
<TR height=10><TD colspan="3" align=center>
</TD></TR></FORM></TABLE>
</td></tr>
<tr><td width="395" height="26" background="skins/login/login5.jpg"></td></tr>
<tr><td width="395" height="42" background="skins/login/login6.jpg"></td></tr>
<tr><td width="395" align=center>本站需要安裝<a href="skins/login/install_flash_player_active_x.exe">FLASH PLAYER</a>插件,方能正常使用<p>
浏览器最佳使用IE6.0或以上版本,最佳分辨率1024*768</td></tr></table></body></html>';
$code_tpl='<TR><TD height=30>
<DIV align=right>验证码:</DIV></TD>
<TD width="17%"><input type="text" size="5" name="code1" id="code1" Maxlength=6 class="loginu2" onFocus="ShowPic()">
<TD width="*"><img id="Pic" src="" border="0" style="display:none;" alt="更换号码" onclick="document.all.code1.focus();"></TD></TR>';
$code_no='<input type="hidden" name="code1" value="WWW.HK666B.COM">';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -