View Single Post
  #5  
Old 06-30-2013, 06:54 PM
Catfish Catfish is offline
Member
 
Join Date: Jun 2013
Location: Redmond, WA, USA
Posts: 4
Gender: Unknown/Other
Credits: 2,180
Catfish is on a distinguished road
Default

Sorry for the delay in responding. Here is the requested info! Thank you~!

Code:
<?php
//Mysidia Adoptables Site Configuration File

define('DBHOST', 'localhost');             //DB Hostname
define('DBUSER', 'battledo_adopter');             //DB Username
define('DBPASS', '**************');             //DB Password
define('DBNAME', 'battledo_adopt');             //Your database name
define('DOMAIN', 'battledoll.com');             //Your domain name (No http, www or . )
define('SCRIPTPATH', '/project');     //The folder you installed this script in
define('PREFIX', 'adopts_');
?>
Reply With Quote