Shameless self-promo: Created a forum with Flatboard.
Shameless self-promo: Created a forum with Flatboard.
northivanastan Tuesday 4th December 2018, 01:52:09I created a forum with Flatboard, linked here: https://hypertextzone.net/forum
I also posted a summary of my experience setting it up on my main site: https://hypertextzone.net/blog/ivans1/flatboard
It's a great project. It's got all of the necessary features and is also flat-file. I wish it were easier to theme (rather than using a dozen PHP files, use six or so Twig or Blade files), that the community was bigger, that the documentation was a bit more extensive, and that the CAPTCHAs were a bit more secure. Thanks to Fred for creating this, though.
I also posted a summary of my experience setting it up on my main site: https://hypertextzone.net/blog/ivans1/flatboard
It's a great project. It's got all of the necessary features and is also flat-file. I wish it were easier to theme (rather than using a dozen PHP files, use six or so Twig or Blade files), that the community was bigger, that the documentation was a bit more extensive, and that the CAPTCHAs were a bit more secure. Thanks to Fred for creating this, though.
Replies 7
I found Flatboard when I was looking for flat-file forum software to add to my website. This website eventually came up in the search results after trying a few different searches. I saw that it had most of the basic features I wanted, so I installed it.
Thank you for choosing Flatboard.
I read your article on Flatboard, and you're absolutely right about the party theme.
Know that I correct this on version 2 which will arrive very soon (this month normally), so will be more oriented MVC with a dedicated theme of administration.
All this without touching the data, so the transition will be easy.
Can you tell me how the bots bypass the CAPTCHA? Do you have a recommendation to improve or replace it?
I read your article on Flatboard, and you're absolutely right about the party theme.
Know that I correct this on version 2 which will arrive very soon (this month normally), so will be more oriented MVC with a dedicated theme of administration.
All this without touching the data, so the transition will be easy.
Can you tell me how the bots bypass the CAPTCHA? Do you have a recommendation to improve or replace it?
- Before ask a question, read the documentation.
- 🎉 Featured as #1 product of the day on Product Hunt
- Please like in alternativeto.net 👍🏻
- ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
- <TextField>, my new CMS project designed by a passionate developer, for developers!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.
Well, the CAPTCHA is basically just an image of text, so it can be broken with an Optical Character Recognition engine like Tesseract or Gocr. Modern OCR software is good enough that it's generally considered insecure to use a CAPTCHA based on distorting text : https://elie.net/publication/the-end-is-nigh-generic-solving-of-text-based-captchas/
Good CAPTCHAs will use distorted image recognition or voice recognition, though those are hard to implement. Google's reCAPTCHA could be enabled as an alternative to the current system, though it would not be wise to enable it by default.
I'd recommend adding a few things to the current system. Perhaps distort the text a bit, add artifacts and noise. That won't stop all bots, though, so I'd recommend adding reCAPTCHA optionally.
Good CAPTCHAs will use distorted image recognition or voice recognition, though those are hard to implement. Google's reCAPTCHA could be enabled as an alternative to the current system, though it would not be wise to enable it by default.
I'd recommend adding a few things to the current system. Perhaps distort the text a bit, add artifacts and noise. That won't stop all bots, though, so I'd recommend adding reCAPTCHA optionally.
I do not like to use the Google tools, so I changed the captcha lib to make it more complex.
Having to make a plugin if not, Simon appears to have made good progress on the thing 😀
Having to make a plugin if not, Simon appears to have made good progress on the thing 😀
- Before ask a question, read the documentation.
- 🎉 Featured as #1 product of the day on Product Hunt
- Please like in alternativeto.net 👍🏻
- ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
- <TextField>, my new CMS project designed by a passionate developer, for developers!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.
Suggested Topics
Alexander Liebrecht
started Show your Flatboard Forum projects :)
Open Bar
livetheenergy
started translation Italian localization
Resources
Alexander Liebrecht
started Can not make config changes
General Questions
JPRuehmann
started plugin Use Google ReCaptcha
General Questions