Modules scripts - Top 4 Download

Modules script downloads

Flickr Widget

The module uses the Flickr API.InstallationUnpack and copy it into the plugins folder (wp-content/plugins)Go to the Plugins page in the Administration section and activate it. Requirements: · WordPress ...

Comment Referrers

This is in the form of referring link from which the user came before posting the comment.InstallationCopy into your plugins folder (usually wp-content/plugins)Go to the Plugins page in the Administration section and activate it. Requirements: · Wordpress up to 2.3.3 ...

Blog Voyeur

When a user is being tracked, a small message saying, “You’re being watched! Disable.” will appear underneath the comment form.InstallationUnpack and copy it into the plugins folder (wp-content/plugins)Go to the Plugins page in the Administration section and activate it. Requirements: · WordPress up to 2.3.1 ...

Cookies for Comments

When a browser loads that stylesheet a cookie is dropped on the user machine. If the user then leaves a comment the cookie is checked. If it doesn't exist the comment is marked as spam.InstallationCopy into your plugins folder and activate. If you are using a caching plugin such as WP ...

Tweet Tweet

It also stores replies from other people, as well as direct messages.Tweet Tweet has hooks that allow developers to write sms notification plugins. Plugins for Meteor and Vodafone customers in Ireland are included.InstallationUnzip and upload the tweet-tweet directory to your plugins folder.Activate the plugin on your Plugins page.Configure the plugin by ...

WP Super Cache

After a html file is generated the webserver will serve that file instead of processing the comparatively heavier PHP scripts.InstallationYou should have the Apache mod mime and mod rewrite modules installed and WordPress fancy permalinks enabled. PHP safe mode should be disabled. If any of those are missing or off you ...

Amazon Showcase

Amazon Showcase is a Wordpress Widget/Plugin for showcasing items from Amazon. Simply enter the ASIN/ISBN numbers of any products and optionally enter an Associate ID for earning commissions. The product image will be displayed with a link to the product detail page on Amazon.com. ...

xooAnalytics Wordpress Plugin

xooAnalytics Wordpress Plugin will add Google Analytics tracking code to any absolute links in a post/page. It basically just searches the post content for a regular expression match for a link. If the link contains an absolute URL, then it adds the urchinTracker() function as an onclick event. When a user clicks ...

PlugInstaller

PlugInstaller is a WordPress plugin-management plugin that eliminates the need to download a plugin archive, upload it to your FTP server and unpack it manually. With PlugInstaller, you can easily enter a plugin URL (e.g. directly from a plugin repository website like the WordPress.org plugin repository) within the admin interface which ...

Manage Pages Custom Columns

This WordPress plugin replicates the custom column feature of the manage posts page. This is in response to the long-standing enhancement request.It provides a manage_pages_custom_column action and manage_pages_columns filter which can be used similarly to the manage_posts_custom_column action and manage_posts_columns filter provided by WordPress. Requirements: · WordPress 2.2 - ...

rwhois py

This is a recursive whois module/client for python. It provides your typical whois lookup and the ability to parse records into usable objects. ...
Python

Ncvtk

This is a program for exploring longitude/latitude based data stored in NetCDF file format. Ncvtk is built on top of the VTK toolbox. Ncvtk has been designed with the aim of offering a high degree of interactivity to scientists who have a need to explore three-dimensional, time-dependent planetary data. The input data ...
Python

DirectPython

DirectPython is an open source C extension to the Python programming language which provides basic access to DirectX (9.0c) API, including Direct3D, DirectSound, DirectShow and DirectInput. DirectPython uses DirectX almost directly, usually just interpreting Python objects to a form that DirectX can understand. Naturally Python's philosophy has been kept in mind ...
Python

Registry Wrapper

This script provides "Registry", a Windows registry wrapper class that makes it easy to work with the Windows registry.The class works with an inner class named "RegistryKey", which wraps up a Windows registry key and provides methods to access and manipulate the key information. The class provides easy to remember substitutes for ...
Python

DOM2ET

This script contains a function named DOM2ET  which converts a DOM node object of type element to an ElementTree Element. ...
Python

Getting uptime in windows 2000 NT XP

This script returns a datetime.timedelta instance representing the uptime in a Windows 2000/NT/XP machine. ...
Python

Improved TemporaryFile

This script allows a temporary file implementation that uses memory unless either capacity is breached or fileno is requested, at which point a real temporary file will be created and the relevant details returned. ...
Python

akaDAV

akaDAV is a Python module that adds WebDAV functionality to the Twisted 1.3. It makes WebDAV server application programming easy in Python. Features: - Integrated with a built-in Web server (Twisted Web). - Easy installation / configuration. - SSL support by default. - Automatic character encoding conversion for ...
Python

Crypt Script

This program is designed to encode and decode files (for encryption purposes). It uses a simple encryption method. ...
Python

AutoLoader

If you have an instance "db", then accessing "db.Foo" automatically imports, instantiates, caches, and returns an instance of "Foo" from the "db" package. ...
Python