原创:coolcs
amsn这一款在linux下的Msn就不多介绍了,0.95版出来后加入了摄像头,在加上其文件传输功能,你还留恋于gaim么?
经过多天的搜索和尝试,终于在Fedora Core3里用上amsn了。其实安装amsn并run起来不难(不过我基本上从不能运行到能运行,不能输入任何字符到能输入英文,不能输入中文到能输入中文的问题都遇到了,还遇到程序段错误等等,也够衰的了),尤其是中文输入的问题是有点麻烦,因为开发amsn的语言是Tcl/tk, 对中文的支持不是太好,加之amsn-0.95需要tcl/tk 8.4以上支持,故以前jserv兄的tcl/tk 8.3 XIM patch不能用了,不过前几天他推出了一个diff,总算让偶找到了,活活。ok,闲话不多说了。
安装amsn的必要条件:
1.gcc之类编译工具必不可少,涉及相应类库,如果你在编译时出错,烦请自己上网搜相应的包安装.
2.tcl8.5a3-src.tar.gz
3.tk8.5a3-src.tar.gz 以上两个包都可以在tcl/tk的官方网站下载得到
4.amsn-0.95.tar.gz 这里需要说明一下,amsn.sourceforge.net上有很多amsn的版本诸如bin,rpm等,甚至有专为Fedora的rpm包,不过鄙人不推荐使用那些,在列表里选取“other”,下载amsn-0.95.tar.gz。
5. tk-cvs-xim-fixes.diff 下载地址http://jserv.sayya.org/tcl-i18n/tk-cvs-xim-fixes.diff (附言:感谢jserv大大对aMsn中文输入的贡献)
当获取这些文件后,我们将之放在/home目录下
为了造成不必要的困扰,先删除系统中自带的tcl和tk
[root@localhost ~]#rpm -qa|grep tcl
tcl8.4*****
[root@localhost ~]#rpm -e tcl
[root@localhost ~]#rpm -qa|grep tk
tk8.4*****
[root@localhost ~]#rpm -e tk
如果卸载tcl发现有其他安装包依赖于tcl,如果那些包不重要,就先删那些包,当然你也可以rpm -e --nodeps tcl卸载。
[root@localhost home]# tar xvzf tcl8.5a3-src.tar.gz
[root@localhost home]# tar xvzf tk8.5a3-src.tar.gz
在安装它们之前需要先进行diff打patch,命令很简单:patch -p0 < tk-cvs-xim-fixes.diff
不过为大家解析一下jserv大大的这个patch文件内容,这样理解起来大家更容易些,中文输入都是我说的话(针对Linux菜鸟,汗!其实偶也是菜鸟)
Index: generic/tkEvent.c
===================================================================
RCS file: /home/tk8.5a3/generic/tkEvent.c,v //遭修改的文件 tkEvent.c
retrieving revision 1.31
diff -u -p -r1.31 tkEvent.c
--- generic/tkEvent.c 4 Nov 2005 11:52:50 -0000 1.31
+++ generic/tkEvent.c 4 Jan 2006 06:31:19 -0000
@@ -449,8 +449,10 @@ InvokeInputMethods( //大概在449行左右的位置,在InvokeInputMethods方法里
XSetICFocus(winPtr->inputContext);
}
}
- if (XFilterEvent(eventPtr, None)) { // 删
- return 1; //删
+ if (eventPtr->type == KeyPress || eventPtr->type == KeyRelease) { //增加的内容
+ if (XFilterEvent(eventPtr, None)) { //增加
+ return 1; //增加
+ } //增加
}
}
return 0;
Index: unix/tkUnixEvent.c
===================================================================
RCS file: /home/tk8.5a3/unix/tkUnixEvent.c,v
retrieving revision 1.19
diff -u -p -r1.19 tkUnixEvent.c
--- unix/tkUnixEvent.c 7 Dec 2005 17:32:52 -0000 1.19
+++ unix/tkUnixEvent.c 4 Jan 2006 06:31:20 -0000
@@ -334,19 +334,22 @@ static void
TransferXEventsToTcl(
Display *display)
{
- int numFound;
XEvent event;
- numFound = QLength(display);
-
/*
- * Transfer events from the X event queue to the Tk event queue.
+ * Transfer events from the X event queue to the Tk event queue
+ * after XIM event filtering. KeyPress and KeyRelease events
+ * are filtered in Tk_HandleEvent instead of here, so that Tk's
+ * focus management code can redirect them.
*/
-
- while (numFound > 0) {
+ while (QLength(display) > 0) {
XNextEvent(display, &event);
+ if (event.type != KeyPress && event.type != KeyRelease) {
+ if (XFilterEvent(&event, None)) {
+ continue;
+ }
+ }
Tk_QueueWindowEvent(&event, TCL_QUEUE_TAIL);
- numFound--;
}
}
下面安装这些软件:
[root@localhost home]# cd tcl8.5a3
[root@localhost home]# cd unix
[root@localhost home]# ./configure --prefix=/usr \
--enable-gcc \
--disable-threads \
--disable-shared
[root@localhost home]# make clean
[root@localhost home]# make
[root@localhost home]# make install
[root@localhost home]# cd tk8.5a3
[root@localhost home]# cd unix
[root@localhost home]# ./configure --prefix=/usr \
--enable-gcc \
--disable-threads \
--disable-shared \
--enable-xft \
--disable-symbols
[root@localhost home]# make clean
[root@localhost home]# make
[root@localhost home]# make install
非常关键的两个link!!!
[root@localhost home]#ln -s /usr/bin/wish8.5 /usr/bin/wish
[root@localhost home]#ln -s /usr/bin/tclsh8.5 /usr/bin/tclsh
最后解压amsn-0.95.tar.gz
[root@localhost home]# tar xvzf amsn-0.95.tar.gz
[root@localhost home]# cd amsn -0.95
[root@localhost home]# ./configure --with-tcl=/usr/lib && make clean && make
最后运行amsn ,大功告成!
[root@localhost home]# ./amsn
190.0.76.* 于 2007-06-11 22:01:38发表:
d781311aa472e178d7e37d08e943169d http://problema-asus-v7700-nuova-scheda-madre.fkgkox.org/ http://pro-contro-legge-prodi-poligamia.ljiwrk.org/ http://video-calendario-2007-maddalena-corvaglia.cckzfi.org/ http://modulo-sta-cessata-attivita-inps.fkgkox.org/ http://differenza-tra-romanticismo-e-illuminismo.uoyrgt.org/ http://cura-malattia-reumatiche-ospedale-brescia.uoyrgt.org/ http://abbinamento-corte-appello-esame-avvocato.dtufrq.org/ http://albergo-hotel-economico-napoli-centro.fkgkox.org/ http://domanda-iscrizione-registro-revisori-contabili.fkgkox.org/ http://ww-l-eco-di-bergamo-it.ljiwrk.org/ 3ebbdc0c5c788c89d957115fc277340d
190.46.130.* 于 2007-06-10 21:49:02发表:
420b07c865d09f0f8e05ab29c030d9a7 http://prurito-in-tutto-il-corpo.oaxzml.net.in/ http://parco-nazionale-appennino-tosco-emiliano.ooqqld.net.in/ http://impossibile-caricare-l-estensione-mysql-br.kfxrfs.net.in/ http://finanziamento-favore-coop-tipo-b.mksqkw.net.in/ http://centri-benessere-alpe-di-siusi.kfxrfs.net.in/ http://vendita-immobile-procura-irrevocabile-vendere.ooqqld.net.in/ http://sito-ufficiale-the-texas-chainsaw-massacre.innltr.net.in/ http://vittoria-puccini-ragazza-san-frediano.kfxrfs.net.in/ http://abbigliamento-uomo-jeans-g-star.ooqqld.net.in/ http://volley-femminile-site-sport-msn-it.oaxzml.net.in/ 319dbbb4ab069a1bfb4a4d4d12c61dcd
201.249.9.* 于 2007-06-09 20:38:46发表:
3fcca3a099352569ce4a40427dd6f531 http://vendita-online-scatola-sacchetto-verona.hhknox.co.in/ http://blog.myspace.com/195752923 http://official-pamela-site.blogspot.com/ http://video-integrale-dell-impiccaggione-saddam.hhknox.co.in/ http://britney-official-site.blogspot.com/ http://blog.myspace.com/195751575 http://britney-official-site.blogspot.com/ http://britney-official-site.blogspot.com/ http://blog.myspace.com/196097962 http://hotel-cristina-isola-d-elba.pifljm.co.in/ 48c0bb0f30b00789fa1734f152bbea8f
81.172.57.* 于 2007-06-08 20:39:14发表:
d707fada2933082ec205c07a1e101fac http://cerchio-16-lega-audi-80-cabrio.qjgasd.org/ http://tutti-insieme-appassionatamente-edizione-speciale.pauhzy.org/ http://sciopero-venerdi-17-11-06.pauhzy.org/ http://coppa-italia-97-98-presenza.qjgasd.org/ http://mtv-music-awards-copenaghen-2006.pauhzy.org/ http://a-new-day-has-come-testo.qjgasd.org/ http://apprendimento-nuova-tecnologia-lavoro-gruppo.akermn.org/ http://foto-molto-privata-federica-t-nuda.akermn.org/ http://fregio-partenone-al-british-museum-londra.hwqegr.org/ http://172-21-97-2-presenza.mbxbva.org/ e44c2d91c99facb894d3b26e91151560
220.221.187.* 于 2007-06-07 23:09:44发表:
e6a4114fb51599fbdfbd530cf034f365 http://si-ma-dei-problema-col-pc.zouvtz.org/ http://corsi-formazione-professionale-abruzzo-2004.incgek.org/ http://elenco-punto-vendita-negozio-decathlon-livorno.ivrfxb.org/ http://istituto-europeo-di-design-a-cagliari.bzeitz.org/ http://servizio-ottimizzazione-neo-motore-ricerca.ivrfxb.org/ http://scuola-media-papa-giovanni-sava-taranto.tpfcwv.org/ http://mensile-roma-capitale-pag-105.lykglu.org/ http://corso-patente-nautica-provincia-napoli.kkwhbs.org/ http://corso-ambito-turistico-regione-emilia-romagna.kkwhbs.org/ http://pentagono-usa-stato-costruito-forma.kkwhbs.org/ 2e2f8656ca7971267ae7180fc612fe21
201.235.229.* 于 2007-06-07 01:52:51发表:
6e39dc8965ecfa7ffcd18a932228da54 http://volo-last-minut-ponte-immacolata.rwikgt.info/ http://una-storia-a-lieto-fine.vrnzgy.info/ http://ave-maria-schubert-testo-latino.vkzwxs.info/ http://bur-calabria-supplemento-n-14-206.dpydtd.info/ http://pubblicita-aprile-2005-opel-meriva.gjtkci.info/ http://ristorante-strada-vino-bolzano-matrimonio.vdamgw.info/ http://agenzia-immobiliare-di-san-marino.zjtbra.info/ http://valutazione-al-grammo-dell-oro.odkgrg.info/ http://atto-citazione-innanzi-al-giudice-pace.vkzwxs.info/ http://rischi-addetti-manovra-gru-ponte.vkzwxs.info/ 6dea66dd0952ca77d762129bda0df247
201.248.59.* 于 2007-06-06 04:46:14发表:
3fd9f28fa01f1aed7659969c98c15d3e http://sagra-sicilia-26-11-2006.lbvsgo.info/ http://morte-di-papa-giovanni-paolo-secondo.lbvsgo.info/ http://configurazione-mms-samsung-sgh-e380.duajwe.info/ http://trucco-segreto-gta-liberty-city-ps2.xaotvu.info/ http://non-ce-la-faccio-a.qwoucn.info/ http://pallavolo-piemonte-prima-divisione-torino.jknrtq.info/ http://cartografia-regione-marche-comune-sassoferrato.qirjux.info/ http://la-grande-guerra-il-film.duajwe.info/ http://tempo-pieno-2006-scuola-primaria.xaotvu.info/ http://cancelleria-giudice-di-pace-di.duajwe.info/ 11bac96dbb32ab2fd1a6f4018c996a56
201.254.108.* 于 2007-06-05 10:02:16发表:
4aa08f7a700984431e728140583382fc http://recensione-mezzanotte-cinque-bhopal.wkermn.info/ http://immagine-sacre-tovagliolo-decoupage.kbucdn.info/ http://modulo-rimborso-libro-scolastico-comune-guidonia.uyohtb.info/ http://lupo-mannaro-americano-parigi-scheda.dhvvfi.info/ http://traduzione-testo-tracy-chapman-m-yours.boixkk.info/ http://argenteria-chippendale.kbucdn.info/ http://parafrasi-la-caduta-giuseppe-parini.dhvvfi.info/ http://agility-attrezzo-dog.dvtuzm.info/ http://rivestimento-legno-varedo.boixkk.info/ http://centralino-heimo-plus.uyohtb.info/ 4080af707aca2bbb96231fb1b4743d28
88.2.186.* 于 2007-06-04 15:41:57发表:
1955e7ea0bc3a455124bf3dee71baa78 http://spartito-everything-i-do-brian-adams.nfvzoo.org/ http://trucco-soluzione-smackdown-vs-raw-2007.nfvzoo.org/ http://cerco-anima-gemella-all-estero.divuvu.org/ http://w-abbigliamento-usato-bambino-it.divuvu.org/ http://contratto-comodato-d-uso-locazione.divuvu.org/ http://video-sexy-amatoriale-scaricati-cellulare.divuvu.org/ http://programma-creare-musica-hip-hop.dqiqbg.org/ http://albergo-selva-val-gardena-fitness.divuvu.org/ http://foto-uomo-gay-si-fanno-pompino.dqiqbg.org/ http://negozio-gioco-usato-playstation-milano.nfvzoo.org/ e2344a7b53a49ae4d6fdb2a64dbf9945
84.18.16.* 于 2007-06-03 19:38:17发表:
4feb2bb956a066d6b93240f352e9271d http://nuovoducato2300130cvmeccanica.nlamku.org/creare-impresa-pulizzia/index.htm http://orologiobretling.akqcvy.org/brasolino/index.htm http://schemacavolptwindowscommander.beajbg.org/analogia-differenza-donna-dante-cavalcante-guinizzelli/index.htm http://recordatiamianto.inkrxe.org/gerusalemme-arabesque-restaurant/index.htm http://rubinettohansa.seyzuo.org/puntocasa-pinerolo/index.htm http://cralarabafenice.seyzuo.org/edicola-fabbro-collezionabili/index.htm http://cappottogiacconipiuminowoolrich.nlamku.org/levitra-consegna-contrassegno/index.htm http://cralarabafenice.seyzuo.org/cd-rom-quiz-patente-guida-multilingua/index.htm http://indirizzoosteopaticagliari.beajbg.org/portacorrispondenza-arda/index.htm http://startopiasoluzione.inkrxe.org/villaggio-baia-paraelios/index.htm 83869c431dabc6ba13fe3e3c64cc8ac5
201.212.141.* 于 2007-06-03 01:57:08发表:
de729d6133d2d0c14a8426ea49f57332 http://ieocellulastaminale.lskson.org/funerale-panto/index.htm http://abbronzaturaarese.ksibgs.org/carlo-alberto-tognazzoni/index.htm http://centrocefaleegrottaferrata.ksibgs.org/sospensione-eurizon-fideuram/index.htm http://giovanetteculolargo.ksibgs.org/liceo-linguistico-vimercate-vanoni/index.htm http://gallenoattilio.lskson.org/kontatto-via-andrea-costa/index.htm http://trullopasolini.shxghd.org/copridivano-happy-idea/index.htm http://94circolodidatticomontesacro.bdizoa.org/cecco-angiolieri-sonetto-xciv/index.htm http://gallenoattilio.lskson.org/kontatto-via-andrea-costa/index.htm http://clashnslashgratisscaricarefull.bdizoa.org/bioritmo-scienza-superstizione/index.htm http://faggiopollone.shxghd.org/aiutare-bambino-bomboniera-solidale-pergamena/index.htm 691e5261e7f26fe9bfca38d324fb1940
24.232.213.* 于 2007-06-02 05:08:26发表:
43c1d7cd1077d5cdea8e46a49ba923ac http://sugherificiomodena.nlamku.org/echo-motosega-prezzo/index.htm http://sugherificiomodena.nlamku.org/ricetta-torta-salata-ai-gamberetto/index.htm http://gattoplasmacellularelesioniorale.inkrxe.org/agriturismo-podere-lamaccia/index.htm http://lenticoloratacosmetiche.beajbg.org/centro-commerciale-arcobaleno-ariccia/index.htm http://patriciaecheveriafotogallery.seyzuo.org/trasalimenti-castelbasso-gabriele-pietro/index.htm http://startopiasoluzione.inkrxe.org/tipologia-catapulta-funzionamento/index.htm http://telaiobicilook386.akqcvy.org/cucina-giocattolo-scavolini-grand-soleil/index.htm http://saldarelinoleum.beajbg.org/link-http-fantasticiquattro-blogspot-com/index.htm http://colonnasonoremetroidprima.akqcvy.org/pkmworld-altervista-org/index.htm http://climatizzatoretcl.beajbg.org/cage-intersomatiche/index.htm 63aa5c5d6850cbd0ab7a0b3644130d9e
190.82.239.* 于 2007-06-01 11:40:46发表:
ea7970d321e939f53f159ada20ef1357 http://espressionismosecondopoggioli.leikrf.org/produzione-componente-meccanico-acciaio-sinterizzato/index.htm http://marcobrucknercamminifede.pdjkai.org/colleferro-aikido/index.htm http://berlinogasthauslentz.leikrf.org/cooperativa-ribes-ivrea/index.htm http://auguridibuoncomleanno.mljuyb.org/diario-viaggio-fondo-pagliara/index.htm http://skrikkianotizia.pdjkai.org/spot-pubblicitario-sweet-tears/index.htm http://sookyinleenuda.uzghnh.org/sosta-cortile-condominiale-veicolo-invalido/index.htm http://dizionarioelettronicopwe320.pdjkai.org/epf-fanfic/index.htm http://claudioparmigianilabirintovetro.leikrf.org/victory-vascello-foto/index.htm http://canalecinqueit.mljuyb.org/convivenza-more-uxorio-sorella-nubili/index.htm http://similigregoriocinematografo.pdjkai.org/matrice-isometriche/index.htm 5447788e0ee79eeca3d64876f41eb1cf
190.50.2.* 于 2007-05-30 03:33:38发表:
28f580f7db0c0da615da3b71168fcb54 http://ifrtox.org/borboleta/borboleta-jandaia.html http://wfcqxw.org/loja/loja-cd-brasilia.html http://mnopyi.org/musica/musica-toca-final-eliminacao-big-brother.html http://pegekq.org/site/site-horoscopo-gratis.html http://ovvkft.org/automax/automax-fiat.html http://mnopyi.org/empresa/empresa-manutencao-computador.html http://ovvkft.org/hotel/hotel-miramar-em-natal.html http://mnopyi.org/apostila/apostila-nero-vision.html http://pegekq.org/musica/musica-mazinho.html http://wfcqxw.org/hino/hino-da-harpa-crista-para-ouvir.html a91f06099d8916d08fc86aebeef191c8
82.226.82.* 于 2007-05-29 02:16:21发表:
1c6c8a81f3d2e71b8f9f8799a940bc18 http://xvqeoy.org/sofro/sofro-amor-banda-ar15.html http://grpytd.org/judeus/judeus-negros.html http://sxrzpn.org/santana/santana-de-parnaiba-com-br.html http://grpytd.org/supletivo/supletivo-segundo-grau-distancia.html http://lcitij.org/trabalho/trabalho-pesquisa-avc.html http://lcitij.org/solidificacao/solidificacao-da-agua.html http://lcitij.org/risco/risco-do-citotec.html http://xwqumn.org/torre/torre-gemias-estado-unidos.html http://grpytd.org/paraiba/paraiba-jovem.html http://lcitij.org/conceito/conceito-ativo-contabilidade.html ea84313ff4cf4b8bb8ec851c693c83a5
207.134.134.* 于 2007-05-28 10:24:01发表:
65b2bc9a10217208875405eaadae0ae5 http://grpytd.info/venda/venda-ofuro.html http://xvqeoy.info/site/site-ig-br-ww-meebo.html http://mnopyi.info/2/2-via-fatura-oi.html http://xvqeoy.info/game/game-shark-de-digimon-world-3.html http://pegekq.info/calca/calca-jeans-de-cintura-alta.html http://mnopyi.info/fabricar/fabricar-uma-bomba-caseira.html http://pegekq.info/melhore/melhore-seu-windows.html http://grpytd.info/lingeri/lingeri-nova-friburgo.html http://grpytd.info/principio/principio-principio-presuncao-legitimidade-conceito.html http://mnopyi.info/nova/nova-nr10.html 921da3b25f91ff5411abb8e73f72697f
80.217.162.* 于 2007-05-27 18:32:34发表:
a1626511c79062b7f1c84fa65f61a9bc http://ovvkft.info/gostosa/gostosa-peitao.html http://xwqumn.info/lulu/lulu-santos-letra.html http://sxrzpn.info/fantasia/fantasia-e-acessorio.html http://lcitij.info/validade/validade-do-visto-americano.html http://lcitij.info/armandinho/armandinho-juro-mp3.html http://lcitij.info/solucao/solucao-business-intelligence.html http://wfcqxw.info/blog/blog-atualizados-adolescente.html http://wfcqxw.info/drica/drica-saudade-amor.html http://ovvkft.info/homem/homem-aranha-jogo-on-line.html http://wfcqxw.info/foto/foto-do-time-do-santos.html 6d9dd05b81c19c63ae8e87cbbcfe2050
85.87.16.* 于 2007-05-27 02:44:57发表:
0150755523d65e1528a401ce7ffea323 http://mnopyi.info/w/w-tarsiladoamaral-br.html http://xvqeoy.info/cedade/cedade-rj-gov-br.html http://pegekq.info/foi/foi-encilhamento.html http://mnopyi.info/inforum/inforum-mu-versao-97-99.html http://ifrtox.info/artigo/artigo-reumatologia-espondilite-anquilosante.html http://xvqeoy.info/cintilografia/cintilografia-intestino.html http://ifrtox.info/mte/mte-br-denuncia-on-line.html http://grpytd.info/moeda/moeda-cruzados-novos.html http://ifrtox.info/caracteristicas/caracteristicas-colonia-povoamento.html http://ifrtox.info/participante/participante-bbb3.html 899833c87d41a40d77c99858b4681e10
201.244.253.* 于 2007-05-26 12:46:38发表:
85ff859358bdf20f381cfbbd8f3339b2 http://lcitij.info/jogo/jogo-ifa-gratis-computador.html http://sxrzpn.info/hospital/hospital-alfha-med.html http://sxrzpn.info/dimensao.txt/dimensao.html http://lcitij.info/desenvolvimento/desenvolvimento-fisico-da-crianca.html http://wfcqxw.info/bcrp/bcrp-pcarp-usp-br.html http://sxrzpn.info/consulta/consulta-de-multa-atraves-do-chassi.html http://lcitij.info/importancia/importancia-pratica-formacao-profissional-educacao-fisica.html http://sxrzpn.info/federacao/federacao-motocros.html http://xwqumn.info/curso/curso-corretor-seguro.html http://ovvkft.info/criando/criando-menus.html 3c6c60ce2277246c0f4063c97808fccb
201.245.232.* 于 2007-05-25 20:42:23发表:
cb3f3f914ef314d0b04ad896698fc86f http://toro-razza-piemontese-2006-it.qumpvr.org/ http://giuseppe-de-marco-studente-1983.pmdxoz.org/ http://piede-sperma-cazzo-piede-paola.lxcjch.org/ http://tariffa-sistema-sanitario-nazionale-1992.pmdxoz.org/ http://testo-l-alfabeto-di-tutti.qumpvr.org/ http://legge-27-febbraio-1989-n-62.sfmyzx.org/ http://gig-casa-cuore-cucciolo-cerca-amico.lxcjch.org/ http://traduzione-on-line-italiano-albanese.mbduev.org/ http://mostra-vaticano-16-novembre-2006.qumpvr.org/ http://luogo-di-culto-di-roma.lxcjch.org/ f4e92eaca3a0992e5377af9d5fb45ea4
200.44.204.* 于 2007-05-25 00:23:20发表:
c7217478e0d9f9762f048e818ac71c0b http://grande-guerra-itinerario-provincia-treviso.rsxmtx.org/ http://codice-devil-may-cry-3-ps2.rsxmtx.org/ http://terza-stagione-the-o-c.ikqtqu.org/ http://case-in-affitto-serravalle-langhe.lwozoc.org/ http://comune-russo-ravenna-home-page.rsxmtx.org/ http://7-marzo-2006-n-814.xrpkif.org/ http://delibere-basilicata-giunta-camera-commercio.lwozoc.org/ http://associazione-difesa-dei-diritto-animale.hgfrvc.org/ http://scheda-usb-2-0-3-2b1.ikqtqu.org/ http://hotel-seefeld-neo-pressi-casino.beoqvk.org/ 46517f671cf87061af6ace763c7eda9d
24.200.177.* 于 2007-05-24 08:07:58发表:
3d25a9fef3afec0d202444ad8fe8bd04 http://uomo-dio-uomo-diavolo-jacques-isorni.lxcjch.org/ http://analisi-del-sangue-del-progesterone.mbduev.org/ http://norme-di-sicurezza-impianto-elettrici.qumpvr.org/ http://manifattura-de-bernardi-s-p.qumpvr.org/ http://vangelo-illustrato-spiegato-ai-bambino.qumpvr.org/ http://trekking-itineranti-sentiero-eremo-eremo.itwasb.org/ http://google-motore-di-ricerca-italiano.mbduev.org/ http://testate-tutti-quotidiano-provincia-roma.nuusjq.org/ http://campionato-italiano-16-dicembre-2006.pmdxoz.org/ http://video-hard-brigitta-bulgari-diego-conte.pmdxoz.org/ 7798902e03c54f1db3af807b5937ee1b
83.38.114.* 于 2007-05-23 15:53:54发表:
e349c24aa0d4ab61b108f0cc3e1350ef http://street-majik.utwikd.net/2005-10-10.html http://oilfieldclassifieds.qsogkn.net/2005-08-28.html http://arizonatracktime.pbcqvd.net/2005-10-03.html http://dyinghorse.udxpzb.net/2005-08-13.html http://extradites.iuwexi.net/2005-08-27.html http://oilfieldclassifieds.qsogkn.net/2005-10-09.html http://tengani.smhiru.net/2005-09-12.html http://colgadero.pbcqvd.net/2005-08-02.html http://thepagegroupllc.utwikd.net/2005-09-15.html http://comfort-monster.ynfqkm.net/2005-08-18.html e7000c4d06986984b665ec9d15ae719a
84.121.213.* 于 2007-05-21 20:49:25发表:
43ea63a7c42665c04bab18d5d3f982cf http://tronisti-di-maria-de-filippi-it.osjckd.org/ http://guarda-on-line-video-porno.ynoxmw.org/ http://libretto-uso-manutenzione-yamaha-tzr-50.osjckd.org/ http://letti-a-castello-su-misura.nofnhx.org/ http://per-vedere-la-tv-su-internet.csapok.org/ http://san-diego-barone-s-trattoria-mare.shqsxs.org/ http://esempio-lettera-augurio-natale-aziendale.vzlvrv.org/ http://foto-gratis-ragazza-porca-al-mare.nofnhx.org/ http://legge-28-maggio-1981-n-286.vzlvrv.org/ http://accordo-ricchi-poveri-cocciante-battisti.csapok.org/ 417a8203d1b04948a6eb96aa4fb99866
84.2.71.* 于 2007-05-21 03:32:12发表:
8b01efb92ef0c442f52e20030639e560 http://strawhatproductions.iuwexi.net/2005-08-22.html http://bealsoverseas.ipnwxi.net/2005-09-06.html http://hyatt-villas.iuwexi.net/2005-10-02.html http://fobook.utwikd.net/2005-09-19.html http://sepenterprise.utwikd.net/2005-08-31.html http://chicagolatindancing.ynfqkm.net/2005-08-14.html http://ermaytekstil.smhiru.net/2005-07-14.html http://arizonatracktime.pbcqvd.net/2005-08-12.html http://extradites.iuwexi.net/2005-07-10.html http://fuckedamatuers.ynfqkm.net/2005-10-06.html b242eb585f2503f10c8eb79a53604d31
200.84.166.* 于 2007-05-18 07:26:22发表:
51ada91304dbb84fd4ef158a55faa42d http://scheda-libro-ultimo-dei-mohicani.ynoxmw.org/ http://chi-ha-scoperto-l-america.csapok.org/ http://video-hard-porno-gratis-ragazzina.csapok.org/ http://lettura-domenica-26-novembre-2006.ynoxmw.org/ http://cartuccia-compatibile-lexmark-z-601.ynoxmw.org/ http://roma-fontana-piazza-cinque-scole.ynoxmw.org/ http://albo-agente-immobiliare-mediazione-roma.osjckd.org/ http://trucco-soluzione-gta-liberty-city.csapok.org/ http://piu-bei-film-scaricare-gratis.vzlvrv.org/ http://trevi-tv-lcd-divx-1387-7.shqsxs.org/ af5e5529e610c2f14667e2377e4b1e8c
190.72.93.* 于 2007-05-16 21:55:39发表:
92f84a6324c70c129b27edbe7cd6a311 http://presente-san-francesco-cava-dei-tirreni.znuawz.name/ http://incentivi-acquisto-prima-casa-palermo.hfnghd.co.in/ http://giochi-d-azzardo-per-adulti.hfnghd.biz/ http://associazione-farmacisti-titolari-contabilita-fiscalita.znuawz.com/ http://appartamenti-affitto-isola-d-elba.hfnghd.biz/ http://win2000-pro-ita-key-coda.hfnghd.name/ http://campo-elettromatico-rischio-2003-normativa-regionale.znuawz.com/ http://statua-of-liberty-and-twin-towers.hfnghd.name/ http://codice-ps2-mortal-kombat-deadly-alliance.znuawz.name/ http://orario-dei-treno-lodi-milano.hfnghd.name/ c5b410f967c066628d7832ce0ac5b28e
190.72.93.* 于 2007-05-16 06:59:41发表:
cf498edc71490a5418db704e1688e288 http://franco-nero-garibaldi-sceneggiato-rai.fflnuc.com/ http://uragano-katrine.hzqpsj.com/ http://beviamo-vino-birra-alchool.fflnuc.co.in/ http://modellino-ferrari-330-gts.fflnuc.com/ http://mobilificio-antica-filanda.fflnuc.com/ http://brolo-messina-contatto-msn.hzqpsj.net/ http://aprire-file-pbf.fflnuc.net/ http://mesoterapia-ambulatorio-trento.fflnuc.net/ http://cerco-lavoro-cantalupo-sabina.fflnuc.name/ http://g-tosato-bellodi-nuovo-diritto.fflnuc.com/ e1c77cc030a7259f186177a086fb8a83
201.209.204.* 于 2007-05-14 22:55:57发表:
fe906070b3d5cd1b7ec1cfcb4b3c5909 http://sciopero-autobus-napoli-15-dicembre-2006.nvdset.biz/ http://galvani-s-r-cavaion-veronese.nvdset.name/ http://art-631-c-p-c.xjpled.co.in/ http://cheat-call-of-duty-grande-offensiva.xjpled.co.in/ http://hotel-condor-selva-di-val-gardena.nvdset.biz/ http://linguisti-teoria-matematica-comunicazione-shannon.nvdset.name/ http://sigla-cartone-animato-donna-ragno.nvdset.name/ http://vendita-casa-friuli-venezia-giulia.xjpled.biz/ http://testo-notte-prima-esame-venditti.xjpled.biz/ http://sito-foto-conoscere-amico-gratis-napoli.xjpled.name/ 8115d97afce6272748d3203e407b2c31
85.86.154.* 于 2007-05-14 11:34:11发表:
9437cb9fc8b7ad5a7f3935d1cec459ef http://carmen-opera-teatro-piccinni-bari.ujttwc.net/ http://bed-and-breakfast-come-aprire.ujttwc.name/ http://ambito-letterario-piazza-luogo-incontro-memoria.klkhba.biz/ http://calendario-europei-calcio-2004-portogallo.ujttwc.net/ http://video-della-canzone-di-avrile-lavigne.klkhba.co.in/ http://ingrosso-articolo-casa-regalo-zona-puglia.klkhba.name/ http://cartoon-store-corso-europa-avellino.klkhba.co.in/ http://protezione-civile-sezione-capranica-prenestina.klkhba.co.in/ http://grezzo-legno-mobile-grezzo-legno-mobile.ujttwc.net/ http://rapporto-tra-fede-e-ragione.ujttwc.biz/ b0aa8b27a8ec12b02be4055d7baf88c7
190.31.92.* 于 2007-05-13 22:45:05发表:
cd82e35cc0df07264e1c68e7d0d7fdc3 http://fac-simile-richiesta-avanzamento-livello.ctvbxm.biz/ http://borse-di-studio-per-scuole.ctvbxm.name/ http://scheda-audio-pc-amplificate-microfono.obuvie.co.in/ http://esibizione-coro-gospel-dicembre-2006-prato.ctvbxm.com/ http://sesso-scopata-pompino-inculata-gratis-free.ctvbxm.com/ http://american-pie-presenta-nudo-meta.ctvbxm.biz/ http://ricevitore-gps-blue-tooth-prezzo-migliore.ctvbxm.net/ http://costituire-societa-semplice-societa-capitale.ctvbxm.name/ http://age-of-empires-3-trucchi.ctvbxm.net/ http://scarica-emule-gratis-nuova-versione.ctvbxm.name/ a647f0935ac9b246ffd2471206f1cc7e
200.109.9.* 于 2007-05-13 10:32:13发表:
50889fa0af006935cacfa5d95e8a094b http://tre-uomo-e-una-culla.klkhba.biz/ http://comune-impegno-contratto-leasing-finanziario.klkhba.name/ http://adattatore-video-media-player-video-ipod.klkhba.name/ http://dio-creato-mondo-sette-giorno.ujttwc.name/ http://commenti-delle-sentenza-della-corte-costituzionale.ujttwc.biz/ http://mappa-usa-tomtom-sd-palmare.klkhba.biz/ http://hotel-villa-mon-repos-pescasseroli.ujttwc.com/ http://di-lucia-nei-promessi-sposi.klkhba.co.in/ http://alla-corte-del-re-sole.klkhba.biz/ http://estrazione-lotto-02-dicembre-2006.ujttwc.net/ 784faf42bbc6bc8e3eef9ef627ced6bc
84.125.197.* 于 2007-05-12 18:44:00发表:
7c2285093ab34e0f20be49c646510856 http://osservatorio-nazionale-sul-diritto-di-famiglia.fzjkno.net/ http://truchi-gioco-pc-patrician-3.sjuvcf.net/ http://appartamento-roma-breve-periodo-molto-economico.uqqaqa.info/ http://ww-referendum-istituzionale-2-giugno-1946.tpuskc.info/ http://ufficio-provinciale-del-lavoro-di-genova.tpuskc.info/ http://cancellare-indirizzo-di-posta-elettronica.sjuvcf.info/ http://stich-tema-nokia-scaricare-gratis.cbcmld.net/ http://video-completo-dell-impiccagione-saddam-hussein.jnonib.net/ http://azienda-macchina-lavorazione-plastica-ravenna.rfqhyn.net/ http://max-payne-2-sito-ufficiale.sjuvcf.net/ d9a31e90dfa815b241581cfa56f7d9b0
190.36.174.* 于 2007-05-12 04:16:01发表:
fca675d6bd4f7a584f1aa99c298e2639 http://ritorno-al-futuro-gioco-on-line.ycfrzc.info/ http://modellismo-simulatore-di-volo-gratis.wxkbfx.info/ http://produzione-minuteria-metallica-provincia-milano.wvnhzs.info/ http://lavoro-ingegnere-idraulico-provincia-lucca.wxkbfx.info/ http://suoneria-cellulare-siemens-c-60.avborz.net/ http://suoneria-nokia-3310-penso-sempre.lvrsgc.net/ http://sciopero-generale-17-novembre-2006-cgil.wsgcxb.info/ http://incontro-immediato-chat-tutti-numero.vuulyy.info/ http://scaricare-windows-mwdia-player-11.unhbej.net/ http://lampada-a-risparmio-energetico-philips.xhzpsl.info/ e851160535cf163ca98e2cabd77393d9
221.245.118.* 于 2007-05-10 14:36:42发表:
d930612beb71192dcd7645febfc86246 http://libro-il-richiamo-della-foresta.ycfrzc.net/ http://andamento-titolo-mariella-burani-ultimi-anno.sjrmzh.info/ http://dowload-video-gratis-tunnig-auto.uqqaqa.info/ http://alice-it-oggi-idex-html.sjrmzh.info/ http://la-storia-elena-di-troia.uaaxsj.info/ http://cuneo-and-lavoro-and-weekend.sjuvcf.net/ http://art-117-codice-della-strada.aqnfrs.net/ http://manuale-uso-e-manutenzione-ford-focus.ycfrzc.net/ http://offerta-lavoro-monfalcone-autista-patente-b.fzjkno.net/ http://auto-usata-mercedes-classe-s.cbcmld.net/ 6ea61d011241fc97c6cd95e85f270196
74.14.173.* 于 2007-05-09 04:46:42发表:
85ced09b9ed01be23271280f800ccffb http://pistola-ad-aria-compressa-co2-diana.vuulyy.net/ http://incidente-mortale-palermo-novembre-2006.drlrmm.info/ http://camillo-benso-conte-di-cavur.aqnfrs.info/ http://cerco-lavoro-neo-weekend-sera.drlrmm.info/ http://ccnl-1-4-1999-testo.wpktse.net/ http://si-cattura-mew-deoxys-lugia.vuulyy.net/ http://tiziano-ferro-sera-nera-lyric.bhjrbx.info/ http://forum-ford-fiesta-cerchio-lega.aphvga.info/ http://l-arte-astratta-dovrebbe-essere-goduta.aphvga.info/ http://direttiva-unione-europea-92-43.wpktse.net/ c30356c496a34fc36d31054e2275bbe2
219.190.40.* 于 2007-05-08 18:09:02发表:
d8f940d1dc0a4c88eca97568992a78fd http://gradirei-ricevere-dieta-rosanna-lambertucci.jnonib.info/ http://vendita-on-line-prodotto-dolciari.jnonib.info/ http://a-mia-moglie-umberto-saba.uyabmw.net/ http://telesystem-ts-1-av-music-box.uyabmw.net/ http://soluzione-tampone-acido-carbonico-anidride-carbonica.drlrmm.net/ http://biografia-porno-star-angelica-bella.jnonib.info/ http://affitto-zona-como-locale-ristorazione.drlrmm.net/ http://villaggio-residence-baia-delle-mimose.vkzzwe.net/ http://rimini-boutique-all-aria-aperta.uaaxsj.net/ http://legge-24-gennaio-1978-n-14.johlma.info/ ad9883469ac620e72a2c30c2417cb4d3
201.210.237.* 于 2007-05-08 04:13:09发表:
444addbe7ea60bbee728efd98b359f16 http://torcia-wolf-eye-caratteristica-tecnica.tpuskc.net/ http://lettera-di-disdetta-ad-un-associazione.esitxq.info/ http://la-gazzetta-dello-sport-motore.tpuskc.net/ http://lisa-or-germano-or-traduzione.drlrmm.info/ http://comune-di-selvazzano-dentro-it.zqxhac.net/ http://itis-progetto-abacus-programma-sistema.vuulyy.net/ http://prove-scritta-costruzione-esame-geometra.bhjrbx.info/ http://modulo-richesta-catalogo-vendita-corrispondenza.bhjrbx.info/ http://mare-doma-doma-mare-cantata.qncqss.net/ http://ballando-stella-ultimi-biglietto-estratti.wpktse.net/ 26ebd8669f82ff2d680fe0e97ba7427c
213.37.89.* 于 2007-04-17 20:33:16发表:
http://972bdf362b8e9ccaf6066a6116a60ca2-t.ghoiou0.info 972bdf362b8e9ccaf6066a6116a60ca2 http://972bdf362b8e9ccaf6066a6116a60ca2-b1.ghoiou0.info 972bdf362b8e9ccaf6066a6116a60ca2 http://972bdf362b8e9ccaf6066a6116a60ca2-b3.ghoiou0.info 196c3da0ce3e9a23267e7eab02ad2b11
蓝宝石 于 2006-04-04 19:56:30发表:
楼住高手啊,这么好的文章我收藏了,谢谢分享