侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

SMF 搭建备忘

2023-11-28 星期二 / 0 评论 / 0 点赞 / 53 阅读 / 2753 字

服务器基础:Apache( or Nginx)+ PHP + MySql(+ Memcached) Web Apache 2.0.0以上版本 / Nginx PHP PHP 5.2.0 以上,启用

服务器基础:Apache( or Nginx) + PHP + MySql(+ Memcached)

Web

       Apache 2.0.0以上版本 / Nginx

PHP

       PHP 5.2.0 以上,启用mysql.so、gd.so(、memcache.so)

·        the max_input_time directive is set to a value of at least 30.

·        the post_max_size and upload_max_filesize directives set to the size of the largest attachments you wish to be able to upload.

·        the session.use_trans_sid directive set to Off.

·        the memory_limit directive is set to at least 8M.

·        the max_execution_time directive is set to at least 15.

·        the register_globals directive is set to Off.

·        the safe mode disabled or suEXEC ensabled.

·        the BCMath library enabled for using the OpenID registration method.

 

MySql

       MySql 5.0以上

为SMF创建一个数据库和一个管理员。

SMF

       放在WebServer工作目录中

       修改owner

       修改权限,文件夹755

       在浏览器中打开http://ServerAddress/install.php按照提示完成安装

 

SMF 修改

vim Themes/default/languages/index.chinese_simplified-utf8.php

1.  替换Simple Machines为B* *C Technical

2.  修改页脚

$forum_copyright = '<a href="' . $scripturl . '?action=credits" title="B* *C Technical Forum" target="_blank" class="new_win">%1$s</a> |<a href="' . $boardurl . '/index.php" title="License" target="_blank" class="new_win">B* *C &copy; 2016</a>, <a href="' . $boardurl . '" title="B* *C Technical" target="_blank" class="new_win">BU IC Technical</a>';// <a href="http://www.simplemachines.org/about/smf/license.php" title="License" target="_blank" class="new_win">B* *C &copy; 2016</a>, <a href="http://www.simplemachines.org" title="B* *C Technical" target="_blank" class="new_win">B* *C Technical</a>';

3.   

广告 广告

评论区