Forum source code My forum source code 9

WBOY
Release: 2016-07-29 08:33:47
Original
790 people have browsed it



Untitled Document



include "linkfox.inc.php";
include "info.inc.php";
?>


$query="select * from foxbbs where";
$req=mysql_query($query);
if ($req) {
$bbsmes=mysql_fetch_array($req);
$djnum=$bbsmes["djnum"]+1;
$query="update foxbbs set djnum='$djnum' where";
$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";
$req=mysql_query($query);
if ($req)
{
err_info("锁定成功");
echo ";";
echo "

";
}
}
if ($unlock==yes)
{
$query="update foxbbs set lockes=0 where";
$req=mysql_query($query);
if ($req)
{
err_info("锁定成功");
echo ";";
echo "";
}
}
?>

  
    
    
    
    
    
  
  
    
    
    
    
     
  
  
    
    
    
    
    
  

      

    
       

      

    

      

    

      

    

      
当前位置:狐网─>狐网论坛─>论题:

    

      

    

      
发布新帖

    

      
回复此贴"; ?>

    

      

    


  
    

      
        
          
          
        
        
          
          
        
        
                                                                                                                                     
echo "";
      else echo "Send me an email";
    echo " < ;a href='".$useinfo[9]."' >My Home Page";
echo " ' alt='My details' border='0'>";
    echo " Modify information";
     echo " Find all articles of this user";
echo " 3]."&c=dd'>Quote this user< ;/a>";
   echo " ".$bbsmes[11]."";
                                                           span="2"> ;
Lock? Unlock?

                                                                                             td>


            
原贴作者

          

            
原 贴 内 容

          

            
echo $useinfo[2]."
";
           echo "
";
           echo $useinfo[11]."

";
           echo "发帖数 [".$useinfo["ftnum"]."]
";
          ?>


          
$ft="foxbbs/".$bbsmes[5].".fox";
$message=@file($ft);
for ($i=0;$i { if (ord(substr($message[$i],0,1))==161) //第一位是否全角空格
echo $message[$i];
else {
$message[$i]="  ".trim($message[$i]);
echo $message[$i];
}
}
?>

            

              



The above has introduced the forum source code. My forum source code nine includes the content of the forum source code. I hope it will be helpful to friends who are interested in PHP tutorials.


Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!