https://github.com/frugan-dev/preapp
PreApp is a simple PHP application that uses auto_prepend_file and auto_append_file directives.
https://github.com/frugan-dev/preapp
php polyfill recaptcha sentry wordpress
Last synced: 10 months ago
JSON representation
PreApp is a simple PHP application that uses auto_prepend_file and auto_append_file directives.
- Host: GitHub
- URL: https://github.com/frugan-dev/preapp
- Owner: frugan-dev
- License: other
- Created: 2019-01-06T14:25:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T14:26:19.000Z (about 4 years ago)
- Last Synced: 2025-01-29T18:47:06.411Z (12 months ago)
- Topics: php, polyfill, recaptcha, sentry, wordpress
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[](https://www.gnu.org/licenses/gpl-3.0)
# PreApp
PreApp is a simple PHP application that uses [auto_prepend_file](http://php.net/manual/it/ini.core.php#ini.auto-prepend-file) and [auto_append_file](http://php.net/manual/it/ini.core.php#ini.auto-append-file) directives.
### Modules
- ObfuscateEmail
- ReCaptcha2Invisible
- ReCaptcha3
- ReCaptcha3Ajax
- ReCaptcha3AjaxHtml
- MinifyHtml
- NoJoomlaAdmin
- NoOpenCartAdmin
- NoWpAdmin
- NoWpLogin
- Polyfill
- Sentry
### Installation
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:
```
...
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
```
### Changelog
See auto-[CHANGELOG](CHANGELOG.md) file.
### Contributing
For your contributions please use the [git-flow workflow](https://danielkummer.github.io/git-flow-cheatsheet/).
### Support
[
](https://buymeacoff.ee/frugan)
### Usefull links
- 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/
### License
(ɔ) Copyleft 2021 [Frugan](https://about.me/frugan)
[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/), see [COPYING](COPYING) file.