- Posts: 76
- Thank you received: 4
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
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
Sticky How to protect my forum from spam
15 years 5 months ago #74269
by MindTooth
Replied by MindTooth on topic How to protect my forum from spam
Damn! One account went through AlphaRegistration last night. Lets hope it keeps to the minimal.
Please Log in or Create an account to join the conversation.
15 years 5 months ago #75560
by misterpat
Replied by misterpat on topic How to protect my forum from spam
I just want to add my 2 cents or so to this thread. Originally when I came to Kunena, I also installed Community Builder. While this was cool and enabled me a lot of options, I decided to remove Community Builder and go back to a simple, plain site. One thing about Community Builder is that no spam got through.
Now that I was back to a Joomla registration component, I immediately started getting spam. Even with any captcha extension installed. So I searched the JED for a better registration component and found AlphaRegistration. I installed it and it works great. Now I was still faced with a problem. Spam bots were still accessing the Joomla registration page. If I typed in the url for the regular Joomla registration, It would go right to it, not AlphaRegistration.
I found on a site how to force the regular Joomla registration to redirect to AlphaRegistration. this way, Spam bots could in no way access it. Hopefully this will hold them off a little better.
If You have AlphaRegistraition installed and face a similar problem, here is my solution.
Open components/com_user/views/register/tmpl/default.php
The top lines will read.
Change that too, providing Your using the core Joomla SEF
Hopefully someone will find this usefull. :woohoo:
Now that I was back to a Joomla registration component, I immediately started getting spam. Even with any captcha extension installed. So I searched the JED for a better registration component and found AlphaRegistration. I installed it and it works great. Now I was still faced with a problem. Spam bots were still accessing the Joomla registration page. If I typed in the url for the regular Joomla registration, It would go right to it, not AlphaRegistration.
I found on a site how to force the regular Joomla registration to redirect to AlphaRegistration. this way, Spam bots could in no way access it. Hopefully this will hold them off a little better.
If You have AlphaRegistraition installed and face a similar problem, here is my solution.
Open components/com_user/views/register/tmpl/default.php
The top lines will read.
Code:
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
Change that too, providing Your using the core Joomla SEF
Code:
<?php // no direct access
defined('_JEXEC') or die('Restricted access');
$mainframe->redirect('../alpharegistration/register');
?>
Hopefully someone will find this usefull. :woohoo:
The following user(s) said Thank You: Eoin
Please Log in or Create an account to join the conversation.
- tanknutdave
-
- Offline
- Junior Member
-
Less
More
- Posts: 30
- Thank you received: 0
15 years 4 months ago #77925
by tanknutdave
Replied by tanknutdave on topic How to protect my forum from spam
Hi guys,
I got a problem - Click Here
You will se that a memeber called Playgirl has left a spam message. Is there anyway of stopping this please? such as the type in image letter thing? or security setting?
Once many thanks again,
Dave
I got a problem - Click Here
You will se that a memeber called Playgirl has left a spam message. Is there anyway of stopping this please? such as the type in image letter thing? or security setting?
Once many thanks again,
Dave
Please Log in or Create an account to join the conversation.
15 years 4 months ago #78004
by @quila
Replied by @quila on topic How to protect my forum from spam
Hi,
you need some 3rd party components or plugin that prevent spam registration in your site. Kunena is not responsable for registration of users.
Regards
you need some 3rd party components or plugin that prevent spam registration in your site. Kunena is not responsable for registration of users.
Regards
Please Log in or Create an account to join the conversation.
- tanknutdave
-
- Offline
- Junior Member
-
Less
More
- Posts: 30
- Thank you received: 0
15 years 4 months ago - 15 years 4 months ago #78022
by tanknutdave
Replied by tanknutdave on topic How to protect my forum from spam
Any recommendations as in any that are compatable with Kunena 1.6? as I didnt get this problem with my ccboard forum 
Many thanks
Dave

Many thanks
Dave
Last edit: 15 years 4 months ago by tanknutdave.
Please Log in or Create an account to join the conversation.
15 years 4 months ago - 15 years 4 months ago #78491
by Eoin
Replied by Eoin on topic How to protect my forum from spam
RE:
<?php // no direct access
defined('_JEXEC') or die('Restricted access');
$mainframe->redirect('../alpharegistration/register');
?>
love it top man. I installed alphaplug which is a great add on, I ensured bot search and recapture, but I knew that this was the weakness. Thanks for solving it. As nobody was ever actually visiting the site I knew they weren't clicking on the confirmation link, therefore, I knew they were somehow skipping the whole process - bots obviously. This should resolve it.
Top man
What's your site?
<?php // no direct access
defined('_JEXEC') or die('Restricted access');
$mainframe->redirect('../alpharegistration/register');
?>
love it top man. I installed alphaplug which is a great add on, I ensured bot search and recapture, but I knew that this was the weakness. Thanks for solving it. As nobody was ever actually visiting the site I knew they weren't clicking on the confirmation link, therefore, I knew they were somehow skipping the whole process - bots obviously. This should resolve it.
Top man
Last edit: 15 years 4 months ago by Eoin. Reason: should have quoted, just edited to ensure it made more sense
Please Log in or Create an account to join the conversation.
Time to create page: 0.319 seconds