[ Easily hide partial or all of your premium content from your users that using AdBlock or Adblocking software. Just add 4 lines of code to your page and it will automatically hide your content without any trouble. Features Your premium content will be hidden until user deactivate AdBlock. 3 methods to detect adblock. Support for Adsense’s asynchronous and synchronous blocking]
Easily hide partial or all of your premium content from your users that using AdBlock or Adblocking software. Just add 4 lines of code to your page and it will automatically hide your content without any trouble.
Features
- Your premium content will be hidden until user deactivate AdBlock.
- 3 methods to detect adblock.
- Support for Adsense’s asynchronous and synchronous blocking detection.
- Support for other ads network and self hosted ads blocking detection.
- Content will stay hidden if user deactivate cookie or javascript.
- Hide all or partial content from your page.
- Hide anything you want in your PHP file.
- Your content won’t show in Source View.
- Show your message in JQuery Popup, Javascript Alert or Inline text.
- Autoredirect page after showing message.
- Cross browser detection.
- Easy to setup, less than 5 minutes to setup.
- Just add 4 lines of code to your page and you’re set.
- Uses cookies to detect deactivate AdBlock.
- Highly customizable message and CSS.
Latest Updates
version 1.5 – Jan 5, 2014- added auto redirect page after showing message
- documentation updated
- added jquery popup message option
- added javascript popup message option
- documentation updated
- added new method to detect adblock
- added support for adsense’s asynchronous and synchronous method
- documentation updated
- added disabled cookie detection in user’s browser
- added disabled javascript detection in user’s browser
- documentation updated
- fix a XSS vulnerability
- rewrite documentation
- initial release
Requirements
- PHP 5.xx (older version may work but they have not been tested).
- Basic understanding on how to write in PHP.
Inserting FAtS To Your Code
<?php include "fats_core.php"; ?> <html> <head> <?php write_JS($fats_config ); ?> </head> <body> Your regular content <?php if (is_Unlocked($fats_config)){ // START HIDDEN CONTENT ?> <p>Your premium content</p> <?php } ///////////////////////////// STOP HIDDEN CONTENT ?> Your regular content </body> </html>
No comments:
Post a Comment