Sponsors
Donations
Support this Site
The DJ Groove Site for DJ's
View previous topic :: View next topic
Author
Message
guynuked2 Guest
Posted: Wed Mar 23, 2005 4:27 pm Post subject: Phpadsnew with PHPnuke
Hi, how were you able to do a local mode of phpsadsnew into phpnuke's block instead of using Javascript remote innovocation?
Really curious how you did that.
For example, including this within a block:
Code:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/adserver/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('', 41, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
Back to top
djblade311 Site Admin Joined: Mar 09, 2003 Posts: 84 Location: OC, CA
Posted: Tue Mar 29, 2005 7:12 am Post subject: Re: Phpadsnew with PHPnuke
guynuked2 wrote:
Hi, how were you able to do a local mode of phpsadsnew into phpnuke's block instead of using Javascript remote innovocation?
Really curious how you did that.
For example, including this within a block:
Code:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/adserver/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('', 41, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
Its actually ALL JAvascript remote invocation on this site. _________________ DJ Josh Blade
The DJ Groove Team
http://www.thedjgroove.com
Back to top
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
smartDark Style © 2002 Smartor
Powered by phpBB © 2001, 2002 phpBB Group