Conditions:
vB + phpAdsNew 2.0.8 + phpAdsNew Integration 1.0.4 for vBulletin 3.5.x
Path for phpAdsNew in vBulletin panel (here - ./admincp/options.php?do=options&dogroup=server) - correct.
Optinons of phpAdsNew 2.0.8:
Added another one HTML banner with same following code:
PHP Code:
<?php
include("http://notmyhost.com/link/banner1.htm");?>
<?php
include("http://notmyhost.com/link/banner2.htm");?>
When brouse phpAdsNew adminpanel banners shows fine!
Option "Allow PHP expressions to be executed from within a HTML banner" - enabled.
This option
$phpAds_config['compatibility_mode'] set to
true in phpAdsNew config file.
In FOUMHOME template was added (keyword the same sa for added in phpAdsNew)
HTML Code:
<ad what="banner" />
Question: Why when i view admin panel of phpAdsNew i see bener as well, but when i view forum in sourse code of page i see only
HTML Code:
<!-- BEGIN ad 126277454 --><!-- END ad 126277454 -->
this?
I read thread two times. The same problems was report but answers are..... apsent.
PS Another banners are works fine, but this .....