Because it had to be published:
11:24:08 AM Ty: So this band, right?
11:25:34 AM Erica: yeah?
11:25:55 AM Ty: It's like, I'm trying to figure out how this band came into existence.
11:26:46 AM Erica: What band?
11:26:55 AM Ty: Name's Sonata Arctica.
11:27:24 AM Ty: Here's my best guess.
11:27:35 AM Ty: There are a bunch of Finns sitting around one day.
11:27:42 AM Ty: "Let's form a metal band," one of them says.
11:27:49 AM Ty: "But all we have is a piano," another one protests.
11:28:03 AM Ty: "And we don't know anything about how to write music," says another.
11:28:24 AM Ty: The first one solemnly considers this for a moment.
11:28:27 AM Ty: "OK," he says.
11:28:45 AM Ty: "We'll have to start with just having a piano, then. We can pick up some electric guitars and all that jazz later."
11:28:58 AM Ty: The second one interrupts. "And do we get rid of the piano then?"
11:29:07 AM Ty: "No," says the first one. "We keep the piano."
11:30:50 AM Ty: The third one says, "We still don't know how to write music."
11:30:58 AM Ty: The first one ponders this for a moment. "Well..."
11:31:11 AM Ty: "I have an idea!" says the piano detractor.
11:31:19 AM Ty: The two turn to him, waiting expectantly.
11:31:57 AM Ty: "Well," he explains. "For some unexplained reason, there's a renaissance faire in Helsinki next weekend. We can go ask the renfaire people."
11:32:10 AM Ty: The other two stare blankly. "What's a renaissance faire?"
11:32:25 AM Ty: And I'm convinced that that's basically how this band happened.
11:32:48 AM Ty: They're a English-speaking Finnish symphonic power metal band, very high on renfaire-ish melodies and piano.
11:32:57 AM Ty: Quite good, really. But very weird.
October 2006 Archives
Yanked from Will:
The first five people to respond to this post, will get some form of art, by me, about them. I make no guarantees about quality or type, but I will assure that I will give it good effort and that the art will be individual to you, so if you get a mixed CD or some sort of painting doodle, yours is the only one like it. The only catch, of course; as with most memes, if you sign up, you have to put this in your own journal as well.
I'm having trouble with my gmail account - 'Lockdown in Sector 4' message - so if you're trying to get in touch with me, try tesla_uncoiled at that other popular free webmail service that starts with a 'y' dot com.
Yes, I'm a nerd.
\n";
for ($i = 0; $i < count($arr_xml['URL']); $i++) {
if( isset($arr_xml['PostID'][$i]) && $arr_xml['PostID'][$i] > 0 ) continue;
echo "".$arr_xml['BeforeText'][$i]." ".$arr_xml['Text'][$i]." ".$arr_xml['AfterText'][$i]." \n";
}
echo "";
}
}
function tla_updateLocalXML($url, $file, $time_out)
{
if($handle = fopen($file, "a")){
fwrite($handle, "\n");
fclose($handle);
}
if($xml = file_get_contents_tla($url, $time_out)) {
$xml = substr($xml, strpos($xml,''));
if ($handle = fopen($file, "w")) {
fwrite($handle, $xml);
fclose($handle);
}
}
}
function tla_getLocalXML($file)
{
$contents = "";
if($handle = fopen($file, "r")){
$contents = fread($handle, filesize($file)+1);
fclose($handle);
}
return $contents;
}
function file_get_contents_tla($url, $time_out)
{
$result = "";
$url = parse_url($url);
if ($handle = @fsockopen ($url["host"], 80)) {
if(function_exists("socket_set_timeout")) {
socket_set_timeout($handle,$time_out,0);
} else if(function_exists("stream_set_timeout")) {
stream_set_timeout($handle,$time_out,0);
}
fwrite ($handle, "GET $url[path]?$url[query] HTTP/1.0\r\nHost: $url[host]\r\nConnection: Close\r\n\r\n");
while (!feof($handle)) {
$result .= @fread($handle, 40960);
}
fclose($handle);
}
return $result;
}
function tla_decodeXML($xmlstg)
{
if( !function_exists('html_entity_decode') ){
function html_entity_decode($string)
{
// replace numeric entities
$string = preg_replace('~([0-9a-f]+);~ei', 'chr(hexdec("\1"))', $string);
$string = preg_replace('~([0-9]+);~e', 'chr(\1)', $string);
// replace literal entities
$trans_tbl = get_html_translation_table(HTML_ENTITIES);
$trans_tbl = array_flip($trans_tbl);
return strtr($string, $trans_tbl);
}
}
$out = "";
$retarr = "";
preg_match_all ("/<(.*?)>(.*?)", $xmlstg, $out, PREG_SET_ORDER);
$search_ar = array('<', '>', '"');
$replace_ar = array('<', '>', '"');
$n = 0;
while (isset($out[$n]))
{
$retarr[$out[$n][1]][] = str_replace($search_ar, $replace_ar,html_entity_decode(strip_tags($out[$n][0])));
$n++;
}
return $retarr;
}
tla_ads();
?>
