Hi:
I tried the mod_KL_php but can't make it work.
I have PhpAdsNew installed in ads.multipleweb.com (
www.multipleweb.com/ads)
The Joomla site is installed in
www.MesonesGastronomicos.comBoth are in the same server.
These are the steps I followed:
1-Generated the PhpAdsNew invocation code for a banner (468x60) as:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/ads/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
2-Installed mod_KL_php as module in the Joomla site
3-Renamed the mod_KL_php to banners3 and assigned the banner position.
4-Choose Local Mode
5-Pasted invocation code in the PHP script area
6-deleted the php opening/closing tags /<?php ?>/
7-modified the
PATH in the invocation code as follows:
if (@include(getenv('/home/multiple/public_html').'/ads/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:1', 0, '', '', '1', $phpAds_context);
echo $phpAds_raw['html'];
}
8-check Published.
9-Save
It doesn't work. I have read everything and did a lot of testing for so many hours before posting this.
Any help will be APPRECIATED!!!