欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PHP-Nuke
来自开放百科 - 灰狐
(版本间的差异)
(未显示2个用户的17个中间版本) | |||
第1行: | 第1行: | ||
− | + | {{top news}} | |
+ | {{SeeWikipedia}} | ||
− | http://www.phpnuke.org/ | + | [[Image:Phpnuke-logo.jpg|right]] |
+ | |||
+ | ==在线演示== | ||
+ | http://demo.huihoo.com/phpnuke/ | ||
+ | 管理员: admin/admin | ||
+ | |||
+ | ==安装指南== | ||
+ | 1) Create a database called, for example, nuke: | ||
+ | mysqladmin create nuke | ||
+ | mysql -u root -p | ||
+ | mysql>GRANT ALL PRIVILEGES ON nuke.* TO nuke@localhost IDENTIFIED BY 'nuke'; | ||
+ | mysql>flush privileges; | ||
+ | |||
+ | 2) Now fill the databases with the tables in nuke.sql file: | ||
+ | mysql nuke < sql/nuke.sql -uroot -p | ||
+ | |||
+ | 3) In order to use the ultramode.txt news file please be sure to chmod 666. | ||
+ | This file is used to show news from your site in some old programs and | ||
+ | frontends and is reserved to future use in PHP-Nuke. For backend use | ||
+ | backend.php file instead. | ||
+ | |||
+ | 4) That's it!... now you need to edit the file "config.php" to set the | ||
+ | database options. Please read carefully the instruction on that file! | ||
+ | After that, point your browser to: | ||
+ | |||
+ | 5) 修改 config.php | ||
+ | $dbhost = "localhost"; | ||
+ | $dbuname = "nuke"; | ||
+ | $dbpass = "nuke"; | ||
+ | $dbname = "nuke"; | ||
+ | $prefix = "nuke"; | ||
+ | |||
+ | 访问: http://localhost/phpnuke/admin.php | ||
+ | 创建 admin 帐号 | ||
+ | |||
+ | ==Module== | ||
+ | *[[Top Music Module]] - http://www.sergids.com | ||
+ | |||
+ | ==相关链接== | ||
+ | *http://www.phpnuke.org/ | ||
+ | *下载 - http://download.huihoo.com/application/cms-portal/php-nuke/ | ||
+ | |||
+ | ==成功应用== | ||
+ | *http://www.cnbeta.com/ | ||
+ | |||
+ | {{Comment}} | ||
+ | |||
+ | [[Category:CMS]] | ||
+ | [[Category:PHP]] |
2010年9月26日 (日) 04:31的最后版本
您可以在Wikipedia上了解到此条目的英文信息 PHP-Nuke Thanks, Wikipedia. |
目录 |
[编辑] 在线演示
http://demo.huihoo.com/phpnuke/ 管理员: admin/admin
[编辑] 安装指南
1) Create a database called, for example, nuke:
mysqladmin create nuke mysql -u root -p mysql>GRANT ALL PRIVILEGES ON nuke.* TO nuke@localhost IDENTIFIED BY 'nuke'; mysql>flush privileges;
2) Now fill the databases with the tables in nuke.sql file:
mysql nuke < sql/nuke.sql -uroot -p
3) In order to use the ultramode.txt news file please be sure to chmod 666.
This file is used to show news from your site in some old programs and frontends and is reserved to future use in PHP-Nuke. For backend use backend.php file instead.
4) That's it!... now you need to edit the file "config.php" to set the database options. Please read carefully the instruction on that file! After that, point your browser to:
5) 修改 config.php
$dbhost = "localhost"; $dbuname = "nuke"; $dbpass = "nuke"; $dbname = "nuke"; $prefix = "nuke";
访问: http://localhost/phpnuke/admin.php
创建 admin 帐号
[编辑] Module
[编辑] 相关链接
[编辑] 成功应用
<discussion>characters_max=300</discussion>
分享您的观点