still cant get it to work...I save that script and put it on my server...I saved it as a PHP file and put in it /forums/images/banner.....
The banner i have now is coded like this
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
I wasnt really sure where to place the tag you gave me, so i replaced
Code:
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
with
Code:
<td align="center" valign="bottom"><img src="http://www.obsession2speed.com/forums/images/banner/index.php" alt="" /></td>
and no pictures showed up at all
can anybody tell me how to code this to get it to work? Ive been playing with rotating php scripts for like a week now lol