ad.admin.inc |
ad.admin.inc |
|
Advertisement admin pages and functions. |
ad.info |
ad.info |
|
name = Ad
package = Ad
dependencies[] = taxonomy
description = An advertising system for Drupal powered websites.
core = 6.x |
ad.install |
ad.install |
|
Advertisement module database schema. |
ad.module |
ad.module |
|
An advertising system for Drupal powered websites. |
ad.pages.inc |
ad.pages.inc |
|
Advertisement nodes pages and forms. |
adserve.inc |
adserve.inc |
|
Configuration. |
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.
core = 6.x |
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 |
|
Memcache include. |
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.
core = 6.x |
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.
core = 6.x |
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.
core = 6.x |
ad_external.install |
external/ad_external.install |
|
Ad_external module database schema. |
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.
core = 6.x |
ad_html.install |
html/ad_html.install |
|
Ad_html module database schema. |
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
dependencies[] = upload
description = Enhances the ad module to support banner ads.
core = 6.x |
ad_image.install |
image/ad_image.install |
|
Ad_image module database schema. |
ad_image.module |
image/ad_image.module |
|
Enhances the ad module to support banner ads. |
ad_notify.info |
notify/ad_notify.info |
|
name = Notify
package = Ad
dependencies[] = ad_owners
description = Receive email notifications regarding ads.
core = 6.x |
ad_notify.install |
notify/ad_notify.install |
|
Ad_notify module database schema. |
ad_notify.module |
notify/ad_notify.module |
|
Receive email notifications regarding ads. |
ad_owners.info |
owners/ad_owners.info |
|
name = Ad Owners
package = Ad
dependencies[] = ad
description = Enhances the ad module to support ad owners.
core = 6.x |
ad_owners.install |
owners/ad_owners.install |
|
Ad_owners module database schema. |
ad_owners.module |
owners/ad_owners.module |
|
Enhances the ad module to support ad owners. |
ad_remote.info |
remote/ad_remote.info |
|
name = Remote
package = Ad
dependencies[] = ad_owners
description = Generates cut-and-paste source snippets allowing ads to be easily displayed on remote websites.
core = 6.x |
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. |
ad_report.info |
report/ad_report.info |
|
name = Report
package = Ad
dependencies[] = ad
description = Provides comprehensive charts and reports about advertising statistics.
core = 6.x |
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.
core = 6.x |
ad_text.install |
text/ad_text.install |
|
Ad_text module database schema. |
ad_text.module |
text/ad_text.module |
|
Enhances the ad module to support static text ads. |
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 |
|
March 27th, 2009
- adserve.inc
o bug #406278: fix PHP E_ALL notice (patch by Garrett Albright)
- ad.module
o bug #379592: fix jQuery display method (patch by yaroslav62)
February 17th, 2009 (1.1)
- ad.module
o bug #375742: support… |
click_filter.info |
statistics/click_filter/click_filter.info |
|
name = Click filter
package = Ad
dependencies[] = ad
description = Filter duplicate click statistics.
core = 6.x |
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 |
|
Image serving lib. |
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
… |