Thread: Blank Page
View Single Post
  #7  
Old 01-01-2013, 03:22 PM
Samuel hunter Samuel hunter is offline
Member
 
Join Date: Sep 2012
Posts: 7
Gender: Male
Credits: 2,661
Samuel hunter is on a distinguished road
Default

my config.php is correctly:
PHP Code:
<?php
//Mysidia Adoptables Site Configuration File

define('DBHOST''localhost');             //DB Hostname
define('DOMAIN''pokemonhunter.net');             //Your domain name (No http, www or . )
define('SCRIPTPATH''/pokeadopt');     //The folder you installed this script in
define('PREFIX''adopts_');
?>
See what happens when you access the script: http://pokemonhunter.net/pokeadopt/

Last edited by Samuel hunter; 01-01-2013 at 03:25 PM.
Reply With Quote