Hi there

I'm trying to do this. But can't get it working. The code I have been given by the admin page is:

<?php
if (!defined('UBB_MAIN_PROGRAM')) define('UBB_MAIN_PROGRAM',1);
$style_side="";$tbopen="";$tbclose="";
echo "<table width=\"100%\">";
include("/home/sites/www.site-the-forums-are-on.com/web/languages/english/portal_islands.php");
include("/home/sites/www.site-the-forums-are-on.com/web/languages/english/generic.php");
include("/home/sites/www.site-the-forums-are-on.com/web/cache/gallery_island_25.php");
echo "</table>";
?>

but it is not working, the image does not appear

http://www.site-i-want-it-displaying-on.com/gallery/17/thumbs/16.jpg - but that doesn't exist

and the link also goes to the wrong place

http://www.site-i-want-it-displayin-on.com/ubbthreads.php?ubb=showgallery&Number=254358



so it seems I need to adjust the URL or something in the code so that it goes to the forums domain name rather than the domain name of the site I am trying to post it on.

Anyone able to help?

Thank you