Home arrow Downloads
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にBitTorrentをインストールする
Writte by Administrator   
2007/01/22 月曜日 10:55
Tag it:
Hatena
Delicious
Spurl
blogmarks

P2Pソフトウェアである、BitTorrentをインストールする。
#最初は本家クライアントのインストールを試みるが、依存ライブラリが
#多くて挫折し、結局Azureus(Java実装)のインストールを行った。

BitTorrent自体は、最近Ubuntuの配布とかにも使われたりしている。
ダウンロード完了までに結構時間がかかるので、サーバにBitTorrentを
インストールすることにした。

BitTorrentのインストール 

ダウンロード
http://www.bittorrent.com/download.html

ここから、RPM版
Linux RPM,Latest Release(x.x.x)をダウンロード

インストール
$ rpm -ivh BitTorrent-5.0.5-1-Python2.4.noarch.rpm

エラー: 依存性の欠如:
        python(abi) = 2.4 は BitTorrent-5.0.5-1.noarch に必要とされています
        python-crypto >= 2.0 は BitTorrent-5.0.5-1.noarch に必要とされています
        python-psyco は BitTorrent-5.0.5-1.noarch に必要とされています
        python-twisted >= 2.0 は BitTorrent-5.0.5-1.noarch に必要とされています
        python-zopeinterface は BitTorrent-5.0.5-1.noarch に必要とされています
        wxPython >= 2.6 は BitTorrent-5.0.5-1.noarch に必要とされています 

必要そうなPythonモジュールをaptを使い検索。

$ apt-cache search python
libxml2-python - libxml2ライブラリ用のpythonバインディング
libxslt-python - Python bindings for the libxslt library
pygtk2 - GTK+ ウィジットセットの Python 実装
pyorbit - Python bindings for ORBit2.
pyparted - parted の python モジュール
python - オブジェクト指向言語 Python インタプリタ
python-devel - Python での開発に必要なライブラリやヘッダファイル
python-docs - Python プログラミング言語のドキュメント
python-pyrex - A compiler/language for writing Python extension modules.
python-tools - Python に含まれる開発ツール一式
pyxf86config - Python wrappers for libxf86config
python-PyGreSQL - PostgreSQL DB にアクセスするための Python モジュール
python-cdb - A python interface to constant database files (cdb)
python-egenix-mx-base - eGenix 配布 Python DateTime ライブラリ
python-imaging - Python イメージ処理ライブラリ
python-kconv - Python 漢字コードコンバータ
python-numeric - Numerical Extension to Python
python-numeric-devel - Development files for Python numerical facilities
python-psycopg - PostgreSQL の Python データベースアダプタ
python-psycopg-doc - psycopg ドキュメント
python-pykf - Python 漢字コード変換モジュール
python-pyxml - Python XML ライブラリ
python-zopeedit - ExternalEditorヘルパーアプリケーション.
rox-lib2 - Shared code for ROX applications
(一杯でてきたから一部省略) 


必要そうなやつをインストールする。


Pythonのインストール
$ apt-get install python
(インストール済みだった) 

ここまできて、依存ライブラリが多すぎるので挫折...

気をとりなおして、Javaで実装されたBitTorrentをインストール
することにする。(諦めが早い...)



Azureusのインストール

BitTorrentを入れようとしたが、Pythonのライブラリで必要そうなのが、
aptで見つからなかったためにあきらめた。
その代わりにJavaで実装されているAzureusを入れてみることにした。
 

Javaのダウンロード

Javaで実装されているために、実行するにはJavaの実行環境が
必要となる。

そこで、Javaをインストールする。
Javaの実行環境だけでも、ダウンロード出来るが、今回は開発
キットの入っている、JDK 5.0をダウンロードした。


http://java.sun.com/javase/downloads/index_jdk5.jsp

ここから、「JDK 5.0 Update 10」というやつをダウンロードする。


Linux Platform - J2SE(TM) Development KIT 5.0 Update 10
Linux RPM in self-extracting file

を最終的にダウンロードした。


Javaのインストール

$ chmod 755 jdk-1_5_0_10-linux-i586-rpm.bin
$ ./jdk-1_5_0_10-linux-i586-rpm.bin

Do you agree to the above license terms? [yes or no]
yes 


ライセンスに同意するか尋ねられるので、同意する場合は
「yes」を入力する。


これでインストールは完了。
あとは、PATHを通す必要がある。

$ vim .bashrc
# java setting
export JAVA_HOME=/usr/java/jdk1.5.0_10
export PATH=$PATH:$JAVA_HOME/bin 


これでJavaのインストールは完了だ。
(PATHの設定については、Azureusを使うだけならば必要なかった。)
 

Azureusのダウンロード
BitTorrentのJava実装Azureusのダウンロードを行う。

[Azureus]
http://azureus.sourceforge.net/


以下のサイトから、Azureus_2.5.0.2_linux.tar.bz2を
ダウンロードする。
http://sourceforge.net/project/showfiles.php?group_id=84122


Azureusのインストール

$ tar xvfz Azureus_2.5.0.2_linux.tar.bz2
$ cd azureus
 

設定を行う。
$ vim azureus
JAVA_PROGRAM_DIR=/usr/java/jdk1.5.0_10/bin/ 

任意のディレクトリにコピー(ここでは、/usr/share/azureusにした。)
$ mkdir -p /usr/share/azureus
$ cp -fr * /usr/share/azureus/ 


Azureusをメニューに追加する。
Azureusをデスクトップのメニューに追加する。

$ cp vine-firefox.desktop azureus.desktop
$ vim azureus.desktop

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Azureus
Name[ja]=Azureus
GenericName=BitTorrent Client
GenericName[ja]=BitTorrent クライアント
Comment=BitTorrent
Comment[ja]=BitTorrent
Exec=/usr/share/azureus/azureus
Icon=/usr/share/azureus/Azureus.png
Terminal=false
Type=Application
StartupWMClass=
MimeType=
X-Desktop-File-Install-Version=0.10
Categories=Network;Application; 


起動

作ったデスクトップメニューからか、もしくは以下のコマンドで
Azureusを実行する。

$ /usr/share/azureus/azureus 

 

補足
Azureusを使う場合、Firewallの設定でポート(Azureusのデフォルトでは、
29077)をTCPを通すように設定してあげる必要がある。

Tag it:
Hatena
Delicious
Spurl
blogmarks

Add as favourites (58) | Quote this article on your site | Views: 3408

  Comments (10)
 1 Comment 04 1909
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 05-07-2008 02:08 , IP: 91.121.165.32
Hielloo , [URL=http://213.dream.az.pl]college football bowl history[/URL], [URL=http://287.dream.az.pl]drunk college girls get fuck in the ass[/URL], [URL=http://356.dream.az.pl]montgomery college md radio station[/URL], [URL=http://310.dream.az.pl]music department at grand rapids community college[/URL], [URL=http://324.dream.az.pl]college student loan consolidation id[/URL], [URL=http://269.dream.az.pl]japanese college girls in wet t-shirts[/URL], [URL=http://536.dream.az.pl]college football helmets[/URL], [URL=http://539.dream.az.pl]college books buy[/URL], [URL=http://258.dream.az.pl]sexy girl stripping college room[/URL], [URL=http://211.dream.az.pl]tuition at wayne county community college[/URL], [URL=http://37.dream.az.pl]college of dupage newspaper[/URL], [URL=http://235.dream.az.pl]college train sex parties[/URL], [URL=http://33.dream.az.pl]best on line college law degree consumer reports[/URL], [URL=http://25.dream.az.pl]non nude college girls[/URL], [URL=http://549.dream.az.pl]national junior college basketball championships[/URL], [URL=http://365.dream.az.pl]miami dade community college photography department[/URL]
 2 Comment 05 153
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 05-07-2008 08:53 , IP: 91.121.165.32
Hielloo , [URL=http://502.kurtis.radom.pl]flight centre canada[/URL], [URL=http://277.kurtis.radom.pl]flight jacket reviews[/URL], [URL=http://31.admissibility.waw.pl]wamu senior loan officer[/URL], [URL=http://98.admissibility.waw.pl]free online car loan calculator[/URL], [URL=http://375.kurtis.radom.pl]victims of flight 93[/URL], [URL=http://79.kurtis.radom.pl]jfk flight schedule[/URL], [URL=http://301.admissibility.waw.pl]how to get a loan to starrt a business[/URL], [URL=http://335.kurtis.radom.pl]cheap flight tickets to toronto[/URL], [URL=http://122.hubel.waw.pl]sierra college rocklin mysierra[/URL], [URL=http://136.hubel.waw.pl]top 50 college football teams[/URL], [URL=http://47.admissibility.waw.pl]bi weekly auto loan payments through americu[/URL], [URL=http://280.admissibility.waw.pl]residential loan processor east lansing michigan[/URL], [URL=http://348.admissibility.waw.pl]2nd mortgage fixed rate loan in oklahoma[/URL], [URL=http://267.admissibility.waw.pl]flight school loan programs with bad credit[/URL], [URL=http://85.kurtis.radom.pl]download flight simulator 2004[/URL], [URL=http://429.kurtis.radom.pl]flight attendant costumes[/URL], [URL=http://45.admissibility.waw.pl]federal stafford loan consolidation[/URL], [URL=http://176.admissibility.waw.pl]payday cash advance loan[/URL], [URL=http://298.kurtis.radom.pl]flight simulator x addons[/URL], [URL=http://211.kurtis.radom.pl]flight simulator yoke[/URL], [URL=http://477.kurtis.radom.pl]avl flight tracker[/URL], [URL=http://690.hubel.waw.pl]reggie bush college football news[/URL], [URL=http://603.hubel.waw.pl]college men drunk and sex[/URL], [URL=http://342.kurtis.radom.pl]flight attendant hiring[/URL], [URL=http://175.admissibility.waw.pl]bankruptcy loan lenders[/URL]
 3 Comment 05 1956
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 06-07-2008 02:56 , IP: 91.121.165.32
Hielloo , [URL=http://352.perm.radom.pl]want very low price airline ticket[/URL], [URL=http://153.filmdom.tychy.pl]cheap airline ticket to korea[/URL], [URL=http://335.filmdom.tychy.pl]discount airline ticket to ushuaia[/URL], [URL=http://139.meissner.wroclaw.pl]timberland outlet coupons[/URL], [URL=http://132.filmdom.tychy.pl]where to find cheep airline ticket to germany[/URL], [URL=http://395.meissner.wroclaw.pl]coupons retail[/URL], [URL=http://175.meissner.wroclaw.pl]reebok coupons[/URL], [URL=http://775.perm.radom.pl]compare airline ticket prices[/URL], [URL=http://194.perm.radom.pl]sprint airline ticket[/URL], [URL=http://491.meissner.wroclaw.pl]dry cleaner coupons[/URL], [URL=http://44.filmdom.tychy.pl]cheap airline ticket for middle east[/URL], [URL=http://647.perm.radom.pl]20.00 airline ticket usa[/URL], [URL=http://91.meissner.wroclaw.pl]portrait sheet coupons[/URL], [URL=http://74.filmdom.tychy.pl]affordable airline ticket[/URL], [URL=http://148.meissner.wroclaw.pl]cetaphil coupons[/URL], [URL=http://364.meissner.wroclaw.pl]jessica london coupons[/URL], [URL=http://398.meissner.wroclaw.pl]brita coupons[/URL], [URL=http://46.filmdom.tychy.pl]airline ticket fares[/URL], [URL=http://725.perm.radom.pl]cheap airline ticket alaska[/URL], [URL=http://599.perm.radom.pl]airline personal ticket tracking websites[/URL]
 4 Comment 06 406
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 06-07-2008 11:05 , IP: 91.121.165.32
Hielloo , [URL=http://503.whack.az.pl]vintage siam silver jewelry watches[/URL], [URL=http://490.whack.az.pl]lapis cross jewelry watches[/URL], [URL=http://398.whack.az.pl]tissot time watches[/URL], [URL=http://101.whack.az.pl]sterling silver pendant jewelry watches[/URL], [URL=http://quickstep.az.pl/104.html]bayshore hotel phuket[/URL], [URL=http://598.whack.az.pl]leather cuff guess woman watches[/URL], [URL=http://881.whack.az.pl]ecko necklaces jewelry watches[/URL], [URL=http://333.whack.az.pl]birthstone men rings jewelry watches[/URL], [URL=http://quickstep.az.pl/1159.html]hotel ice machines[/URL], [URL=http://quickstep.az.pl/479.html]hotel monaco grand canal venice italy[/URL], [URL=http://1093.whack.az.pl]turquoise earrings gold jewelry watches[/URL], [URL=http://820.whack.az.pl]tanzanite jewelry jewelry watches[/URL], [URL=http://675.whack.az.pl]nfl analog and digital watches casio[/URL], [URL=http://quickstep.az.pl/250.html]hotel erotica candice[/URL], [URL=http://quickstep.az.pl/262.html]pepermill hotel casino[/URL], [URL=http://quickstep.az.pl/1211.html]cheap hotel in madrid[/URL], [URL=http://251.whack.az.pl]mens silver wedding rings jewelry watches[/URL], [URL=http://521.whack.az.pl]old seiko watches and timezones[/URL], [URL=http://702.whack.az.pl]bling bling mens bracelet jewelry watches[/URL], [URL=http://779.whack.az.pl]longines watches jewelry watches[/URL], [URL=http://quickstep.az.pl/1048.html]flood habbo hotel[/URL], [URL=http://426.whack.az.pl]vintage pocket watches jewelry watches[/URL], [URL=http://200.whack.az.pl]tag heur womens watches[/URL]
 5 Comment 06 2356
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 07-07-2008 06:55 , IP: 91.121.165.32
Hielloo , [URL=http://327.bangladesh.olsztyn.pl]college pre season football poll[/URL], [URL=http://168.breadfruit.az.pl]cheap airline ticket under 100[/URL], [URL=http://359.breadfruit.az.pl]craigslist airline ticket[/URL], [URL=http://456.bangladesh.olsztyn.pl]free fake college certificates and degrees[/URL], [URL=http://293.bangladesh.olsztyn.pl]lower columbia college, longview wa[/URL], [URL=http://363.tiling.mazury.pl]hotel florida tenerife[/URL], [URL=http://437.mamet.az.pl]gambling non casino gambling games[/URL], [URL=http://25.bangladesh.olsztyn.pl]sinclair community college atheletics[/URL], [URL=http://672.breadfruit.az.pl]shara airline cheap ticket from delhi to mumbai[/URL], [URL=http://227.mamet.az.pl]best casino game odds[/URL], [URL=http://316.bangladesh.olsztyn.pl]prince georges county community college[/URL], [URL=http://558.breadfruit.az.pl]dirt cheap airline ticket[/URL], [URL=http://477.tiling.mazury.pl]las vegas the plaza hotel[/URL], [URL=http://460.mamet.az.pl]grand casino in tunica mississippi[/URL], [URL=http://375.mamet.az.pl]las vegas hilton hotel and casino las vegas[/URL], [URL=http://251.breadfruit.az.pl]discounted airline ticket companies inuk[/URL], [URL=http://147.bangladesh.olsztyn.pl]college degrees by distance learning[/URL], [URL=http://52.tiling.mazury.pl]sheraton crystal city hotel[/URL], [URL=http://117.mamet.az.pl]the riviera hotel casino[/URL]
 6 Comment 07 2055
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 08-07-2008 03:54 , IP: 91.121.165.32
Hielloo , [URL=http://507.anglicization.az.pl]frontier airline logo[/URL], [URL=http://179.imposition.az.pl]married women dating married men[/URL], [URL=http://524.pollinate.mazury.pl]america airline fsx download[/URL], [URL=http://441.imposition.az.pl]christian single free dating sites[/URL], [URL=http://472.imposition.az.pl]internet dating web site review best[/URL], [URL=http://244.palmae.az.pl]bling bling watches wristwatches[/URL], [URL=http://52.pollinate.mazury.pl]aa american airline .com[/URL], [URL=http://633.palmae.az.pl]sterling silver toe rings jewelry watches[/URL], [URL=http://337.imposition.az.pl]naruto hentai dating sim[/URL], [URL=http://552.pollinate.mazury.pl]discount airline tickets europe[/URL], [URL=http://237.palmae.az.pl]tiffany sterling silver charm bracelet jewelry watches[/URL], [URL=http://350.pollinate.mazury.pl]allegiant airline las vegas[/URL], [URL=http://992.palmae.az.pl]white gold hoop earings jewelry watches[/URL], [URL=http://519.palmae.az.pl]replica gold rolex watches[/URL], [URL=http://1032.imposition.az.pl]dallas texas married women dating[/URL], [URL=http://1167.imposition.az.pl]online dating site software[/URL], [URL=http://493.creeps.warszawa.pl]airline flights to china[/URL], [URL=http://121.imposition.az.pl]asian dating[/URL]
 7 Comment 08 135
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 08-07-2008 08:35 , IP: 91.121.165.32
Hielloo , [URL=http://1451.imposition.az.pl]tina keller dating personal ads idaho[/URL], [URL=http://620.pollinate.mazury.pl]priceline airline tickets flights[/URL], [URL=http://201.palmae.az.pl]ladie movado watch jewelry watches[/URL], [URL=http://516.creeps.warszawa.pl]delta airline pins[/URL], [URL=http://517.pollinate.mazury.pl]northwest airline vacations[/URL], [URL=http://268.hominidae.az.pl]airline pilot job listings[/URL], [URL=http://330.creeps.warszawa.pl]british jet airline[/URL], [URL=http://10.creeps.warszawa.pl]singapore airline career[/URL], [URL=http://513.pollinate.mazury.pl]airline cheap ticket[/URL], [URL=http://73.creeps.warszawa.pl]discount emergency airline ticket[/URL], [URL=http://604.hominidae.az.pl]tiger airline mackay[/URL], [URL=http://49.anglicization.az.pl]where to buy malaysia airline tickets[/URL], [URL=http://60.pollinate.mazury.pl]ticket receipt duplicate copy hawaiian airline[/URL], [URL=http://893.palmae.az.pl]ring sapphire marquise jewelry watches[/URL], [URL=http://537.hominidae.az.pl]airtran airline packing[/URL]
 8 Comment 08 1630
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 08-07-2008 23:30 , IP: 91.121.165.32
Hielloo , [URL=http://501.overvaluation.az.pl]igt munster video slot machine for sale[/URL], [URL=http://452.bribery.az.pl]uk car loan guarenteed[/URL], [URL=http://491.smooch.az.pl]www,free slots,com[/URL], [URL=http://823.bribery.az.pl]merchant loan for startup business[/URL], [URL=http://341.bribery.az.pl]auto loan interest rates minnesota[/URL], [URL=http://400.smooch.az.pl]casino plug and play fruit slots[/URL], [URL=http://794.overvaluation.az.pl]buy a used slot machine[/URL], [URL=http://168.smooch.az.pl]play free 5 reel 50 pay lines video slots machines[/URL], [URL=http://523.chain.az.pl]airline cheap delta ticket[/URL], [URL=http://333.smooch.az.pl]vegas slots casino[/URL], [URL=http://627.chain.az.pl]airline cheap spirit ticket[/URL], [URL=http://398.overvaluation.az.pl]tomy afx vertigo slot cars[/URL], [URL=http://302.bribery.az.pl]student loan people kheslc[/URL], [URL=http://626.smooch.az.pl]how old to play slots in atlantic city[/URL], [URL=http://630.overvaluation.az.pl]charger thunderjet slot cars[/URL], [URL=http://626.chain.az.pl]airline ticket wholesale[/URL], [URL=http://44.chain.az.pl]cheap airline ticket to san diego[/URL], [URL=http://695.chain.az.pl]last minute airline ticket[/URL], [URL=http://126.bribery.az.pl]central florida loan officer licencing[/URL]
 9 Comment 09 2111
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 10-07-2008 04:10 , IP: 91.121.165.32
Hielloo , [URL=http://153.hornbeam.az.pl]airtran airline specials[/URL], [URL=http://22.defrost.az.pl]casino game rules 3 card poker[/URL], [URL=http://381.hornbeam.az.pl]midwest airline baggage restrictions[/URL], [URL=http://398.infarct.az.pl]drag racing 41 willy slot cars[/URL], [URL=http://768.bride-gift.az.pl]sterling silver figaro jewelry watches[/URL], [URL=http://625.cauda.pila.pl]airline ticket, europa[/URL], [URL=http://749.infarct.az.pl]free play for slot machines[/URL], [URL=http://221.cauda.pila.pl]mas airline ticket[/URL], [URL=http://404.cauda.pila.pl]airline ticket airtran[/URL], [URL=http://564.cauda.pila.pl]southwest airline ticket prices[/URL], [URL=http://181.hornbeam.az.pl]airline cargo jobs[/URL], [URL=http://541.hornbeam.az.pl]china airline 006[/URL], [URL=http://476.earlobe.az.pl]free online slots yahoo[/URL], [URL=http://276.infarct.az.pl]bally slot machines parts[/URL], [URL=http://687.cauda.pila.pl]ticket airline[/URL], [URL=http://98.defrost.az.pl]chicago bears poker chip card guard[/URL], [URL=http://9.hornbeam.az.pl]search british airways airline[/URL], [URL=http://637.infarct.az.pl]ruddix slot car controller[/URL], [URL=http://700.cauda.pila.pl]air tran airline ticket[/URL], [URL=http://179.defrost.az.pl]main event world series of poker participants[/URL]
 10 Comment 10 153
Written by このメールアドレスはスパムボットから保護されています。観覧するにはJavaScriptを有効にして下さい , on 10-07-2008 08:52 , IP: 91.121.165.32
Hielloo , [URL=http://234.histaminase.az.pl]xanax cod canada[/URL], [URL=http://1190.dung.az.pl]casino free online slots play[/URL], [URL=http://554.rheumatic.az.pl]casino poker chips manufacturer blue chip[/URL], [URL=http://9.dung.az.pl]updated 49er casino online casino no deposit bonus codes[/URL], [URL=http://501.gigabit.az.pl]mpllc 180 tramadol[/URL], [URL=http://1219.rheumatic.az.pl]the paris hotel and casino[/URL], [URL=http://538.rheumatic.az.pl]new casino royale soundtrack[/URL], [URL=http://376.gigabit.az.pl]180 tramadol tablets[/URL], [URL=http://419.rheumatic.az.pl]casino las slot vegas[/URL], [URL=http://524.histaminase.az.pl]xanax pills for sale without prescriptions[/URL], [URL=http://475.histaminase.az.pl]what is benzodiazepine valium xanax[/URL], [URL=http://376.histaminase.az.pl]xanax ativan dosage[/URL], [URL=http://1319.dung.az.pl]lodging near grand casino mille lacs in mn[/URL], [URL=http://765.gigabit.az.pl]buy tramadol cheap without a prescription[/URL], [URL=http://870.histaminase.az.pl]swollen face xanax overdose[/URL], [URL=http://532.histaminase.az.pl]xanax medication withdrawl syptoms[/URL], [URL=http://656.dung.az.pl]royal vegas casino deposit bonuses[/URL], [URL=http://51.gigabit.az.pl]the uses of tramadol hcl[/URL], [URL=http://438.gigabit.az.pl]addiction to tramadol withdrawals[/URL], [URL=http://1589.dung.az.pl]12 casino chips atlantic[/URL], [URL=http://1071.dung.az.pl]dream gear 12 in one plug n play casino game[/URL], [URL=http://691.dung.az.pl]bingo casino slot machines[/URL], [URL=http://1803.dung.az.pl]tropicana casino and hotel[/URL], [URL=http://1260.dung.az.pl]paris casino las vegas[/URL], [URL=http://505.histaminase.az.pl]no prescription xanax canada[/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/22 月曜日 11:02 )
 
< 前へ   次へ >

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