我的论坛源代码(九)

华依萱

华依萱

2016-01-29 14:31

我的论坛源代码(九),我的论坛源代码(九)
  <html
<head
<titleUntitled Document</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
<?php
include "linkfox.inc.php";
include "info.inc.php";
?
</head

<body bgcolor="#FFFFFF"
<?
$query="select * from foxbbs where id='".$bbsid."'";
$req=mysql_query($query);
if ($req) {
$bbsmes=mysql_fetch_array($req);
$djnum=$bbsmes["djnum"]+1;
$query="update foxbbs set djnum='$djnum' where id='".$bbsid."'";
$req=mysql_query($query);
}

$query="select * from useinfo where usename='".$bbsmes["usename"]."'";
$req=mysql_query($query);
if ($req) {
$useinfo=mysql_fetch_array($req);
switch ($useinfo[11])
      {
      case ($useinfo[11]==1):
        $useinfo[11]="会员";
        break;
      case ($useinfo[11]==2):
        $useinfo[11]="版主";
        break;
      case ($useinfo[11]==3):
        $useinfo[11]="管理员";
        break;
      case ($useinfo[11]==4):
        $useinfo[11]="站长";
        break;
      default:
        $useinfo[11]="游客";
      break;
      }
}
if ($lock==yes)
{
$query="update foxbbs set lockes=1 where id='".$bbsid."'";
$req=mysql_query($query);
if ($req)
{
err_info("锁定成功");
echo "<script language='JavaScript' javascript:location.href='superuse.php?d=editbbs'; </script;";
echo "<div align='center'<a href='superuse.php?d=editbbs'信息修改成功,返回</a</div";
}
}
if ($unlock==yes)
{
$query="update foxbbs set lockes=0 where id='".$bbsid."'";
$req=mysql_query($query);
if ($req)
{
err_info("锁定成功");
echo "<script language='JavaScript' javascript:location.href='superuse.php?d=editbbs'; </script;";
echo "<div align='center'<a href='superuse.php?d=editbbs'信息修改成功,返回</a</div";
}
}
?
<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"
      <
展开更多 50%)
分享

猜你喜欢

我的论坛源代码(九)

PHP
我的论坛源代码(九)

我的论坛源代码(一)

PHP
我的论坛源代码(一)

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

我的论坛源代码(二)

PHP
我的论坛源代码(二)

我的论坛源代码(六)

PHP
我的论坛源代码(六)

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

我的论坛源代码(三)

PHP
我的论坛源代码(三)

我的论坛源代码(十)

PHP
我的论坛源代码(十)

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

《热血龙珠》魂魄卡牌解析

《热血龙珠》魂魄卡牌解析

图书管理程序(三)

图书管理程序(三)
下拉加载更多内容 ↓