Welcome to Geeklog, Anonymous Friday, July 26 2024 @ 10:24 pm EDT

Development

GUS Plugin v1.7.3

  • Monday, November 23 2015 @ 10:54 am EST
  • Contributed by:
  • Views: 2,454
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,552
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.

Forum Plugin v2.9.1

  • Monday, November 02 2015 @ 11:24 am EST
  • Contributed by:
  • Views: 15,865
Plugins

The Geeklog Forum Plugin 2.9.1 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:

New Features

  • Forum now supports the use of different templates depending on what Geeklog theme is set
  • Reorganized how templates are handled. New denim template based on UIkit
  • Reduced number of templates required. Removed html embedded in code
  • Integrated support for the reCAPTCHA 1.0 plugin
  • Added rich snippets (schema) to forum breadcrumbs (topics and topic listings)
  • Added separate Category forum page. Updated forum breadcrumbs to point back to category page
  • Plus numerous other features

Bug Fixes

  • Fixed postmode issues where Admin could not set postmode for posts that were originally HTML but HTML is now not allowed on forum
  • Fixed small sticky post bug and now allow a topic to be BOTH sticky and locked
  • Plus numerous other bug fixes

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

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

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

Page navigation