Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 168
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 168
Total: 168

Author Topic: spam protection for comments  (Read 7496 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: 16436
    • 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: 16436
    • 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: 16436
    • 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: 16436
    • 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: 16436
    • 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: 16436
    • 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: 16436
    • 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
10625 Views
Last post May 19, 2008, 10:52:15 pm
by Skyview
6 Replies
10286 Views
Last post August 11, 2008, 08:38:06 pm
by SMFHacks
0 Replies
4081 Views
Last post April 03, 2014, 11:33:58 pm
by AleksandrRazor
0 Replies
2577 Views
Last post November 04, 2014, 02:32:43 am
by elbeer
2 Replies
3102 Views
Last post February 25, 2015, 08:28:37 pm
by access control forum

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal