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. :)