Hi Guys,
SOrry I've been trying to get phpadsnew to work on my site for 2 days alreayd and I can't figure out why it doesn't display the threads. I followed the directions and uploaded the plugin with the folloing code:
HTML Code:
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <plugins>
- <plugin active="1" product="vbulletin">
<title>PhPadsNew</title>
<hookname>global_start</hookname>
- <phpcode>
- <![CDATA[ // Ads
if (@include(getenv('DOCUMENT_ROOT').'/phpads/phpadsnew.inc.php'))
{
if (!isset($phpAds_context))
{
$phpAds_context = array();
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
$phpAds_context2 = array();
$phpAds_raw2 = view_raw ('zone:2', 0, '', '', '0', $phpAds_context2);
$phpAds_context3 = array();
$phpAds_raw3 = view_raw ('zone:3', 0, '', '', '0', $phpAds_context3);
$phpAds_context4 = array();
$phpAds_raw4 = view_raw ('zone:4', 0, '', '', '0', $phpAds_context4);
$phpAds_context7 = array();
$phpAds_raw7 = view_raw ('zone:7', 0, '', '', '0', $phpAds_context7);
}
}
]]>
</phpcode>
</plugin>
</plugins>
My question right now is what do I do after this? I have zone 1 defined in phpadsnew with a couple of banners linked to it. Can someone tell me what I have to do after this?