Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4214
Latest: thatsjustit
New This Month: 5
New This Week: 3
New Today: 1
Stats
Total Posts: 42791
Total Topics: 7455
Most Online Today: 60
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 60
Total: 60

Author Topic: spam protection for comments  (Read 6704 times)

0 Members and 1 Guest are viewing this topic.

Offline wildenborch

  • Member
  • *
  • Posts: 22
    • View Profile
spam protection for comments
« on: July 20, 2011, 01:53:56 pm »
Hi,

How can enable spam protection for comments?

Wildenborch

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16233
    • View Profile
Re: spam protection for comments
« Reply #1 on: July 20, 2011, 01:55:56 pm »
Do you have visual verification enabled?
It should support that or reCaptcha I believe.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline wildenborch

  • Member
  • *
  • Posts: 22
    • View Profile
Re: spam protection for comments
« Reply #2 on: July 20, 2011, 04:04:36 pm »
Yes, I have it enabled but it's not working with the gallery comments.


Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16233
    • View Profile
Re: spam protection for comments
« Reply #3 on: July 20, 2011, 04:24:59 pm »
Two more things
What SMF version?

And just for guests right?
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline wildenborch

  • Member
  • *
  • Posts: 22
    • View Profile
Re: spam protection for comments
« Reply #4 on: July 21, 2011, 12:13:31 am »
It's version 2.0 
And indeed just for guests.

The website is http://www.rodebaert.nl
Shall I create an user account for you?


Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16233
    • View Profile
Re: spam protection for comments
« Reply #5 on: July 21, 2011, 10:34:13 am »
Posted a new update that should help added code for visual verification

3.0.25
!Fixed not showing thumbnail in SMF 2.0 with RSS Feeds
+Added visual verification on add comment page and quickreply for guests to help with spam issues.
!Fixed undefined redirect variable in SMF 2.0
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline wildenborch

  • Member
  • *
  • Posts: 22
    • View Profile
Re: spam protection for comments
« Reply #6 on: July 21, 2011, 11:52:00 am »
When I try to update I get this error:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PRIMARY KEY (ID_PICTURE))' at line 5
File: galleryinstall2.0.x.php Line: 1114

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16233
    • View Profile
Re: spam protection for comments
« Reply #7 on: July 21, 2011, 11:58:04 am »
Reuploaded try again.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline wildenborch

  • Member
  • *
  • Posts: 22
    • View Profile
Re: spam protection for comments
« Reply #8 on: July 21, 2011, 12:12:27 pm »
YES!!! Installed and spam protection is working for guests!

Thank you very much!

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16233
    • View Profile
Re: spam protection for comments
« Reply #9 on: July 21, 2011, 12:19:24 pm »
Glad to help!
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline wildenborch

  • Member
  • *
  • Posts: 22
    • View Profile
Re: spam protection for comments
« Reply #10 on: July 21, 2011, 12:30:40 pm »
I need your help once again..... can I only remove approved comments through the database?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16233
    • View Profile
Re: spam protection for comments
« Reply #11 on: July 21, 2011, 12:39:29 pm »
Yeah here you
Code: [Select]
DELETE FROM smf_gallery_comment where approved = 0
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline wildenborch

  • Member
  • *
  • Posts: 22
    • View Profile
Re: spam protection for comments
« Reply #12 on: July 21, 2011, 12:52:52 pm »
And after removing the (aproved) comments from the database  how do I recalculate the number of comments?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16233
    • View Profile
Re: spam protection for comments
« Reply #13 on: July 21, 2011, 12:57:31 pm »
Try
Code: [Select]
Update smf_gallery_pic as p SET p.commenttotal = (SELECT count(*) from smf_gallery_comment as  c WHERE c.ID_PICTURE = p.ID_PICTURE)
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline wildenborch

  • Member
  • *
  • Posts: 22
    • View Profile
Re: spam protection for comments
« Reply #14 on: July 21, 2011, 02:05:02 pm »
That did the trick!

Thanks!

 

Related Topics

  Subject / Started by Replies Last post
8 Replies
10241 Views
Last post May 19, 2008, 10:52:15 pm
by Skyview
6 Replies
9545 Views
Last post August 11, 2008, 08:38:06 pm
by SMFHacks
0 Replies
3397 Views
Last post April 03, 2014, 11:33:58 pm
by AleksandrRazor
0 Replies
2001 Views
Last post November 04, 2014, 02:32:43 am
by elbeer
2 Replies
2439 Views
Last post February 25, 2015, 08:28:37 pm
by access control forum

+- Recent Topics

prettyurls - TroubleShooting.wiki by thatsjustit
March 24, 2023, 07:56:39 pm

Download Gallery Option by SMFHacks
March 23, 2023, 09:34:02 am

Lost attachments by pete
March 22, 2023, 10:24:17 am

Additional Permissions by mickjav
March 18, 2023, 05:21:23 am

[Mod]Discord Web Hooks by SMFHacks
March 17, 2023, 08:48:30 am

Site upgrade to 2.1 by SMFHacks
March 12, 2023, 08:51:19 am

Theme/CSS design wanted by mickjav
March 11, 2023, 12:10:11 pm

Category Images by Anmer
March 10, 2023, 06:20:04 am

DownloadsPro - Topic Link by Anmer
March 08, 2023, 03:18:05 pm

Bulk File Import by SMFHacks
March 08, 2023, 07:56:23 am

Powered by EzPortal