View Single Post
  #4  
Old 01-21-2010, 04:41 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 16,744
BMR777 is on a distinguished road
Default RE: sorry to be a pain

Quote:
Originally Posted by Roconza
Quote:
$domain = 'projecthewitt.co.cc'; //Your domain name (No http, www or . )
$scriptpath = 'http://projecthewitt.co.cc/Poko'; //The folder you installed this script in
$prefix = 'adopts_';
What did I do wrong?
This:

Code:
$scriptpath = 'http://projecthewitt.co.cc/Poko'; //The folder you installed this script in
Should be:

Code:
$scriptpath = '/Poko'; //The folder you installed this script in
Try that and see if it works better. :)
Reply With Quote