Home arrow Forum
Main Menu
Home
Blog
Downloads
Forum
Link
Search
Category
Mobile
PHP
Google
Joomla
Cygwin
I-Apply
Linux
Plagger
Internet
Other
What's New
Recommend
RSS
E-Pagerank
VineLinux4.0にPlaggerをインストールしてみた
Writte by Administrator   
2007/01/13 土曜日 15:26
Tag it:
Hatena
Delicious
Spurl
blogmarks
* VineLinux4.0にPlaggerをインストールしてみる

ちょっと今さら感がいなめないが、Plaggerをインストールしてみた。

Plaggerとは、ちょっと使ったことがないので理解出来ていないが・・・
とっても便利なアグリゲーター?らしい。


Bloglines(オンライン上のRSSリーダ)や、MIXIの最新日記等をGMAILに
メール送信したり、とかいろいろ出来るらしい。


っということで、インストールを開始する。

設定

* CPANの初期設定

CPANを初めて使う場合は、以下のダイアログが表示され、初期設定を
行う必要がある。

よくわからなかったので、取り敢えず
「Are you read for manual configuration? [yes]」で「no」として、
自動で設定を行ってみた。

$ export PERL5LIB=/usr/lib/perl5/
$ perl -MCPAN -e shell
/usr/lib/perl5/5.8.6/CPAN/Config.pm initialized.


CPAN is the world-wide archive of perl resources. It consists of about
100 sites that all replicate the same contents all around the globe.
Many countries have at least one CPAN site already. The resources
found on CPAN are easily accessible with the CPAN.pm module. If you
want to use CPAN.pm, you have to configure it properly.

If you do not want to enter a dialog now, you can answer 'no' to this
question and I'll try to autoconfigure. (Note: you can revisit this
dialog anytime later by typing 'o conf init' at the cpan prompt.)

Are you ready for manual configuration? [yes] no

 

Plaggerのtest

補足:

test Plaggerを行うと、他の必要なモジュールなどがある場合、CPANでインストールするか、
尋ねられる。
今回は、基本的に全てYesにして必要なモジュール、Plugin等全てCPANでインストールした。
(後述であるが、CPANでインストール出来なかったモジュールについては、個別で
インストールを行った)

cpan>test Plagger
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Mon, 08 Jan 2007 07:24:36 GMT
Running test for module Plagger
Running make for M/MI/MIYAGAWA/Plagger-0.7.17.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/M/MI/MIYAGAWA/Plagger-0.7.17.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Plagger-0.7.17/
Plagger-0.7.17/inc/
Plagger-0.7.17/inc/Module/
Plagger-0.7.17/inc/Module/Install/
Plagger-0.7.17/inc/Module/Install/Makefile.pm
 ・
 ・(略)
 ・
Plagger-0.7.17/bin/plagger-ircbot
Plagger-0.7.17/bin/plagger-search
Plagger-0.7.17/bin/spotlight_comment.scpt
Plagger-0.7.17/bin/plagger-atom-stream-consumer
Plagger-0.7.17/MANIFEST
Plagger-0.7.17/Changes
Plagger-0.7.17/META.yml
Removing previously used /root/.cpan/build/Plagger-0.7.17

  CPAN.pm: Going to build M/MI/MIYAGAWA/Plagger-0.7.17.tar.gz

YAML Error: Error in require YAML::Loader - Base class package "YAML::Loader::Base" is empty.
    (Perhaps you need to 'use' the module which defines that package first.)
 at inc/YAML/Loader.pm line 4
BEGIN failed--compilation aborted at inc/YAML/Loader.pm line 4, <$IN> line 1.
Compilation failed in require at (eval 11) line 3, <$IN> line 1.

   Code: Error in require YAML::Loader - Base class package "YAML::Loader::Base" is empty.
    (Perhaps you need to 'use' the module which defines that package first.)
 at inc/YAML/Loader.pm line 4
BEGIN failed--compilation aborted at inc/YAML/Loader.pm line 4, <$IN> line 1.
Compilation failed in require at (eval 11) line 3, <$IN> line 1.

 at Makefile.PL line 88
Running make test
  Make had some problems, maybe interrupted? Won't test

なんだかよくわからないが、YAMLのモジュールが欠けているらしい。
ということで、YAMLのインストールを行う。


cpan> test YAML
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Mon, 08 Jan 2007 07:24:36 GMT
Running test for module YAML
Running make for I/IN/INGY/YAML-0.62.tar.gz
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
  ftp://ftp.perl.org/pub/CPAN/authors/id/I/IN/INGY/YAML-0.62.tar.gz
CPAN: Digest::MD5 loaded ok
Fetching with LWP:
  ftp://ftp.perl.org/pub/CPAN/authors/id/I/IN/INGY/CHECKSUMS
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/I/IN/INGY/YAML-0.62.tar.gz ok
Scanning cache /root/.cpan/build for sizes
YAML-0.62/
YAML-0.62/lib/
YAML-0.62/lib/Test/
YAML-0.62/lib/Test/YAML.pm
YAML-0.62/lib/YAML/
YAML-0.62/lib/YAML/Loader.pm
YAML-0.62/lib/YAML/Types.pm
YAML-0.62/lib/YAML/Marshall.pm
AML-0.62/inc/Test/Base/Filter.pm
 ・
 ・(略)
 ・
YAML-0.62/ysh
YAML-0.62/README
YAML-0.62/META.yml
YAML-0.62/COMPATIBILITY
YAML-0.62/Makefile.PL

  CPAN.pm: Going to build I/IN/INGY/YAML-0.62.tar.gz


*** WARNING ***

This release breaks compatibility with versions earlier than version 0.60 of
YAML::Syck and YAML.pm when serializing blessed references.

See the COMPATIBILITY file for more information.

Continue installing YAML.pm? [y]

Continue installing YAML.pm? [y] y
Checking if your kit is complete...
Looks good
Writing Makefile for YAML
cp lib/Test/YAML.pm blib/lib/Test/YAML.pm
cp lib/YAML/Types.pm blib/lib/YAML/Types.pm
cp lib/YAML/Node.pm blib/lib/YAML/Node.pm
/marshall...........ok
 ・
 ・(略)
 ・
t/meta-yml...........ok
t/node-info..........ok
t/pugs-objects.......ok
t/references.........ok
t/svk................ok
t/test...............ok
All tests successful, 17 subtests skipped.
Files=33, Tests=425, 24 wallclock secs (22.42 cusr +  1.24 csys = 23.66 CPU)
  /usr/bin/make test -- OK


あっさりとテストは通ったので、続いてインストールを行う。

cpan> install YAML
Running install for module YAML
Running make for I/IN/INGY/YAML-0.62.tar.gz
Checksum for /root/.cpan/sources/authors/id/I/IN/INGY/YAML-0.62.tar.gz ok
YAML-0.62/
YAML-0.62/lib/
YAML-0.62/lib/Test/
YAML-0.62/lib/Test/YAML.pm
YAML-0.62/lib/YAML/
YAML-0.62/lib/YAML/Loader.pm
 ・
 ・(略)
 ・
nstalling /usr/share/man/man3/YAML::Error.3pm
Installing /usr/share/man/man3/YAML.3pm
Installing /usr/share/man/man3/YAML::Marshall.3pm
Installing /usr/share/man/man3/YAML::Loader::Base.3pm
Installing /usr/share/man/man3/YAML::Dumper.3pm
Installing /usr/bin/ysh
Writing /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi/auto/YAML/.packlist
Appending installation info to /usr/lib/perl5/5.8.6/i386-linux-thread-multi/perllocal.pod
  /usr/bin/make install  -- OK

cpan>

これでOK.
取り敢えず、YAMLとやらはインストール成功したらしい。

再度のtest Plagger

 

再度test Plaggerをやってみる。


cpan> test Plagger
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Mon, 08 Jan 2007 07:24:36 GMT
Running test for module Plagger
Running make for M/MI/MIYAGAWA/Plagger-0.7.17.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/M/MI/MIYAGAWA/Plagger-0.7.17.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Plagger-0.7.17/
Plagger-0.7.17/inc/
Plagger-0.7.17/inc/Module/
Plagger-0.7.17/inc/Module/Install/
Plagger-0.7.17/inc/Module/Install/Makefile.pm
Plagger-0.7.17/inc/Module/Install/Base.pm
Plagger-0.7.17/inc/Module/Install/Include.pm
Plagger-0.7.17/inc/Module/Install/Fetch.pm
Plagger-0.7.17/inc/Module/Install/AutoInstall.pm
 ・
 ・(略)
 ・
Plagger-0.7.17/inc/Module/Install/Scripts.pm
Plagger-0.7.17/inc/Module/Install/Metadata.pm
Plagger-0.7.17/inc/Module/Install/TestBase.pm
Plagger-0.7.17/inc/Module/Install/Win32.pm
Plagger-0.7.17/inc/Module/Install/WriteAll.pm
Plagger-0.7.17/inc/Module/Install/Can.pm
Plagger-0.7.17/inc/Module/Install.pm
Plagger-0.7.17/inc/Module/AutoInstall.pm
--18:22:18--  ftp://ftp.perl.org/pub/CPAN/authors/id/Y/YS/YSAS/Data-TemporaryBag-0.09.tar.gz
  (試行:20) => `-'
ftp.perl.org|163.143.1.21|:21 に接続しています... 接続しました。
anonymous としてログインしています...
サーバの応答にエラーがあるので、接続を終了します。
中止しました。


System call "/usr/bin/wget -O - "ftp://ftp.perl.org/pub/CPAN/authors/id/Y/YS/YSAS/Data-TemporaryBag-0.09.tar.gz"  > /root/.cpan/sources/authors/id/Y/YS/YSAS/Data-TemporaryBag-0.09.tar"
returned status 1 (wstat 256)
Warning: expected file [/root/.cpan/sources/authors/id/Y/YS/YSAS/Data-TemporaryBag-0.09.tar.gz] doesn't exist
Issuing "/usr/bin/ftp -n"
Not connected.
Local directory now /root/.cpan/sources/authors/id/Y/YS/YSAS
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/authors/id/Y/YS/YSAS/Data-TemporaryBag-0.09.tar.gz.

Please check, if the URLs I found in your configuration file () are valid.
The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'

Could not fetch authors/id/Y/YS/YSAS/Data-TemporaryBag-0.09.tar.gz
Giving up on '/root/.cpan/sources/authors/id/Y/YS/YSAS/Data-TemporaryBag-0.09.tar.gz'
Note: Current database in memory was generated on Mon, 08 Jan 2007 07:24:36 GMT

 

どうも何度やっても、FTPの接続エラーが発生してしまう。
うまく、CPANのサイトに接続出来ないようだ。


ということで、調べたところ解決策があった。


CPANのFTPのURLLISTを編集

CPANの設定ファイルのConfig.pmの「urllist」項目を次のように書き換える。


vim /usr/lib/perl5/5.8.6/CPAN/config.pm
  'urllist' => [q[ftp://ftp.cpan.jp/], ,q[ftp://ftp.kddilabs.jp/CPAN/], q[ftp://core.ring.gr.jp/pub/lang/perl/CPAN/]],



再度挑戦


cpan> test Plagger


やはり、YAMLの時と同様に、いくつかのインストールに失敗するようだ。
ということで、インストールに失敗したものをいくつか別途にインストールを
行った。

MIME::Type
cpan> test MIME::Type
cpan> install MIME::Type


Encode::Detect
cpan> test Encode::Detect


エラーが発生。
Data::Dumpが必要なようなので、Data::Dumpを先にインストール。

cpan> test Data::Dump
cpan> install Data::Dump

cpan> install Encode::Detect


うまくインストール出来た。


 Test::Pod
cpan> test Test::Pod
cpan> install Test::Pod


ということで、このほかにも何点か個別にインストールを行った。
いくつかは、よく分からなかったこともあってaptでインストール行った。

apt-get install perl-Net-DNS
apt-get install perl-XML-*
apt-get install perl-HTML-Parser


* 再挑戦

何度目かの再挑戦・・・。

 

cpan> test Plagger



やっと通った。
ここまでかなりの時間がかった。

cpanでは、Plaggerに必要なモジュールをPlaggerインストール時に一緒にインストールしてくれるが、
どうやら個別でCore featuresは先にインストールしたほうが良さそうだった。

cpan> install Plagger



でインストール成功!!

使い方については別途・・・ 

Tag it:
Hatena
Delicious
Spurl
blogmarks

Add as favourites (89) | Quote this article on your site | Views: 3819

  Comments (10)
 1 Comment 04 1207
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 04-07-2008 19:06 , IP: 91.121.165.32
Hielloo [URL=http://www.google.com]google[/URL] , [URL=][/URL], [URL=][/URL], [URL=][/URL], [URL=][/URL], [URL=][/URL], [URL=][/URL], [URL=][/URL], [URL=][/URL], [URL=][/URL], [URL=][/URL], [URL=][/URL], [URL=][/URL], [URL=][/URL], [URL=][/URL]
 2 Comment 04 1807
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 05-07-2008 01:07 , IP: 91.121.165.32
Hielloo , [URL=http://474.dream.az.pl]pcc pueblo community college[/URL], [URL=http://527.dream.az.pl]"slutty hot moms" "college sluts" "teen sluts"[/URL], [URL=http://543.dream.az.pl]myspcace college football layouts[/URL], [URL=http://59.dream.az.pl]grants for college students with disabilities[/URL], [URL=http://495.dream.az.pl]college girl big tit fuck[/URL], [URL=http://463.dream.az.pl]amateur busty brunette college girl strip and posing[/URL], [URL=http://473.dream.az.pl]weber state college football history[/URL], [URL=http://582.dream.az.pl]cute nude college girls student[/URL], [URL=http://53.dream.az.pl]lansing community college web site[/URL], [URL=http://223.dream.az.pl]santa clara college basketball tickets[/URL], [URL=http://264.dream.az.pl]johnson county community college cavalier[/URL], [URL=http://467.dream.az.pl]college essays on majors[/URL], [URL=http://354.dream.az.pl]free college girls sex pics[/URL], [URL=http://16.dream.az.pl]montgomery community college rockville[/URL], [URL=http://248.dream.az.pl]queens college charlotte[/URL]
 3 Comment 05 025
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 05-07-2008 07:25 , IP: 91.121.165.32
Hielloo , [URL=http://637.hubel.waw.pl]boston college eagles tom o.27brien era[/URL], [URL=http://447.admissibility.waw.pl]home building loan savings bank[/URL], [URL=http://417.kurtis.radom.pl]flight status for british airways[/URL], [URL=http://83.admissibility.waw.pl]get a loan for debitswith bad credit and no home[/URL], [URL=http://146.kurtis.radom.pl]virgi blue flight information[/URL], [URL=http://210.kurtis.radom.pl]flight tickets cheap[/URL], [URL=http://564.kurtis.radom.pl]free international flight tracker[/URL], [URL=http://28.admissibility.waw.pl]the student loan corporation[/URL], [URL=http://200.hubel.waw.pl]best on line college law degree consumer reports[/URL], [URL=http://143.admissibility.waw.pl]bad credit loan online[/URL], [URL=http://245.admissibility.waw.pl]instant unsecured loan no credit check[/URL], [URL=http://843.hubel.waw.pl]lake city community college[/URL], [URL=http://551.hubel.waw.pl]free pictures naked college girls[/URL], [URL=http://640.kurtis.radom.pl]daley flight 29 down[/URL], [URL=http://156.admissibility.waw.pl]how to get the student loan for the college[/URL]
 4 Comment 05 1819
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 06-07-2008 01:18 , IP: 91.121.165.32
Hielloo , [URL=http://272.meissner.wroclaw.pl]babies r us printable coupons[/URL], [URL=http://438.meissner.wroclaw.pl]coupons las vegas[/URL], [URL=http://538.perm.radom.pl]airline ticket las vegas[/URL], [URL=http://197.filmdom.tychy.pl]ticket office skybus airline[/URL], [URL=http://431.filmdom.tychy.pl]airline ticket prices all countrys[/URL], [URL=http://418.filmdom.tychy.pl]airline blue jet ticket[/URL], [URL=http://203.perm.radom.pl]hongkong airline ticket[/URL], [URL=http://407.filmdom.tychy.pl]airline ticket to italy[/URL], [URL=http://432.meissner.wroclaw.pl]payless shoe store coupons[/URL], [URL=http://266.meissner.wroclaw.pl]lillian vernon online coupons[/URL], [URL=http://543.perm.radom.pl]need loan for airline ticket[/URL], [URL=http://12.filmdom.tychy.pl]wholesale airline ticket[/URL], [URL=http://354.meissner.wroclaw.pl]coupons or promotional codes[/URL], [URL=http://379.perm.radom.pl]cheap ticket from turkish airline[/URL]
 5 Comment 06 241
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 06-07-2008 09:40 , IP: 91.121.165.32
Hielloo , [URL=http://quickstep.az.pl/267.html]venetian resort hotel las vegas[/URL], [URL=http://quickstep.az.pl/147.html]hilton hotel los angeles[/URL], [URL=http://quickstep.az.pl/1292.html]how to hack into a habbo hotel uk account[/URL], [URL=http://1036.whack.az.pl]casio mens digital watches[/URL], [URL=http://quickstep.az.pl/782.html]miami discount hotel[/URL], [URL=http://619.whack.az.pl]ladies rolex watches oyster perpetual[/URL], [URL=http://quickstep.az.pl/1219.html]cheap hotel rooms on the cape[/URL], [URL=http://425.whack.az.pl]mrc ecko womens watches[/URL], [URL=http://569.whack.az.pl]rolex men watch jewelry watches[/URL], [URL=http://163.whack.az.pl]14kt gold chains jewelry watches[/URL], [URL=http://282.whack.az.pl]azotic topaz ring jewelry watches[/URL], [URL=http://488.whack.az.pl]gold watch watches[/URL], [URL=http://367.whack.az.pl]swiss army watches women jewelry watches[/URL], [URL=http://74.whack.az.pl]omega seamaster 120 jewelry watches[/URL], [URL=http://698.whack.az.pl]luxury watches and rolex watches[/URL], [URL=http://quickstep.az.pl/262.html]pepermill hotel casino[/URL], [URL=http://667.whack.az.pl]diamonique 14kt jewelry watches[/URL]
 6 Comment 06 2255
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 07-07-2008 05:54 , IP: 91.121.165.32
Hielloo , [URL=http://880.breadfruit.az.pl]airline bump ticket delta[/URL], [URL=http://154.bangladesh.olsztyn.pl]pima community college, tucson[/URL], [URL=http://508.breadfruit.az.pl]buy airline ticket cancellations[/URL], [URL=http://533.tiling.mazury.pl]opryland hotel, map convention center[/URL], [URL=http://423.bangladesh.olsztyn.pl]college girl shower cams[/URL], [URL=http://560.tiling.mazury.pl]opryland hotel indoor garden and collections[/URL], [URL=http://386.breadfruit.az.pl]airline ticket prices to oklahoma[/URL], [URL=http://162.breadfruit.az.pl]airline cheap international ticket[/URL], [URL=http://162.mamet.az.pl]aladdin hotel and casino, las vegas[/URL], [URL=http://236.bangladesh.olsztyn.pl]mott community college logo[/URL], [URL=http://322.mamet.az.pl]how to play 3 card poker at online casino[/URL], [URL=http://291.bangladesh.olsztyn.pl]amateur college girls thubal images[/URL], [URL=http://841.breadfruit.az.pl]airline ticket las vegas to seattle cheap tckets[/URL], [URL=http://277.bangladesh.olsztyn.pl]sierra college flea market[/URL], [URL=http://545.tiling.mazury.pl]opryland hotel tennessee[/URL], [URL=http://208.bangladesh.olsztyn.pl]san jose city college apartments[/URL], [URL=http://590.breadfruit.az.pl]cheap airline ticket from fresno ca to oklahoma city[/URL], [URL=http://218.tiling.mazury.pl]maui hotel map[/URL], [URL=http://183.bangladesh.olsztyn.pl]college naked bad girls[/URL], [URL=http://702.breadfruit.az.pl]discount airline ticket japan[/URL], [URL=http://190.breadfruit.az.pl]airline ticket best price[/URL], [URL=http://356.bangladesh.olsztyn.pl]columbia chicago film college[/URL], [URL=http://571.breadfruit.az.pl]tips to get a cheap airline ticket[/URL], [URL=http://593.mamet.az.pl]roulette anglaise casino[/URL], [URL=http://346.bangladesh.olsztyn.pl]cal state college essay questions[/URL], [URL=http://568.mamet.az.pl]turning stone casino hr department[/URL]
 7 Comment 07 1935
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 08-07-2008 02:34 , IP: 91.121.165.32
Hielloo , [URL=http://243.creeps.warszawa.pl]airline travel dos and donts[/URL], [URL=http://436.pollinate.mazury.pl]jetblue airline shareholders[/URL], [URL=http://81.creeps.warszawa.pl]mexicana airline jobs[/URL], [URL=http://260.anglicization.az.pl]aaa discounted airline tickets[/URL], [URL=http://474.imposition.az.pl]site bangmatchcom adult dating[/URL], [URL=http://454.creeps.warszawa.pl]cheap airline flights for students[/URL], [URL=http://441.hominidae.az.pl]united airline crash[/URL], [URL=http://515.creeps.warszawa.pl]cheapest airline tickets to europe[/URL], [URL=http://1138.palmae.az.pl]movado elliptica mens blue dial watches[/URL], [URL=http://531.pollinate.mazury.pl]emirates airline job vacancy[/URL], [URL=http://596.pollinate.mazury.pl]air tran airline flight information[/URL], [URL=http://393.creeps.warszawa.pl]cheap discount airline ticket[/URL], [URL=http://482.hominidae.az.pl]continental airline flight status[/URL], [URL=http://1039.palmae.az.pl]watches timex expedition indiglo wr 50m[/URL], [URL=http://136.anglicization.az.pl]cheap airline ticket.com[/URL], [URL=http://482.pollinate.mazury.pl]alaska airline digi player[/URL]
 8 Comment 08 042
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 08-07-2008 07:41 , IP: 91.121.165.32
Hielloo , [URL=http://349.pollinate.mazury.pl]spirit airline miami fla to montego bay jamaica[/URL], [URL=http://430.creeps.warszawa.pl]airline frontier[/URL], [URL=http://147.creeps.warszawa.pl]airline tycoon 3[/URL], [URL=http://481.creeps.warszawa.pl]search for airline ticket deal web sites uk[/URL], [URL=http://565.pollinate.mazury.pl]american airline advantage program[/URL], [URL=http://195.anglicization.az.pl]packing for airline travel[/URL], [URL=http://272.creeps.warszawa.pl]discounted delta airline tickets[/URL], [URL=http://1748.imposition.az.pl]completely free teen dating[/URL], [URL=http://491.hominidae.az.pl]travel- airline fares[/URL], [URL=http://62.hominidae.az.pl]airline tycoon evolution demo[/URL], [URL=http://29.palmae.az.pl]men diamond necklaces jewelry watches[/URL], [URL=http://505.hominidae.az.pl]airline discount fares[/URL], [URL=http://425.anglicization.az.pl]british midlands airline[/URL], [URL=http://1479.imposition.az.pl]pinoy dating tips[/URL], [URL=http://529.anglicization.az.pl]12 dec flight information for malaysia airline[/URL], [URL=http://98.hominidae.az.pl]midwest airline flight status[/URL], [URL=http://418.anglicization.az.pl]tiger airline cheap airfares[/URL], [URL=http://184.anglicization.az.pl]us virgin islands airline tickets[/URL], [URL=http://471.hominidae.az.pl]hawaiian airline vacation package[/URL], [URL=http://587.anglicization.az.pl]airline central pilot forums[/URL], [URL=http://612.hominidae.az.pl]airline flights international cheap[/URL], [URL=http://593.pollinate.mazury.pl]promotion code for spirit airline[/URL], [URL=http://186.creeps.warszawa.pl]flight simulator x american airline[/URL], [URL=http://66.pollinate.mazury.pl]cheap airline flights frontier[/URL]
 9 Comment 08 1542
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 08-07-2008 22:42 , IP: 91.121.165.32
Hielloo , [URL=http://420.bribery.az.pl]find home equity loan after bankruptcy[/URL], [URL=http://931.bribery.az.pl]refinance auto loan rates[/URL], [URL=http://475.overvaluation.az.pl]slot machine used sale[/URL], [URL=http://260.overvaluation.az.pl]slot cars for sale, case, 12,24, lot[/URL], [URL=http://889.overvaluation.az.pl]slot car scalextric scalextrics carrera 1 32 1 24 fly[/URL], [URL=http://27.overvaluation.az.pl]slot car drag decals[/URL], [URL=http://479.overvaluation.az.pl]play for fun hexbreaker slot machine[/URL], [URL=http://618.smooch.az.pl]the best drag racing slots you can finde for sale[/URL], [URL=http://1.overvaluation.az.pl]old mall slot car tracks[/URL], [URL=http://603.overvaluation.az.pl]casino slot glass[/URL], [URL=http://43.smooch.az.pl]free slots to download[/URL], [URL=http://674.chain.az.pl]airline ticket gift card[/URL], [URL=http://256.chain.az.pl]how can i upgrade my airline ticket for free[/URL], [URL=http://88.chain.az.pl]hongkong airline ticket[/URL], [URL=http://455.chain.az.pl]airline e ticket[/URL], [URL=http://212.smooch.az.pl]online video slots for real money[/URL], [URL=http://305.bribery.az.pl]auto refinancing loan offers[/URL], [URL=http://133.chain.az.pl]delta airline ticket to africa[/URL], [URL=http://64.bribery.az.pl]credit card loan spoor credit rating[/URL], [URL=http://547.bribery.az.pl]amortization calculator loan[/URL], [URL=http://409.smooch.az.pl]pci slots computer[/URL], [URL=http://161.smooch.az.pl]free crystal waters slots at bodog casino[/URL]
 10 Comment 09 2005
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 10-07-2008 03:04 , IP: 91.121.165.32
Hielloo , [URL=http://244.defrost.az.pl]world poker tournament schedule[/URL], [URL=http://101.hornbeam.az.pl]first class cheap airline tickets flights[/URL], [URL=http://895.infarct.az.pl]1/24 slot car drag[/URL], [URL=http://126.infarct.az.pl]slot city fly slot cars uk[/URL], [URL=http://64.bride-gift.az.pl]elgin pocket watches 18s[/URL], [URL=http://559.infarct.az.pl]slot machines antique[/URL], [URL=http://465.bride-gift.az.pl]antique silver necklaces jewelry watches[/URL], [URL=http://461.cauda.pila.pl]cheaper airline ticket[/URL], [URL=http://10.hornbeam.az.pl]economical international airline tickets[/URL], [URL=http://344.defrost.az.pl]poker table plans wood legs[/URL], [URL=http://635.cauda.pila.pl]book airline ticket online[/URL], [URL=http://63.earlobe.az.pl]hot penny slots[/URL], [URL=http://714.cauda.pila.pl]airline ticket from kallispell, mt to las vegas nv.[/URL], [URL=http://171.bride-gift.az.pl]antique necklace jewelry watches[/URL], [URL=http://81.earlobe.az.pl]online 5 reel video slots[/URL], [URL=http://359.hornbeam.az.pl]delta airline customer service number[/URL], [URL=http://37.bride-gift.az.pl]large beaded necklace jewelry watches[/URL], [URL=http://20.hornbeam.az.pl]south west airline flight status[/URL], [URL=http://779.bride-gift.az.pl]timex watch ladies jewelry watches[/URL], [URL=http://181.hornbeam.az.pl]airline cargo jobs[/URL], [URL=http://189.cauda.pila.pl]airline cheap orbitz ticket[/URL], [URL=http://606.hornbeam.az.pl]southwest airline jobs[/URL]

Write Comment
  • Please keep the topic of messages relevant to the subject of the article.
  • Personal verbal attacks will be deleted.
  • Please don't use comments to plug your web site. Such material will be removed.
  • Just ensure to *Refresh* your browser for a new security code to be displayed prior to clicking on the 'Send' button.
  • Keep in mind that the above process only applies if you simply entered the wrong security code.
Name:
Comment:

Code:* Code

Powered by AkoComment Tweaked Special Edition v.1.4.6
AkoComment © Copyright 2004 by Arthur Konze - www.mamboportal.com
All right reserved

Update ( 2007/01/16 火曜日 18:12 )
 
< 前へ

© 2008 Labs Zsrv Net
Joomla! is Free Software released under the GNU/GPL License.
Translation is Joomla!JAPAN