Welcome to Geeklog, Anonymous Saturday, April 20 2024 @ 10:44 am EDT

Geeklog 2.1.1 BETA 3

  • Monday, November 30 2015 @ 01:06 pm EST
  • Contributed by:
  • Views: 3,413
Announcements

The third beta version of Geeklog 2.1.1 is now available for download.

For the original full list of features and bug fixes found in Geeklog v2.1.1 Beta, please read the Geeklog v2.1.1 Beta 1 release post.

Fixes in this Beta 3 version include:

  • [Update] The UIkit framework has been updated to version 2.24.0
  • [Feature] Added first part of developer mode which adds extra error logging for any template errors. See siteconfig.php to enable feature
  • [Bug] Fixed a possible OS command injection with database backup
  • [Bug] Fixed bug which prevented Com_Mail to send email to addresses that has had the COM_formatEmailAddress used on them

The complete list of new features and fixes can be found in the history.txt file located in the release.

We would like to encourage you to download this beta version, try it out, and give us your feedback. This is a beta version and it may still contain bugs. If you find any please report them in our Bug Tracker. Depending on what issues are found the development team hopes to have the final release of Geeklog v2.1.1 out by mid December, 2015.

Geeklog.net also has been updated and is now running Geeklog 2.1.1 Beta 3.

GUS Plugin v1.7.3

  • Monday, November 23 2015 @ 10:54 am EST
  • Contributed by:
  • Views: 2,410
Plugins

The Geeklog Usage Statistics Plugin 1.7.3 is now available for download.

This release brings one important fix and now requires Geeklog v2.1.0. Please read below to view a summary of these changes:

New Features

  • Now uses specific API to access Ban Plugin (v2.0.0 or higher) to ban/unban ips
  • GUS Plugin now listed under Tools category in Geeklog Control Panel

Bug Fixes

  • Fixed sql error which could result from an attempt to create a duplicate user agent
  • Fixed display bug with Admin interface

For a full list of new features and bug fixes see the readme.txt file found in the admin folder included with this release.

Since Google Code has now closed down we have moved the code repository for the GUS Plugin to GitHub.

If you find any bugs or wish to request a feature, please add them to our issues tracker.

Ban Plugin v2.0.0

  • Saturday, November 21 2015 @ 02:48 pm EST
  • Contributed by:
  • Views: 2,495
Plugins

The Geeklog Ban Plugin 2.0.0 is now available for download.

This release brings many important changes and now requires Geeklog v2.1.1 (works fine with the released version of Geeklog v2.1.1 Beta 1). Please read below to view a summary of these changes:

The Ban plugin allows you to ban people and bots from your website. You can ban a bot/user by IP, Referer, User Agent or Script Name. Case insensitive regular expressions are used to give you great flexibility. The php eregi function is used to do the matches. The Minimum Geeklog version required is now v2.1.1.

The ban plugin should be the first plugin in the Geeklog Administrator Plugin List. If the visitor is banned this saves on having to load the other plugins.

The ban plugin has a API that can be used by other plugins to integrate the ban functionality. Currently the GUS plugin version 1.7.3 or higher and the Forum Plugin v2.9.1 or higher support this.

There are a bunch of new features in this version. All configuration options can be found in the config.php file.

New Features:

  • Bans can now expire. There are short, medium and long banned Time To Live limits which are setup in the config
  • The Stop Forum Spam list can be used to ban any IPs that match. The list can be found here: https://www.stopforumspam.com/downloads/bannedips.zip and the unzipped file must be placed in the directory \plugins\ban\files\
  • The Stop Forum Spam list can be auto downloaded after a specified time period
  • You can now create a white list which if the visitor matches will not be banned
  • The Ban plugin can now auto ban visitors that match certain bot behavior

The Stop Forum Spam functionality is by default turned off. The Stop Forum Spam IP list can be auto downloaded. Please be careful with this and have the appropriate settings, like file permissions, setup and working before hand as if you download the ban list more than 3 times in a day your IP could get banned by the Stop Forum Spam website. The ban plugin download feature is setup to hopefully prevent this from happening.

The auto ban functionality works with the Gus Plugin v1.7.2 and higher. The ban plugin should always be ahead of the Gus plugin in the Geeklog Administrator Plugin list. Please review the config.php for all of the auto ban config settings.

  • User Agents - If IP exceeds x number of different user agents in X number of seconds then Ban. Based on GUS data
  • Hits - If IP exceeds X number of hits in X number of seconds then Ban. Based on GUS data
  • Referrer - Ban IP that matches referrer in X number of seconds and for X number of times. Based on GUS data
  • URL - Ban IP that request matching URL hit X times in X number of seconds. Based on GUS data

Since Google Code has now closed down we have moved the code repository for the Geeklog Ban Plugin to GitHub.

If you find any bugs or wish to request a feature, please add them to our issues tracker.

Page navigation