View Single Post
  #7  
Old 09-19-2013, 05:00 AM
Starrunner's Avatar
Starrunner Starrunner is offline
Member
 
Join Date: Sep 2013
Posts: 16
Gender: Male
Credits: 3,372
Starrunner is on a distinguished road
Default

Ok here it is:

<?php
//Mysidia Adoptables Site Configuration File

define('DBHOST', 'mysql.neq3.com'); //DB Hostname
define('DBUSER', 'u297917717_digi'); //DB Username
define('DBPASS', '********'); //DB Password
define('DBNAME', 'u297917717_digi'); //Your database name
define('DOMAIN', 'primaryvillage.uco.im'); //Your domain name (No http, www or . )
define('SCRIPTPATH', ''); //The folder you installed this script in
define('PREFIX', 'adopts_');
?>

and yeah i dont believe i have doing anything with script paths, so if you say so it might be a problem? :/
-- thank you guys for the support
Reply With Quote