Quote:
Originally Posted by madkeen
|
Quote:
Openads code - Local Mode
Code:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/adserver/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('', 157, '_top', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>
|
This will NOT work at all.
Quote:
Openads code - Popup
Code:
<script language='JavaScript' type='text/javascript' src='http://www.ausfish.com.au/adserver/adpopup.php?n=a5cebba4&clientid=157&target=_top'></script>
|
This works fine for me. It shows a popup. Make sure your popup blocker is off.
Quote:
Openads code - remote invocation
Code:
<a href='http://www.ausfish.com.au/adserver/adclick.php?n=a7291408' target='_top'><img src='http://www.ausfish.com.au/adserver/adview.php?clientid=157&n=a7291408' border='0' alt=''></a>
|
This should work as well if you insert it in the Google AdSense area.
Quote:
Other code direct from advertiser
Code:
<script src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?c
n=rb&c=22&pli=292985&pi=0&w=728&h=90&ord=[timestamp]"></script> <
noscript> <a href="http://bs.serving-sys.com/BurstingPipe/BannerR
edirect.asp?FlightID=292985&Page=&PluID=0&Pos=5144" target="_blan
k"><img src="http://bs.serving-sys.com/BurstingPipe/BannerSource.
asp?FlightID=292985&Page=&PluID=0&Pos=5144" border=0 width=728 he
ight=90></a> </noscript>
|
Not sure on this one. I didn't test it.