res:plugins:fpcaptcha
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| res:plugins:fpcaptcha [2025/06/06 23:41] โ [Download] fraenkiman | res:plugins:fpcaptcha [2025/06/07 00:37] (current) โ [Check PHP Configuration] fraenkiman | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| {{ : | {{ : | ||
| - | === Optionally - Voice output for better accessibility === | + | ==== Optionally - Voice output for better accessibility |
| * [[https:// | * [[https:// | ||
| * Optionally, the '' | * Optionally, the '' | ||
| * PHP functions '' | * PHP functions '' | ||
| * No restrictive '' | * No restrictive '' | ||
| + | |||
| ==== Demo ==== | ==== Demo ==== | ||
| [[https:// | [[https:// | ||
| + | |||
| + | |||
| + | |||
| + | ==== Install eSpeak or eSpeak-NG ==== | ||
| + | a) Install classic eSpeak: | ||
| + | <code bash> | ||
| + | sudo apt update | ||
| + | sudo apt install espeak | ||
| + | </ | ||
| + | |||
| + | b) Or install the newer eSpeak-NG: | ||
| + | <code bash> | ||
| + | sudo apt update | ||
| + | sudo apt install espeak-ng | ||
| + | </ | ||
| + | |||
| + | Check installation with: | ||
| + | <code bash> | ||
| + | which espeak | ||
| + | which espeak-ng | ||
| + | </ | ||
| + | |||
| + | ==== Optional: Install LAME for MP3 output ==== | ||
| + | <code bash> | ||
| + | sudo apt install lame | ||
| + | </ | ||
| + | |||
| + | Verify: | ||
| + | <code bash> | ||
| + | which lame | ||
| + | </ | ||
| + | |||
| + | ==== Check PHP Configuration ==== | ||
| + | Make sure the following functions are NOT disabled in '' | ||
| + | <code ini> | ||
| + | disable_functions = | ||
| + | </ | ||
| + | |||
| + | These must NOT appear in disable_functions: | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | If they are listed, remove them and restart the web server. | ||
| + | |||
| + | ==== Check open_basedir Restrictions ==== | ||
| + | If '' | ||
| + | <code ini> | ||
| + | open_basedir = / | ||
| + | </ | ||
| + | |||
| + | You can check active values with: | ||
| + | <code php> | ||
| + | <?php | ||
| + | echo ini_get(" | ||
| + | ?> | ||
| + | </ | ||
| === Changelog: === | === Changelog: === | ||
| == 2025-06-06 (V1.2.2) by Fraenkiman == | == 2025-06-06 (V1.2.2) by Fraenkiman == | ||
res/plugins/fpcaptcha.1749246083.txt.gz ยท Last modified: by fraenkiman
