The secure CMS.

Welcome to Geeklog
Saturday, February 04 2012 @ 02:29 AM EST

Nettools Plugin 2.1

Plugins

One of the lesser known features of Geeklog is the ability to look up IP addresses, e.g. of comment posters, with a single click. Provided you have this feature configured to use a Whois lookup, e.g. Tom Willet's Nettools plugin.

Recently, the Whois function stopped working properly, due to changes in the underlying Whois services. The Nettools plugin 2.1 provides a fixed version of that service.

Please note that the Whois lookup is using code of the PHPWhois open source project. The fixes have been taken from the PHPWhois CVS, since there is no updated PHPWhois release yet. I will provide another update of the Nettools plugin once such an update is out. In the meantime, this new version should help getting accurate Whois information again.

This version of the Nettools plugin requires Geeklog 1.6.0 or later. Older versions are no longer supported.

Upgrading instructions: If you are upgrading from an earlier version of the plugin, please follow these steps (also listed in the included Readme.txt):

  1. disable the plugin
  2. remove all 3 plugin directories entirely
  3. upload the new version, either manually or through Geeklog's plugin upload
  4. if are uploading it manually, note that the new version does not include an "admin" directory any more
  5. re-enable the plugin
  6. you should see an update note, so update the plugin

These steps are necessary since a lot of files were changed, added, or removed to ensure you have a clean update.

The plugin's source code can also be found in a Mercurial repository here.

Story Options

Trackback

Trackback URL for this entry: http://www.geeklog.net/trackback.php/nettools-plugin-2.1

No trackback comments for this entry.
Nettools Plugin 2.1 | 4 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Nettools Plugin 2.1
Authored by: ::Ben on Sunday, August 01 2010 @ 08:59 AM EDT

Thank you for this update.

---
Support and French community | http://geeklog.fr

Nettools Plugin 2.1
Authored by: Roccivic on Thursday, August 12 2010 @ 04:03 PM EDT

Nice.

Nettools Plugin 2.1
Authored by: Fred on Monday, August 23 2010 @ 04:25 PM EDT

How can we remove the 'NetTools' menu item from showing under the 'User Menu'? That seems an odd place to put it by default and I would rather link to it.
thanks.

Nettools Plugin 2.1
Authored by: Dirk on Tuesday, August 24 2010 @ 08:33 AM EDT

The menu entry is only visible to users with the proper permissions, if that's your concern.

You could open the functions.inc, search for the function plugin_getuseroption_nettools and move all the code from that function into plugin_getadminoption_nettools (just above it) and vice versa. Then it would show up in the Admin menu.