View Single Post
  #4  
Old 04-18-2015, 05:21 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 126,939
Kyttias is on a distinguished road
Default

Yeah, it should be:
Code:
define('DOMAIN', 'chibifurs.elementfx.com');             //Your domain name (No http, www or . )
define('SCRIPTPATH', '');     //The folder you installed this script in
define('PREFIX', 'adopts_');
?>
I think you've got that much correct now.

And you didn't say what you're hosting was, but if it's x10 hosting, you will need to follow the instructions in this post. I think it'll be:

PHP Code:
$this->root "/home/chibifurs/public_html/"
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote