Contribute  :  Advanced Search  :  Site Statistics  :  Directory  :  Donations  :  Support  :  Links  :  Polls  :  My Downloads  :  FAQ  :  Calendar  
Plugin CMS Geeklog Resources
Welcome to Plugin CMS
Friday, September 10 2010 @ 08:22 CEST
   

GL-Utility 1.0.1

PluginsA plugin with a few GeekLog utilities has now been released. It can be downloaded here.

Features include:
  • Generic log file viewer.
  • Ability to clear log files.
  • Ability to clear and reimport the Spam-X MT-Blacklist.
  • Option to list last logon time in user profile.
  • User list sorted on last logon time.
  • Last ten users logged on listed on statistics page.
  • Number of users recently logged in (period configurable) on the statistics page.
  • A block listing the last (configurable number) users that have logged on.
Features may be enabled and disabled using the plugin configuration file.

Story Options

Trackback

Trackback URL for this entry: http://plugincms.com/trackback.php?id=glutil_1_0_1

Here's what others have to say about 'GL-Utility 1.0.1':

Plugin CMS - Update your MT-Blacklist
Tracked on Monday, August 07 2006 @ 15:42 CEST

Geeklog 1.4.1 Beta from Plugin CMS
Tracked on Tuesday, October 03 2006 @ 21:46 CEST

GL-Utility 1.0.2 from Plugin CMS
The GL-Utility plugin has been updated and released. [read more]
Tracked on Sunday, December 03 2006 @ 21:30 CET

GL-Utility 1.0.1 | 2 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
GL-Utility 1.0.1
Authored by: Anonymous on Sunday, September 10 2006 @ 03:35 CEST
I am having a few problems installing v 1.0.1 on a geeklog v1.4.0sr2 installation - Here's what I have done to rectify the problems: First, my admin section is not in the 'admin' folder, but instead 'gladmin' so in functions.inc I altered the GLUTIL_getMenu function to change three occurences of
 $_CONF['site_url'] . '/admin/plugins/glutil/...';
to this:
 $_CONF['site_admin_url'] . '/plugins/glutil/...';

Next, I had to alter some SQL statements - my (older) version of MySQL (v3.58.23) seems to require 'LEFT JOIN' instead of 'JOIN' in the SELECT statements. I found the offending SQL statements (3 total) in the following files.

  • /path/to/geeklog/public_html/admin/plugs/glutil/users.php
  • /path/to/geeklog/plugins/glutil/functions.inc

Once these problems were fixed, I was able to use the plugin. The features this plugin provides are nice to have! Thanks for the work.

Cheers,
jim
GL-Utility 1.0.1
Authored by: Emil Gustafsson on Monday, September 11 2006 @ 16:19 CEST
Will add that in the next release.

---
Creator and maintaner of PluginCMS.