search
HomeBackend DevelopmentPHP TutorialForum source code My forum source code 2

主界面,也就是显示主题列表的这页。
//foxbbs.php 功能:显示论坛的主题


狐网论坛


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



$tem=$HTTP_COOKIE_VARS[FlyFoxNet];        //这里取COOKIE里的信息
$temp=explode("|",$tem);                  //因为用户名和密码是用"|"分隔并记录在COOKIE里的
$cookiem=$temp[0];                        //取用户名
$useinfo=cuser($cookiem,$action);         //CUSER这个函数是用来判别是否从COOKIE中取出了信息
$query="select usename from useinfo where usename='".$useinfo[0]."'"; //检查是否注册用户
$req=mysql_query($query);
if ($req)
{
  $usename=mysql_fetch_array($req);                            
    if($usename[0]==$useinfo[0]) $useinfo[0]=$usename[0];     
    else {
        $usename=1;
        $useinfo[0]="游客";
         }
}
else $usename=1;$useinfo[0]="游客";
?>

  
    
    
    
    
    
  
  
    
    
    
    
  
  
    
    
    
    
    
  

      

      

    
       

      
Forum source code My forum source code 2

    

      
Forum source code My forum source code 2

    
Forum source code My forum source code 2 Forum source code My forum source code 2

      
当前位置:狐网─>狐网论坛─>主题列表   echo "".$useinfo[2].""; echo "欢迎你来到论坛!"; ?>

    

      
echo "发布新帖";  ?>

    

      
if ($action==find) echo "显示所有贴子列表"; else echo "管理专区,非请莫进";?>

    

      
登录用户

    

      
返回狐网首页

    

echo "";
echo "
";
?>       
          
          
          
          
          
          
          ";
              echo "";
              echo "";
              echo "";
              else echo "".$bbs[3]."";
              echo "";
              echo "";
              echo "";
              echo "";
              }
              }
       $tem++;
     }
}
echo "

            
状态

          

            
表情

          

            
主    题

          

            
作  者

          

            
回复

          

            
人气

          

            
最后回复时间

                                                                                    ="select count(*) from foxbbs"; //First calculate the total number of topics
$req=mysql_query($query);
if ($req)
{
      $row=mysql_fetch_array($req);
    $num =$row[0];
if (!$rows) $rows=10;          //Set the sorting method
                                                                                                                                                                    Set the sorting method
                                       / $rows if (!$dpage) $dpage=1; //Cannot exceed The maximum page
IF ($ dpage == 1) $ TEM = 0; // Control the information that should be displayed at the current page
Else $ TEM = ($ DPAGE-)*$ ROWS;
IF ($ l == 2) $s="hfnum";
else if ($l==3) $s="djnum";
else $s="id";
for ($i=0;$i                                                                                                                                                                                                                                                                                        . "' order by $s desc limit $tem,$tem1";
           else $query="select * from foxbbs order by $s desc limit $tem,$tem1";                                                                                                                                                        ($ REQ)
{
$ bbs = mysql_fetch_array ($ REQ); // See if there is any reply time, if not, the post time instead of the reply time
($ bbs [3]) {
if (! $ bbs $ bbs $ bbs [8]) $bbs[8]=$bbs[4]." ".$bbs[1];
      else $bbs[8]=$bbs[8]." ".$bbs[10];
     if (SUBSTR ($ BBS [4], 0, -8) == Date (y year n month J day) && $ bbs [6] & lt; $ imgnum && $ bbs [12]! = 1) // Post
                                                                                                                         ;=$imgnum&&$bbs[12]!=1) //If it is the same day and the number of clicks is 10
              $img="images/newhotfolder.gif";
              else if(substr($bbs[4],0,-8)!=date(Y年n月j日)&&$bbs[6]>=$imgnum&&$bbs[12]!=1)  //如果不是当天,但点击上20
              $img="images/hotfolder.gif";
              else if($bbs[12]==1) $img="images/lock.gif";   //已锁
              else $img="images/folder.gif";
              echo "
Forum source code My forum source code 2
Forum source code My forum source code 2
";
              if ($bbs[12]==1) echo $bbs[3]."
".$bbs[1]."
".$bbs[7]."
".$bbs[6]."
".$bbs[8]."
";
echo "";
echo "";
echo "";
echo "
|===> ";
if($page==1)
  {
     echo "[上一页]  [下一页]";
}
else if ($dpage==1)   //如果当前在第一页
  {
     $u=$dpage+1;
     echo "[上一页]  [下一页]";
   }
else if($dpage>1&&$dpage  {
     $u=$dpage+1;
     $d=$dpage-1;
     echo "[上一页]  [下一页]";
  }
else if($dpage==$page)  //如果当前在最后一页
  {
     $d=$dpage-1;
     echo "[上一页]  [下一页]";
  }
echo "
";
echo "
论题数:".$num." 当前第".$dpage."页/共有".$page."页";
echo "";
echo "";
$query="select count(*) from useinfo";       //统计注册用户数
$req=mysql_query($query);
$usenum=mysql_fetch_array($req);
$query="select usename from useinfo order by useid desc limit 0,1";   //查找最新注册的用户,因为ID是自增的,所以可以根据ID来判断,最大的也就是最新的。
$req=mysql_query($query);
$newuse=mysql_fetch_array($req);
echo "  目前共有成员[".$usenum[0]."]名/最新加盟[".$newuse[0]."]";
?>

  
    
  
  
    
 

      
        
          
          
          
          
        
        
          
          
          
          
        
        
          
          
          
          
                                                                             mailto:hllinyu@netease.com">Contact me |─| ;
                                                                              
                                            

            
状态说明:

          

            

          
   

            
Forum source code My forum source code 2
              当天产生新论题

          

            
Forum source code My forum source code 2
              当天回复最高的论题

          

            
Forum source code My forum source code 2
              一天以前的论题

          

            
Forum source code My forum source code 2
              总计回复超过50个的论题

          

            
Forum source code My forum source code 2
              已被关闭的主题

          

            

          

            

          

          
★论坛说明★


          1. Only registered users can post in this forum. If you are not registered, you can view and reply to posts as a guest, but you cannot post.

        2. Posting users will be fully responsible for the comments made in the forum. Replies to this forum are mainly about emotional aspects (technical issues can be appropriately discussed before the technical forum comes out). If Once the webmaster discovers that a user is using this forum to discuss other unrelated topics, it will be locked immediately. (This site will launch other forums one after another)

          3. I haven’t thought of it yet. Haha...                                                                                                                       

                                                                                   td>
                                                                
The above introduces the forum source code. My forum source code 2 includes the content of the forum source code. I hope it will be helpful to friends who are interested in PHP tutorials.


Statement
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
How do you modify data stored in a PHP session?How do you modify data stored in a PHP session?Apr 27, 2025 am 12:23 AM

TomodifydatainaPHPsession,startthesessionwithsession_start(),thenuse$_SESSIONtoset,modify,orremovevariables.1)Startthesession.2)Setormodifysessionvariablesusing$_SESSION.3)Removevariableswithunset().4)Clearallvariableswithsession_unset().5)Destroythe

Give an example of storing an array in a PHP session.Give an example of storing an array in a PHP session.Apr 27, 2025 am 12:20 AM

Arrays can be stored in PHP sessions. 1. Start the session and use session_start(). 2. Create an array and store it in $_SESSION. 3. Retrieve the array through $_SESSION. 4. Optimize session data to improve performance.

How does garbage collection work for PHP sessions?How does garbage collection work for PHP sessions?Apr 27, 2025 am 12:19 AM

PHP session garbage collection is triggered through a probability mechanism to clean up expired session data. 1) Set the trigger probability and session life cycle in the configuration file; 2) You can use cron tasks to optimize high-load applications; 3) You need to balance the garbage collection frequency and performance to avoid data loss.

How can you trace session activity in PHP?How can you trace session activity in PHP?Apr 27, 2025 am 12:10 AM

Tracking user session activities in PHP is implemented through session management. 1) Use session_start() to start the session. 2) Store and access data through the $_SESSION array. 3) Call session_destroy() to end the session. Session tracking is used for user behavior analysis, security monitoring, and performance optimization.

How can you use a database to store PHP session data?How can you use a database to store PHP session data?Apr 27, 2025 am 12:02 AM

Using databases to store PHP session data can improve performance and scalability. 1) Configure MySQL to store session data: Set up the session processor in php.ini or PHP code. 2) Implement custom session processor: define open, close, read, write and other functions to interact with the database. 3) Optimization and best practices: Use indexing, caching, data compression and distributed storage to improve performance.

Explain the concept of a PHP session in simple terms.Explain the concept of a PHP session in simple terms.Apr 26, 2025 am 12:09 AM

PHPsessionstrackuserdataacrossmultiplepagerequestsusingauniqueIDstoredinacookie.Here'showtomanagethemeffectively:1)Startasessionwithsession_start()andstoredatain$_SESSION.2)RegeneratethesessionIDafterloginwithsession_regenerate_id(true)topreventsessi

How do you loop through all the values stored in a PHP session?How do you loop through all the values stored in a PHP session?Apr 26, 2025 am 12:06 AM

In PHP, iterating through session data can be achieved through the following steps: 1. Start the session using session_start(). 2. Iterate through foreach loop through all key-value pairs in the $_SESSION array. 3. When processing complex data structures, use is_array() or is_object() functions and use print_r() to output detailed information. 4. When optimizing traversal, paging can be used to avoid processing large amounts of data at one time. This will help you manage and use PHP session data more efficiently in your actual project.

Explain how to use sessions for user authentication.Explain how to use sessions for user authentication.Apr 26, 2025 am 12:04 AM

The session realizes user authentication through the server-side state management mechanism. 1) Session creation and generation of unique IDs, 2) IDs are passed through cookies, 3) Server stores and accesses session data through IDs, 4) User authentication and status management are realized, improving application security and user experience.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool