I am using Openads by
http://www.openads.org/
I wish to insert the code from it into the sponsored section. I have tried putting it in the google adsense section but it doesn't work.
I also have code from another ad company that I have tried to insert and it does not work.
Below is a copy of types of codes from Openads and from the ad company direct
Can anyone help me get this working?
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'];
}
?>
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>
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>
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>
Thanks in advance for your help.
.