Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   sorry to be a pain [Answered] (http://www.mysidiaadoptables.com/forum/showthread.php?t=1272)

Roconza 01-21-2010 04:14 PM

sorry to be a pain [Answered]
 
When not generated by the site: http://projecthewitt.co.cc/Poko/imag...ko1_stage2.gif

Comes out fine.

Generated BBS code:

http://www.projecthewitt.co.cchttp:/...siggy.php?id=1

http://www.projecthewitt.co.cchttp:/...oko/get/1.gif"

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

RE: sorry to be a pain
 
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:

You have:

Code:

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

RE: sorry to be a pain
 
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?

BMR777 01-21-2010 04:41 PM

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

Roconza 01-21-2010 04:49 PM

RE: sorry to be a pain
 
http://www.projecthewitt.co.cc/Poko/siggy.php?id=1
http://www.projecthewitt.co.cc/Poko/get/1.gif"

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.


All times are GMT -5. The time now is 02:33 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.