Search found 253 matches

by fraenkiman
Tue Sep 17, 2024 4:08 pm
Forum: General Support
Topic: Net find: Some bugs want to be found three times
Replies: 0
Views: 455

Net find: Some bugs want to be found three times

... once in the last decade (2012) by Ross and in this decade (2022) by Robert and by chance by me. If you make such net finds, which are reproducible with the current FlatPress release, please post them here in the forum. This ancient bug, or was it already a turtle, will no longer be present in ...
by fraenkiman
Wed Sep 04, 2024 6:48 pm
Forum: Development and tests
Topic: After the release is before the release!
Replies: 0
Views: 488

After the release is before the release!

Hello everyone, although the FlatPres 1.3.1 Andante release was only launched in April this year, there are already a few improvements and a few new features in the 1.4 developer version. You can find the changelog here . You are cordially invited to feed and test your test system with FlatPress 1.4 ...
by fraenkiman
Sun Sep 01, 2024 10:22 pm
Forum: Plugin support
Topic: Captcha Plugin
Replies: 0
Views: 540

Captcha Plugin

Hello everyone, there is an updated (fp)Captcha plugin again. New features: Revised captcha image Refresh link added New font Schoolbell-pMMy.ttf, which can be used personally, but also commercially Added check for required PHP extensions Error message in server log with active Accessible Antispam ...
by fraenkiman
Sun Sep 01, 2024 10:09 pm
Forum: Development and tests
Topic: Updated FPCaptcha plugin
Replies: 4
Views: 8983

Re: Updated FPCaptcha plugin

Hello everyone,

there is an updated (fp)Captcha plugin again.

Plugin support

Have a good start into the new week
Frank
by fraenkiman
Thu Aug 29, 2024 6:05 pm
Forum: General Support
Topic: IP address in the comments
Replies: 11
Views: 5404

Re: IP address in the comments

The two files for the Asmin area were not in the correct directory. Therefore here again the corrected update.
by fraenkiman
Wed Aug 28, 2024 3:43 am
Forum: General Support
Topic: IP address in the comments
Replies: 11
Views: 5404

Re: IP address in the comments

This update anonymizes the visitor's IP address. The advantage is that you don't have to change the whole core and you can continue to use the Akismet Antispam service because at least a fake IP can be provided. For IPv4 addresses, the last 2 blocks are zeroed. VERSION|fp-1.4.dev|NAME|John Doe ...
by fraenkiman
Tue Aug 27, 2024 9:12 pm
Forum: General Support
Topic: IP address in the comments
Replies: 11
Views: 5404

Re: IP address in the comments

runs
by fraenkiman
Tue Aug 27, 2024 4:25 pm
Forum: General Support
Topic: IP address in the comments
Replies: 11
Views: 5404

Re: IP address in the comments

Hello everyone, Here is the new core.utils, which does not throw any errors in the logs. New features: - the IPv4 client IP is anonymized in the last two blocks - an IPv6 address is formed from the user agent and browser language for anonymization This has the advantage that nothing has to be ...
by fraenkiman
Tue Aug 27, 2024 3:10 am
Forum: General Support
Topic: IP address in the comments
Replies: 11
Views: 5404

Re: IP address in the comments

Hello everyone, I don't find saving the public IP address that dramatic. It is more useful if you want to defend yourself against liability claims if the comment contains illegal content. You could refer to Art. 6 Abs. 1 S. 1 lit. f DSGVO in your privacy policy. There may be a suitable template in ...
by fraenkiman
Thu Aug 22, 2024 9:03 pm
Forum: Development and tests
Topic: FlatPress 1.3.1 and PHP 8.4.0 beta 3
Replies: 2
Views: 1030

Re: FlatPress 1.3.1 and PHP 8.4.0 beta 3

Hello everyone, Smarty 4 will not work without errors with PHP8.4. It might make more sense to upgrade to Smarty 5 first, then take care of the PHP8.4 traps. You can continue to use the constant SMARTY_DIR. I have installed Smatry 5.4.0 in the branch “ upgrading-from-smarty-v4-to-v5 ” and created an ...