The Joomla! Extensions Directory ™

oneduality

Reviews(7)
 
byoneduality, April 5, 2013
I sought this out because I run a server that hosts a couple hundred websites with Joomla in place. After analyzing my apache logs I noticed that brute force attempts were very common.

While my company sticks to pretty strong security policies such as never having an "admin" account and a daily password change ( yes, daily.. automated password changes ) .. I still don't like the idea of someone sending hundreds of POST requests per hour trying to break into one of our sites.

I had written a script to analyze the apache logs for x number of POST requests in an hour to ban them from the server ENTIRELY but while that's been successful.. it's had one or two false positives and it still doesn't prevent someone from getting in a hundred or so tries before the script catches them.

In comes this plugin! I love it because it's more specific, it doesn't just count POSTs per hour it counts failed login attempts in a row and allows you to temp ban them as well as get notified.. I have it set up to ban after only 4 attempts for a period of an hour which I think is fair.. I get notified so if I see abuse I can permanently ban them myself.

Great job! I'm glad I found it so I didn't have to write it myself =)
byoneduality, August 10, 2012
Jacarlin Redirect
It does exactly what it says it does but as another reviewer pointed out, you have to disable the System - Redirect plugin .. that might be a problem for some people..

You might be able to get away with re-ordering the plugins so that the default redirect plugin is below this one.. I haven't tried that yet to confirm, I know on some of our sites we make use of the built in redirect so this would be a big problem on those sites.

So clearly documentation on that particular, rather important issue is sorely needed! .. I spent a good hour trying to figure out why this wasn't working until I went back and re-read the reviews for help ... The author's site has a forum but it has zero posts and it only has "Suggestion Box" .. so no help there.

The lack of help/documentation is the only thing that kept me from giving this a perfect score..
Owner's reply

Not need to disable just you can play with ordering of plugins, sort this plugin in top of all

byoneduality, March 21, 2012
Add to Menu
People are saying this needs to be a core feature of Joomla and I would agree! the funny thing is? this USED to be a core feature of Joomla.. There was a tab called "Link to Menu" and it would let you select which menu you to link to.. pretty basic, but it was handy! I have NO CLUE why Joomla removed that option in later versions.

Nevertheless, the only thing I could suggest is the ability to select multiple articles at once and add them all to a menu at the same time... If I had that ability I would literally have only needed 2 minutes to do what just took me 5 with your module ( and would have taken me 15-20 with Joomla by itself )..
byoneduality, August 19, 2011
Tabs & Sliders
I used the plugin version after a client of ours came back after we'd finished everything saying they wanted to eliminate ALL scrolling from every page so they wanted to break content up into pages.. this seemed like a better solution and it worked flawlessly.

Another person mentioned browser incompatibilities but we tested with Chrome, Firefox, IE8, IE9, Older versions of Safari and the latest version of Safari .. all of which worked perfectly fine for us.

I do find it odd however that there's another plugin with this same exact name, and same exact syntax by another person.. nevertheless, we love what it's done for us.. it saves time and looks good out of the box... we went with this one because we're also very happy users of the K2 extension.
byoneduality, August 25, 2010
Marco's Component Maker
I e-mailed the dev about one bug and a few features I'd love to see, but otherwise the software worked as expected!

Just so you know what to expect with 1.5

There's a bug when storing records in some cases which can be fixed by editing the model class ( call to getError )

The completed component doesn't support enum fields, it will render it as a text box instead of select boxes as you'd expect.

The completed component required joomla prefixes on the tables, I had some custom tables that lacked prefixes.. while it let me select the table, the component still added "#__" in the queries.. that's fixable by editing the table class and the model classes..

Otherwise, the software is great and I'm sure the dev will fix the known issues =)
Owner's reply

Hi Lonnie,
thank you for bug report.

1. bug
Added to kwnown bugs ;)
You can easily fix it by replacing line 98 in templates/beModel.php with:
$this->setError( $row->_db->getErrorMsg() );

2. support for enum fields
may be in a next release, but it is not a priority: enum fields are not portable, so I never use them (sorry).

3. prefix
Joomla coding standard requires table have the prefix, so this will not be changed.

bye,
marco

byoneduality, February 3, 2010
K2
We make use of this component on a regular basis!

The category structure is nice and fits with the menu layouts we create so the clients that end up using our sites have no issues at all working with it.

I also love that we can build multiple custom templates for outputting K2 content, we can create a category for events that are laid out entirely different than standard content pages for example.. This ability is one of the key reasons we use this component so extensively.

Generally speaking, when we build a site for someone and use K2, the end-user can do virtually everything within K2 without ever needing another component.. I've even built a shopping cart around it.
byoneduality, October 28, 2009
MP3 Browser
Excellent plugin, similar to an idea I had but never implemented! the moment ordering options are available I'll be all over it... it will easily replace the tedium I have on my band page right now.