ad.info |
ad.info |
|
name = Ad
package = Ad
dependencies = taxonomy
description = An advertising system for Drupal powered websites. |
ad.install |
ad.install |
|
|
ad.module |
ad.module |
|
An advertising system for Drupal powered websites. |
adserve.inc |
adserve.inc |
|
|
ADSERVE_CONFIGURATION.txt |
documentation/ADSERVE_CONFIGURATION.txt |
|
It is possible to override adserve settings by adding them to the $conf array
in settings.php. Read more about how to override a variable in the comments
within settings.php.
Any adserve variable can be overridden in this way.
What follows is a… |
ad_cache_file.inc |
cache/file/ad_cache_file.inc |
|
A plug in for the ad.module, providing a file cache mechanism for improved
performance when displaying ads. |
ad_cache_file.info |
cache/file/ad_cache_file.info |
|
name = File cache
package = Ad
dependencies = ad
description = Provides a file-caching mechanism to improve ad serving performance. |
ad_cache_file.module |
cache/file/ad_cache_file.module |
|
A plug in for the ad.module, providing a file cache mechanism for improved
performance when displaying ads. |
ad_cache_memcache.inc |
cache/memcache/ad_cache_memcache.inc |
|
|
ad_cache_memcache.info |
cache/memcache/ad_cache_memcache.info |
|
name = Ad memcache cache
package = Ad
dependencies = ad
description = Integrates the ad module with memcached, allowing ads to be served directly out of RAM. |
ad_cache_memcache.module |
cache/memcache/ad_cache_memcache.module |
|
A plug in for the ad.module, integrating the ad module with memcache. |
ad_embed.info |
embed/ad_embed.info |
|
name = Embed
package = Ad
dependencies = ad
description = Embed ads in content. |
ad_embed.module |
embed/ad_embed.module |
|
Embed ads in content. |
ad_external.info |
external/ad_external.info |
|
name = External Ad
package = Ad
dependencies = ad
description = Enhances the ad module to support externally hosted ads. Typically combined with IFrames. |
ad_external.install |
external/ad_external.install |
|
|
ad_external.module |
external/ad_external.module |
|
Enhances the ad module to support externally hosted ads, served via IFrames.
It is recommended that you configure "Administer >> Content management >>
Ads >> Settings >> Global settings >> Display type" to… |
ad_html.info |
html/ad_html.info |
|
name = HTML Ad
package = Ad
dependencies = ad
description = Enhances the ad module to support html-based ads, such as those defined by many advertising affiliate websites. |
ad_html.install |
html/ad_html.install |
|
|
ad_html.module |
html/ad_html.module |
|
Enhances the ad module to support html ads. |
ad_image.info |
image/ad_image.info |
|
name = Image Ad
package = Ad
dependencies = ad upload
description = Enhances the ad module to support banner ads. |
ad_image.install |
image/ad_image.install |
|
|
ad_image.module |
image/ad_image.module |
|
Enhances the ad module to support banner ads. |
ad_image_views.inc |
image/ad_image_views.inc |
|
|
ad_notify.info |
notify/ad_notify.info |
|
name = Notify
package = Ad
dependencies = ad
description = Receive email notifications regarding ads. |
ad_notify.install |
notify/ad_notify.install |
|
|
ad_notify.module |
notify/ad_notify.module |
|
Receive email notifications regarding ads. |
ad_remote.info |
remote/ad_remote.info |
|
name = Remote
package = Ad
dependencies = ad
description = Generates cut-and-paste source snippets allowing ads to be easily displayed on remote websites. |
ad_remote.module |
remote/ad_remote.module |
|
Enhances the ad module to providing cut-and-paste source snippets allowing
ads to be easily displayed on remote websites. This module is a proof of
concept. |
ad_report.info |
report/ad_report.info |
|
name = Report
package = Ad
dependencies = ad
description = Provides comprehensive charts and reports about advertising statistics. |
ad_report.module |
report/ad_report.module |
|
Provides comprehensive charts and reports about advertising statistics. |
ad_text.info |
text/ad_text.info |
|
name = Text Ad
package = Ad
dependencies = ad
description = Enhances the ad module to support static text ads. |
ad_text.install |
text/ad_text.install |
|
|
ad_text.module |
text/ad_text.module |
|
Enhances the ad module to support static text ads. |
ad_text_views.inc |
text/ad_text_views.inc |
|
|
ad_types.txt |
documentation/ad_types.txt |
|
---------
Overview:
---------
This document is intended to help someone write a module for the ad api to
introduce a new ad type. The core ad module includes two ad type modules, one
for text ads and another for image ads. You can use the same api… |
ad_weight_percent.inc |
weight/percent/ad_weight_percent.inc |
|
A plug in for the ad.module, providing a percentage based weighting mechanism
for the random selection of ads. |
ad_weight_percent.install |
weight/percent/ad_weight_percent.install |
|
|
ad_weight_percent.module |
weight/percent/ad_weight_percent.module |
|
A plug in for the ad.module, providing a percentage based weighting mechanism
for the random selection of ads. |
CHANGELOG.txt |
documentation/CHANGELOG.txt |
|
October 8th 2009
- ad_image.module
o bug #594610: retain fid when updating image ad
April 14th 2009
- ad.install
o bug #431292: fix typo in ad.install affecting PostgreSQL installs
August 11th 2008
- adserve.inc
o bug #220817: support… |
click_filter.info |
statistics/click_filter/click_filter.info |
|
name = Click filter
package = Ad
dependencies = ad
description = Filter duplicate click statistics. |
click_filter.install |
statistics/click_filter/click_filter.install |
|
|
click_filter.module |
statistics/click_filter/click_filter.module |
|
Filter duplicate and other unwanted clicks from ad statistics. |
CONTRIBUTE.txt |
documentation/CONTRIBUTE.txt |
|
There are many ways that you can contribute to the development of the ad
module:
1. Testing.
2. Documentation.
3. Code.
4. Money.
1. Testing
The ad project is a large and complex collection of modules. As new
features are added,… |
DEBUG.txt |
documentation/DEBUG.txt |
|
If you are having problems installing or configuring the ad module, please be
sure to carefully follow the instructions in INSTALL.txt, and to read through
README.txt.
If after reviewing those files you are still having problems with the ad
module,… |
external.inc |
external/external.inc |
|
|
imageserve.inc |
imageserve.inc |
|
|
INSTALL.txt |
documentation/INSTALL.txt |
|
-------------
Requirements:
-------------
- Drupal 5.x
- upload.module (if using the ad_image module)
-------------
Installation:
-------------
1) Extract the ad tarball. Move the resulting 'ad/' subdirectory within your
… |
MAINTAINER.txt |
MAINTAINER.txt |
|
ad.module:
Written by Jeremy Andrews (1/2006)
Maintained by Jeremy Andrews <jeremy@kerneltrap.org> |
MAINTAINER.txt |
html/MAINTAINER.txt |
|
ad_html.module:
Written by Jeremy Andrews (10/2007)
Sponsored by Connie at WebsitesForTheArts.com.
Maintained by Jeremy Andrews <jeremy@kerneltrap.org> |
MAINTAINER.txt |
image/MAINTAINER.txt |
|
ad_image.module:
Written by Jeremy Andrews (1/2006)
Maintained by Jeremy Andrews <jeremy@kerneltrap.org> |