Index: trunk/install/php/StarlightBreaker/sb-write.php
===================================================================
--- trunk/install/php/StarlightBreaker/sb-write.php (リビジョン 81)
+++ trunk/install/php/StarlightBreaker/sb-write.php (リビジョン 81)
@@ -0,0 +1,141 @@
+
+
+
+";
+
+$htmloutput = mb_convert_encoding("$htmloutput","EUC-JP", "UTF-8");
+print "$htmloutput";
+
+
+printhtmlpageheader();
+
+if (($tid == "") ||($filename == "") || ($path == "")) {
+ print "No pictures
";
+ exit;
+}
+
+$htmloutput = "
�吾�莨若��祉���������
";
+$htmloutput = mb_convert_encoding($htmloutput,"EUC-JP", "UTF-8");
+print "$htmloutput";
+
+
+print "\n \n";
+
+$post = $bl->createNewPost();
+$post->title = "$blogtitle";
+$post->content = "$blogmessages";
+$bl->savePost($post);
+//echo 'post id: ' . $post->id;
+
+print "
id;
+print "\">Go Entry
\n";
+
+$blogtitle = mb_convert_encoding($blogtitle,"EUC-JP", "UTF-8");
+print "$blogtitle
\n";
+
+//print "
\n";
+
+$blogmessages = mb_convert_encoding($blogmessages,"EUC-JP", "UTF-8");
+print "$blogmessages
\n";
+
+
+
+
+?>
+
+