Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Merged How to protect my forum from spam

More
12 years 2 months ago - 12 years 2 months ago #261 by sozzled
I agree with CheechDogg. Not only block IP ranges but you could also deny access from specific browser agents, too. However, this is where things really start to get quite involved and they're beyond the scope of this forum to deal with the vexed question of how to eradicate spam. Kunena is not the real target; the real target is your site, your forum is merely one way that spammers use to promote their "message", and Kunena is just one of many forum products that can be used as a vehicle for spam. Kunena is no worse or more vulnerable than other products (although there's room for improvement in this area) but there's still a lot that you can do to make things more difficult for spam merchants .
Last edit: 12 years 2 months ago by sozzled.

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #262 by CheechDogg
Yes sozzled, getting into deny access to specific browser agents is a more complicated method especially for someone who is just learning about spam and how to block it.

With proper research on the internet and with some good reading patience this can be done.

MonkeyDragon I understand this can be quite confusing and pretty darn frustrating especially after being ripped off "The last option then opens up a whole can or wroms though as I am trying to keep expenditure to a minimum having been ripped off to the tune of a few thousand pounds by a rather scrupilous company who I commissoned to originally build the site" this alone would of really got me heated.

But if you want I can help you out with this. Let me know if you would like me to help you out and I will give you more information as to how we can make this happen.

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #263 by MonkeyDragon

CheechDogg wrote: But if you want I can help you out with this. Let me know if you would like me to help you out and I will give you more information as to how we can make this happen.


Thanks for the offer, I shall take you up on that.....it'll be like 'Cheech and Chong Do Spammers'!

Unfortunately, I'm away for a few days on business so unable to do anything at the moment. I do have Cpanel access to my server, although quite what to do once there I don't know. My intial consultation with Mr Google about htaccess merely served to leave me a tad confused.

I may switch to a newer version of Kunena too, having seen CheechDogs site I was mightily impressed.

Thanks for your help all.......I'm sure you;ll hear much more from me!

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #264 by CheechDogg
No problem MonkeyDragon, just let me know when you get back and I can help you then.

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #265 by Charl Laas
Hi Guys

I have the same problem with spammers and have some other small issues. One of my categories are open to the public (non registered users). I have enabled the build in Kunena Captcha (and tested it, seems to be working fine). Unfortunately I'm still getting 4-5 spams per day from multiple IP addresses.

The Category: General Discussions ( www.orthokinstitute.com/forum/4-general-discussions ) is set up in the back end to be moderated and approved before showing the posts, which is working fine. However before I can approve/delete the spam posts it is already showing 'live' in JomSocial activity stream and in the recent topics module. (All these components are running the latest release versions).

It would also be nice if the super administrator can have an option to do multiple topic deletes instead of having to access each topic individually deleting it and then having to re-access it again to permanently delete the topic. It is a bit time consuming if you have to do 10 spams a day.

Experience is that marvelous thing that enables you to recognize a mistake when you make it again.

Franklin P. Jones

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago - 12 years 2 months ago #266 by sozzled
Having open-to-the-public categories (where people do not have to register) is like a red rag to a bull; it's like saying to spammers "Come on in and see what you can do".

We understand the need that some people have for these open categories. It's a pity that spam merchants abuse this kind of generosity. Having said that, if you don't restrict your forums (by requiring people to register and login before they post) you're facing an uphill battle trying to keep out spam.

You can delete multiple topics from the Index view. Check the topics (the checkbox on the right) then choose delete from the drop-down near the bottom of the page.
Last edit: 12 years 2 months ago by sozzled.
The following user(s) said Thank You: Charl Laas

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago - 12 years 2 months ago #267 by Groenteman
Hello all,

In simpleboard I used this php code to block guests to post "href" It worked
very well to prevent guest to spam links.
Code:
<?php $parent=(int)$parentid; if ($my->id==0) { $pos=strpos(strtolower($message),"href="); if($pos>-1){ $checkSecurity = false; } else{ $checkSecurity = true; } } if (empty($sb_authorname)) echo _POST_FORGOT_NAME; else if (empty($subject)) echo _POST_FORGOT_SUBJECT; else if (empty($message)) echo _POST_FORGOT_MESSAGE; else if ($my->id==0 && $checkSecurity==false) echo "Spam check failed! - guest are not allowed to post links"; // replace this with whatever text you would like your user to see. else { if ($parent == 0) $thread = $parent = 0;

Could this code be added to kunena post.php?

Please help me out,

Groenteman
Last edit: 12 years 2 months ago by Groenteman.

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago - 12 years 2 months ago #268 by Charl Laas
I appreciate the fact that open to the public categories are dangerous, but until we migrate to J2.5 to have different user access levels it will have to stay.

I do have the following concerns
1. Up to K 1.7.1 I never had these spammers. Upgrading to K1.7.2 and higher using Kunena's build in Recaptcha the spamming started. I confirmed this by upgrading my sites 1 month apart. Every time I Upgraded to 1.7.2 the spamming started.
2. An unapproved post still appears in JomSocial activity stream and in the Kunena Latest topic module. To me this is a bug.

Experience is that marvelous thing that enables you to recognize a mistake when you make it again.

Franklin P. Jones
Last edit: 12 years 2 months ago by Charl Laas.

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #269 by sozzled
Charl Laas: Have I correctly understood that you're saying that, without the reCAPTCHA anti-spam feature you had no spam attacks and after you implemented the reCAPTCHA anti-spam feature you were then attacked by spam? Is that what you are asking us to accept? :dry:

Please don't complicate this topic by reporting what you see as a JomSocial/Kunena Latest software defect in this topic. That issue belongs in a separate topic and, yes, it may be a bug.

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #270 by MonkeyDragon

sozzled wrote: Having open-to-the-public categories (where people do not have to register) is like a red rag to a bull; it's like saying to spammers "Come on in and see what you can do".


I couldn't agree more, but you do have to register prior to posting. However, people are registering, spamming, posting lionks etc and then going. One in particular tends to register about 20 at a go using different emails for each one - I'm guessing it's automated somewhere.

I desperately need to get a handle on this situation prior to relaunching as I can't afford to have it hijacked by some unscupilous individual.

Very interesting forum this. Very useful indeed - top marks all round.

Please Log in or Create an account to join the conversation.

Time to create page: 0.613 seconds