Jump to content

Help!


daniel

Recommended Posts

Well, i just started to create a PHPNuke Site

and i am already stuck at the beggining

 

Now go to the directory where you uncompressed all files and edit the

file "config.php". Change all the fields until you are happy with the

changes and they fits the need of your web site. Give special attention

to the database configuration section. When you have finished to edit

config.php file 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.

 

If you're using a software like phpMyAdmin go to step 3.

 

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 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:

 

http://yourdomain.com/admin.php

   

    We use MySQL as the example and nuke.sql file is in MySQL format

because PHP-Nuke was made using this database server. You can find

many programs out there to convert the database schema from MySQL to

whatever else you want. But this is a task for you.

 

Ok , so i editted the stuff in teh config.pho file, i have mysqladmin.... i dont know how to add the tables to teh database with it.. all the tables info is in the nuke.sql so can someone help me plz...

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...