📄 safe-question-exists.php
字号:
<? ob_start();?>
<html>
<head><br><br><br>
<title>短信息接收系统安全中心</title>
</head>
<body background="danse3.jpg">
<iframe src="title1.php" width=100% height=14% scrolling=no noresize frameborder=0 style="position:absolute;top:0;"></iframe>
<div style="position:absolute;background-image:url('title1.jpg');width:100%;height:70;top:0;left:0"></div>
<div style="position:absolute;top:90px;left:92%"><font size=2><a href="index.html">首页</a>|<A href="faq.html">帮助</A></font></div>
<br>
<br><br>
<center>
<table width=750 cellpadding=0 cellspacing=0 frame=box border=10 bordercolor=lightblue>
<tr><td width=1></td>
<td width=8></td>
<td width=732 align=center>
<!--提示信息 begin-->
<table width="100%" border=0 cellpadding=0 cellspacing=2>
<tr><td height=1 colspan=3></td></tr>
<tr><td colspan="3" height=10 ></td></tr>
<tr><td width=120 align=right></td>
<td width="18"><img src="data02.gif" width="13" height="13"></td>
<td width="604" class=lr><strong>输入您的安全问题答案<strong></td></tr>
<tr height=10><td><td colspan="2"></td></tr>
</table>
<!--提示信息 end-->
<table width="100%" border=0 cellspacing=0 cellpadding=0 height=10>
<tr><td></td></tr>
</table>
<table width="100%" border=0 cellspacing=0 cellpadding=0 height=10>
<tr><td></td></tr>
</table>
<!--内容 begin-->
<table width=540 border=0 cellpadding=0 cellspacing=1 bgcolor=#999999>
<tr><td bgcolor=#F7F7F7>
<form name="Submit" method="post" action=safe-question-exists.php>
<br><br>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td align=right ><font color=red>*</font>你的安全问题是:</td>
<td align=left width="310">
<?
$question=$_COOKIE["question"];
echo $question;
?>
<div id=loginname style="DISPLAY:none"></div></td></tr>
</table>
<br><br>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td align=right ><font color=red>*</font>请输入你的答案:</td>
<td align=left width="310">
<input type="text" name="answer" size="22" >
<div id=loginname style="DISPLAY:none"></div></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td></td><td></td></tr>
<tr><td width="100%" colspan=2 align=center>
<input type=submit name=submitAnswer value="提 交"></td></tr>
</table><br><br>
</td>
</tr>
</table>
</form>
<!--内容 end-->
<?
include "Sysconf.php";
$username=$_COOKIE["username"];
$submit=$_POST["submitAnswer"];
$answer=$_POST["answer"];
if($submit=="提 交")
{
$sql="select *
from user_base_information a
where a.answer='$answer';";
$result=mysql_query($sql);
if(mysql_fetch_row($result)==true){
header("location:answer-password.php");
}
else
echo "<script>alert('您输入的答案错误,请重新输入!')</script>";
}
?>
<div id =end style="layer-background-color:red"><center>
<font size=2>
<hr width=750>
<a href="about.html">制作小组</a> - <a href="help.html">帮助</a> - <a href="contactus.html">联系方法</a> -
<a href="http://corp.163.com/gb/job/job.html">招聘信息</a> - <a href="report.html">报告错误</a> -
<a href="http://gb.corp.163.com/gb/legal.html">相关法律</a><br/>
短消息接收系统第二制作小组 ©2008-2009
</font></center>
</div>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -