看看這是不是你想要的(./register/index.php):
<?php
include("../class/connect.php");
include("../data/cache/public.php");
include("../class/user.php");
if($public_r[openregister])
{
echo"<script>alert('會員注冊功能已被管理員關(guān)閉,請聯(lián)系管理員.');history.go(-1)</script>";
exit();
}
//轉(zhuǎn)向注冊
if(!empty($registerurl))
{
Header("Location:$registerurl");
exit();
}
$url="<a href='../'>首頁</a> > > <a href='../cp'>控制面板</a> > 注冊會員";
@include("../data/template/cp_1.php");
?>
<?php
if($_POST['agree']==1)
{
?>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
<form name="register" method="post" action="../phome/index.php">
<tr class="header">
<td height="25" colspan="2">信息填寫 <input name="phome" type="hidden" id="phome" value="register"></td>
</tr>
<tr>
<td height="25" colspan="2">基本信息</td>
</tr>
<tr>
<td width="28%" height="25" bgcolor="#FFFFFF">用戶名</td>
<td width="72%" height="25" bgcolor="#FFFFFF"> <input name="username" type="text" id="username" size="35">
* </td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">密碼</td>
<td height="25" bgcolor="#FFFFFF"> <input name="password" type="password" id="password" size="35">
* </td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">重復(fù)密碼</td>
<td height="25" bgcolor="#FFFFFF"> <input name="repassword" type="password" id="repassword" size="35">
*</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">郵箱</td>
<td height="25" bgcolor="#FFFFFF"> <input name="email" type="text" id="email" size="35">
*</td>
</tr>
<tr>
<td height="25" colspan="2">其他信息</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">真實(shí)姓名</td>
<td height="25" bgcolor="#FFFFFF"><input name="truename" type="text" id="truename" size="35"></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">QQ號碼</td>
<td height="25" bgcolor="#FFFFFF"><input name="oicq" type="text" id="oicq" size="35"></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">MSN</td>
<td height="25" bgcolor="#FFFFFF"><input name="msn" type="text" id="msn" size="35"></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">聯(lián)系電話</td>
<td height="25" bgcolor="#FFFFFF"><input name="mycall" type="text" id="mycall" size="35"></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">手機(jī)</td>
<td height="25" bgcolor="#FFFFFF"><input name="phone" type="text" id="phone" size="35"></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">網(wǎng)站地址</td>
<td height="25" bgcolor="#FFFFFF"><input name="homepage" type="text" id="homepage" size="35"></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">聯(lián)系地址</td>
<td height="25" bgcolor="#FFFFFF"><input name="address" type="text" id="address" size="50">
郵編:
<input name="zip" type="text" id="zip" size="8"></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">個人介紹</td>
<td height="25" bgcolor="#FFFFFF"><textarea name="saytext" cols="65" rows="8" id="saytext"></textarea></td>
</tr>
<?php
if($public_r['registerkey'])
{
?>
<tr>
<td height="25" bgcolor="#FFFFFF">驗證碼:</td>
<td height="25" bgcolor="#FFFFFF"> <input name="key" type="text" id="key" size="6">
<img src="../ShowKey?edown"></td>
</tr>
<?php
}
?>
<tr>
<td height="25" bgcolor="#FFFFFF"> </td>
<td height="25" bgcolor="#FFFFFF"> <input type="submit" name="Submit" value="馬上注冊">
<input type="reset" name="Submit2" value="重置"></td>
</tr>
</form>
</table>
<?php
}
else
{
?>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
<form name="tiaokuan" method="post" action="./index.php">
<tr class="header">
<td height="25">注冊條款</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">在注冊前請先閱讀以下協(xié)議
<p>一、不得利用本站危害國家安全、泄露國家秘密,不得侵犯國家社會集體的和公民的合法權(quán)益,不得利用本站制作、復(fù)制和傳播下列信息: </p>
<p>(一)煽動抗拒、破壞憲法和法律、行政法規(guī)實(shí)施的;<br>
(二)煽動顛覆國家政權(quán),推翻社會主義制度的;<br>
(三)煽動分裂國家、破壞國家統(tǒng)一的;<br>
(四)煽動民族仇恨、民族歧視,破壞民族團(tuán)結(jié)的;<br>
(五)捏造或者歪曲事實(shí),散布謠言,擾亂社會秩序的;<br>
(六)宣揚(yáng)封建迷信、淫穢、色情、賭博、暴力、兇殺、恐怖、教唆犯罪的;<br>
(七)公然侮辱他人或者捏造事實(shí)誹謗他人的,或者進(jìn)行其他惡意攻擊的;<br>
(八)損害國家機(jī)關(guān)信譽(yù)的;<br>
(九)其他違反憲法和法律行政法規(guī)的;<br>
(十)發(fā)布黃色反動文章</p>
<p>二、互相尊重,對自己的言論和行為負(fù)責(zé)。</p>
</tr>
<tr>
<td bgcolor="#FFFFFF" align="center">
<input name="agree" type="hidden" value="1">
<input type="submit" name="Submit" value="我同意以上協(xié)議" class="button">
<input type="button" onclick="window.close()" value="我不同意" class="button">
</td>
</tr>
</form>
</table>
<?php
}
?>
<?php
@include("../data/template/cp_2.php");
?>
版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權(quán)益請與我們聯(lián)系,我們將在24小時內(nèi)刪除!謝謝!
轉(zhuǎn)載請注明: 帝國cms增加一個注冊說明