Spam protection, AntiSpam, FireWall by CleanTalk (no Captcha/reCaptcha)

Started by psrustik, April 14, 2014, 05:11:25 AM

Previous topic - Next topic

TurtleKicker

Do you have any plans to update this for 2.1RC1 or are you only waiting until 2.1 final?

psrustik

Hello.

Yes, we plan to support this version. We need to do all necessary tests with it.

It may take 1-2 days.

Thank you.

psrustik

Hello,

We've tested our plugin with 2.1 and found no problems.

Best regards

ExXeL

Hello,

I would like to know how can I install packages to my forum (2.0.15 version)
Look the picture please, I have running from VPS (Localhost)
What's the next step?


psrustik

Hello,

Thank you for your question.

Please use this guide to install the plugin:

https://cleantalk.org/help/install-smf

Best regards

ExXeL

Quote from: psrustik on March 16, 2019, 11:00:43 AM
Hello,

Thank you for your question.

Please use this guide to install the plugin:

https://cleantalk.org/help/install-smf

Best regards

I followed but i don't found the "install" button.
I don't have ftp details for my VPS and how can i edit the permissions manually what this pacpage reuqire?

psrustik

You have something wrong with the files rights. There is no need to do additional settings at normal install. And sorry, I can't understand the language on the screenshot, so hard to understand what's wrong.

sah62

I'm seeing a large number of instances of this error in my forum log:


https://www.mysite.org/forum/index.php?action=register2
2: Illegal string offset 'keys'
File: /home/mysite/public_html/forum/Sources/cleantalk/cleantalkMod.php
Line: 456


This is with plugin version 2.26.

psrustik

Hello.

Could you please let us know the version of your smf forum.

Thank you.

sah62

Quote from: psrustik on April 11, 2019, 09:00:52 AM
Hello.

Could you please let us know the version of your smf forum.

Thank you.

SMF 2.0.15

psrustik

We will check the code of the plugin and fix the issue within 48 hours.

Please, wait.

Best regards.

psrustik

Hello,

It was fixed in dev build. Please, wait for the next stable release (on the next week)

Best regards.

bod22

It works well and I don't have to use Captcha.

psrustik

Quote from: bod22 on April 18, 2019, 01:03:14 PM
It works well and I don't have to use Captcha.
Hello.
Thank you for your feedback! I hope spam will never bother you again.
Have a nice day.

sah62

I found another small error in version 2.27 and SMF 2.0.15. There's an uninitialized variable $error on line 1290 of file cleantalkMod.php. Here's the code:


1286                     // Error output
1287                     if(!empty($api_result['error'])){
1288                         $html.='<center>'
1289                                 .'<div style="border:2px solid red;color:red;font-size:16px;width:300px;padding:5px;">'
1290                                     .'<b>'.$error.'</b>'
1291                                 .'</div>'
1292                                 .'<br>'
1293                             .'</center>';
1294                     }


It should probably be this:


1286                     // Error output
1287                     if(!empty($api_result['error'])){
1288                         $html.='<center>'
1289                                 .'<div style="border:2px solid red;color:red;font-size:16px;width:300px;padding:5px;">'
1290                                     .'<b>'.$api_result['error'].'</b>'
1291                                 .'</div>'
1292                                 .'<br>'
1293                             .'</center>';
1294                     }


You should be able to reproduce the error by running "Check users for spam" from the mod settings page.

psrustik

Quote from: sah62 on April 23, 2019, 07:07:49 PM
I found another small error in version 2.27 and SMF 2.0.15. There's an uninitialized variable $error on line 1290 of file cleantalkMod.php. Here's the code:


1286                     // Error output
1287                     if(!empty($api_result['error'])){
1288                         $html.='<center>'
1289                                 .'<div style="border:2px solid red;color:red;font-size:16px;width:300px;padding:5px;">'
1290                                     .'<b>'.$error.'</b>'
1291                                 .'</div>'
1292                                 .'<br>'
1293                             .'</center>';
1294                     }


It should probably be this:


1286                     // Error output
1287                     if(!empty($api_result['error'])){
1288                         $html.='<center>'
1289                                 .'<div style="border:2px solid red;color:red;font-size:16px;width:300px;padding:5px;">'
1290                                     .'<b>'.$api_result['error'].'</b>'
1291                                 .'</div>'
1292                                 .'<br>'
1293                             .'</center>';
1294                     }


You should be able to reproduce the error by running "Check users for spam" from the mod settings page.

Hello.

Thank you for your notice. We will fix the issue within 48 hours.

Please, wait.


Jippo

I could not stop the bots from registering on my forum, I triied everything, captcha's to the point nobody could register, also triied several types of registration packages, add-ons, whatever, had to disable the registration, UNTIL AntiSpam by Cleantalk! A big thanks to the folks at CleanTalk for this awesome software!

psrustik

Quote from: Jippo on May 22, 2019, 07:01:42 PM
I could not stop the bots from registering on my forum, I triied everything, captcha's to the point nobody could register, also triied several types of registration packages, add-ons, whatever, had to disable the registration, UNTIL AntiSpam by Cleantalk! A big thanks to the folks at CleanTalk for this awesome software!

Thank you for your review!

We do our best to keep all spam away.

HKPhooey98

Every day we had a bunch of annoying spam registrations hitting our small SMF forum.  Our club was trying to manage it manually but it was overwhelming our small admin group.  We tried a few solutions but nothing was really working consistently.  But then we found this plugin antispam solution from Cleantalk and found it worked very well.  We're now subscribers.  Happy to have my evenings back from manually managing all the spam.

Advertisement: