Note: This version has not been tested extensively. Use at your own risk. Tested on Movable Type 3.34 and 3.35. Does not work properly with Movable Type 4.
Scenario
I needed to set up 30+ users and blogs in Movable Type. I was faced with the prospect with spending all day doing this manually though the Movable Type interface. I would need to create the blog, then create the user than assign the user to that blog. Clicking and filling in several forms per user/blog. I would then need to repeat this 30 + times.
Instead I wanted to automate the creation of the bunches, batches or a multiple users and blogs in one go through PHP scripts. This is the result.
Conclusion
So if you have a group of user and blogs you would like to create in Movable Type 3.34 or 3.35 you can use this set of script to speed up the process. You can create up to 5 users/blogs per go in the current version of this script.
Backup
This is a mandatory step as the script inserts directly into the Movable Type database.
Back up your MySQL database. See here for instructions.
Back up you Movable Type files in the cgi-bin directory just in case.
Back up your Movable Type blog directories.
Install
Download files
Copy the MTBatchBlog directory to your web server.
Configure
Edit the config.php.
$dbhost = “localhost”;
$dbuser = “enter_your_mt_database_username”;
$dbpassword = “enter_your_database_password”;
$db = “Enter_name_of_your_mt_database”;
$sysadminemail = “enter_your_email_address”;
How to use
Go to http://your_url/MTBatchBlog/index.php
Log in with the username and password you put into the config.php
Next fill out the forms for each user/blog pair. It needs the same info as you would normally input when creating users and blogs through the normal Movable Type interface.
Warning
This set of scripts is provided as is. Use at your own risk. It has worked fine for me though.
I recommend you remove the MTBatchBlog directory from your web server when finished.
Good luck
Any comments, question or suggestions email me
If people would like to see additional features and support for newer versions of Movable Type please email me.
September 9th, 2007 at 11:07 pm
[...] based MovableType AddOn to create batches, bunches or a multiple of user and blogs in one go with this [...]
September 15th, 2007 at 3:42 am
hi,Jamie, can this plugin work under mt4? and do you want to update it recently?
September 21st, 2007 at 11:54 am
HI Tony,
I’m afraid it doesn’t work properly with MT4 yet. I hope to make that
available in the coming weeks.
Thanks
Jamie
October 21st, 2007 at 9:12 pm
Jamie, MT4 support would be great!!!!

November 12th, 2007 at 8:27 pm
“Jamie, MT4 support would be great!!!!”
I second it!
February 26th, 2008 at 9:21 pm
Many weeks later now…. is MT4 support available?