Файл: AntiAdblock/doc/install.txt
Строк: 31
=======================
====== Edit Code ======
Since Adblock tries
to block our AntiBlock-System the javascript and css is
encrypted in
base64(its still decodable so) and you will find the original sources
in
AntiAdblock/js/aa.js and AntiAdblock/css/aa.css.(Also the code uses
jquery so when you edit
something don't forget to link
jquery)
=======================
====== INSTALL ========
1. Pack
the AntiAdblock folder in the root directory of your server,
e.g
yourhompage.de/AntiAdblock/...
2. Include the script on your side:
Add
" require '../AntiAdblock/aa.php'; " to every page you want
AntiAdblock to block. (Path must be adapted)
3. Finished. Now you can give
it a try and open up your website and you will see that Adblock Users won't
have
access!
=======================