Forums / Setup & design / Advertisements

Advertisements

Author Message

Roger Andersen

Wednesday 07 July 2004 2:43:48 am

I need to show banners on my ez publish site like www.mozon.no do! How can I do this, is there any tutorials ?

Thanks
RA

Alexandre Cunha

Wednesday 07 July 2004 4:51:09 am

Looking in the html source file in that site, you can see:


<tr>
  <td valign="bottom">
   <a href='http://mozon2.ezpublish.no/phpads/adclick.php?n=a049c7bd' target='_blank'><img src='http://mozon2.ezpublish.no/phpads/adview.php?what=zone:4&amp;n=a049c7bd' border='0' alt='' width='768' height='150' /></a>
  </td>
</tr>

The conclusion is: they are using the phpads software. You can find here: http://phpadsnew.com/

But you can use any other ads management software.

You can see here how inlude php files in templates:
http://www.ez.no/ez_publish/documentation/customization/tips_tricks/including_php_files_in_templates

http://AlexandreCunha.com