Register | Log in | RSS channel for codegravity.com homepage Bookmark!

232/2NEW projects | 71 services | 212 websites | 712/6NEW freelancers | 1994 topics | advertise



Login:



Forgot your password?
Forgot your username?
Create an account


Countries

17.9%United States United States
17.5%India India
7.9%Germany Germany
6.2%United Kingdom United Kingdom
5.1%France France

Visitors

Today: 2543
Yesterday: 3250
This Week: 20602
Last Week: 23907
This Month: 44509
Last Month: 37156
Total: 117493


Users

Most active users today from total of 89:
niksakl, gjcode, reucoulsolf, brurleldeds, Choakster, mrkx1, hirano, thepassenger, jpramirezp, theochambers24, gmwasaru, shanepowys, faisal.vaipur, lisagirl, deboeck, 1testme1, Tmphil, Turdin, himself78, kaldov
JoomlaWatch Stats 1.2.10_04 by Matej Koval
Partners:

Freelance ColdFusion, Flex, PHP

Olejomalby, abstraktne obrazy

Camping Europe

WinAsm Studio

Vyšné Ružbachy

Sochy, Reštaurovanie

R.E.M.

Valid XHTML 1.0 Transitional

RSS feed:
rss feed

Statistics:
Search Engine Genie Promotion Widget
Home

MathGuard anti-spam patch for Joomla's Akocomment component

Some time ago I started using the "AkoComment tweaked" component with my joomla instalation. Even though it is protected with the captcha image that you have to enter everytime before you submit the form, some spambots somehow broke this protection and kept flooding my comments. This was the reason why, I decided to replace the default captcha mechanism with my own PHP MathGuard Class. Here is a short overview how to apply my patch. 

Update - AkoComment TSE 1.4.6 with MathGuard anti-spam ! - installer  

To make the process described below simpler, I just added the fixed version of Akocomment TSE 1.4.6 with the MathGuard anti-spam do the download section.

Now you don't have to mess around with editing some files. Just unpack the zip, install all files and put ClassMathGuard.php into your joomla directory. Don't forget to disable the old security code. That's it.. 

Please make sure that "Report on Comment" setting in Akocomment administration is set to No. Some spambots use this technique to send spam messages. 

Enjoy ! 

Matto 


 Original manual patching procedure follows below (obsolete if you installed the whole bundle above) 

1. Disable the default security code in the joomla administration 

If you want to apply the same change for your website, first you have to disable the Akocomment's security code. You will find it in the joomla's AkoComment administration under the "Posting" tab.


Disabling the captcha in Akocomment administration 

 

2. Backup your joomla installation 

It is useful to backup your joomla installation, if something would go wrong. For example the versions won't match or whatever..

 

3. Download 

Download the akocomment-anti-spam-patch.zip from the download section of this website.

Then, unpack the akocomment-anti-spam-patch.zip to your joomla installation.

 

4. Replace the old files 

It replaces the old files with ones that are changed.  

 

5. Test the result 

When everything works well, instead of this:


The original AkoComment form with the captcha

you should see this:

 


Patch that replaces the captcha with my own MathGuard anti-spam protection

 

If there are some problems, eg. the different version, have a look at the code and add the sections within the comments:

//modified by Matej Koval www.codegravity.com

That way you can identify the parts that were changed. 

 

Enjoy :)

Comments
Add New Search RSS
sashwell (98.198.45.xxx) 2007-08-03 20:56:04

this is sweet way to keep us safe from spam. seen it on other sites and i want it.
however-
installer doesn't workfor me . joomla says its missing the xml. i am assumng that you replace the original akocomment.php with the one that comes in the zip. same with akocommentbot.php.

where does the ClassMathGuard.php go? does it remain in a folder called akocomment-anti-spam-patch Folder inside the component folder?
It's not a module archive !
matto3c (141.76.45.xxx) 2007-08-06 16:50:50

Please don't consider akocomment-anti-spam-patch.zip as joomla module/component archive or something. It's just an archive where are the patched files.

With these changed files you will just overwrite the original ones.

The ClassMathGuard.php belongs to the root directory of your joomla.

Hope I helped you, if you'd have any further problems, feel free to ask.
Mambo
Bjorn (213.93.22.xxx) 2007-08-21 20:11:55

Hi,

Im using mambo 4.6.0 and Akocomment but have big problem with spammers. Im trying to use MathGuard but i cannot get it to work (comments does not show at all on the page). Do you have any tips on what to try? I was under the impression that mambo and joomla were more or less the same so it should work?!
RE: Mambo
Matto (193.141.180.xxx) 2007-09-19 08:23:31

Hi Bjorn,
sorry, I don't know on what scale mambo and joomla are different :upset
gel (76.68.39.xxx) 2007-09-25 07:58:56

Where do I have to PUT exactly "class.akocomment.php"?

'Cause now I have the php file in com_akocomment folder and dosn't work!! I mean.. don't read the "class.akocomment.php"
Just reinstall
matto (SAdministrator) 2007-09-27 19:56:16

Please just uninstall the old component and install the new one from the zip archive. That's all.. You don't have to copy anything manually.
Problem with this patch
tchap (80.15.164.xxx) 2007-10-17 17:53:08

Sorry for my english :sigh
I have a problem with this patch. If I install the new files, I lose the links "comment" or "Be first to comment this article ".
I use Joomla 1.0.12 and AkoComment tweaked special Edition 1.4.5
The problem come to the akocommentbot I think, but where? :?
Thanks if you have an idea
matto (SAdministrator) 2007-10-18 07:53:22

There were no major changes in the code except those where the if/else code that adds a new comment is inserted. Maybe you lost the configuration you had. Maybe try to enable those links in the configuration of AkoComment. Or that might be a difference between version 1.4.5 and 1.4.6 that comes with this bundle.
Problem with this patch
tchap (80.15.164.xxx) 2007-10-18 09:51:42

Thanks, but the option to enable the links don't exist in the configuration. Those links are the base of this component. I don't understand where the code disable this option.

I go to look at the php file, but if someone has a other idea :?
matto (SAdministrator) 2007-10-18 11:26:03

Interesting.. here on CodeGravity.com those "Be first to comment this article" or "comment" appear by default. You can check it on the main page, and as I remember did nothing more than re-installation of an old AkoComment (components, modules, mambots).

After a closer look I found this piece of code that should be responsible for this. akocommentbot.php line 661:


if ($ac_mainmode == "0") {
$row->text = str_replace( "{moscomment}", "$replacementlink"._AKOCOMMENT_COMMENTS." ($total)".$showextralinks."", $row->text );
} elseif (in_array ($row->sectionid, $seclistarray)) {
$row->text = str_replace( "{moscomment}", "", $row->text );
// Changed by Arnaud Bonneville, 25/08/2005
// If Zero comments are posted we dont show "0 comments"
if ($total>0) {
$row->text = $row->text."$replacementlink"._AKOCOMMENT_COMMENTS." ($total)";
} else {
$row->te...

Works with the 1.4.6 version
tchap (80.15.164.xxx) 2007-10-18 12:13:10

I have decided to install de 1.4.6 version. And it works.
It's cool :)

There is probably a bug with Akocomment 1.4.5 :?

Thanks for your help.
matto (SAdministrator) 2007-10-18 12:38:17

You are welcome. Enjoy it. 8)
andro (222.124.123.xxx) 2007-10-31 00:51:04

guddd....
April Wilcox (81.156.201.xxx) 2008-05-07 17:03:23

Thanks for this plugin, its really helping cut down on garbage comments on client's sites.
Great plugin!
Sam (82.45.8.xxx) 2008-07-11 12:13:41

I might use this plugin for my site!
jimmy (125.120.183.xxx) 2009-06-24 10:05:41

that's great
Irvine Computer Repair
irvine comptuter repair (71.105.247.xxx) 2009-09-09 17:51:34

This looks really effective. I will definitely have to tell my Joomla friends about this plugin now!
runescape gold
runescape gold (220.178.42.xxx) 2009-09-29 11:18:34

i am very happy to see your blog ,thank you !
great
UGGS (60.210.7.xxx) 2009-11-02 08:52:26

Yeah,here with the 1.4.6 version,my comment had been that "bad answer"many times.
It really works.
great
ugg online (60.210.7.xxx) 2009-11-05 07:35:04

:) I want to use it in my site.
ed hardy
ed hardy (59.58.175.xxx) 2010-03-02 09:54:38

I want to use it in my site.
Write comment
Name:
Email:
 
Website:
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
:D:):(:0:shock::confused:8):lol::x:P:oops::cry:
:evil::twisted::roll::wink::!::?::idea::arrow:
MathGuard security question, please solve:

M4B         R28      
T 6    L      N   NKD
PFY   R12     P      
3 S    W      6   N2N
SLI           F      
Please input the anti-spam code that you can read in the image.
 
Add URL of a programming website
register as a freelancer
submit your project
open freelance projects you can work on
webmaster resources
write for us tips, articles

Recommended: (advertise)
Advertise Here -
Promote your services and get the new customers from the community of webmasters / programmers visiting CodeGravity.com

Add URL of your website -
Submit your programming or software development website to webmaster resouces directory and share it with everyone.

Web hosting -
Rioserver Web Hosting provide ultra-reliable. We offer a range of packages which we believe are better than any other web host simply a cost-by-cost basis.

Outsource your project -
Submit your project description with all the requirements to more than 600 freelancers from around the world for FREE.

Register as a Freelancer -
Submit your project experiences, programming languages and your other skills


Download Joomlawatch 1.2.9

Download the NEW* JoomlaWatch 1.2.9 official from 20.04.2009 available for Joomla 1.5 and Joomla 1.0

RSS Feeds:new

rss Freelance
rss Projects
rss Forum
rss Resources

Popular:
MathGuard
download mathguard
Random screenshot:

linoopz15.jpg


Poll
I've installed JoomlaWatch 1.2.9 and:
 

News:

Registration required
I know that people don't like registering on websites, but I had to do it. From this moment you have to register first, before you download any file. This is better, because this way I can give you quick info about new version of downloadable files (eg. MathGuard) or some necessary security fixes. Thanks for understanding. (26.08.2007)

Books about investing and finance
I'd like to recommend you to read a book by Robert T. Kiyosaki - "Rich Dad, Poor Dad". However many people say it's quite a controversial book, it gave me a good motivation to improve my financial intelligence. (23.08.2007)

Fighting with the spam
All of the forms were protected with my own PHP antispam class - MathGuard, including the forms in the joomla modules I use. (02.05.2007)

Forum
Converted posts from the old punbb forum to the new joomlaboard (25.02.2007)

Improvement
Fixed some issues with the freelance registration, added a possibility to add a new programming resource, reorganized the structure of the programming resources. (24.02.2007)

New content management system
Codegravity.com is now running on joomla cms :) Added features like comments, forum etc. I hope you'll like it. Today I fixed the problem with the comment module which was not showing the correct images. There is also a new URL structure. For the old urls there is a 301 (Moved permanently) http redirect. (10.02.2007)

Moved to another hosting
Codegravity.com has been moved to another web hosting - CustomHosting.sk, from the previous pipni.cz, mainly because of the mod_rewrite problems and slow loading of the website. Sorry for some problems that lasted for about an hour. (19.01.2007)

Bookmark feed
The new feed from the del.icio.us has been added to the homepage codegravity.com. You 'll always have the latest information about the sites I like and you should visit as well! (21.11.2006)

News improved
Today I improved the news feeds. They are sorted into categories and I also added some other feeds that may be interested for you. (31.03.2006)

The Antispam verification
My email form was hijacked by the spam bots and I was recieving a lots of junk into my mailbox everyday. So, I decided to put a simple verification in the end of the form. You have to answer the result of addition of two numbers. Thank you for your understanding. (07.03.2006)

Java SE 6 Beta Mustang is out !
This beta release is a major milestone in the development of Mustang. It provides a complete stable snapshot of the final release functionality. http://mustang.dev.java.net (20.02.2006)

Google analytics, apply online
Apply online to google-analytics.com. They offer the new way of analysis of your website visitors. It is very promising, and when you will recieve the invitation code, you can send me one :) Thank you :) (13.02.2006)

Money Manager 2 - software for mobile accounting

FaceRSS - simple JavaServer Facer (JSF) component
I registered my new project - FaceRSS on freshmeat.net, here is the description: FaceRSS is a simple JavaServer Faces (JSF) component that allows you to display news from a specified URL source in one configurable JSP tag. This allows you to place news feeds on a Web site in a very simple way. It uses rsslib4j and therefore supports RSS version 0.9x, 1.0, and 2.0 with Dublin Core and Syndication namespaces. (06.01.2006)

My new blog :)
Check out my new [jroller.com/page/matto3c] blog on jroller.com website. Here is the RSS feed [http://jroller.com/rss/matto3c] if you'd like to add it into your news reader. (14.12.2005)

Optimizations
Thanks to the SEO company SeoVisions, for the basic optimization of this website. (11.12.2005)

ERM-II and Slovakia
SLOVAKIA, my home country, is now one step closer to adopting the common European currency - EURO. At midnight between November 25 and November 26, the country joined the Exchange Rate Mechanism 2 (ERM-II) (30.11.2005)

www.jground.com
I established a new website - http://www.jground.com, it's all based on JSF and it should be all about Java and all other related things. Enjoy! (25.11.2005)

Swing text antialiasing

Java webhosting
I'm trying a new http://www.move.cz java webhosting on www.move.cz, but it seems they don't respond to my questions about JSF ;( (16.11.2005)

Migration from Weblogic to JBoss
Currently I am working on a task: Migration of one J2EE application from Weblogic to JBoss application server. So, if you have any suggestions or resources, I would be glad if you'll send me some. Thanks (15.11.2005)

Increased Java performance
Java increased its performance on desktop by 58% : [http://www.javalobby.org/java/forums/t54006.html] Java Performance
Improvement (15.11.2005)

Exadel Studio Pro
At this time I'm playing with JSF (Java Server Faces). I want to recommend you a great IDE - Exadel JSF Studio Pro. It costs about $99, and there is 15 days trial available. You can also try MyEclipse which has also like Exadel - WYSIWYG editor for editing JSP, JSF pages. It can save you a lot of time. For more info, visit www.exadel.com (27.09.2005)

Programming directory
added a new programming resources directory, where you can submit your own programming website (14.09.2005)

Programming forum
Now the Programming forum is included in website design. I put there some topics from previous version of this forum. (19.08.2005)

Ubytovanie, podnajom Poprad
Ponuka na podnajom, ubytovanie: Zrekonštruované podkrovie - rodinny dom Poprad-Matejovce - 2 izby + pracovna + kúpelna s kuchynou, strešné a plastové okná, samostatné plynové kúrenie, drevené plávajúce podlahy, garáž, velká záhrada a samostatný vchod. . . Cena: dohodou
Kontakt: 0908 190 372 (18.02.2008)

Stavebny pozemok
Predám stavebný pozemok v prijemnom prostredí kúpelov Vyšné Ružbachy v blízkosti lyžiarskych vlekov. Inžinierske siete v blízkosti. Vhodný na relax ale aj podnikanie. 1767+27m2. 0908 190 372
Privacy policy | Advertise | Donate

Locations of visitors to this page


©2003-2009 Codegravity.com - Home