PDA

View Full Version : PHPNuke



[lhomme]
January 22nd, 2002, 21:06
I need an install guide. Anybody know of a good url?

niv
January 22nd, 2002, 21:09
Try:

http://nuketutorials.com/
http://seremify.nukeelite.com/phpnukeall.html

[lhomme]
January 22nd, 2002, 23:30
Ok so I followed the directions, got up to the part where you load the admin.php and got the following error when trying to log in with "God"

Warning: Supplied argument is not a valid MySQL result resource in /home/evgcom/public_html/includes/sql_layer.php on line 271

The error occurs to the left of the login area. Whats the problem?

autographsbymai
January 22nd, 2002, 23:41
ya same thing happens with me when i try to set it up and i am using covers.de they support php and mysql so i guess we are doing summin wrong please help

megapuzik
January 23rd, 2002, 02:59
I dont know your problems cuz I allready installed on covers, and many more other free host, but you can always check if you chmod the files, or if its on windows, you dont need to chmod but check the mySQL tables, if they all set up...

trenzterra
January 23rd, 2002, 22:02
install phpmyadmin and upload the sql file provided with phpnuke.

[lhomme]
January 23rd, 2002, 23:43
I did, but it didn't work, so I switched to PostNuke, hence the PostNuke post. Thanks anyway.

(btw, anybody know of a ftp program that allows a user to upload directories? It took several hours to make all those folders manually.)

Vick
January 24th, 2002, 00:50
===========================================+
$pnconfig['dbtype'] = 'mysql';
$pnconfig['dbhost'] = 'host';
$pnconfig['dbuname'] = 'username';
$pnconfig['dbpass'] = 'password';
$pnconfig['dbname'] = 'dbname';
$pnconfig['system'] = '0';
$pnconfig['prefix'] = 'nuke';
$pnconfig['encoded'] = '1';
===========================================+

This setting in config.php... (PostNuke)
so.. what`s look like to work at COVERS.DE ??

For example, i get my account at covers like this :

username: mysite
password : mypass
emails : mysite@covers.de
Website : mysite.covers.de

MySql Datenbank : db_mysite
MySql Benutzername : mysite
MySql Hostname : mysql

:confused: :confused:

megapuzik
January 24th, 2002, 01:38
Remmeber, they have a windows and NOT unix....
Or your allready set to windows ?! (i think that 0 is for unix and 1 for win)

Vick
January 24th, 2002, 02:47
Yes.. I`ve change it to 1..

The most important things is here..

$pnconfig['dbhost'] = 'host';
$pnconfig['dbuname'] = 'username';
$pnconfig['dbpass'] = 'password';
$pnconfig['dbname'] = 'dbname'

what`s yours look like megapuzik.. ?

megapuzik
January 24th, 2002, 03:13
change this to :
$pnconfig['dbhost'] = 'mysql';
$pnconfig['dbuname'] = 'username'; #your user name
$pnconfig['dbpass'] = 'password'; #your password
$pnconfig['dbname'] = 'db_yourusername' #db_user-name

Vick
January 25th, 2002, 02:04
Thanks Megapuzik..
I`ve try to run PostNuke on it..
I change it.. but still not work !:(

==========================+
Warning: Access denied for user: 'v‹f@195.90.200.10' (Using password: YES) in /httphome/vick.covers.de/pnadodb/adodb-mysql.inc.php on line 105

Warning: MySQL Connection Failed: Access denied for user: 'v‹f@195.90.200.10' (Using password: YES) in /httphome/vick.covers.de/pnadodb/adodb-mysql.inc.php on line 105
Error connecting to dbdb_vick
Program: /httphome/vick.covers.de/mainfile2.php - Line N.: 82
Database: db_vick
Error (1045) :
==========================+

It`s look like wrong password.. but I can acceess to my database at www.mysql.covers.de using this password.. :confused:

megapuzik
January 25th, 2002, 03:59
Sorry, Dont know :confused:

jetalomar
January 25th, 2002, 06:16
Originally posted by Vick
Yes.. I`ve change it to 1..

The most important things is here..

$pnconfig['dbhost'] = 'host';
$pnconfig['dbuname'] = 'username';
$pnconfig['dbpass'] = 'password';
$pnconfig['dbname'] = 'dbname'

what`s yours look like megapuzik.. ?

$pnconfig['dbhost'] = 'localhost';
$pnconfig['dbuname'] = 'username'; // your database username try root
$pnconfig['dbpass'] = 'password'; // your database password leave it blank for root users
$pnconfig['dbname'] = 'dbname'; // your database name