/[LeafOK_CVS]/fenglin/lib/common.inc.php
ViewVC logotype

Diff of /fenglin/lib/common.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.27 by sysadm, Sun Mar 2 02:32:22 2025 UTC Revision 1.32 by sysadm, Thu Mar 27 12:30:12 2025 UTC
# Line 4  Line 4 
4          $BBS_notice_sid         =       39;          $BBS_notice_sid         =       39;
5          $BBS_default_cid        =       1;          $BBS_default_cid        =       1;
6          $BBS_default_sid        =       4;          $BBS_default_sid        =       4;
7            $BBS_name                       =       "枫林在线论坛";
8          $BBS_host_name          =       "www.fenglin.info";          $BBS_host_name          =       "www.fenglin.info";
9          $BBS_license_dt         =       strtotime("2025-03-02 10:00:00");          $BBS_license_dt         =       strtotime("2025-03-02 10:00:00");
         $BBS_license_file       =       date("Ymd",$BBS_license_dt) . ".txt";  
10    
11          $BBS_max_login_per_user         =       2;          static $BBS_no_limit_users      =       array(
         $BBS_max_login_per_ip           =       5;  
         $BBS_max_session_per_ip         =       10;  
         $BBS_no_limit_users                     =       array(  
12                  1,              //Admin                 系统管理员                  1,              //Admin                 系统管理员
13                  600,    //diliver               自动发信系统                  600,    //diliver               自动发信系统
14                  2333,   //cn.bbs                转信系统帐号                  2333,   //cn.bbs                转信系统帐号
# Line 20  Line 17 
17                  7595    //BMS                   版主管理员                  7595    //BMS                   版主管理员
18          );          );
19    
20          $BBS_user_off_line                      =       60*15;          $BBS_session_lifetime           =       60 * 60 * 24 * 7;
21          $BBS_session_time_out           =       60*60*2;          $BBS_user_off_line                      =       60 * 15;
22    
23            static $BBS_rpp_options         =       array(
24                    10,
25                    20,
26                    30,
27                    50
28            );
29    
30            static $BBS_exp                         = array(
31                    PHP_INT_MIN,    // 0
32                    50,                             // 1
33                    200,                    // 2
34                    500,                    // 3
35                    1000,                   // 4
36                    2000,                   // 5
37                    5000,                   // 6
38                    10000,                  // 7
39                    20000,                  // 8
40                    30000,                  // 9
41                    50000,                  // 10
42                    60000,                  // 11
43                    70000,                  // 12
44                    80000,                  // 13
45                    90000,                  // 14
46                    100000,                 // 15
47                    PHP_INT_MAX,    // 16
48            );
49    
50            static $BBS_level                       = array(
51                    "新手上路",         // 0
52                    "初来乍练",         // 1
53                    "白手起家",         // 2
54                    "略懂一二",         // 3
55                    "小有作为",         // 4
56                    "对答如流",         // 5
57                    "精于此道",         // 6
58                    "博大精深",         // 7
59                    "登峰造极",         // 8
60                    "论坛砥柱",         // 9
61                    "☆☆☆☆☆",        // 10
62                    "★☆☆☆☆",        // 11
63                    "★★☆☆☆",        // 12
64                    "★★★☆☆",        // 13
65                    "★★★★☆",        // 14
66                    "★★★★★",        // 15
67            );
68    
69            $BBS_user_purge_duration        =       365;
70            $BBS_normal_log_retention       =       60;
71            $BBS_critical_log_retention     =       365;
72            $BBS_user_msg_retention         =       60;
73            $BBS_new_article_period         =       14;
74    
75          $PHP_bin = "php";          $PHP_bin = "php";
76  ?>  ?>


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1