I'm having a problem setting up PHPNuke. I believe I set my config.php up right, not sure about the $dbhost part. I imported the nuke.sql file in a database, and it completed just fine.
Here is the problem:
http://313clan.frih.net/html/
Here is the problem:
http://313clan.frih.net/html/
| Code: |
| $dbhost = "localhost";
$dbuname = "xxxx"; $dbpass = "xxxxx"; $dbname = "xxxx"; $prefix = "nuke"; $user_prefix = "nuke"; $dbtype = "MySQL"; $sitekey = "xxxxx"; $gfx_chk = 0; $subscription_url = ""; $admin_file = "admin.php"; $advanced_editor = 1; |
