PreApp is a simple PHP application that uses auto_prepend_file and auto_append_file directives.
- ObfuscateEmail
- ReCaptcha2Invisible
- ReCaptcha3
- ReCaptcha3Ajax
- ReCaptcha3AjaxHtml
- MinifyHtml
- NoJoomlaAdmin
- NoOpenCartAdmin
- NoWpAdmin
- NoWpLogin
- Polyfill
- Sentry
Edit .user.ini:
auto_prepend_file = /var/www/domain.ltd/private/PreApp/prepend.php
auto_append_file = /var/www/domain.ltd/private/PreApp/append.php
or .htaccess:
php_value auto_prepend_file /var/www/domain.ltd/private/PreApp/prepend.php
php_value auto_append_file /var/www/domain.ltd/private/PreApp/append.php
or vhosts.conf:
<VirtualHost *:80>
...
php_admin_value auto_prepend_file /var/www/domain.ltd/private/PreApp/prepend.php
php_admin_value auto_append_file /var/www/domain.ltd/private/PreApp/append.php
</VirtualHost>
See auto-CHANGELOG file.
For your contributions please use the git-flow workflow.
- http://alistapart.com/article/gracefulemailobfuscation
- https://gist.github.com/hengkiardo/4023901
- https://www.electrictoolbox.com/php-automatically-append-prepend/
- https://recaptcha-demo.appspot.com
- https://tehnoblog.org/google-no-captcha-invisible-recaptcha-first-experience-results-review/
- https://github.com/kornelski/Sblam
- http://www.spamhelp.org/software/listings/server-side/