跳轉到內容
PHP論壇人

論壇

  1. Invision Community

    1. 428
      篇文章
    2. 251
      篇文章
    3. 67
      篇文章
    4. 39
      篇文章
  2. vBulletin

    1. 18
      篇文章
    2. 17
      篇文章
    3. 20
      篇文章
  3. XenForo

    1. 3
      篇文章
    2. 3
      篇文章
    3. 1
      篇文章
  4. 伺服器

    1. 26
      篇文章
    2. 28
      篇文章
    3. 4
      篇文章
    4. 35
      篇文章
  • 線上用戶   0位會員, 0位匿名會員, 1位訪客 (顯示全部)

    • 目前線上沒有會員
  • 最新回复

    • 本教程使用 军哥LNMP一键安装包 环境 Linux + Nginx + MariaDB 10.6 + PHP 8.1   在此步骤 lnmp vhost add 允许伪静态 Allow Rewrite rule? (y/n)  按 y   Please enter the rewrite of programme, wordpress,discuzx ......... (Default rewrite: other):  自定义伪静态的文件名称,先输入 vbb 也就是之后的 vbb.conf   在lnmp vhost add 添加域名,申请SSL证书完成后 开始写入 vbb.conf 配置文件的伪静态   vi /usr/local/nginx/conf/rewrite/vbb.conf 在 vbb.conf 写入额外的一小段Nginx伪静态 (宝塔面板应该也可用)   ----------------------------------------------------- 解压论坛程序.zip ----------------------------------------------------- cd /home/wwwroot/域名.com unzip -o vBulletin604.zip   ----------------------------------------------------- 更改站点目录的拥有人/用户组 www www ----------------------------------------------------- 看到拥有人/用户组是 root root ls -l 改为 www www,命令 chown www:www -R /home/wwwroot/域名.com/* 可看到已改为 www www ls -l   ----------------------------------------------------- 在论坛根目录,更改文件名 ----------------------------------------------------- 将 robots.txt.new 更改为 robots.txt 命令 mv robots.txt.new robots.txt     ----------------------------------------------------- 将config.php.new   CHMOD 755 ----------------------------------------------------- /core/includes/config.php.new 将 config.php.new   CHMOD 755 如果没修改就没有权限写入,将出现错误消息     ----------------------------------------------------- 开始安装  ----------------------------------------------------- 浏览器输入 https://域名.com 有部份还是写 vBulletin 5,官方还没改为 vBulletin 6       ----------------------------------------------------- 删除 makeconfig.php ----------------------------------------------------- 删除 makeconfig.php (位于 /core/install/makeconfig.php) cd /home/wwwroot/域名.com/core/install rm makeconfig.php         删除 makeconfig.php 之后 返回浏览器,按 F5 重新整理,再继续安装             ----------------------------------------------------- 数据库不是 utf-8 ----------------------------------------------------- Action Required The current database character set is 'latin1'. It is strongly recommended that you use the utf-8 character set when running vBulletin. However if other applications are using this database then changing the character set can affect them. Do you automatically want to change your database to use utf-8?   数据库还不是 utf8mb4_general_ci 在install安装之前,可先用 phpmyadmin 数据库修改为 utf8mb4_general_ci   或者 install 到这个步骤,可自动更改,按 Yes 按钮                 ----------------------------------------------------- General Settings -----------------------------------------------------         ----------------------------------------------------- Administrator Account Setup ----------------------------------------------------- 设置管理员帐户       ----------------------------------------------------- Install Complete ----------------------------------------------------- You may review the install steps by pressing 'Back to Install' then 'Show Details'. Please delete the install directory now. 请删除install目录   按下Go to Admin CP按钮       ----------------------------------------------------- 有以下画面才是伪静态运行正确 ----------------------------------------------------- Please delete the install directory now. 你需要删除 根目录/core/install/,删除这个install目录   按下 Go to Admin CP 按钮,有以下画面才是伪静态运行正确 或者浏览器输入 https://域名.com,论坛版面没乱掉,才是伪静态有运行         ----------------------------------------------------- 中文语言包 ----------------------------------------------------- 接下来,导入中文语言包   更新中文语言包   ----------------------------------------------------- 后台设置伪静态 ----------------------------------------------------- 论坛后台设置Nginx伪静态  
    • 建议手工配置 Nginx Php MySQL/MariaDB,远离各种面板。
    • SFTP就是很奇怪,我的经验就是这东西速度,比不上Rsync,也比不上 https 上传下载,就算都用SSL加密。
    • 终于可使用了,但是未完成,还有很多没写,一些地方会有错误 教程用 军哥LNMP一键包,是额外的一小段Nginx伪静态,宝塔面板应该也可用   vi /usr/local/nginx/conf/rewrite/vbb.conf   rewrite /threads/.*$ /showthread.php?$args last; rewrite /forums/.*$ /forumdisplay.php?$args last; rewrite /members/.*$ /member.php?$args last; rewrite /blogs/.*$ /blog.php?$args last; rewrite /entries/.*$ /entry.php?$args last; rewrite ^/css.php$ /core/css.php last; rewrite ^/install/ /core/install/ last; rewrite ^/(admincp/)$ /index.php?routestring=$1 break; if (!-e $request_filename){ rewrite ^(.*)$ /index.php?routestring=$1 break; } location / { try_files $uri $uri/ /index.php?routestring=$uri$is_args$args; }   保存并离开 :wq   重启nginx /etc/init.d/nginx restart vbb-ng.txt
    • .翻译进度约 63% .支持vBulletin 6.0.3 .论坛前台的帮助页面,翻译到 "管理照片相册",剩下 "BBCode引用" 未翻译完 .[暂停] 校对论坛后台的翻译,翻译进度缓慢 vBulletin_6.0.3_CHS_v3.zip
    • Invision Community 4.7.x 不支持 PHP 7 可能显示错误消息 An error occurred (500 Error) Invision Community 4.7.x  (IPS 4.7.x) 请使用PHP 8.0或更高版本
  • 論壇統計

    • 總主題數
      472
    • 總文章數
      945
  • 會員統計

    • 會員總數
      293
    • 最高記錄
      432

    最新會員
    守望君
    註冊日期
×
×
  • 建立新的...