The error I described above, is when I type the url to go to my MT BookQueue installation, I haven't gotten any further into it

. As for the templates, this is what I'm using: (I think I got it from this thread, and has been the only way to output any info into my incoming page)
Incoming:
CODE
<$MTInclude module="regex"$>
<MTMacroApply>
<MTPings category="Incoming" lastn="10">
<div style="font-size:9px; padding:2px;line-height:9px;font-family:verdana, sans-serif;">
<? if ("<$MTPingTitle$>" == "Broadcast Stopped") { echo "<em>WinAmp is off right now!</em><br />"; }
else {
?>
<MTIfEmpty var="PingBlogName">
<$MTPingExcerpt convert_breaks="0"$>
</MTIfEmpty>
<MTIfNotEmpty var="PingBlogName">
<amazon keyword="<MTPingBlogName>"><$MTPingExcerpt convert_breaks="0"$></amazon>
</MTIfNotEmpty>
<? } ?>
</div>
</MTPings>
</MTMacroApply>
<span style="font-size:9px;font-style:italic;">updated <$MTDate format="%m/%d/%y %X"$></span><br />
Regex:
CODE
<MTMacroDefine name="music" tag="music"><MTIfNotEmpty expr="[MTMacroAttr name='keyword']"><MTAmazon search="[MTMacroAttr name='keyword']" method="Keyword" line="music" lastn="1"><a href="<MTAmazonLink>" title="Buy now at amazon.com - only <MTAmazonSalePrice>!" onmouseover="return overlib(ImgSrc+'<MTAmazonSmallImage>'+AltEnd+'<MTAmazonReleaseDate format="%b %Y">'+EndPrice+'<MTAmazonSalePrice>'+PurchLink+'<MTAmazonLink>'+PurchEnd, STICKY, TIMEOUT, 2000, CAPTION, '<MTAmazonTitle encode_js="1"> by <MTAmazonArtist encode_js="1">');" onmouseout="return nd();"><MTMacroContent default="[MTAmazonTitle]"></a></MTAmazon></MTIfNotEmpty></MTMacroDefine>
DoSomething code:
CODE
http://valley-grrl.net/movabletype/mt-tb.cgi?tb_id=5&excerpt=%%URL_CURRENTSONG%%&url=blank&blog_name=%%URL_CURRENTALBUM%%%20%2D%
And my this is a sample of what I get in my DoSomething output file (songs.txt):
CODE
Berlin - You Don't Know __oddsock____oddsock____oddsock____oddsock____oddsock__4:28
Berlin - Masquerade __oddsock____oddsock____oddsock____oddsock____oddsock__4:06
Sorry for all the codes. Apart from that, I don't know of any other strings or templates.