Thread: Smarty Errors
View Single Post
  #3  
Old 05-16-2016, 05:59 PM
Aysxax Aysxax is offline
Member
 
Join Date: May 2016
Posts: 3
Gender: Female
Credits: 1,227
Aysxax is on a distinguished road
Default

<?php
//Mysidia Adoptables Site Configuration File

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