View Single Post
  #7  
Old 02-07-2015, 08:49 AM
zoe's Avatar
zoe zoe is offline
the power of love
 
Join Date: Feb 2015
Location: hell
Posts: 25
Gender: Unknown/Other
Credits: 3,943
zoe is on a distinguished road
Default

Okay. I fixed the config.php file back to its original.

By adopts_settings I suppose you mean in the phpMyAdmin. The only line on that file is

PHP Code:
SELECT FROM `adopts_settings
Which is kinda weird since everyone else seems to have a lot of things in there... Sorry, I'm really new to this!!

This is my config.php file:


PHP Code:
define('DBHOST''localhost');             //DB Hostname
define('DBUSER''--------------');             //DB Username
define('DBPASS''--------------');             //DB Password
define('DBNAME''--------------');             //Your database name
define('DOMAIN''127.0.0.1');             //Your domain name (No http, www or . )
define('SCRIPTPATH''');     //The folder you installed this script in
define('PREFIX''adopts_');
?> 
Reply With Quote