Path

ez projects / openads_2.3__max_media_mana...


openAds 2.3 (Max Media Manager) template plugin

UNIX name Owner Status Version Compatible with
openads_2.3__max_media_manager__template_plugin Pascal Specht stable 1.0 3.9

A simple template plugin for openAds 2.3 (Max Media Manager) calls in
XML Block fields.
Contains both the custom tag and the template operator. Although this has
been tested with the 2.3 edition, the code should work with some
adaption for the 2.0 (phpAds,phpAdsNew) release.
See for more info about this popular adserver. In one word, the purpose
of openAds is to embed images, banners or animations into your
content pages, and track statistical usage. the Images, associated
links and limitations (time, rotating banners etc) are setup by
anyone (agency,...) that got access to the openAds server's
administration.

Installation:
- install openAds 2.3 into a new folder of your webroot, e.g.
www/openads/
- add
RewriteRule ^/openads - [L] In your httpd.conf to allow access to openads, if
you installed it there for example.
- point your browser to www/openads and follow the setup instructions
that are on www.openads.org
make sure you patch openAds 2.3:
at least in my release (2.3.31-alpha-pr3), constants.php contains the
following line:
ini_set('include_path', MAX_PATH . '/lib/pear');
which should become:
ini_set('include_path',ini_get('include_path').':'.MAX_PATH.
'/lib/pear' );
- install extension as usual.
- modify your content.ini.append accordingly to where you installed
openAds:
DefaultOpenAdsServer=/home/customer/www/openads
- clear cache.
- use the new custom tag "openads" in an XML Block
- or use the new template operator openads_html( zone_id, campaign_id,
banner_id, html_target )
the first three params are integers, the last is a string containing
_self, _top, _parent etc.
Please use this forum for troubleshooting and assistance

 

Screenshot

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.