脚 本 之 家 www.jb51.net
页面导航:  不限条件-->坛(
本地搜索:
post.php(发新贴子)<HTML><HEAD><TITLE>疑难问题</TITLE><LINKhref="mypic/style.css"rel=STYLESHEETtype=text/css></HEAD><?phpif(!$cookie_user){echo"<scriptlanguage='javascript'>";  echo"parent.location.href='index.php'"; &n...
http://www.jb51.net//article/2210.htm
read.php(用来显示相关主题内容)<HTML><HEAD><TITLE>疑难问题</TITLE><LINKhref="mypic/style.css"rel=STYLESHEETtype=text/css></HEAD><BODYbgColor=#cccc99bottomMargin=0leftMargin=0topMargin=0marginwidth="0"marginheight="0">    &n...
http://www.jb51.net//article/2202.htm
     相信每一个到过OSO的人都会对OSO的论坛留下极深的印象,这个论坛无论从那一方面来说都是比较出色的。你想不想你的主页也有这么一个漂亮的论坛呢,其实并不太复杂的,下面我们仅从一些基本的部分来实现对OSO论坛的模仿。    由于我仅仅是使用这个论坛作为我的留言板,所以我的论坛可以算是OSO论坛的简配。1、在我的论坛中只有在用户登录后才能发言,用户的ID是存在一个叫“cookie_user”的cookie变量中的,2、我的论坛没有子论坛,3、我没有统计一个主题的点击数,4、在OSO论坛中每一个主题前面...
http://www.jb51.net//article/2201.htm
reply.php(用来回复主题)<HTML><HEAD><TITLE>疑难问题</TITLE><LINKhref="mypic/style.css"rel=STYLESHEETtype=text/css></HEAD><?phpif(!$cook_user){echo"<scriptlanguage='javascript'>";  echo"parent.location.href='index.php'"; &...
http://www.jb51.net//article/2156.htm
在前面的post.php及reply.php中,在发言提交成功后都跳转到一个叫post_end.php的页面,这个页面主要是提示发言提交成功,并给出了一个到faq.php的链接,程序非常简单,我就一并写在下面了:<html>你的发言已提交<br><ahref="faq.php">返回疑难问题首页</a></html>    在这一节中,我们将着力讨论如果实现我们在开头所列出的本论坛所缺少的八项功能:    1、在我的论坛中只有在用户登录...
http://www.jb51.net//article/2136.htm
###################################apply.php#####################################################<html><head><title>注册用户</title><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><linkrel="stylesheet"type="text/css&quo...
http://www.jb51.net//article/2135.htm
###############################################此篇文章属原创,如有引用,请标明作者信息。作者:冷情疯子Email:edincur@yeah.nethttp://safebase.yeah.net#################################################adduser.php###############################################################################<?phprequire("func.php");if...
http://www.jb51.net//article/2134.htm
##index.php<html><head><title>论坛</title><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"></head><framesetcols="125,*"rows="*"border="0"frameborder="0">    <fra...
http://www.jb51.net//article/2133.htm
##manage_read.php<?phprequire("func.php");if(check_admin_password()){    $board=$jl_forum[board];    switch($job){        case"setgood":          &...
http://www.jb51.net//article/2132.htm
#post.php<?phprequire("config.inc.php");$sql="select*fromboardinfowherename='$board'";$sql_result=mysql_query($sql);$sql_row=mysql_fetch_array($sql_result);?><html><head><title>发新贴子</title><linkrel="stylesheet"type="text/css"hr...
http://www.jb51.net//article/2131.htm
#sendmsg.php<?phprequire"func.php";if($b1){    if(is_user_exits($fromname)andcheck_user_password($fromname,$password)){        sendmsg();        echo"成功!<br><formmethod=&quo...
http://www.jb51.net//article/2129.htm
共有:13/10,当前1/2页  [首页] [上一页] 1 2 [下一页]  [尾页] 转到: