<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>We Eat Bricks :: Web Development Blog &#187; Movable Type</title>
	<atom:link href="http://weeatbricks.com/category/movable-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://weeatbricks.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 23 May 2010 12:08:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create bunches, batches or a multiple of users and blogs in Movable Type 3.3x with this Add-On</title>
		<link>http://weeatbricks.com/2007/08/29/47/</link>
		<comments>http://weeatbricks.com/2007/08/29/47/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 19:14:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/?p=47</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p><em>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.</em></p>
<h3>Scenario</h3>
<p>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.</p>
<p>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.</p>
<h3>Conclusion</h3>
<p>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.</p>
<h3>Backup</h3>
<p>This is a mandatory step as the script inserts directly into the Movable Type database.<br />
Back up your MySQL database. See <a href="http://www.weeatbricks.com/?p=46">here</a> for instructions.<br />
Back up you Movable Type files in the cgi-bin directory just in case.<br />
Back up your Movable Type blog directories.</p>
<h3>Install</h3>
<p><a href="http://www.weeatbricks.com/downloads/MTbatchBlog.rar">Download files</a><br />
Copy the MTBatchBlog directory to your web server.</p>
<h3>Configure</h3>
<p>Edit the config.php.</p>
<p class="code"> $dbhost = &#8220;localhost&#8221;;<br />
$dbuser = &#8220;enter_your_mt_database_username&#8221;;<br />
$dbpassword = &#8220;enter_your_database_password&#8221;;<br />
$db = &#8220;Enter_name_of_your_mt_database&#8221;;<br />
$sysadminemail = &#8220;enter_your_email_address&#8221;;</p>
<h3>How to use</h3>
<p>Go to http://your_url/MTBatchBlog/index.php<br />
Log in with the username and password you put into the config.php<br />
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.</p>
<h3>Warning</h3>
<p>This set of scripts is provided as is. Use at your own risk.  It has worked fine for me though.<br />
I recommend you remove the MTBatchBlog directory from your web server when finished.</p>
<h3>Good luck</h3>
<p>Any comments, question or suggestions email me<br />
If people would like to see additional features and support for newer versions of Movable Type please email me.</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2007/08/29/47/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A couple of points to remember when installing Movable Type 3.35 on XAMPP</title>
		<link>http://weeatbricks.com/2007/08/01/a-couple-of-points-to-remember-when-installing-movable-type-335-on-xampp/</link>
		<comments>http://weeatbricks.com/2007/08/01/a-couple-of-points-to-remember-when-installing-movable-type-335-on-xampp/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 10:44:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Movable Type]]></category>

		<guid isPermaLink="false">http://www.weeatbricks.com/?p=41</guid>
		<description><![CDATA[Having installed the XAMPP on your winXP machine followed by Movable Type you may come across the following issue:
The Movable Type Perl files look for the Perl interpreter located here:

#!/usr/bin/perl -w

They will not find the perl executable here on the XAMPP server. Instead check where the perl interperter is installed and replace the above in [...]]]></description>
			<content:encoded><![CDATA[<p>Having installed the XAMPP on your winXP machine followed by Movable Type you may come across the following issue:</p>
<p>The Movable Type Perl files look for the Perl interpreter located here:</p>
<div class="code>
#!/usr/bin/perl -w
</div>
<p>They will not find the perl executable here on the XAMPP server. Instead check where the perl interperter is installed and replace the above in in the MT cgi scripts with the correct location.</p>
<p>You can check by taking a look in file named perltest.cgi in the cgi-bin directory.<br />
I have:</p>
<div class="code>
#!&#8221;C:\Program Files\xampp\perl\bin\perl.exe&#8221;
</div>
<p>Replace following line in all the MT cgi files</p>
<div class="code>
#!/usr/bin/perl -w
</div>
<p>with the line you found above.</p>
<p>That should fix that issue.</p>
<p>Secondly if you have installed XAMPP in the &#8220;C:/Program Files/&#8221;&nbsp; you will encounter a problem when you try to create a new blog. When creating the new blog you will be asked for the local site path. It will be</p>
<div class="code>
&#8220;c:/Program Files/xampp/htdocs/your_blog_directory&#8221;
</div>
<p>Movable type will not accept spaces in the Local Site Url to change the &#8220;Program Files&#8221; to &#8220;PROGRA~1&#8243;.</p>
<p>&#8220;PROGRA~1&#8243; is the short name for &#8220;Program Files&#8221;, useful for software that does not accept names with spaces.</p>
<p>Viola!</p>
]]></content:encoded>
			<wfw:commentRss>http://weeatbricks.com/2007/08/01/a-couple-of-points-to-remember-when-installing-movable-type-335-on-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
