WPMU Registration Page – alpha quality

Open this file in your browser, download and copy into your wp-inst/ folder as “wp-newblog.php”
Create the following entry in your root .htaccess file too (modify to suit your site):
RewriteRule ^([_0-9a-z-]+)/wp-newblog.php(.*) /wp-inst/wp-newblog.php [L]
Call it by going to http:// example.com/main/wp-newblog.php
It’s a very simplistic script, there’s no error checking, it creates a new directory before handing over control to the WordPress install.php
Give it a whirl but when you’re finished be sure to delete it or move it out of the way!

Tsunami Victims Benefit Night

Tsunami Victims Benefit Night
Friday, January 21, 2005
Main Room: Frank & Walters, Stanley Super 800, Fred.
Acoustic Room: Freddy White, John Spillane.
Compere John Creedon. Tickets €20.
Doors 9.30pm. All proceeds go to Tsunami Victims
Cork Musicians Gig for Irish Red Cross Asia Disaster Appeal

The cream of Cork based and native musicians will gather to perform at the Savoy Theatre, on Friday January 21st in aid of the Irish Red Cross Asia Disaster Appeal. The stellar line-up of confirmed artists comprises: The Frank and Walters John Spillane Freddie White Ger Wolfe Fred Niall Connolly Band Gavin Moore The Waiting Room Ian Whitty.
Staged in two rooms at the Savoy, the show will commence at 9.30pm(doors @ 9pm) with tickets available on the door. The ticket price has been set at a minimum donation of EUR20. RTE Radio 1 presenter John Creedon will compere the event. The Savoy Theatre is providing the venue free of charge; so all funds raised on the night will go directly to the Irish Red Cross. Deloitte and Touche, Cork will oversee fundraising and dissemination of all funds raised, on the night.
For further media information, please contact: Margaret O’Brien 086 8055307 or email: mobrien11@eircom.net
Via CorkGigs.com

Li-ion Batteries, care and maintenance

I have a number of batteries including Li-ion batteries for my Sony F717. The Sony batteries have been in continuous use since the summer of 2003 so their lifespan isn’t quite what it used to be. This page suggests that Li-ion batteries, “should be continually topped up! Unlike NiCads you should not let Li-ions run flat as this will effect the life of the battery. Always top them up whenever possible.”
I’m charging mine now just in case!

WordPress Multiuser Snapshot

I decided to release a new snapshot of WPMU today because of a problem posting comments. There’s also a few more changes, they’re listed below. Go download it and play!

  • The referer plugin now uses PEAR Cache. This should speed up pages significantly as MySQL won’t have to lock so many reads when the table is updated!
  • Kitten’s Spaminator has been upgraded to the latest version. This version has a very nice admin page to configure it without editing the plugin file itself.
  • A bug in comment posting stopped them getting through, fixed.
  • To speed things up, template compile checks have been turned off. If a template changes make sure you do it from the backend.
  • Misc bug fixes and WP upgrades.

Later I looked into the sql errors people were having during the install and thanks to Chuck I think I figured out what happened: If you’re getting SQL errors about table names with “wp-inst” in them make sure you’re not calling setup-config.php or install.php using the urls http://example.com/wp-inst/wp-admin/setup-config.php and http://example.com/wp-inst/wp-admin/install.php
The correct urls should be http://example.com/main/wp-admin/setup-config.php and http://example.com/main/wp-admin/install.php
The “main” part of the url is handled by mod_rewrite. Follow the links in the installer and you’ll be fine!
I’m going to update the installer so it knows to replace “wp-inst” with “main” when people call the installer incorrectly.

Here are the URLs you’ll be calling when you install WPMU, the first page is a WPMU page, but the rest is bog-standard WordPress installer stuff:

Here are the links I go to on my local machine:
http://localhost/ – creates directories, page starts with text, “Welcome to WordPress MU, the Multi User Weblog System built on WordPress.
You’re probably seeing this message because you’re installing WPMU!”

The link at the bottom of that page points at this page:
http://localhost/main/wp-admin/setup-config.php
This is almost the same file that exists in WordPress itself.

Hit “let’s go!” at the bottom of that page to go to:
http://localhost/main/wp-admin/setup-config.php?step=1
Fill in the form there and go to:
http://localhost/main/wp-admin/setup-config.php?step=2
where you’re asked to “run the install!”

That goes to
http://localhost/main/wp-admin/install.php
and clicking on “First Step” goes to
http://donncha.homelinux.net/main/wp-admin/install.php?step=1
to fill in weblog title and email address.

After submitting that form I get a login link and username/password to use when logging in at http://localhost/main/wp-login.php

I also fixed the table prefix bug too, but that’s not in this release. It’ll be in the next one!