View Single Post
  #9 (permalink)  
Old 11-15-2006, 11:41 AM
lizprrrr lizprrrr is offline
Junior Member
 
Join Date: Nov 2006
Location: california
Posts: 5
Send a message via MSN to lizprrrr
7.6
www.nukemods.com
index page
under "current versions"

My latest error when trying to connect to www.mydomain.com/admin.php:


Parse error: parse error, unexpected T_STRING in /home/wwwthan/public_html/config.php on line 56


I have opened config.php. I have mine set up as this:

$dbhost = "localhost";
$dbuname = "MY DB USER NAME";
$dbpass = "MY PASSWORD;
$dbname = "nuke.sql"; (IS THIS CORRECT NOW? OR SHOULD IT BE MY db ISSUED NAME)
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "admin"; (DO I NEED TO CHANGE THIS?)

I've been unsucessful with this and I know some of you are getting sick and tired of reading my posts but, I am VERY willing to learn. I hope someone will take pity on my and take my hand and lead me in the right direction.

I have my "forum" under:
www.mydomain.com/public_html[/quote]
Reply With Quote