Bueno tengo un problema, no puedo instalar el php-nuke y creo k tengo el config bien, pero al dar mipagina.webcindario.com/INSTALL y me sale esto: PHP-Nuke: Web Portal System
Base Requirements
In order to setup Nuke the folowing prerequisits are necessary.
A Linux Box (http://www.linux.com) Installed and working properly.
Apache Web Server (http://www.apache.org)
PHP version 4.0.4 or better (mod_php) Apache module (http://www.php.net)
MySQL database server (http://www.mysql.com)
NOTE: From PHP-Nuke version 5.3, I added a new SQL abstraction layer,
this means that PHP-Nuke now supports MySQL, mSQL, PostgreSQL, PostgreSQL_local,
ODBC, ODBC_Adabas, Sybase and Interbase servers. The official test server
is MySQL which is used to develop PHP-Nuke. Any feedback about others SQL Servers
and how it works will be very appreciated and useful.
The above doesn't mean it will not work with other configurations, OS's, DB's, etc,
but we only provide INSTALL instructions for the above configuration.
In fact PHP-Nuke works under Windows (all), FreeBSD, OS/2, MacOS, etc.
Setup of these required packages is beyond the scope of this document
and if you are unsure you should check with each of the appropriate web
sites for further details.
Installing the Package
Untar the package into the directory you want to use on you web
server, if you're unsure where that is, ask you system administrator.
(Windows users can use WinZip or WinRAR to uncompress .tar.gz files)
tar -zxvf PHP-Nuke.tar.gz
Change to the /sql/ directory and there is a file called "nuke.sql"
this file contains the commands to build the database structure,
tables and the default data.
1) Create a database called, for example, nuke:
mysqladmin create nuke
2) Now fill the databases with the tables in nuke.sql file:
mysql nuke < nuke.sql
3) In order to use the File Manager, please be sure to chmod 666 ALL
files and 777 ALL directories. NOTE: know that doing this can have some
security issues.
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:
http://yourdomain.com/admin.php
Create your Super User following the on-screen instructions.
Now click on "Preferences" and change whatever you want to fit your
site info. All the options you need to change are in the Preferences
menu. If you need help just click con the help icon at the right-top
of the Administration Menu. This will open a new window with the help
you need for each section in the administration system.
NOTE: If you want to edit config.php file from web browser remember to
chmod 666 the file config.php or your changes will not be saved! If can't
execute chmod just edit the file by hand and re-upload it to your server.
SECURITY TIP: It's a good choice to put your config.php file outside the
Web Server path, then you can create a new config.php with the line:
<?php include("../config.php"); ?>
Upgrading from previous versions
To upgrade a prevoius PHP-Nuke installation to this new version you
need to edit the selected upgrade file from upgrades directory and launch
your web browser to:
http://www.yourdomain.com/upgrade35-4.php
all the new tables will be added and updated automagically without touch
your old data.
IMPORTANT: Remember to backup always your database before any upgrade, just
in case. If something goes wrong don't come crying to me.
Testing the Installation
Go to your homepage, for example:
http://yourdonaim.com/index.php
To initiate your activities in your site, you need to login as Administrator at:
http://yourdomain.com/admin.php
this will give you full administrator priviledges to your installation of Nuke.
*** For security reasons please remember to create a Super User IMMEDIATELY!!! ***
Remember to "Logout" from admin after you use it, from this area you can
delete or add content on your site, never leave your computer without logggin out
from the admin account. If something bad happens don't come crying to me.
I recommend the use of phpMyAdmin. It's a good administration system for
MySQL databases. To download it just go to http://phpwizard.net/phpMyAdmin
I also recommend to set a password for your MySQL access. This is important
as some data in the nuke database is not encrypted, so for security reasons you
need to set a password, not only that, it's a good practice!
For Banners System, when you setup a new client, you need to assign a new
login/password for him. The login and password is used by the client at the url:
http://yourdomain.com/banners.php?op=login
in order to let the client view and track the banners stats in real time
just pass that url to your clients. Take a look yourself before you do.
Final Notes
That's it! You're done with PHP-Nuke. Just navigate around, play with it,
abuse it and if you like PHP-Nuke, use it. Spend some time getting used to the
administration interface.
To change your site's logo, go to the themes directory and make a custom
logo for each individual theme. Just navigate around all themes and change
the graphics you want.
A note for the PHP-Nuke site's administrators: Only admins (authors) can
view the following data in the site:
- Administration Menu
- Number of New Submissions
- Edit button for each link in Web Links
- Edit and Delete options for each Article
- Delete option for each comment
- IP/Host address of the comment poster
- Moderation option and button (if set for admin only)
- and MANY more...
If you plan to give something in change for PHP-Nuke as a contribution,
please read the file SUPPORT included in this package to have some ideas.
PS: When you e-mail me asking something, just remember that I receive A LOT
of e-mails a day!!! so I can't answer to all you, but for sure I'll read it.
But please don't wait for an answer.
*** Special Thanks to all the people who help sending bugs reports, fixes, new
add-ons, requests for new features, etc... I really appreciate you all! ***
- PHP-Nuke URL: http://phpnuke.org *
************************************
Enjoy!
-- Francisco Burzi
tengo k hacer alguna cosa en mi base de datos de MySqL?
salu2