Categories
translation

Rakushō no Goku #21

   On 2012.Jul.31, I at last reaches the ending point.

   AS 落照の獄 was originally divided into eight chapters and had 80 pages volume on the magazine, I tried to translate each two pages at a time. And now, I reconstruct its format.

   If you want to read 落照の獄 by my translation, please go here. 落照の獄(Rakushō no Goku)

Categories
translation

Rakushō no Goku #20

   On 2012.Jul.31, I at last reaches the ending point.

   AS 落照の獄 was originally divided into eight chapters and had 80 pages volume on the magazine, I tried to translate each two pages at a time. And now, I reconstruct its format.

   If you want to read 落照の獄 by my translation, please go here. 落照の獄(Rakushō no Goku)

Categories
everyday life

Update #15.

    On May 25th, Movable Type 5.1 was released. So I upgraded my MT, and I used this opportunity to some updates, too.

  • How to update httpd-2.2.17-win32-x86-ssl.zip
                  ————> httpd-2.2.19-win32-x86-ssl.zip
    1. Unzip httpd-2.2.19-win32-x86-ssl.zip
    2. Stop apache httpd
    3. Copy all the files over, except my .conf files
    4. Start apache httpd
    5. Probably, I needn’t ‘Stop apache’. But I swear I need ‘Restart’. 😛

  • How to update mysql-5.5.10-win32.msi
                   ————> mysql-5.5.12-win32.msi
    1. Just double click the msi file
  • How to update phpMyAdmin-3.3.10-english.zip
                  ————> phpMyAdmin-3.4.1-english.zip
    1. Unzip phpMyAdmin-3.4.1-english.zip
    2. Copy all the files over, except my config.inc.php
  • How to update ImageMagick-6.6.7-10-Q16-windows-dll.exe
                  ————> ImageMagick-6.7.0-0-Q16-windows-dll.exe
    1. Uninstall ImageMagick-6.6.7-4-Q16-windows-dll.exe
    2. Install ImageMagick-6.7.0-0-Q16-windows-dll.exe
    3. Reboot Windows   <——————– This is very important.
  • How to update curl-7.21.4-devel-mingw32.zip
                  ————> curl-7.21.6-devel-mingw32.zip
    1. Unzip curl-7.21.6-devel-mingw32.zip
    2. Overwrite curl.exe and libeay32.dll of C:PHP
  • How to update MTOS-5.04-en.zip
                  ————> MTOS-5.1-en.zip
    1. Change the folder name ‘MTOS-5.04-en’ to ‘MT’
    2. Rewrite the first line of all cgi files from ‘#!/usr/bin/perl -w’ to ‘#!C:/perl/bin/perl -w’
    3. Copy my mt-config.cgi into the new ‘MT’
    4. Copy my old ‘mt-staticsupport’ over new ‘mt-staticsupport’
    5. Copy my old ‘mt-staticthemesmine’ into new ‘mt-staticthemes’
    6. Replace old ‘MT’ and ‘mt-static’ to new ones
    7. Access http://mydomain/cgi-bin/MT/mt.cgi and upgrade
    8. Delete mt-config.cgi-original, mt-upgrade.cgi, mt-check.cgi and mt-wizard.cgi for security

Edit:
I forgot to write about “Entry Summary” in Template Modules.
        I removed next six lines from “Entry Summary”.
             <mt:If tag=”EntryMore” convert_breaks=”0″>
                     <div class=”asset-more-link”>
                           Continue reading <a href=”<$mt:EntryPermalink$>
                           #more” rel=”bookmark”><$mt:EntryTitle$></a>.
                     </div>
             </mt:If>

Edit2(May 27): I forgot to take care of “MT-Akismet”. So I’ve done it.

Categories
translation

Rakushō no Goku #19

   On 2012.Jul.31, I at last reaches the ending point.

   AS 落照の獄 was originally divided into eight chapters and had 80 pages volume on the magazine, I tried to translate each two pages at a time. And now, I reconstruct its format.

   If you want to read 落照の獄 by my translation, please go here. 落照の獄(Rakushō no Goku)

Categories
everyday life

How to install “MT-Akismet”.

   I’ve had a lot of spams since I posted “Very strong earthquake hits Northern Japan.” So, I decided to install “MT-Akismet” to my English blog.

   I described its procedure below.

  1. Download and unpack mt-akismet-1.1.tar.gz
  2. To adjust my environment, add the line “#!G:/perl/bin/perl -w” to the beginning of the program “mt-akismet.pl”.
  3. Where mt is Movable Type application directory, transfer the contents
    of the following distribution directories to

       extlib/MT/Akismet.pm     -> mt/extlib/MT/Akismet.pm
    plugins    -> mt/plugins       [Note] Except "README".
  4. Sign in my MT dashboard.
       System Overview   ->  Tools   ->  Plugins   -> MT-Akismet   ->   Settings
  5. Type my “API Key” in the box and save changes.
  6. Go to My blog’s Plugin Settings and set Junk Score Weight to 5.

   
And I’ll see how it works.   😀

Categories
everyday life

Does anyone have the same error on your apache’s error_log?

   I’ve become to have the error “defined(%hash) is deprecated” since I updated my ActivePerl from ver.5.10.1.1007 to 5.12.1.1201.   So, I omitted the “defined()” on the programs.

   But, when I omitted the “defined()” of the program “Maketext.pm”, I had another error ‘”MT::L10N::***::Lexicon” used only once: possible typo’ or something.   Now, I control this error by adding the line “no warnings qw(once);” at the beginning of the “Maketext.pm”.

   But why isn’t this improved even though the MTOS progresses from ver.5.01 to 5.04?   Or am I the only person who has this on apache’s error_log?   That can’t be possible!  😉

Categories
translation

Rakushō no Goku #18

   On 2012.Jul.31, I at last reaches the ending point.

   AS 落照の獄 was originally divided into eight chapters and had 80 pages volume on the magazine, I tried to translate each two pages at a time. And now, I reconstruct its format.

   If you want to read 落照の獄 by my translation, please go here. 落照の獄(Rakushō no Goku)