PHP-Nuke

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第46行: 第46行:
 
*http://www.cnbeta.com/
 
*http://www.cnbeta.com/
  
[[category:Open_source_content_management_systems]]
+
[[Category:CMS]]
 +
[[Category:PHP]]

2010年8月14日 (六) 15:38的版本

Phpnuke-logo.jpg

目录

在线演示

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

相关链接

成功应用

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱