PHP-Nuke - SME ibay mini-howto.
SET UP IBAY (using server manager)
--------------------
Information bay name - nuke
Description - My Happy Little PHP Nuke Site
Group - Everyone
User access - Write = group, Read = everyone
Public access via web - Entire internet (no password required)
Execution of dynamic content - enabled
INSTALL PHPNUKE (logon to console)
------------------------------
[server /]# cd /home/e-smith/files/ibays/nuke/html/
[server html]# mysqladmin create nuke
[server html]# cd sql
[server sql]# mysql nuke < nuke.sql
[server sql]# cd ..
[server html]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 64 to server version: 3.23.49
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> grant all on nuke.* to phpnuke@localhost
> identified by ‘password';
mysql> quit
[server html]# mysqladmin reload
[server html]# wget
http://easynews.dl.sourceforge.net/sourceforge/phpnuke/PHP-Nuke-6.8.tar.gz[server html]# tar -zxf PHP-Nuke-6.8.tar.gz
[server html]# mv html/* ./
[server html]# rmdir html
[server html]# pico config.php
------------------------------------------------------------------------------------------
UW PICO(tm) 4.2 File: config.php Modified
------------------------------------------------------------------------------------------
# db2 and mssql-odbc
# Be sure to write it exactly as above, case SeNsItIvE!
# $sitekey: Security Key. CHANGE it to whatever you want, as long
# as you want. Just don't use quotes.
######################################################################
$dbhost = "localhost";
$dbuname = "phpnuke";
$dbpass = "password";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
/*********************************************************************/
/* You finished to configure the Database. Now you can change all */
/* you want in the Administration Section. To enter just launch */
/* you web browser pointing to
http://yourdomain.com/admin.php */
File Name to write : config.php
^G Get Help ^T To Files
^C Cancel TAB Complete
--------------------------------------------------------------------------------------------------
[server html]# chmod 666 ultramode.txt
LOGON TO SITE
-------------
Fire to your browser and go to
http://mysite/nuke/ and setup your admin account.