PDA

View Full Version : codes


Blackmagic
01-13-2009, 10:07 AM
:(
by clicking on "html-codes" for the creatures it shows:

<img src="http://www.draugluin.piranho.deadoptables/get.php?id=1"><br>Creature Name: Tigertestei<br><a href="http://www.draugluin.piranho.deadoptables/levelup.php?id=1">Level this creature up! Click Here!</a><br>

and that does'nt works.:cool:

a bug is after "...piranho.de" I miss the /

I have another creature on ayvre.com ...
here is the html code :
<a href="http://www.arvyre.com/pets/levelup.php?id=xxxx"><img src="http://www.arvyre.com/pets/get.php?id=xxxx"></a>


how can I change this on my site ????

BMR777
01-13-2009, 10:54 AM
In your config.php file, find:

$spath = '';

Replace With:

$spath = '/adoptables';

That should solve the problem. You probably forgot to specify the script path when you did the installation. :)

Brandon

Blackmagic
01-13-2009, 01:24 PM
@ Brandon

yessss thank you, I specify the path, but forget "/"

now it's good.

Mhh... at the next time, I think, I look first and try to solve my problem myself. "Learning by doing" :D

BMR777
01-13-2009, 07:30 PM
Glad it's working. :)