欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
MyBB
来自开放百科 - 灰狐
(版本间的差异)
小 (→资源链接) |
|||
(未显示1个用户的1个中间版本) | |||
第1行: | 第1行: | ||
+ | {{top news}} | ||
{{SeeWikipedia}} | {{SeeWikipedia}} | ||
==简介== | ==简介== | ||
MyBB is a powerful, efficient and free forum package developed in PHP and MySQL. MyBB has been designed with the end users in mind, you and your subscribers. Full control over your discussion system is presented right at the tip of your fingers, from multiple styles and themes to the ultimate customisation of your forums using the template system. | MyBB is a powerful, efficient and free forum package developed in PHP and MySQL. MyBB has been designed with the end users in mind, you and your subscribers. Full control over your discussion system is presented right at the tip of your fingers, from multiple styles and themes to the ultimate customisation of your forums using the template system. | ||
+ | |||
+ | ==新闻== | ||
+ | <rss>http://feeds.feedburner.com/MyBBDevelopmentBlog|short|date|max=10</rss> | ||
==在线演示== | ==在线演示== | ||
第18行: | 第22行: | ||
mysql>flush privileges; | mysql>flush privileges; | ||
− | == | + | ==链接== |
− | * | + | *[https://www.mybb.com/ 官网] |
− | * | + | *[https://github.com/mybb/mybb MyBB @ GitHub] |
− | + | ||
− | + | ||
− | [[ | + | [[category:forum]] |
− | [[ | + | [[category:PHP]] |
2016年7月27日 (三) 02:16的最后版本
您可以在Wikipedia上了解到此条目的英文信息 MyBB Thanks, Wikipedia. |
目录 |
[编辑] 简介
MyBB is a powerful, efficient and free forum package developed in PHP and MySQL. MyBB has been designed with the end users in mind, you and your subscribers. Full control over your discussion system is presented right at the tip of your fingers, from multiple styles and themes to the ultimate customisation of your forums using the template system.
[编辑] 新闻
- Exponential Project Update (03 Jul 2024 18:56)
- MyBB 1.8.38 Released — Security & Maintenance Release (30 Apr 2024 16:04)
- MyBB 1.8.37 Released — Security & Maintenance Release (04 Nov 2023 17:28)
- MyBB 1.8.36 Released — Security Release (28 Aug 2023 17:20)
- MyBB 1.8.35 Released — Maintenance Release (17 Jul 2023 17:17)
- MyBB 1.8.34 Released — Security & Maintenance Release (21 May 2023 17:05)
- Designing MyBB 1.9’s Installer (07 Mar 2023 15:32)
- MyBB 1.8.33 Released — Security & Maintenance Release (03 Jan 2023 17:11)
- MyBB 1.8.32 Released — Security & Maintenance Release (19 Nov 2022 18:57)
- MyBB 1.8.31 Released — Security & Maintenance Release (04 Oct 2022 17:44)
[编辑] 在线演示
http://demo.huihoo.com/mybb/ admin/admin
[编辑] 安装指南
获得mybb http://www.mybboard.com/downloads.php 解压安装包 mybb_120.tar.gz 通过 http://localhost/mybb/install/ 进行安装
创建数据库
mysqladmin -u root -p create mybb 或 mysql>create database mybb; mysql>GRANT ALL PRIVILEGES ON mybb.* TO mybb@localhost IDENTIFIED BY 'mybb'; mysql>flush privileges;
[编辑] 链接
分享您的观点