X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Ffilter%2Fforced_filter.php;h=9362149e37d6551eb0fbc73e6964970d93018c19;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hp=d3843ca622400ead3fadf37c7efa09d464a9bbea;hpb=596c8ab32594401ca84abfbfe35513ddfff31bec;p=mailer.git diff --git a/inc/filter/forced_filter.php b/inc/filter/forced_filter.php index d3843ca622..9362149e37 100644 --- a/inc/filter/forced_filter.php +++ b/inc/filter/forced_filter.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -119,5 +119,27 @@ function FILTER_FORCED_CHANGE_CAMPAIGN_VALIDATE_DATA ($filterData) { return $filterData; } +// Filter for handling click on forced ad +function FILTER_HANDLE_FORCED_AD_CLICK ($filterData) { + // Are all required parameters set? + //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!'); + die(__FUNCTION__.': CALLED!'); + + // Return filter data + //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!'); + return $filterData; +} + +// Filter for handling viewing forced banner +function FILTER_HANDLE_FORCED_AD_VIEW ($filterData) { + // Are all required parameters set? + //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!'); + die(__FUNCTION__.': CALLED!'); + + // Return filter data + //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!'); + return $filterData; +} + // [EOF] ?>