PhpBB3:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第22行: | 第22行: | ||
==== php install ==== | ==== php install ==== | ||
apt install libapache2-mod-php7.4 openssl php-imagick php7.4-common php7.4-curl php7.4-gd php7.4-imap php7.4-intl php7.4-json php7.4-ldap php7.4-mbstring php7.4-mysql php7.4-pgsql php-ssh2 php7.4-sqlite3 php7.4-xml php7.4-zip php-net-ftp unzip | apt install libapache2-mod-php7.4 openssl php-imagick php7.4-common php7.4-curl php7.4-gd php7.4-imap php7.4-intl php7.4-json php7.4-ldap php7.4-mbstring php7.4-mysql php7.4-pgsql php-ssh2 php7.4-sqlite3 php7.4-xml php7.4-zip php-net-ftp unzip | ||
[[文件:Phpbb3 email.png|右|无框]] | |||
=== Email === | |||
smtp-mail.outlook.com | |||
587 | |||
PLAIN | |||
MWw.123 | |||
==== LOGO ==== | ==== LOGO ==== |
2023年1月6日 (五) 10:49的版本
About phpBB®
Millions of people use phpBB on a daily basis, making it the most widely used open source bulletin board system in the world. Whether you want to stay in touch with a small group of friends or are looking to set up a large multi-category board for a corporate website, phpBB has the features you need built-in.
SEO
phpbb3(3.3.5)
页面的标头部分缺少说明
<head>
<meta name='description' content='在此处输入有关页面内容的描述性、富含关键字的文本。'>
</head>
- Bing
<meta name="description" content="必应可帮助你将理论付诸实践,使得搜索更加方便快捷,从而达到事半功倍的效果。"/>
- mwbbs
<meta name='description' content='牛奶河BBS - Milky Way BBS - 牛奶河论坛'>
title
<title>牛奶河BBS - Milky Way BBS</title>
phpbb3 安装
php install
apt install libapache2-mod-php7.4 openssl php-imagick php7.4-common php7.4-curl php7.4-gd php7.4-imap php7.4-intl php7.4-json php7.4-ldap php7.4-mbstring php7.4-mysql php7.4-pgsql php-ssh2 php7.4-sqlite3 php7.4-xml php7.4-zip php-net-ftp unzip
smtp-mail.outlook.com
587
PLAIN
MWw.123
LOGO
/var/www/html/phpbb/styles/prosilver/theme/images/site_logo.svg
配置等级
否则只有一个管理员等级,很令人迷惑
用户等级_2.用户和组 -> 管理等级
connect db config
config.php
phpbb3 升级
- OLD: current
- NEW: phpBB3
path
cp -r files ../phpBB3/ cp -r images ../phpBB3/ ## cp -r ext/dmzx ../phpBB3/ext/ cp -r mwbbs ../phpBB3/
file
cp ${FN} ../phpBB3/.
- config.php
- sitemap.xml
- robots.txt
- 各搜索引擎的证书/验证文件
chown -R www-data:www-data phpBB3