www.gusucode.com > 仿51.com的php源码 1.1 > User/MainInfoStep4.php

    <?php
include("CheckLogined.php"); 
include("../include/dbclass.php"); 
$db=new DbConn();
include "functions.php";
include "user.php";
$globalvars->set_vars();
$user_dat = $user->process_user($globalvars);
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>烦恼驿站用户管理中心 - 首页欢迎信息</title>
<link href="../images/User_Main.css" rel="stylesheet" type="text/css" />
<script>
try{
	if(top!=window){
		document.domain	="www.wu-liao.com";		
	}else{
		top.location.href="/webin.php?refer=%2FUser%2FMainInfoStep4.php";
	}
}catch(e){}
function showNewMessage(user){
	top.showNewMessage(user);
}

</script>
</head>
<body>
<div id="top"><?php require("../top.php"); ?>
</div>

<div id="nav">
<div id="navt"></div>
</div>

<div id="mjx"></div>
<div id="main">
<div id="left">
<div id="leph">
<div class="phff">
</div>
<div class="phl1">
<div class="pht">
<a href="MainInfo.php">填写资料</a></div>
</div>
<div class="phl1">
<div class="pht">
<a href="MainInfoStep2.php">上传形象照</a></div>
</div>
<div class="phl1">
<div class="pht">
<a href="MainInfoStep3.php">选择主页风格</a></div>
</div>
<div class="phl1">
<div class="phz">
注册完成</div>
</div>
</div>
</div>
<div id="right">
<div id="fenle">
<div id="fenle">
<table width="570" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30"><div class="regzy">请认真阅读下面的文字</div></td>
</tr>
<tr>
<td height="60" class="reghh"><?php echo $_COOKIE["uid"]; ?>,<span>恭喜您正式成为烦恼驿站用户!</span></td>
</tr>
<tr>
<td height="130" class="reghh">从现在起,您便真正拥有一个属于您自己的网上的家!<br />
以后您可以在这里写述自己的心事,上传生活照片,收藏喜爱的音乐...<br />
如果您愿意的话,您会在这里认识很多的朋友。</td>
</tr>
<tr>
<td class="reghh">开始吧!先去看看我的主页 <a href="http://www.wu-liao.com/home.php?user=<?php echo $_COOKIE["uid"]; ?>" target="_blank">http://www.wu-liao.com/home.php?user=<?php echo $_COOKIE["uid"]; ?></a><br />
看完主页后,记得点击这里返回<a href="Main.php">[用户管理中心]</a></td>
</tr>
</table>
</div>
</div>
</div>
</div><div id="bottom">
<div id="baidu" style="color:#a0a0a0;"><?php require("../foot.php"); ?></div>
</div>
</body>
</html>