View Single Post
  #1  
Old 02-19-2009, 12:22 PM
gjac1 gjac1 is offline
Member
 
Join Date: Feb 2009
Posts: 101
Credits: 9,005
gjac1
Default Anyone Know What I Am Doing Wrong ??

This is my first attempt at anything like this so i thought i was doing well up until this happened..

I uploaded the script, i uploaded the website files via FTP and edited the config.php file like instructed, but i keep getting this message when going to my website :

http://www.digiadopts.net23.net/

Any help would be greatfully received :)

Thanks in advance[hr]
This is whats in my config.php if it helps :

<?php

// PHP Easy Adoptables Configuration File

$dbhost = 'mysql4.000webhost.com'; //DB Hostname
$dbuser = 'a4324192'; //DB User
$dbpass = 'HIDDEN'; //DB Password
$dbname = 'a4324192_digi'; //Your database name
$dname = 'digiadopts.net23.net'; //Your domain name (No http, www or . )
$spath = ''; //The folder you installed this script in, if subfolder use a slash, if root domain empty
$auser = 'a4324192'; //Admin Username for Host Admin CP
$apass = 'HIDDEN'; //Password for Host Admin CP

?>
Reply With Quote