Difference between revisions of "Advertisements"

From CTWUG Wiki
Jump to: navigation, search
(New page: =Advertisements= CTWUG now boast a Advertisement server, this enables us to run ad campaigns and maybe sell ad space to businesses. ==Show ads on your site== To show the current ad campai...)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Advertisements=
 
 
CTWUG now boast a Advertisement server, this enables us to run ad campaigns and maybe sell ad space to businesses.
 
CTWUG now boast a Advertisement server, this enables us to run ad campaigns and maybe sell ad space to businesses.
  
 
==Show ads on your site==
 
==Show ads on your site==
 
To show the current ad campaign on your website simply include the following code where the banner must be shown.
 
To show the current ad campaign on your website simply include the following code where the banner must be shown.
 +
'''Replace INSERT_RANDOM_NUMBER_HERE with any random number you can think of.'''
  
 
<code>
 
<code>
  <iframe id='ac966f46' name='ac966f46' src='http://ads.ctwug.za.net/www/delivery/afr.php?resize=1&amp;zoneid=3&amp;target=_blank&amp;cb=INSERT_RANDOM_NUMBER_HERE' framespacing='0' frameborder='no' scrolling='no' width='468' height='60' allowtransparency='true'>
+
  <iframe id='a085db4b' name='a085db4b' src='http://ads.ctwug.za.net/www/delivery/afr.php?zoneid=3&amp;target=_blank&amp;cb=INSERT_RANDOM_NUMBER_HERE' framespacing='0' frameborder='no' scrolling='no' width='500' height='80' allowtransparency='true'>
   <a href='http://ads.ctwug.za.net/www/delivery/ck.php?n=a9ac5b8f&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'>
+
   <a href='http://ads.ctwug.za.net/www/delivery/ck.php?n=a7461a6e&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'>
     <img src='http://ads.ctwug.za.net/www/delivery/avw.php?zoneid=3&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a9ac5b8f' border='0' alt='' />
+
     <img src='http://ads.ctwug.za.net/www/delivery/avw.php?zoneid=3&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a7461a6e' border='0' alt='' />
 
   </a>
 
   </a>
 
  </iframe>
 
  </iframe>
 
</code>
 
</code>

Latest revision as of 08:39, 19 November 2008

CTWUG now boast a Advertisement server, this enables us to run ad campaigns and maybe sell ad space to businesses.

Show ads on your site

To show the current ad campaign on your website simply include the following code where the banner must be shown. Replace INSERT_RANDOM_NUMBER_HERE with any random number you can think of.

<iframe id='a085db4b' name='a085db4b' src='http://ads.ctwug.za.net/www/delivery/afr.php?zoneid=3&target=_blank&cb=INSERT_RANDOM_NUMBER_HERE' framespacing='0' frameborder='no' scrolling='no' width='500' height='80' allowtransparency='true'>
  <a href='http://ads.ctwug.za.net/www/delivery/ck.php?n=a7461a6e&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'>
    <img src='http://ads.ctwug.za.net/www/delivery/avw.php?zoneid=3&cb=INSERT_RANDOM_NUMBER_HERE&n=a7461a6e' border='0' alt= />
  </a>
</iframe>