PDA

View Full Version : sorry to be a pain [Answered]


Roconza
01-21-2010, 04:14 PM
When not generated by the site: http://projecthewitt.co.cc/Poko/images/Adoptables/Poko1_stage2.gif

Comes out fine.

Generated BBS code:

http://www.projecthewitt.co.cchttp://projecthewitt.co.cc/Poko/siggy.php?id=1 (http://www.projecthewitt.co.cchttp://projecthewitt.co.cc/Poko/levelup.php?id=1)

http://www.projecthewitt.co.cchttp://projecthewitt.co.cc/Poko/get/1.gif" (http://www.projecthewitt.co.cchttp://projecthewitt.co.cc/Poko/levelup.php?id=1)

Is this do to this problem? http://www.rusnakweb.com/forum/showthread.php?tid=1540. It's uploaded from my sever so the sever does not seem to mine me posting the image outside of my site.

BMR777
01-21-2010, 04:31 PM
Well, your signature image generator is working fine:

http://projecthewitt.co.cc/Poko/siggy.php?id=1

The problem is due to you having incorrect settings in your config.php. For some reason your BBCode looks like:

http://www.projecthewitt.co.cchttp://projecthewitt.co.cc/Poko/siggy.php?id=2 (http://www.projecthewitt.co.cchttp://projecthewitt.co.cc/Poko/levelup.php?id=2)

You have:

http://www.projecthewitt.co.cchttp://projecthewitt.co.cc/Poko/levelup.php?id=2

It looks like you configured something incorrectly as you shouldn't have the domain listed twice. :)

Roconza
01-21-2010, 04:37 PM
$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?

BMR777
01-21-2010, 04:41 PM
$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:

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

Should be:

$scriptpath = '/Poko'; //The folder you installed this script in

Try that and see if it works better. :)

Roconza
01-21-2010, 04:49 PM
http://www.projecthewitt.co.cc/Poko/siggy.php?id=1 (http://www.projecthewitt.co.cc/Poko/levelup.php?id=1)
http://www.projecthewitt.co.cc/Poko/get/1.gif" (http://www.projecthewitt.co.cc/Poko/levelup.php?id=1)

Worked perfectly! now all I have to do is find the that horred text and change it.

Sadly I still can't see my uploaded images but as long as the BBS code is working I'm happy.

Very grateful for your help and sorry for the newbie mistake.