PHP头条
热点:

我的论坛源代码(八)


reguse.php(做为现在的主流开发语言)用户注册与登录页面

<?
if ($action==dl&&$uname)
{
$uinfo=$uname."|".$upass;
setcookie("FlyFoxNet",$uinfo,time()+3600);
}
?>
<html>
<head>
<title>用户注册</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type=text/css>
P {FONT-FAMILY: normal; FONT-SIZE: 9pt; LINE-HEIGHT: 14pt}
DIV {FONT-FAMILY: normal; FONT-SIZE: 9pt; LINE-HEIGHT: 14pt}
</STYLE>
<LINK href="js/cpcw.css" rel=stylesheet /LINK>
</head>
<?php(做为现在的主流开发语言)
include "linkfox.inc.php(做为现在的主流开发语言)";
include "info.inc.php(做为现在的主流开发语言)";
include "reguse.inc.php(做为现在的主流开发语言)";

function dlokey($user)      //登录成功显示
{
echo "<script language=JavaScript> alert(".$user3."欢迎你再次来到狐网论坛,站长飞狐||黑暗居士欢迎你!你上次来访的时间是".$user[2]."); </script>";
echo "<table width=50% border=0 cellspacing=0 cellpadding=0 align=center bgcolor=#000000>";
echo "<tr><td><table width=100% border=0 cellspacing=1 cellpadding=1><tr bgcolor=#006699><td>";
echo "<div align=center><font color=#FFFFFF>欢迎你!<font color=00ff00>".$user[3]."</font></font></div></td></tr><tr bgcolor=#eeeeee><td>";
echo "<div align=center>你上次访问本站的时间是:<font color=009900>".$user[2]."</font></div></td></tr><tr bgcolor=#eeeeee>";
echo "<td><div align=center>你现在可以<a href=post.php(做为现在的主流开发语言)> <发布新帖> </a><a href=foxbbs.php(做为现在的主流开发语言)> <查看主题></a> <a href=useinfo.php(做为现在的主流开发语言)?action=edit> <修改信息></a></div></td></tr>";
echo "</table></td></tr></table>";
}




?>
<body bgcolor="#FFFFFF">
<table width="100%" cellpadding="4" cellspacing="0" border="0">
  <tr>
    <td height="20">
      <div align="right"></div>
    </td>
    <td height="20" width="75">&nbsp;</td>
    <td height="20" width="75">&nbsp;</td>
    <td height="20" width="75">&nbsp;</td>
    <td height="20" width="75">&nbsp;</td>
  </tr>
  <tr>
    <td height="20">
      <div align="right"></div>
    </td>
    <td height="20" width="75">
      <div align="center"><img src="/edu/UploadPic/2008-2/2008215175833518.gif"" width="74" height="21" border="0"></div>
    </td>
    <td height="20" width="75">
      <div align="center"><img src="/edu/UploadPic/2008-2/2008215175833334.gif"" width="74" height="21"></div>

www.phpzy.comtrue/phprm/34325.htmlTechArticle我的论坛源代码(八) reguse.php (做为现在的主流开发语言) 用户注册与登录页面 ? if (action==dluname) uinfo=uname."|".upass; setcookie("FlyFoxNet",uinfo,time()+3600); ? html head title用户注册/title meta http-equi...

相关文章

    暂无相关文章

PHP之友评论

今天推荐