Not working for me
Header code:
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="background-image:url(images/c1/c1_01.jpg); background-position:right; background-repeat:repeat-y;" width="10"> </td>
<td style="background-color:#ffffff;"><table width="100%" style="background-image:url(images/c1/c1_04.jpg); border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td width="100%" style="background-image:url(images/c1/c1_03.jpg); background-repeat:no-repeat;"> <ad what="zone:2" /> </td>
PAN Code:
Code:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/forums/phpAdsNew/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:2', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
I currently have PAN installation directory set to "/phpAdsNew"
PAN is installed in this directory:
Code:
ftp://ftp.thetradingforums.com/public_html/forums/phpAdsNew/
Please help, I've been searching for a solution for HOURS!
I've tested PAN outside vbulletin, and it works fine.