Osclass forums
Support forums => Plugins => Topic started by: Aficionado on August 25, 2018, 08:43:39 pm
-
Hi.
Is there somekind of alternative "captcha" plugin or way, like a simple math captcha or else, not dependant from 3rd party ?
It seems that people are not registering because google's captcha doesn't seem to work right lately.
Thanks
-
On my forum they developed a question and answer Captcha.
Works very well.
Maybe an idea for a programmer here
-
On my forum they developed a question and answer Captcha.
Works very well.
Maybe an idea for a programmer here
Well i don't think anybody seriously is developing for Osclass anymore.
-
Hello,
I may develop a plugin for this if there is enough interest. It shouldn't be complicated.
Is it only for register page?
Regards.
-
Hello,
I may develop a plugin for this if there is enough interest. It shouldn't be complicated.
Is it only for register page?
Regards.
If you ask me, Register and Contact and Comments probably.
-
Here's a demo for register page: https://demo.zagorski-oglasnik.com/osclass/index.php?page=register&action=register
Tell me what you think, if it's okay I will try to implement it at contact and comments.
Regards.
-
Here's a demo for register page: https://demo.zagorski-oglasnik.com/osclass/index.php?page=register&action=register
Tell me what you think, if it's okay I will try to implement it at contact and comments.
Regards.
Well it seems ok. Simple and friendy to the user.
-
The finished plugin is in the attachment. I've made it simple, without various configurations and admin pages. Simply install it and you are done. However, if you don't see the captcha at any of the pages, insert it manually by using these functions:
<?php
simplecaptcha_form_register(); // register page
simplecaptcha_form_contact(); // contact page
simplecaptcha_form_comments(); // add comment page
?>
The plugin is also translatable, see the template.pot file in languages folder.
Regards.
-
Patrick i will give it a try asap and update here. Thank you
-
Patrick i will give it a try asap and update here. Thank you
Okay, I suggest you download a new version from the updated post above. Just a small bug fix.
Regards.
-
Okay, I suggest you download a new version from the updated post above. Just a small bug fix.
Regards.
While the plugin shows allright, you can bypass it without filling the form. So it doesn't seem to work at all.
Osclass Wizards theme. Stock Osclass.
-
Okay, I suggest you download a new version from the updated post above. Just a small bug fix.
Regards.
While the plugin shows allright, you can bypass it without filling the form. So it doesn't seem to work at all.
Osclass Wizards theme. Stock Osclass.
Okay. I will post the fixed version soon.
Regards.
-
Okay, I suggest you download a new version from the updated post above. Just a small bug fix.
Regards.
While the plugin shows allright, you can bypass it without filling the form. So it doesn't seem to work at all.
Osclass Wizards theme. Stock Osclass.
Okay. I will post the fixed version soon.
Regards.
Update posted in above post.
Regards.
-
The same. I leave the captcha field empty and it passes. Doesn't work.
-
Are you sure? I tested it and it didn't work when I left the field empty. Try here: https://demo.zagorski-oglasnik.com/osclass/
Check if you have "isset($_POST['simple_captcha'])" instead of "Params::getParam('simple_captcha') != ''" in index.php.
The updated version uses "isset($_POST['simple_captcha'])".
Regards.
-
Then what you uploaded seems like the old version.
-
Try this.
Regards.
-
Try this.
Regards.
This seems to work fine in my (online) test server. I will update more this weekend.
-
Glad to hear that. ;)
Regards.
-
Glad to hear that. ;)
Regards.
I have a specific Osclass that gets ... i dunno ... 100+ daily spam from contact page. This will be my test.
Thanks !
-
@patrick the plugin seems to work just fine, i saw no problems at all with it. Works as expected.
So now i have to ask if this is a free plugin and if you consider to publish it via Osclass market (so it will be somehow checked for possible security or other problems).
In any case thank you !!!
-
Glad to hear that, you are welcome! ;)
This plugin is free, I will probably publish it to Market as it is, but I am thinking of making a "PRO" paid version that will include some configuration options and more...
Regards.
-
Patrick hi, one question.
I see that in languages folder there is no "en_US" (for example) folder but everything (po / mo) are located in there.
Is that correct ?
-
That's not good actually, the .po and .mo must be in en_US folder.
Regards.