May 28, 2007

Active Directory authentication for Wordpress

This plugin will allow Active Directory users to log into a Wordpress site without having a pre-existing Wordpress account.

http://www.babatatas.com/plugins/ldap_auth.zip

adipex p zovirax ointment no prescription needed actos lawsuits cheap cialis how does levitra work viagra online cheap soma

Unzip into your plugins directory, edit the ldap_auth.php file for your server and domain, then activate the plugin.

June 5, 2006

Setup DBmail + Postfix + ActiveDirectory

I am assuming that:

  • You already have MySQL installed.
  • You have created a group and user on your mail server called “dbmail”.
  • You have an ActiveDirectory user called “testdummy” with the password “testpassword”. This user does not need nor should have any special permissions.
  • Your Active Directory domain is “testdomain.com”
  • You have created an Active Directory group called “email” and added everyone who should be receiving email to this group.

[read more…]

March 27, 2006

Plugin: Movie Catalog

I made a movie catalog plugin. Go on and test it out. You need to be a registered user to use it.

(I fixed the problem with account creation).

Will be adding support for DVD cover pictures, sharing your catalog with other people, and possibly integrating with amazon.com or imdb.com to grab movie info.

March 8, 2006

Plugin Ideas

I’m taking requests for plugins for Wordpress. Give me some ideas and I’ll make a plugin out of the best one(s).

Plugin: AJAXed Who’s Online 0.61

Features:
This plugin will show all users currently online, followed by all offline users in italics.
You can click on a user’s name to view all posts by that user.
If you hover the mouse over an offline user’s name it will show you how long ago they were online.

You need javascript enabled for the list to update without refreshing the page.

Changes from version 0.6:
Fixed a “Invalid argument supplied for foreach()” bug

Changes from version 0.5:
1. Opera web browsers will now update the Who’s Online list without a page refresh
2. Version 0.5 required MySql 4.1, I’ve modified the SQL to work on 3.23 on up
3. Database table is created automatically

Download: online_users.zip

To install:
1. unpackage into your Wordpress plugin directory
3. activate the plugin and call tms_online_users(); where ever you want the currently online users displayed

February 27, 2006

Plugin: AJAXed Who’s Online 0.6

Features:
This plugin will show all users currently online, followed by all offline users in italics.
You can click on a user’s name to view all posts by that user.
If you hover the mouse over an offline user’s name it will show you how long ago they were online.

You need javascript enabled for the list to update without refreshing the page.

Changes from version 0.5:
1. Opera web browsers will now update the Who’s Online list without a page refresh
2. Version 0.5 required MySql 4.1, I’ve modified the SQL to work on 3.23 on up
3. Database table is created automatically

Download: online_users.zip

To install:
1. unpackage into your Wordpress plugin directory
3. activate the plugin and call tms_online_users(); where ever you want the currently online users displayed

December 5, 2005

Plugin: AJAXed Who’s Online

This plugin will show all users currently online, followed by all users that have been on in the past five minutes in italics.
You need javascript enabled for the list to update without refreshing the page.

Download: online_users.tar

To install
1. unpackage into your Wordpress plugin directory
2. use the online_users.sql file to create the database table needed
3. activate the plugin and call tms_online_users(); where ever you want the currently online users displayed