I get the message No Database selected. can someone help me this is what my config.php looks like.
my php nuke is located at http://nba1341.nuclearfallout.net/phpnuke
my config looks like this:
/* Database configuration */
$hostname_ipnppd = "XXXX";
$database_ipnppd = "ipnppd";
$username_ipnppd = "XXXX";
$password_ipnppd = "XXXX";
what did i do wrong for that database_ipnppd what should i add there?
im trying to add the donation-meter but get that problem.
PHP-nuke / php-donations help
- ReV|Donatello
- This is my homepage
- Posts: 103
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Nov 11, 2004 4:25 pm
- Location: Upland, California
- Contact:
Code: Select all
$hostname_ipnppd = "XXXX";
Code: Select all
$database_ipnppd = "ipnppd";
Code: Select all
$username_ipnppd = "XXXX";
Code: Select all
$password_ipnppd = "XXXX";
-Nick
- ReV|Donatello
- This is my homepage
- Posts: 103
- Joined: Thu Nov 11, 2004 4:25 pm
- Location: Upland, California
- Contact:
you need to insert that sql file into your database using phpmyadmin (http://www.phpmyadmin.net)
that sql file will create the tables necesarry to contain the data for the donation meter
that sql file will create the tables necesarry to contain the data for the donation meter
-Nick