ad |
./ad.module |
Use this function to display ads from a specified group. |
4 |
12 |
adserve_ad |
./adserve.inc |
The main adserve logic. |
2 |
|
adserve_bootstrap |
./adserve.inc |
Include the necessary files and call the Drupal bootstrap. |
5 |
|
adserve_counter_image |
./imageserve.inc |
Generate a tiny image with GD, used to count when an ad has been displayed
on a cached page. |
1 |
|
adserve_debug |
./adserve.inc |
Display additional debug information. |
1 |
|
adserve_include_drupal |
./adserve.inc |
Include Drupal's bootstrap.inc. |
1 |
|
adserve_increment |
./adserve.inc |
Increment ad counters. Increment in cache if enabled. |
2 |
|
adserve_invoke_file |
./adserve.inc |
Invoke a function in the specified file. |
3 |
|
adserve_invoke_hook |
./adserve.inc |
Invoke adserve hooks, defined in adapi with adserve_HOOK. |
2 |
|
adserve_select_ad |
./adserve.inc |
Simple default function to randomly select an ad. Provides a hook to allow
the definition of external display methods. |
3 |
|
adserve_select_reindex |
./adserve.inc |
Remove one or more ids from array.
TODO: Optimize. Perhaps something like array_flip, unset, array_flip. |
1 |
|
adserve_variable |
./adserve.inc |
Retrieve variables from $_GET array or from passed in $value array. |
17 |
|
ad_access |
./ad.module |
Implementation of hook_access(). |
4 |
|
ad_adaccess |
./ad.module |
Determine whether the user has a given privilege. |
11 |
3 |
ad_adapi |
./ad.module |
|
|
|
ad_admin_ads |
./ad.admin.inc |
Provide a filterable list of advertisements. |
|
1 |
ad_admin_ads_submit |
./ad.admin.inc |
Submit the ad administration update form. |
|
|
ad_admin_ads_validate |
./ad.admin.inc |
Must select an ad if performing an operation. |
|
|
ad_admin_configure_settings |
./ad.admin.inc |
Display a form for the ad module settings. |
|
1 |
ad_admin_configure_settings_submit |
./ad.admin.inc |
Save updated values from settings form. |
|
|
ad_admin_configure_settings_validate |
./ad.admin.inc |
Validate form settings, calling attention to any illogical configurations. |
|
|
ad_admin_groups_list |
./ad.admin.inc |
|
|
1 |
ad_admin_group_form |
./ad.admin.inc |
Returns a form for adding an ad group. |
|
1 |
ad_admin_group_form_submit |
./ad.admin.inc |
Save a newly created ad group. |
|
|
ad_admin_group_form_validate |
./ad.admin.inc |
Save a newly created ad group. |
|
|
ad_admin_list |
./ad.admin.inc |
Build default ad administration page. |
|
1 |
ad_admin_statistics |
./ad.admin.inc |
|
|
1 |
ad_adnotifyapi |
./ad.module |
Implement ad notify api _hook. |
|
|
ad_ad_operations |
./ad.admin.inc |
Implementation of hook_ad_operations(). |
|
|
ad_block |
./ad.module |
Implementation of hook_block(). |
|
|
ad_build_filter_query |
./ad.admin.inc |
Build query for ad administration filters based on session. |
1 |
|
ad_cache_file |
cache/file/ad_cache_file.inc |
This is the actual cache function called by adserve.php that displays ads
without bootstrapping Drupal. |
|
1 |
ad_cache_file_adcacheapi |
cache/file/ad_cache_file.module |
Implementation of hook_adcacheapi(). |
|
|
ad_cache_file_adserve_select |
cache/file/ad_cache_file.inc |
|
|
|
ad_cache_file_build |
cache/file/ad_cache_file.module |
Build all required cache files when using the file cache. |
2 |
1 |
ad_cache_file_get_lock |
cache/file/ad_cache_file.inc |
|
3 |
1 |
ad_cache_file_help |
cache/file/ad_cache_file.module |
Implementation of hook_help(). |
|
|
ad_cache_file_increment |
cache/file/ad_cache_file.inc |
|
|
|
ad_cache_file_rebuild |
cache/file/ad_cache_file.inc |
Bootstrap drupal, then run ad_cache_file_build() from ad.module which will
rebuild all cache files. |
2 |
|
ad_cache_file_ro_cache |
cache/file/ad_cache_file.inc |
|
2 |
|
ad_cache_file_variables |
cache/file/ad_cache_file.inc |
Additional variables required by the filecache. |
|
|
ad_cache_memcache |
cache/memcache/ad_cache_memcache.inc |
Called by adserve.inc, display an ad from memcache. |
|
1 |
ad_cache_memcache_adcacheapi |
cache/memcache/ad_cache_memcache.module |
Implementation of hook_adcacheapi(). |
|
|
ad_cache_memcache_adserve_exit_text |
cache/memcache/ad_cache_memcache.inc |
Allow external exit text. |
|
|
ad_cache_memcache_adserve_select |
cache/memcache/ad_cache_memcache.inc |
Allow external ad selection logic. |
|
|
ad_cache_memcache_build |
cache/memcache/ad_cache_memcache.module |
Caches ad information into memory. |
3 |
|
ad_cache_memcache_cron |
cache/memcache/ad_cache_memcache.module |
Regularily syncronize counters into RAM. |
|
|
ad_cache_memcache_get_ad |
cache/memcache/ad_cache_memcache.inc |
|
1 |
|
ad_cache_memcache_get_ids |
cache/memcache/ad_cache_memcache.inc |
|
1 |
|
ad_cache_memcache_help |
cache/memcache/ad_cache_memcache.module |
Implementation of hook_help(). |
|
|