Changeset 1808777
- Timestamp:
- 01/24/2018 05:22:54 PM (8 years ago)
- Location:
- wp-adsense-guard
- Files:
-
- 5 edited
-
tags/1.0/config.php (modified) (2 diffs)
-
tags/1.0/index.php (modified) (1 diff)
-
trunk/config.php (modified) (2 diffs)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-adsense-guard/tags/1.0/config.php
r1808615 r1808777 1 1 <?php 2 2 /** 3 * WP Ads Guard Config File3 * WP Adsense Guard Config File 4 4 * @since 1.0 5 5 * Copyrights (C) 2017 Technoyer Solutions Ltd. <support@technoyer.com> … … 14 14 15 15 //set the plugin slug & prefix 16 if( !defined( 'WPADGU_SLUG' ) ){ define( 'WPADGU_SLUG', "wp-ads -guard" ); }16 if( !defined( 'WPADGU_SLUG' ) ){ define( 'WPADGU_SLUG', "wp-adsense-guard" ); } 17 17 if( !defined( 'WPADGU_PREFIX' ) ){ define( 'WPADGU_PREFIX', "wpadgu" ); } 18 18 -
wp-adsense-guard/tags/1.0/index.php
r1808615 r1808777 10 10 * License: GPL V3 11 11 * Domain Path: /languages 12 * Text Domain: wp-ads -guard12 * Text Domain: wp-adsense-guard 13 13 */ 14 14 -
wp-adsense-guard/trunk/config.php
r1808614 r1808777 1 1 <?php 2 2 /** 3 * WP Ads Guard Config File3 * WP Adsense Guard Config File 4 4 * @since 1.0 5 5 * Copyrights (C) 2017 Technoyer Solutions Ltd. <support@technoyer.com> … … 14 14 15 15 //set the plugin slug & prefix 16 if( !defined( 'WPADGU_SLUG' ) ){ define( 'WPADGU_SLUG', "wp-ads -guard" ); }16 if( !defined( 'WPADGU_SLUG' ) ){ define( 'WPADGU_SLUG', "wp-adsense-guard" ); } 17 17 if( !defined( 'WPADGU_PREFIX' ) ){ define( 'WPADGU_PREFIX', "wpadgu" ); } 18 18 -
wp-adsense-guard/trunk/index.php
r1808614 r1808777 10 10 * License: GPL V3 11 11 * Domain Path: /languages 12 * Text Domain: wp-ads -guard12 * Text Domain: wp-adsense-guard 13 13 */ 14 14 -
wp-adsense-guard/trunk/readme.txt
r1808661 r1808777 13 13 You know, your Adsense Account is in danger, this is not a joke, this is as true as you are breathing from some past days, many bloggers experiencing heavy invalid activity, plagiarism and illegal content in their Adsense account. 14 14 15 <strong>Ads Guard</strong> protects your Adsense account and helps you to increase your Adsense earnings through its tools which created to prevent invalid clicks and detect adblockers then hide content, show them a message or redirect them to a custom page.15 <strong>AdsenseGuard</strong> protects your Adsense account and helps you to increase your Adsense earnings through its tools which created to prevent invalid clicks and detect adblockers then hide content, show them a message or redirect them to a custom page. 16 16 17 17 It also helps you very well to detect the plagiarism (copied) content and the more ad units compared to the blog original content for every page. … … 64 64 == Screenshots == 65 65 66 1. Ads Guard Dashboard66 1. AdsenseGuard Dashboard 67 67 2. Settings 68 68 3. Guard Options
Note: See TracChangeset
for help on using the changeset viewer.