Difference between revisions of "MediaWiki:Sitenotice"

From Cluster Documentation Project
Jump to: navigation, search
Line 1: Line 1:
<script>
+
<iframe>
 +
width=100%
 +
height=adjust
 +
name=myframe
 +
 
 
<?php
 
<?php
 
     if (@include('/var/www/html/clustermonkey/adserver/Openads-2.0.10/phpadsnew.inc.php')) {
 
     if (@include('/var/www/html/clustermonkey/adserver/Openads-2.0.10/phpadsnew.inc.php')) {
Line 7: Line 11:
 
     }
 
     }
 
?>
 
?>
</script>
+
</iframe>

Revision as of 13:47, 12 March 2009

<iframe> width=100% height=adjust name=myframe

<?php

   if (@include('/var/www/html/clustermonkey/adserver/Openads-2.0.10/phpadsnew.inc.php')) {
       if (!isset($phpAds_context)) $phpAds_context = array();
       $phpAds_raw = view_raw ('zone:6', 0, , , '0', $phpAds_context);
       echo $phpAds_raw['html'];
   }

?> </iframe>