How to do I get this:
<?php
chdir('./forums');
require_once('./vBExternal.php');
?>
Set right if my sites are like this:
Forum:
forgottenmem/forums
Site:
khtrinity
I tried using this:
<?php
chdir('../forgottenmem/forums');
require_once('./vBExternal.php');
?>
but it didn't work.. O.o
Okay got it working now, but I have another problem..
When I put an image into the news.html template like:
http://forgottenmem.net/images/news_arrow.gif
When it shows the news on the site it changes that link to:
http://forgottenmem.net/http://forum...news_arrow.gif
Why is it adding that in the middle of the link? O.o