Stars: 309
Forks: 130
Pull Requests: 1
Issues: 15
Watchers: 5
Last Updated: 2023-08-13 07:57:14
Xiuno BBS 4.0 是一款轻论坛程序。 本版修复了php7.4、php8.0兼容问题;采用utf8mb4,支持emoji;,jQuery更新到 3.5.1;bootstrap更新到4.5.0。移除部分插件,更新默认主题。
License: Other
Languages: PHP, CSS, HTML, JavaScript, Batchfile, Shell, SCSS
Xiuno BBS 4.0 是一款轻论坛产品。 本版本在消逝的官方git版本基础上,修复了php7.4和php8.0的兼容问题;采用utf8mb4,支持emoji;jQuery更新到 3.5.1;bootstrap更新到4.5.0。移除部分插件,更新默认主题。修复了若干小bug。
使用请下载发布版,集成较少插件。数据库请采用utf8mb4(utf8mb4_general_ci),安装完成后,请删除install目录。 插件和主题,直接上传到plugin目录中,后台插件中心开启。
后台设置开启伪静态,添加对应的伪静态规则。
<IfModule mod_rewrite.c>
RewriteEngine on
# Apache 2.4
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*?)([^/]*)$ $1index.php?$2 [QSA,PT,L]
# Apache other
#RewriteRule ^(.*?)([^/]*)\.htm(.*)$ $1/index.php?$2.htm$3 [L]
</IfModule>
location ~* \.(htm)$ {
rewrite "^(.*)/(.+?).htm(.*?)$" $1/index.php?$2.htm$3 last;
}
www.yourdomain.com {
# Set this path to your site's directory.
root * /var/www
file_server
# Or serve a PHP site through php-fpm:
php_fastcgi localhost:9000
}
临时插件仓库:插件主题中心
创始人:axiuno
感谢:cnteacher@discuz、Discuz!、Team Artery、剑心@wooyun、右键森林、吴兆焕、杨永全、郑城、大象、燃烧的冰、⭐Star本项目的您。