View Single Post
  #1  
Old 02-17-2009, 05:07 PM
Blue Icebox Blue Icebox is offline
Member
 
Join Date: Jan 2009
Posts: 45
Credits: 5,129
Blue Icebox
Default A problem with the config.php!

This is what I have right now...

Code:
<?php

// PHP Easy Adoptables Configuration File

$dbhost = 'point-file-manager.000webhost.com';      		//DB Hostname
$dbuser = 'a5529740';				//DB User
$dbpass = '~password hidden~';				//DB Password
$dbname = 'Fairy Tree';    				//Your database name
$dname = 'fairytree.comyr.com';    	//Your domain name (No http, www or . )
$spath = '/pets';				//The folder you installed this script in, if subfolder use a slash, if root domain empty
$auser = 'Blue Icebox';				//Admin Username for Host Admin CP
$apass = 'niminim';				//Password for Host Admin CP

?>
(I have a password for the password hidden part but I'm just not showing it to bad people! ;) )

So if I do that, this comes up!


Code:
PHP Error Message

Warning: mysql_connect() [function.mysql-connect]: Host '216.108.235.104' is not allowed to connect to this MySQL server in /home/a5529740/public_html/pet/index.php on line 14

Error connecting to mysql database!
What should I do?

http://fairytree.comyr.com/pet/

What happened?
Reply With Quote