View Single Post
  #6  
Old 03-27-2009, 04:25 PM
Genkigami Genkigami is offline
Member
 
Join Date: Mar 2009
Posts: 15
Credits: 2,755
Genkigami
Default RE: Translate this PHP error message?

MySQL dump? The code I'm supposed to copy and paste into the sql and run a query? Yeah, I did.

Here's my config file. I'm really dumb in code like I said.
Code:
<?php

// PHP Easy Adoptables Configuration File

$dbhost = 'localhost';      		//mysql6.000webhost.com
$dbuser = '';				//a5778415_xxxxx
$dbpass = '';				//(pass)
$dbname = '';    				//a5778415_xxxxx
$dname = 'yourdomain.com';    	//livingfossil.comuv.com
$spath = '';				//
$auser = '';				//(username)
$apass = '';				//(pass)

?>
The x's aren't there, it's to hide the names. Same with (username) and (pass)
__________________

Click Sora-kun to level her up and join Living Fossil Adoptions! Only possible through the EasyAdoptables script :D
Reply With Quote