1253318797 Q * trevorj Quit: just fooking face your problems already. 1253319526 Q * nenolod_ Quit: Leaving 1253319576 J * nenolod ~nenolod@petrie.dereferenced.org 1253321146 Q * Piet Quit: Piet 1253321922 J * Piet ~piet@659AACOOM.tor-irc.dnsbl.oftc.net 1253323625 Q * scientes Ping timeout: 480 seconds 1253325659 J * aj__ ~aj@e180195003.adsl.alicedsl.de 1253326078 Q * derjohn_foo Ping timeout: 480 seconds 1253326326 J * doener ~doener@i59F5718D.versanet.de 1253326431 Q * doener_ Ping timeout: 480 seconds 1253329217 J * saulus_ ~saulus@c135190.adsl.hansenet.de 1253329217 Q * SauLus Read error: Connection reset by peer 1253329225 N * saulus_ SauLus 1253329587 Q * aj__ Ping timeout: 480 seconds 1253331427 Q * ichavero_ Quit: This computer has gone to sleep 1253331450 Q * imcsk8 Quit: Leaving 1253334533 Q * hparker Ping timeout: 480 seconds 1253334872 J * blues_ ~blues@cpb105.neoplus.adsl.tpnet.pl 1253334993 Q * blues Ping timeout: 480 seconds 1253335352 Q * nkukard Quit: Leaving 1253339556 J * FireEgl FireEgl@173-16-9-10.client.mchsi.com 1253339557 J * thierryp ~thierry@home.parmentelat.net 1253340466 J * BenG ~bengreen@94-169-110-10.cable.ubr22.aztw.blueyonder.co.uk 1253340595 Q * BenG 1253342401 J * ghislainocfs2 ~Ghislain@LPuteaux-151-41-11-129.w217-128.abo.wanadoo.fr 1253344019 Q * balbir Read error: Connection reset by peer 1253344333 J * geb ~geb@earth.gebura.eu.org 1253344961 J * balbir ~balbir@122.172.35.92 1253345453 J * mxs_ mxs@p4FCC96BD.dip.t-dialin.net 1253345501 M * arekm Bertl_zZ: didn't crash yet here 1253345753 Q * mxs Ping timeout: 480 seconds 1253345970 J * lucrus ~papo@host-84-223-99-217.cust-adsl.tiscali.it 1253346189 P * lucrus 1253346676 Q * thierryp Quit: ciao folks 1253347464 Q * blues_ Quit: Reconnecting 1253347465 J * blues ~blues@cpb105.neoplus.adsl.tpnet.pl 1253348317 J * bonbons ~bonbons@2001:960:7ab:0:2c0:9fff:fe2d:39d 1253348829 J * takeru ~takeru@nttkyo119073.tkyo.nt.ftth.ppp.infoweb.ne.jp 1253350012 J * scientes ~scientes@174-21-136-187.tukw.qwest.net 1253350109 N * Bertl_zZ Bertl 1253350145 M * Bertl morning folks! 1253350931 J * lvpsh ~lvpsh@77.29.200.36 1253350956 M * lvpsh hello. 1253350962 M * lvpsh I need some help. 1253350981 M * lvpsh I have scrpit ehich wokrs on 2.6.22.19, but now don't 1253350993 M * lvpsh I have now this kernel 2.6.24.4-vs2.3.0.34 1253351000 M * lvpsh And when I executed I get this error. 1253351007 M * lvpsh can not change context: migrate kernel feature missing and 'compat' API disabled: Function not implemented 1253351018 M * lvpsh And I'munable to find such option to include in the kernel. 1253351029 M * lvpsh I use patched vanila kernel. 1253351031 M * lvpsh Thanks. 1253351084 M * lvpsh What I want is to execute this cat: /proc/virtual/105/limit 1253351090 M * lvpsh But in the log I see: 1253351096 M * lvpsh cat: /proc/virtual//limit: No such file or directory 1253351105 M * lvpsh It looks like it did not get the xid. 1253351118 M * lvpsh But whan I executhe the command manulay it get the xid. 1253351127 M * lvpsh It is a php based script/ 1253351202 M * Bertl hey, interesting choice of kernel .. anyway, your php script is doing what exactly? 1253351312 M * lvpsh I made a custom web based php script to reboot the VPS's. 1253351334 M * lvpsh So basicly you internet the VPS name in the web form. 1253351345 M * lvpsh And aftre this is executed: 1253351391 M * lvpsh $getvpsname = exec("/scripts/./getvpsname ".$vservername); 1253351412 M * lvpsh and in the getvpsname which is bash script I have this. 1253351430 M * lvpsh vserver-stat | grep $1 | awk '{print $8}' 1253351444 M * lvpsh And that how I get the vps name. 1253351456 M * lvpsh internet = enter 1253351523 M * Bertl well, that already explains it .. your script is very likely running as apache or http user, and only root is allowed to execute vserver-stat 1253351540 M * lvpsh $getvpsname=$_POST['textfield']; 1253351557 M * lvpsh This is wher I get the VPS name from the web hmtl form. 1253351564 M * lvpsh Oh yes. 1253351565 M * lvpsh :D 1253351571 M * lvpsh Any sugestion? 1253351606 M * lvpsh I'm not sure hoe secure is to allow apache to run vserver-stat 1253351607 M * lvpsh ..... 1253351617 M * Bertl well, you want to get the guest name from the name or what? 1253351624 M * Bertl from the context id? 1253351628 M * lvpsh Yes. 1253351637 M * lvpsh From the xid. 1253351654 M * lvpsh basicly I want to execute this. 1253351659 M * lvpsh jus a sec... 1253351749 M * lvpsh something like this..... 1253351756 M * lvpsh cat /proc/virtual/102/limit | grep RSS | cut -d ":" -f2 bla bla bla..... 1253351764 M * lvpsh but as apache... 1253351774 M * lvpsh this is how i get the memory usage... 1253351778 M * lvpsh But it is the same. 1253351781 M * lvpsh The same error. 1253351793 M * lvpsh Where I get this. 1253351794 M * lvpsh cat: /proc/virtual//limit: No such file or directory 1253351818 M * lvpsh I know it is little complicated...... 1253351825 M * lvpsh But I'm not so good in explaining. 1253351826 M * lvpsh :) 1253351832 M * Bertl (please use paste.linux-vserver.org for everything longer than 3 lines :) 1253351870 M * Bertl so, first, you can easily get the limits and similar from /proc/virtual even as 'normal' use 1253351873 M * Bertl *user 1253351914 M * Bertl second, if your unix permissions allow it, you can look for the name in the config files 1253351961 M * lvpsh I know but when I execute this as a root cat /proc/virtual/102/limit | grep RSS | cut -d ":" -f2 bla bla bla.... I get the desired result, but when the php script execute it I have this error. 1253351962 M * Bertl and finally, if you want to do any administrative stuff via your web frontend, you need to use suid root scripts/binaries to do that 1253351970 M * lvpsh cat: /proc/virtual//limit: No such file or directory 1253351974 M * lvpsh aha ok. 1253351980 M * lvpsh I waill considere this. 1253351983 M * lvpsh Thanks. 1253351988 M * Bertl you get that, because finding the context failed 1253351996 M * Bertl note the '//' in your failed command 1253352017 M * lvpsh Yeah, i know, that is the place where XID should be. 1253352018 M * Bertl if you use '102' between those slashes, your php script will work 1253352036 M * Bertl vserver-stat doesn't work as 'normal' unpriviledged user 1253352038 M * lvpsh That is the problem, that I use, but still I get the error. 1253352044 M * lvpsh ok. 1253352079 M * lvpsh Anyway one more questoion, why this 2.6.24.4-vs2.3.0.34/patch is still not official, it iw working for me without a problem. 1253352095 M * lvpsh And as I remember it is so lonk time in the development state. 1253352101 M * lvpsh Is it safe to use? 1253352557 M * Bertl that depends on your definition of 'safe to use' :) 1253352606 M * Bertl but I can assure you, that even bleeding edge patches (like for 2.6.31) which are tagged 'highly experimental' are used in production environments with good success 1253352650 M * blikz i cant get working 2.6.29 experimental vs+gr 1253352665 M * Bertl if you want stability and well tested patches, I'd suggest to stick with the stable branch ... 1253352678 M * lvpsh ok thanks. 1253352680 M * Bertl blikz: grsec is a completely separate issue, did you try without grsec 1253352681 M * lvpsh have a nice day. 1253352694 M * blikz Bertl: nope 1253352699 M * Bertl lvpsh: but note, 2.6.24 is not the best choice for experimental 1253352699 Q * lvpsh Quit: Leaving 1253352734 M * Bertl blikz: do so, maybe with 2.6.27.x (which is long term supported) or 2.6.30.x 1253352749 M * blikz but i want use grsec aswell ;< 1253352763 M * Bertl if you encounter any issues, let us know, they are considered a bug ... for grsec, you have to talk to harry 1253352789 M * blikz the latest and experimental patch is for 2.6.29 1253352828 M * Bertl testing without grsec is always a good thing if you have issues, if only to narrow down what patch is to blame ... 1253352877 M * Bertl for more recent grsec combos bug harry :) 1253352906 M * blikz hmm 1253352909 M * Bertl the latest experimental patch is for 2.6.31 1253352915 M * blikz grsec? 1253352916 M * blikz or vs? 1253352936 M * Bertl Linux-VServer of course, that's the name of the game here :) 1253352970 M * Bertl okay, have to leave now .. will be back later ... 1253352974 M * blikz where i can get it? on experimental release its only 1253352976 M * blikz 2.6.30.5 1253352985 M * Bertl http://linux-vserver.org/Template:MyTestTemplate 1253353007 M * blikz got it 1253353007 M * Bertl usual place, also linked on the wiki download page 1253353011 M * blikz thans Bertl 1253353035 M * Bertl np, if you have any issues with the Linux-VServer patch, let me know (i.e. simply past them on the channel) 1253353040 N * Bertl Bertl_oO 1253353394 M * harry bug me!! ): 1253353395 M * harry ;) 1253353420 M * harry Bertl_oO: how's the 2.6.30+ vserver patch stability/... doing? 1253353481 M * harry if it's ok, i'll spin a new patch coming week 1253353519 M * harry and maybe getting rid of some nasty bugs 1253353538 M * harry i'll have to look further into the vserver part too.. i think a whole review is in order there... 1253353546 M * harry (for the grsec inclusion part) 1253353591 M * harry anywya... off for now, since i'm all alone :'( 1253353592 M * harry :p 1253353634 M * blikz ;] 1253358772 Q * takeru Quit: takeru 1253362181 N * DoberMann[ZZZzzz] DoberMann 1253363083 M * Mr_Smoke hey there harry 1253363101 M * Mr_Smoke ah, too bad, nevermind 1253365980 J * takeru ~takeru@nttkyo719152.tkyo.nt.ftth.ppp.infoweb.ne.jp 1253367265 Q * takeru Quit: takeru 1253368273 M * blikz Bertl_oO: there? 1253369177 Q * balbir Ping timeout: 480 seconds 1253371528 M * harry Mr_Smoke: ? 1253371546 M * harry i'm here from time to time... just not very long times in irl 1253371551 M * harry so you can always pm me 1253371570 M * harry (if my system doesn't have a power failure, i'll get back :) 1253372071 J * nkukard ~nkukard@196.212.73.74 1253372524 J * takeru ~takeru@nttkyo719152.tkyo.nt.ftth.ppp.infoweb.ne.jp 1253372697 Q * SauLus Quit: ...something weird happened 1253372711 J * saulus ~saulus@c135190.adsl.hansenet.de 1253377159 M * FIChTe hey bertl, fs/proc/uptime.c has slightly changed in 2.6.30.7 1253377473 Q * takeru Quit: takeru 1253377679 J * Val ~val@v41.org 1253377685 M * Val hi 1253377845 M * Val Got an "fs/proc/uptime.c:25: error: implicit declaration of function ‘vx_vsi_uptime’" function ‘uptime_proc_show’ on compilation (arch=i366, debian source 2.6.30) with patch 2.6.30.6-vs2.3.0.36.14-pre8 1253377878 M * Val ... but not with a x86_64 arch target :-/ 1253378127 M * FIChTe ehm which debian source? 1253378135 M * FIChTe i even cant apply the patch 1253378153 M * FIChTe 2.6.30-7 ? 1253378277 M * Val yes 1253378286 M * Val same source version for me 1253378300 M * daniel_hozac you want to get vanilla kernels. 1253378311 M * daniel_hozac Debian kernels need patches tailored for them. 1253378333 M * Val i don't want vanilla kernel 1253378359 M * Val i want security support from Debian for my production servers 1253378379 M * Val even if my kernel is an old one (Debian) 1253378385 M * daniel_hozac if you're patching the kernel yourself, you don't have that anyway. 1253378403 M * Val yes, but i work for next Debian release 1253378421 M * Val hoping one day we got a proper vs enabled kernel in Debian 1253378455 M * Val i know you don't care about Debian kernels 1253378535 M * daniel_hozac so, fix the patch then. 1253378546 M * daniel_hozac customize it for your kernel. 1253378548 A * pmjdebruijn takes the opertunity to hint at 2.6.27.x (x=34 atm) 1253378563 M * pmjdebruijn Val: 2.6.27 is long time maintained, so you can get "security support" from GregKH :) 1253378578 M * Val pmjdebruijn: thanks 1253378677 M * pmjdebruijn Val: Debian is one of a few distro's (except maybe Slackware), where particularly few users actually use distro kernels :) 1253378691 M * pmjdebruijn s/except/including/ 1253379003 M * FIChTe it has nothing to do with debian kernels, the proc/uptime fix came from kernel maintainers 1253379005 M * FIChTe http://lkml.indiana.edu/hypermail/linux/kernel/0907.0/02202.html 1253379076 M * pmjdebruijn FIChTe: most likely that will end up in 2.6.27 as well 1253379137 M * daniel_hozac doubtful 1253379516 M * micah pmjdebruijn: i disagree, i know a lot of people use the distro kernels 1253380725 M * pmjdebruijn yeah 1253380743 M * pmjdebruijn micah: sure... 1253380755 M * pmjdebruijn but with other distro, almost everybody uses the distro kernels 1253382777 M * micah pmjdebruijn: do you have data to back up that assertion? 1253382866 M * pmjdebruijn micah: you mean, did I phone every possible Debian user on earth... no... 1253382943 M * pmjdebruijn I just know a lot of people who roll their own kernels on Debian... but don't on other distro's 1253382949 M * pmjdebruijn myself included 1253382970 M * micah pmjdebruijn: my experience is the opposite. i know very few debian people who roll their own kernels 1253382993 M * pmjdebruijn micah: but you do know people who roll their own with other distro's? 1253382995 M * micah maybe we cancel each other out :) 1253383018 M * micah sure, i know a few non-debian people who roll their own 1253383022 M * pmjdebruijn if folks don't have to skills to build their own kernels, they don't really have a choice :) 1253383025 M * micah but mostly I know debian people 1253383459 M * MooingLemur /nick GentooingLemur 1253383574 J * imcsk8 ~ichavero@189.155.65.128 1253384248 M * FIChTe and there are people who take the debian sources and build their own kernels for special purposes 1253384330 M * pmjdebruijn possibly 1253384396 M * pmjdebruijn I'm obviously a huge fan of the -stable kernel 2.6.16(.62) in the past, and now 2.6.27(.34) now 1253387835 Q * FireEgl Ping timeout: 480 seconds 1253388437 J * FireEgl Proteus@2001:470:e056:1:4::9 1253390490 N * karasz Rygel 1253390536 N * Rygel Dominar 1253391859 J * takeru ~takeru@nttkyo719152.tkyo.nt.ftth.ppp.infoweb.ne.jp 1253393398 J * mechant28 ~Jaaelani@202.96.159.221 1253393398 J * co_fine ~Cupank@test.dnsbl.oftc.net 1253393398 J * cwo_F4 ~BlackInNe@61.164.108.125 1253393398 J * andryy ~c0_33@218.7.191.182 1253393399 J * co_1818 ~COWO_GEDE@222.134.69.181 1253393399 J * neneksky ~co-mau@121.22.42.22 1253393399 J * Cari_IM2_Second ~C0_18_PNg@121.28.34.69 1253393399 J * Sapola ~co_renkar@219.159.199.34 1253393400 J * LoNDoNBabE ~hadimtp@218.56.21.226 1253393400 J * Education- ~mortifera@121.97.128.19 1253393401 J * LeRebel ~surya@60.208.78.226 1253393401 J * prez ~Pline@218.16.123.155 1253393401 J * belegug ~sweetleaf@60.10.134.103 1253393401 J * akhwat_santun ~c0___@120.118.254.248 1253393401 J * COcariCEdwsaTE2Kecil ~cwo_keren@218.5.18.252 1253393401 J * COWO_GEDE1 ~stivqc@222.170.106.202 1253393402 J * cow_t4_curhat ~ce_manja@196.3.167.37 1253393402 J * ADI-T ~koalaa@221.130.195.69 1253393402 J * ExpressOOOO`C0ffe3 ~Tau-maru@78.25.173.34 1253393402 J * yuga ~Black_Bos@210.83.81.2 1253393402 J * moel ~Guest8820@211.140.138.25 1253393402 J * exmud_bthceww_4fun ~M4Le_27@222.215.71.132 1253393403 J * NassGorr ~stivqc@201.45.142.178 1253393403 J * Co_sange18cm ~Om_dikant@221.2.144.135 1253393403 J * cwo__bersahabat ~LeD|oC@148.233.239.23 1253393405 J * co-jkt-bi ~ekki@123.108.103.70 1253393405 J * Cwok_dws_ajak ~Aaaanasta@121.12.249.207 1253393405 J * co_solo ~yuga@62.72.113.122 1253393405 J * kari ~co_fb_46@cm222-167-229-67.hkcable.com.hk 1253393405 J * citronade03 ~co_co_co@202.57.10.38 1253393406 J * ^Cow_BIasa ~co_coool@121.8.124.42 1253393406 J * ijase ~SHATTERR@61.148.115.250 1253393407 J * LHR^M^LHR ~prjonzy87@193.109.167.174 1253393407 J * cinta_mo_kocokin_cow ~Co_V-IXIO@061244157239.ctinets.com 1253393407 J * cO26jkt ~ridho_rif@82.145.240.37 1253393408 J * Delicius ~fruity-gi@61.134.60.254 1253393408 J * stiffmeister ~plantesse@91.198.227.49 1253393408 J * co_kuliah ~cwo_broad@cm61-10-79-75.hkcable.com.hk 1253393408 J * ervina_16 ~Guest3380@58.216.151.94 1253393408 J * Co-cr_cw_bayaran ~JLove@121.17.161.114 1253393408 J * ce_CANTIK_cR_YG_MW_TRNSFER_DUI ~Pasti@124.81.243.138 1253393409 J * C0_C00L ~lesbian_m@124.193.174.188 1253393409 J * boy_Jkt ~ce_ketemu@123.237.6.35 1253393409 J * Lumiled ~ticca@201.243.213.6 1253393409 J * c0_GANTENG_BERDUIT_bt_CR_aww ~c3_LuVLy@196.219.125.66 1253393409 J * RAMAAA ~Assuradda@71-44-16-216.net.bhntampa.com 1253393409 J * Alphore ~blue_lady@118.98.176.130 1253393409 J * david[de] ~nazi_a]@222.72.132.166 1253393410 J * looking_for_nice_girl_now ~co_naxxx@116.228.234.151 1253393411 J * Mat_ure ~c0_cr_ce_@222.134.69.181 1253393411 J * cari_agen ~Irma_Hot_@94.139.225.56 1253393411 J * wanita_dewasa_bth_tmn_pria_map ~co_cari_c@190.24.132.2 1253393411 J * Frenn ~Futee@219.150.227.101 1253393412 J * andreas_mks ~cew^72alo@187.9.120.99 1253393412 J * co_mapan_cr_ce ~c0_dws_cr@magnetictime.com 1253393414 J * SanMigLyt_M ~Co_kul_ma@200.204.62.49 1253393414 J * Gotan ~martin24@59.174.26.235 1253393415 J * lita_15 ~Zu|fi@c-68-46-19-168.hsd1.nj.comcast.net 1253393415 J * PRIA_MACHO_XXX ~a121eL@121.28.34.69 1253393415 J * Memen ~c0_stawbe@189.174.235.112 1253393416 J * AL7Up ~cwo_gante@62.243.224.179 1253393417 J * fatur ~Ce_George@122.200.52.124 1253393418 J * Tarzan_de_Ch ~Cowok_Vol@60.10.134.103 1253393418 J * DhimmEr ~cokulbdg_@78.26.163.184 1253393419 J * Valoux ~blue_lady@123.108.103.190 1253393419 J * joe_rock ~co_OL_YM_@195.62.15.177 1253393420 J * Gi_Ngenet_Aja ~Hiicham@125.41.181.59 1253393420 J * JHHY proxy@189-19-251-140.dsl.telesp.net.br 1253393421 J * phil\420 ~QUEEN_OF_@174.37.56.226-static.reverse.softlayer.com 1253393421 J * BAYBEEEE^_^BLUEE ~co_marcel@148.233.239.23 1253393422 J * cowok_18 ~KlausFuch@60.190.81.235 1253393423 J * andhy_nac-smapaht ~KORCH-awa@61-91-67-34.static.asianet.co.th 1253393423 J * kefin_aja ~plume``@125.46.73.45 1253393423 J * MINUL ~co_1818@61.164.108.125 1253393423 J * ce_berjilbab ~ayiesya_n@221.204.253.154 1253393423 J * CO-HOTManCariHORNYMarriedWomen ~ce_montok@119.8.232.7 1253393423 J * COWO_KERJA ~DoctorX29@218.25.99.135 1253393423 J * B1NTANG ~ce_basah_@210.83.81.2 1253393423 J * ftv ~SiantarMa@221.130.195.69 1253393424 J * [Man_KERJA_JKT] ~Asiachat@cm222-167-229-67.hkcable.com.hk 1253393424 J * _WISHmaster_ ~ce_CANTIK@121.22.42.22 1253393424 J * pinay_36 ~Andra_Cut@62.72.113.122 1253393424 J * cwok_cri ~andre^@mlsrj200152107p056.static.mls.com.br 1253393424 J * amie ~kari@200.195.66.162 1253393424 J * mit ~P]A]T]@189.109.46.210 1253393424 J * neneaa ~Delicius@220.173.107.19 1253393424 J * dimana ~Co_V-IXIO@200.165.107.60 1253393426 J * galnk ~MissAnthr@124.195.13.210 1253393427 J * _Bianca_ ~TEMP3R@62.243.224.179 1253393427 J * link_cute ~b0mb@59.108.224.191 1253393427 J * pjkbtuhduit ~cew_mblad@217.23.7.163 1253393427 J * co_fb_46 ~CO_HORNY_@193.145.218.8 1253393428 J * Co_kul_maranatha ~EhgY_co@61.134.60.254 1253393428 J * revclyde ~Man_cYbeR@061244157239.ctinets.com 1253393428 J * _ce_cerfie ~prjonzy87@CPE0018f37b38e8-CM001cea375ba6.cpe.net.cable.rogers.com 1253393429 J * crcebersuami ~Freak_Out@59.37.27.182 1253393430 J * pukey ~Dignity@189.122.195.179 1253393430 J * __jaimatadi__ ~Man_cYbeR@catv-80-99-214-239.catv.broadband.hu 1253393430 J * boyts ~penny^lan@201.243.213.6 1253393430 J * Denise_S2 ~Luke30@58.47.128.217 1253393430 J * co^gudel ~looking_f@187.6.209.146 1253393431 J * Kelana_Cinta ~admirateu@190.66.8.82 1253393431 J * ian09 ~cwo_crz36@187.49.217.2 1253393433 J * mau_enak ~jh4|||3s@148.223.118.196 1253393435 J * ce_sederhana ~No_Christ@202.115.194.78 1253393435 J * penny^lane ~jcp@116.228.234.151 1253393435 J * and1k4 ~joetheric@187.16.242.50 1253393436 J * sam0715 ~co_solo@189-31-143-218.pvoce301b.ipd.brasiltelecom.net.br 1253393436 J * MeCindy ~caleb32@189.122.2.124 1253393436 J * adiet_caem_cari_pacar ~cew_sexy@210.83.81.2 1253393438 J * bad2thebone ~jirin-cod@218.25.99.135 1253393438 J * nindKa_ ~CE_BTHKRJ@190.147.37.8 1253393439 J * shemale_lookin4 ~shine`@202.57.10.38 1253393439 J * angel_aja ~Pryde@200.139.78.114 1253393439 J * nurse_akbeth ~QcSFboy22@e106.dunet.com.br 1253393439 J * No_Bizar ~co_cr_ce-@124.81.243.138 1253393439 J * erar_li ~Alfred30@112.91.145.78 1253393439 J * cO_BdgLgNyaRi ~jual_jack@61.148.115.250 1253393439 J * fikriii_mu ~Gi_Ngenet@190.3.66.2 1253393439 J * piojo_karate ~malejkt@61-91-67-34.static.asianet.co.th 1253393439 J * vithz ~cO_baEq@201.73.45.70 1253393439 J * cwoq_cri ~co_______@200.63.17.162 1253393439 J * yangil30 ~LuCiFeR__@59.174.26.235 1253393439 J * c3_LuVLy ~klop@190.147.37.8 1253393439 J * nice_guyz ~galnk@201.48.87.177 1253393439 J * Chat_Sauvage ~cow_cr_es@222.170.106.202 1253393439 J * Wendat_28 ~unixcode@189.109.46.210 1253393440 J * tyo ~arki_guy@sv02.ourinhos.sp.gov.br 1253393440 J * Wingate1st ~Fahr@201.73.205.130 1253393440 J * dark_angel ~filloue@211.140.138.25 1253393440 J * co_300_serius ~Aandreita@80.72.235.132 1253393440 J * mBendol proxy@201-27-87-113.dsl.telesp.net.br 1253393441 J * co-papua-gede-panjang ~co_pSnTrE@200-161-117-104.dsl.telesp.net.br 1253393443 J * Andree ~^C0-Kerja@218.16.123.155 1253393444 J * Cupank ~tess_pret@121.28.34.69 1253393444 J * co_87 ~DA13@189.80.216.138 1253393445 J * Jakx ~sitampan@201.45.142.178 1253393445 J * Edras ~newtoblr@189-47-174-138.dsl.telesp.net.br 1253393445 J * G\e\e\k ~raditya_a@222.215.71.132 1253393445 J * CE_BTHKRJ ~makassar_@c-98-198-87-228.hsd1.tx.comcast.net 1253393446 J * BOLIHUANGGA ~Emo_Princ@74.55.45.34 1253393447 J * Invierno ~psikolog@212.6.39.179 1253393447 J * Bnt_aBohaa ~CO_DOYAN@202.96.159.221 1253393447 J * Disgruntled ~bo-yaa3go@62.72.113.122 1253393449 J * Sty|EsS ~Chat_Sauv@189.122.195.179 1253393449 J * aryo_ ~myla_23@77.104.239.1 1253393449 J * CO_LG_NGCOK_KONTL ~cwe_ml@189.122.2.124 1253393449 J * PrAyInG^EyEs ~CO_cibubu@121.14.148.145 1253393449 J * co_nyante ~MTLParty@60.190.81.235 1253393449 J * juliette40 ~fernando_@219.159.199.34 1253393449 J * Tueur_Vagin ~Om_Bayar_@124.237.86.62 1253393451 J * AnakAyam ~EroticMas@121.22.42.22 1253393453 J * Futee ~COWOK_MAN@CPE0018f37b38e8-CM001cea375ba6.cpe.net.cable.rogers.com 1253393453 J * stefygurl ~andrean@125.46.73.45 1253393454 J * co_fs_fb_ym ~cokulbdg_@189.43.210.173 1253393456 J * Ry4n_b3tE ~butchi_mo@190.3.66.2 1253393457 J * GentL3meL ~RUDDY_JKT@c-98-198-87-228.hsd1.tx.comcast.net 1253393457 J * Om_Mau_Jilmeq ~Cow_Dah_l@163.15.64.8 1253393459 J * meLL_InBndung_juohh ~cE_LiKe_b@116.228.234.151 1253393459 J * narra ~IcHanTiQu@test.dnsbl.oftc.net 1253393459 J * cinta_17 ~SillySand@test.dnsbl.oftc.net 1253393461 J * OM_45 ~cE_ucHulL@122.54.181.125 1253393465 J * agas ~om_cr_ce_@80.167.238.78 1253393465 J * mortifera ~Om_dikant@201.36.96.135 1253393465 J * DedY_jogJa ~link_cute@203.162.112.6 1253393465 J * zZzZ_bOys ~cow_oL@test.dnsbl.oftc.net 1253393465 J * StePH[G] ~DavidB__@202.54.61.99 1253393465 J * australian_male_makati ~co_pngn_k@proxy-ath.netone.gr 1253393466 J * [[Co_cr_tokedt]] ~BlackInNe@121.22.42.22 1253393466 J * Luc_Brien ~CE_BISPAK@host-212-18-24-46.customer.m-online.net 1253393466 J * [David]KS[Lee] ~Urania@212.116.219.172 1253393466 J * Oasis- ~GSTARR@212.62.110.20 1253393466 J * PEJANTAN_TANGGU ~PijatSens@212.116.219.112 1253393466 J * Tina78 ~Oasis-@200.204.62.49 1253393466 J * cE_imOoet ~DropB0t@212.12.160.48 1253393466 J * cO_baEq ~Co36thn_C@211.231.187.48 1253393466 J * pilat ~RUD1@190.147.37.8 1253393466 J * Glennn ~caseey`ca@201.65.136.10 1253393466 J * andrew_hung ~CE_clique@61.164.108.125 1253393467 J * Eurotrash ~Jim101@202.96.159.221 1253393467 J * ce_pengen_mas-mas ~MONGTOR@218.14.227.197 1253393468 J * Cepet_crCwe_bsyr ~Gamacca02@218.26.204.66 1253393468 J * cwoPplngskul_smk ~woww@62.72.113.122 1253393468 J * kMcJoe7274AG ~Co_mau_ng@200.66.85.218 1253393468 J * Betawi ~junky_`_]@211.142.24.122 1253393468 J * Co_Jazz_Cakepz ~CO_CR_CWe@195.207.15.79 1253393468 J * Putri_KoDoK ~SHATTERR@210.83.81.2 1253393469 J * Laki-Banget-Bisex-CrTeman ~andreas_m@58.56.87.2 1253393469 J * KanwaL ~Tan|a-aw@116.208.135.81 1253393469 J * Cwo_caRi_tmen ~sayid@cm61-10-79-75.hkcable.com.hk 1253393469 J * Co-AloNe ~co_mupeng@cm222-167-229-67.hkcable.com.hk 1253393469 J * loneguy ~co_1818@58.51.90.249 1253393469 J * Qwz ~CO_DOYAN@202.94.144.68 1253393470 J * ikki_jie ~AdieNDA@218.25.99.135 1253393470 J * VegePat29 ~dhiean^mo@196.219.188.94 1253393471 J * le_danseur44 ~jimmi_jan@196.219.18.34 1253393471 J * RUDDY_JKT ~Midna@80.167.238.78 1253393471 J * georges70 ~c3_usiL@r11lj141.net.upc.cz 1253393472 J * cew_16 ~sithaaa@189.59.236.20 1253393472 J * bLUe_man ~CUPLIS_fe@218.56.64.210 1253393472 J * ^^KONSELOR3_curhat ~rendang@202.123.231.66 1253393472 J * pRiNCEsS_89 ~ce_ketemu@218.241.238.141 1253393473 J * Andre_21_bdg ~koala@193.109.167.174 1253393474 J * Sry_86 ~MINUL@202.125.141.67 1253393476 J * tara_aja ~PAlopo_co@196.202.55.204 1253393478 J * ^Suami_35_jkt ~c0_bdg@test.dnsbl.oftc.net 1253393479 J * Laila^18 ~azn_dvl@test.dnsbl.oftc.net 1253393480 J * ardy_ ~^Anita20^@test.dnsbl.oftc.net 1253393481 J * Pangeran_cool ~kuwait_no@CPE0018f37b38e8-CM001cea375ba6.cpe.net.cable.rogers.com 1253393482 J * rrrrrr ~Anth0ny-@test.dnsbl.oftc.net 1253393483 J * cew_berteman ~Triple--@test.dnsbl.oftc.net 1253393484 J * DESPERATE_MAN ~masticato@196.221.149.12 1253393489 J * m_smart ~ce_lagi_t@189.105.70.182 1253393491 J * co_gres ~satria_pi@test.dnsbl.oftc.net 1253393492 J * Tazless ~jimmi_jan@test.dnsbl.oftc.net 1253393492 J * valerie_35fQ ~cwo_gante@test.dnsbl.oftc.net 1253393494 J * marc939 ~BE_NISM@61.134.60.254 1253393495 J * co_mau_tete_gd ~cari_butu@test.dnsbl.oftc.net 1253393495 J * co_my ~dark_ange@test.dnsbl.oftc.net 1253393495 J * CO-ASYIXX ~ce-gokilz@test.dnsbl.oftc.net 1253393498 J * Hanap_GF ~CUTEE-SI-@test.dnsbl.oftc.net 1253393500 J * mib_rk2njm ~belletoil@58.47.128.217 1253393500 Q * Pangeran_cool Read error: Connection reset by peer 1253393500 Q * Futee Read error: Connection reset by peer 1253393500 Q * _ce_cerfie Read error: Connection reset by peer 1253393503 J * co-nice ~pelangi_k@test.dnsbl.oftc.net 1253393506 J * aziezah_sabar ~JUAL_MOBI@116.228.234.151 1253393506 J * Co_Biasa_nyari_ce ~prjonzy87@58.47.128.217 1253393506 J * kuwait_no1 ~v_cky@121.8.124.42 1253393506 J * bikerman ~Gamacca02@61.19.213.83 1253393506 J * Hm_NOIR__ ~F^i^r^s^t@61.19.244.134 1253393506 J * jm_920 ~a121eL@59.37.27.182 1253393506 J * cow_libra ~DereckThe@web49.justhost.com 1253393507 J * C0_KTR_CR_CWE_T2_BIADAB_4ML ~Archange@218.69.16.74 1253393507 J * loache ~Emilie21@62.243.224.179 1253393507 J * ghgfh ~BAYBEEEE^@222.134.69.181 1253393507 J * raditya_asvi ~MTL@222.247.62.195 1253393507 J * gustavo_enrico ~pelangi_k@202.202.66.100 1253393507 J * Alone_In_Crowd ~co_chnz_2@061244157239.ctinets.com 1253393507 J * SELL_TOSHIBA_TABLET ~Aimen@vlad.azuria-servers.net 1253393507 J * NoHoper ~cW_GoWKiL@219.64.126.12 1253393507 J * jrockstar ~situs_bis@chud.free2b.cz 1253393507 J * Archange ~co_blank@122.200.54.42 1253393507 J * irma27891 ~mirchez@61.150.76.190 1253393508 J * ce_kul_need ~tyflede@200-168-87-17.dsl.telesp.net.br 1253393508 J * _qc_mec ~stefff@200.211.176.125 1253393508 J * CodeX ~jh4|||3s@190.66.8.82 1253393509 J * anime_manga ~Co_Bikers@cm222-167-229-67.hkcable.com.hk 1253393509 J * DpK_c0_cEpaK_19 ~Sty|EsS@201.244.123.226 1253393509 J * online-online proxy@wwsis.pl 1253393510 J * Berita ~latino071@200.204.62.49 1253393510 J * YK_POLOS ~LasKaR@cm222-167-229-67.hkcable.com.hk 1253393511 J * antangbo ~prjonzy87@200.35.34.26 1253393513 J * IcHanTiQue ~Wine@host172.200-43-141.telecom.net.ar 1253393517 J * co_jelekx ~Valeryy@test.dnsbl.oftc.net 1253393517 J * ce_manja ~cowk-pang@119.8.232.7 1253393518 J * Botax_bawah ~cew_berte@61.134.60.254 1253393518 J * c0_SMA ~gusan@test.dnsbl.oftc.net 1253393519 J * CWE_PS_NOW ~fikriii_m@061244157239.ctinets.com 1253393520 J * Melati ~grissou@test.dnsbl.oftc.net 1253393521 J * oupsillium ~c0___@195.229.62.157 1253393527 J * ^^Ady_PeNgeN_KeNyOT_ToKed ~Imut_obri@test.dnsbl.oftc.net 1253393529 J * co_stemcart ~jezzi@test.dnsbl.oftc.net 1253393529 J * aze ~CoChnCrTt@catv-80-99-214-239.catv.broadband.hu 1253393532 J * aN-Dy878 ~Tina78@test.dnsbl.oftc.net 1253393536 J * kaka_26_butuh_wanita ~co_kantor@80.167.238.78 1253393536 J * fmimiOQP ~sukroo@test.dnsbl.oftc.net 1253393538 J * CoW_CaRi_CeWe ~pakitachu@60.10.134.103 1253393538 J * cari_cechn_siapnikah ~ruby46f@ip-136-60.sn2.eutelia.it 1253393538 J * CeSlave ~aaderaai@host178-105-static.40-85-b.business.telecomitalia.it 1253393538 J * beaublack ~joetheric@222.74.200.2 1253393538 J * ZuRiP ~co_alvin@61.164.108.125 1253393538 J * ^C0-KerjaJKT ~Aimen@82.79.32.244 1253393538 J * Oddity ~Guest7066@cm61-10-79-75.hkcable.com.hk 1253393539 J * diantaranya proxy@82.150.165.146 1253393541 J * fevy ~plantesse@58.51.90.249 1253393541 J * pervers- ~Aashim@test.dnsbl.oftc.net 1253393541 J * Fahr ~assayu02@test.dnsbl.oftc.net 1253393542 J * waffles ~DereckThe@58.47.128.217 1253393543 J * BE_NISM ~ce28_CR_T@test.dnsbl.oftc.net 1253393544 J * lesbian ~HashLimoi@c-98-198-87-228.hsd1.tx.comcast.net 1253393545 J * laripagi ~sHAKe_iN_@test.dnsbl.oftc.net 1253393546 J * aaan ~COWO_GEDE@test.dnsbl.oftc.net 1253393549 J * GiSSeLLa ~Co_mapan_@201.244.123.226 1253393552 J * co_sprite ~co_stemca@test.dnsbl.oftc.net 1253393553 J * co_intimate_lelaki proxy@test.dnsbl.oftc.net 1253393554 J * israel-st\unnel ~^Anita^23@test.dnsbl.oftc.net 1253393556 J * caleb32 ~Bpk-31Brm@202.96.159.221 1253393556 J * She_Hante_ ~GAMBUS@116.10.198.42 1253393556 J * laline ~Hobiku_Du@121.22.42.22 1253393557 J * DoGGy_StyLe^ ~SIAPA@87.107.87.2 1253393557 J * ce_byrn_chinese_jkt ~co_mupeng@83.98.77.10 1253393557 J * PERINTIS ~idiiL@211.140.138.25 1253393559 J * PAlopo_co2CO ~aN-Dy878@200.66.85.218 1253393561 J * Steffy_CuTe17 ~co_solo@202.202.66.100 1253393566 J * Cwok_25th_4tante ~darney@test.dnsbl.oftc.net 1253393566 J * cowk-panggilan400rb ~Pria_Xcut@test.dnsbl.oftc.net 1253393567 J * coreblitz ~azn_dvl@58.47.128.217 1253393569 J * co_crcw ~DeadMoon@61.134.60.254 1253393571 J * Ce_langang ~co_chn_Bo@test.dnsbl.oftc.net 1253393571 J * ______|RIP| ~cwe_manis@test.dnsbl.oftc.net 1253393571 J * diva21 ~PijatSens@121.129.47.166 1253393573 J * c0-gebleg ~Mike40@201.36.96.135 1253393573 J * Speedy_bo ~harry@59.174.26.235 1253393573 J * Ce_ceJie_mks ~^Bad_Boy^@202.202.66.100 1253393573 J * ce_MuTz ~C0_0nl@test.dnsbl.oftc.net 1253393578 J * goodguy5 ~Valeryy@test.dnsbl.oftc.net 1253393580 J * far ~c0_bAGeuR@test.dnsbl.oftc.net 1253393580 J * sephya_muaniez ~cwoPplngs@77.104.239.1 1253393581 J * Co_Hotzzz ~ijase@58.51.90.249 1253393581 J * cowKESEPIANcakepLOHH ~malibu29@80.167.238.78 1253393581 J * BatBoy ~ce_mencob@test.dnsbl.oftc.net 1253393582 J * co-architect ~imutzzzzz@test.dnsbl.oftc.net 1253393586 J * PRIA_Macho_Mau_TETE_GEDE ~CO-ASYIXX@test.dnsbl.oftc.net 1253393586 J * co_in_here ~Wine@61.164.108.125 1253393587 J * cwe_manis ~Ce_Jual_J@87.236.199.73 1253393590 J * om_pengen ~DA13@222.72.132.166 1253393592 J * [[`ce_lagi_sakit_gk_skul`]] ~co_naxxx@test.dnsbl.oftc.net 1253393593 J * cw3 ~anie_pisc@58.51.90.249 1253393595 J * belok ~Amsterd4m@189-19-233-32.dsl.telesp.net.br 1253393595 J * JUAL_JAKET_BARCA_MU_CHELSEA_OR ~junky_`_]@test.dnsbl.oftc.net 1253393604 J * c0_bdg ~co_hot_jk@test.dnsbl.oftc.net 1253393606 J * co_vey_poe ~jen_21@c-98-198-87-228.hsd1.tx.comcast.net 1253393607 J * SiantarMan ~angel_aja@test.dnsbl.oftc.net 1253393611 J * sasuke ~co`jomblo@200.204.62.49 1253393611 J * anthy ~peterpan@test.dnsbl.oftc.net 1253393618 J * Co_Bikers_____ ~Co_Cr__JK@95.38.23.136 1253393619 J * [[c0_cri_fb_ym]] ~rhara@test.dnsbl.oftc.net 1253393619 J * Cowok_Volley ~Co_CHNJkt@222.74.200.2 1253393621 J * RiE_aLOnE ~tolll@test.dnsbl.oftc.net 1253393622 J * Co_chn_sk_jilat_toket-ce_jkt ~Keren_ne@test.dnsbl.oftc.net 1253393624 J * lazydogn80 ~le_chad@test.dnsbl.oftc.net 1253393626 J * doejer ~bayu_gant@test.dnsbl.oftc.net 1253393628 J * MikoMaLta ~cwe_pikun@193.109.167.174 1253393629 J * hotz_babez ~mikie@58.51.90.249 1253393632 J * Mike40 ~gay_siang@91.98.126.59 1253393634 J * Co_17_kerenzzzzzz ~cwo_Pgn_K@88.87.129.118 1253393637 J * caca ~co^gudel@58.47.128.217 1253393637 J * jirin-codet ~Guest1168@62.243.224.179 1253393638 J * om_tajir_cari_simpanan ~OM-35m-JK@189.14.68.130 1253393643 J * na_ra ~om_pengen@test.dnsbl.oftc.net 1253393643 N * sasuke Guest3048 1253393645 J * kyky ~Rhei@test.dnsbl.oftc.net 1253393646 J * Female-Dewasa ~co-18@test.dnsbl.oftc.net 1253393649 J * OM-Segerr ~kenala^n_@202.125.141.67 1253393654 J * co_gila ~co_26_jak@test.dnsbl.oftc.net 1253393654 Q * ExpressOOOO`C0ffe3 Max SendQ exceeded 1253393654 J * CO_Mau_nonton_sm_ce_jilbab ~c3w3_moet@test.dnsbl.oftc.net 1253393654 J * diisi_nama_anda ~BE_NISM@test.dnsbl.oftc.net 1253393654 J * mustang04 ~co_pngn_k@test.dnsbl.oftc.net 1253393654 J * CE_BISPAK_SMG ~primus01@test.dnsbl.oftc.net 1253393654 J * slipped ~Ari_cool@test.dnsbl.oftc.net 1253393654 J * CO_EXMUD ~EEATMEE@test.dnsbl.oftc.net 1253393654 J * cW_ViRgO ~c4h_kali@test.dnsbl.oftc.net 1253393654 J * cow_mapan_cr_ce ~co_solo@test.dnsbl.oftc.net 1253393657 J * AEGIS ~RIO_GANTE@58.47.128.217 1253393657 J * dCo0L ~junky\a]@test.dnsbl.oftc.net 1253393657 J * Amway09 ~PRIA^DEWA@test.dnsbl.oftc.net 1253393658 J * rick_25 ~Mec-BnD@test.dnsbl.oftc.net 1253393658 J * goodsamaritan ~Jipeng@test.dnsbl.oftc.net 1253393658 J * ^pHoLLene^ ~cinta_mo_@189.10.5.114 1253393658 J * Jim101 ~co_intima@test.dnsbl.oftc.net 1253393659 J * shadow-man25 ~fatur@124.195.21.244 1253393659 Q * Luc_Brien Read error: Connection reset by peer 1253393659 J * cow_ajh ~stivqc@test.dnsbl.oftc.net 1253393659 J * DimaS40 ~makassar_@test.dnsbl.oftc.net 1253393660 J * co_co_co ~C0_KTR_CR@210.83.81.2 1253393660 J * cw0_KuL_CKEPZ ~Robert_ga@test.dnsbl.oftc.net 1253393660 J * cwo_berduit ~TaijiAfk@test.dnsbl.oftc.net 1253393660 J * C-BoBo ~BlackInNe@test.dnsbl.oftc.net 1253393661 J * Mikaleee ~lila@test.dnsbl.oftc.net 1253393661 J * Konsultanpajak___cariklient ~co_malass@test.dnsbl.oftc.net 1253393661 J * Co_Trouble ~Emo_Princ@test.dnsbl.oftc.net 1253393661 J * C0_TiNgGi178cm ~sayid@test.dnsbl.oftc.net 1253393661 J * _DoM_ ~cantikz_m@test.dnsbl.oftc.net 1253393661 J * co_kantor ~DhimmEr@test.dnsbl.oftc.net 1253393661 J * emad28 ~c0_jakart@test.dnsbl.oftc.net 1253393662 J * shady_777 ~Pria_Xcut@test.dnsbl.oftc.net 1253393663 J * aRaLe ~le_danseu@test.dnsbl.oftc.net 1253393667 J * iccank ~sss_uk^^^@220.179.61.62 1253393667 J * The_Rev ~lee_7@190.1.137.102 1253393668 J * cwo_mau ~cE_19_cri@217.66.205.11 1253393668 J * Sask ~co_gres@212.80.4.224 1253393668 J * HUT_RI ~M4Le_27@80.148.23.25 1253393668 J * ||DITO|| ~phil\420@201.20.89.10 1253393668 J * bo-yaa3gob ~co-archit@test.dnsbl.oftc.net 1253393669 J * shadhows ~kaystee@222.127.147.83 1253393669 J * Aandreita__camara ~ayu23445@222.124.223.42 1253393670 J * co_Smg ~co_skxxx@test.dnsbl.oftc.net 1253393670 J * HITLER ~Co_kul_ma@test.dnsbl.oftc.net 1253393670 J * Om_Bayar_Serius ~SELL_TOSH@219.159.199.34 1253393671 J * cocinacam20 ~Lumiled@test.dnsbl.oftc.net 1253393672 J * mandira ~Sask@test.dnsbl.oftc.net 1253393672 J * lemec ~cwo_ngaja@117.20.54.177 1253393672 J * Ranger_koening ~Konsultan@test.dnsbl.oftc.net 1253393673 J * VRIPxTIME ~OM-35m-JK@test.dnsbl.oftc.net 1253393674 J * v_cky ~RiE_aLOnE@test.dnsbl.oftc.net 1253393674 J * co_insomnia ~co_coool@116.228.234.151 1253393674 J * F_no_money_no_honey ~Guest2782@test.dnsbl.oftc.net 1253393675 J * ce_alone ~EhgY_co@test.dnsbl.oftc.net 1253393676 J * Co36thn_Cr_Istri_Polwan ~KiRbY1x@9KCAAAM73.tor-irc.dnsbl.oftc.net 1253393677 J * Black_Boss ~nee_a@test.dnsbl.oftc.net 1253393679 J * co_19_gaue ~C0_021927@test.dnsbl.oftc.net 1253393679 J * co17_cr_tmn ~pras_19@77.104.239.1 1253393680 J * CO_DOYAN ~c0_JoMlO_@test.dnsbl.oftc.net 1253393686 J * eno_ce_loencha ~imranstie@test.dnsbl.oftc.net 1253393692 J * co-mau ~mirchez@124.193.174.188 1253393693 J * CO_HOTZ_BGT ~kusuma@61.134.60.254 1253393693 N * AEGIS Guest3049 1253393696 J * moccacino ~marc939@202.164.220.95 1253393699 J * suricate ~C0_ddku_l@80.167.238.78 1253393702 J * arki_guy ~pervers-@125.46.73.45 1253393703 J * LuCiFeR___ ~Gotan@62.243.224.179 1253393707 J * m2masahisto ~Konsultan@cm61-10-79-75.hkcable.com.hk 1253393711 J * XiNoN ~grig_58@test.dnsbl.oftc.net 1253393718 Q * c0_SMA Read error: Connection reset by peer 1253393719 Q * ^pHoLLene^ 1253393720 J * Mr_NorTy ~SELL_TOSH@test.dnsbl.oftc.net 1253393723 J * kenala^n_dong ~C0^Horni^@test.dnsbl.oftc.net 1253393723 J * co_jkt_27_chn_ ~agnez@test.dnsbl.oftc.net 1253393723 J * GarField- ~sSiSy_giR@test.dnsbl.oftc.net 1253393724 J * joey83 ~Manis_per@test.dnsbl.oftc.net 1253393725 J * andre_suka_tante2 ~NassGorr@test.dnsbl.oftc.net 1253393730 J * cutiegUy ~MikoMaLta@test.dnsbl.oftc.net 1253393731 J * sayid ~Vangella@test.dnsbl.oftc.net 1253393731 J * ce_tomboy_penempuh_rimba ~Cow_santa@test.dnsbl.oftc.net 1253393732 J * loenk ~phil\420@test.dnsbl.oftc.net 1253393747 J * FiveAlive ~malibu29@77.104.239.1 1253393748 J * Cool_Cute_Dude ~irvan@121.12.249.207 1253393748 J * irvan ~Mat_ure@62.72.113.122 1253393748 J * rHya3 ~MatureMan@test.dnsbl.oftc.net 1253393749 J * rfi_ ~Bnt_aBoha@test.dnsbl.oftc.net 1253393752 J * Guerrier24 ~cwe_cam_n@125.165.48.74 1253393753 Q * co_fs_fb_ym Max SendQ exceeded 1253393753 J * Cow_kece ~Valeryy@97.65.10.101 1253393755 J * naughty ~ButuhFree@test.dnsbl.oftc.net 1253393757 Q * CO_DOYAN 1253393763 J * mencari_ibu2_bisyar ~yangil30@201.244.123.226 1253393765 J * [iMMoRtaL] ~Andree@221.2.144.135 1253393769 J * cowo_biasa_25 ~andhy_nac@9KCAAAM99.tor-irc.dnsbl.oftc.net 1253393770 J * ce_akper ~Pangeran_@203.162.112.6 1253393786 J * Zu|fi ~the_BRAT@202.202.66.100 1253393798 J * LasKaR ~Awoman_Ca@test.dnsbl.oftc.net 1253393806 Q * co_stemcart Remote host closed the connection 1253393808 J * olsen05 ~billY_C@test.dnsbl.oftc.net 1253393811 Q * belok Read error: Connection reset by peer 1253393840 J * PinoyPride ~CoW_pLaT_@test.dnsbl.oftc.net 1253393840 J * ripcord ~lesbian_m@test.dnsbl.oftc.net 1253393849 J * vhy ~micael_go@061244157239.ctinets.com 1253393849 J * assayu02 ~reigga@62.243.224.179 1253393850 J * shine` ~ce_narsis@61.134.60.254 1253393852 J * coXXXjkt ~ruby46f@test.dnsbl.oftc.net 1253393852 J * yang_terlupakan ~jual_jack@222.66.47.115 1253393853 J * CO_CR_CWe ~ce_ketemu@test.dnsbl.oftc.net 1253393855 J * welt ~C0_KTR_CR@test.dnsbl.oftc.net 1253393857 J * No_Christ_Required ~pervers-@proxy-ath.netone.gr 1253393857 J * prjonzy87 ~cowo_jele@119.8.232.7 1253393857 J * Black_D ~c0_chn_si@test.dnsbl.oftc.net 1253393857 J * Ce_Georgeous ~ButuhFree@203.77.193.180 1253393858 J * grig_58 ~Aldana_32@58.51.90.249 1253393858 J * LANANG09 ~rick_25@test.dnsbl.oftc.net 1253393858 J * Sushmita ~Guest2911@200.37.25.251 1253393858 J * adyy ~emad28@200.223.178.122 1253393858 J * aarti ~Co_baek-b@219.157.200.19 1253393859 J * sithaaa ~cO_baEq@200.216.66.92 1253393859 J * irvand ~Guest7066@190.3.66.2 1253393860 J * jUstin|away ~tepos|gan@218.14.227.197 1253393860 J * co_blank ~Aandreita@212.62.110.20 1253393860 J * nevine1 ~jogja22@test.dnsbl.oftc.net 1253393860 J * jezzi ~co_stemca@host172.200-43-141.telecom.net.ar 1253393860 J * co_alvin ~cute_wome@200.49.211.8 1253393861 J * _ce_cerfie ~bo-yaa3go@61.134.60.254 1253393861 J * cr_cewk ~James79@test.dnsbl.oftc.net 1253393862 J * mariner ~CIBUBUR_C@200-206-175-66.dsl.telesp.net.br 1253393862 J * BONDjames ~cwo__bers@58.47.128.217 1253393863 J * ReadyGo ~co_kluarm@catv-80-99-214-239.catv.broadband.hu 1253393863 J * co_jomblo_lucu ~FREEEEK@200.96.157.178 1253393863 J * Futee ~co_ok@212.6.39.179 1253393864 J * cow_jmblw ~koalaa@test.dnsbl.oftc.net 1253393865 J * angel_baek_hati ~Gi_Ngenet@host-212-18-24-46.customer.m-online.net 1253393865 J * KLik ~plantesse@190.66.8.82 1253393865 J * Gordy ~angel_bae@213.241.253.36 1253393866 J * Pangeran_cool ~QUEEN_OF_@94.139.224.49 1253393866 J * eduuu ~cari_cech@116.228.234.151 1253393867 J * BlaDe_33 ~Co_mau_ng@59.174.26.235 1253393867 Q * FiveAlive autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:47) 1253393867 Q * co17_cr_tmn autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:47) 1253393867 Q * sephya_muaniez autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:47) 1253393867 Q * aryo_ autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:47) 1253393868 J * stiv33 ~Jack_JKT@test.dnsbl.oftc.net 1253393868 J * aL^3NeeD ~Band_cari@61.148.115.250 1253393868 J * gusan ~ardhee@212.116.219.172 1253393868 J * Kirana ~stivqc@212.116.219.112 1253393868 J * Dakota_Moss ~mit@195.207.15.79 1253393869 J * MatureMan_lookingfor_MatureWom ~TOnDiieuE@78.83.29.89 1253393869 J * andrei_marelli ~cow_gede@60.190.81.235 1253393869 Q * ripcord autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:49) 1253393869 Q * irvan autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:49) 1253393869 Q * Cool_Cute_Dude autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:49) 1253393869 Q * cwoPplngskul_smk autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:49) 1253393869 Q * Disgruntled autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:49) 1253393869 Q * pinay_36 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:49) 1253393869 Q * co_solo autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:49) 1253393869 Q * Cwok_dws_ajak autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:49) 1253393869 J * couwo ~cari_butu@test.dnsbl.oftc.net 1253393870 J * Hpii_cHat ~ce28_CR_T@test.dnsbl.oftc.net 1253393871 J * cwo_Pgn_Ktmuan ~ce_matrE@121.8.124.42 1253393871 J * Skull_ ~MatureMan@218.56.64.210 1253393871 J * Alex_chn_lg_kesepian ~JUAL_JAKE@test.dnsbl.oftc.net 1253393871 Q * mencari_ibu2_bisyar autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:51) 1253393871 Q * Guerrier24 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:51) 1253393871 Q * F_no_money_no_honey autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:51) 1253393871 Q * GiSSeLLa autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:51) 1253393871 Q * aN-Dy878 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:51) 1253393871 Q * DpK_c0_cEpaK_19 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:51) 1253393872 J * Manis_perry ~ce_perhat@test.dnsbl.oftc.net 1253393872 J * ce_maniest ~peter576@test.dnsbl.oftc.net 1253393872 J * A---1---A ~horney@test.dnsbl.oftc.net 1253393873 Q * pjkbtuhduit Read error: Connection reset by peer 1253393873 J * MiDniTe ~ghgfh@test.dnsbl.oftc.net 1253393873 Q * ce_akper autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:53) 1253393873 Q * [iMMoRtaL] autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:53) 1253393873 Q * DedY_jogJa autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:53) 1253393873 Q * Co_sange18cm autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:53) 1253393873 Q * She_Hante_ Read error: Connection reset by peer 1253393873 J * co_bth_ce ~cup_cup@87.226.120.67 1253393874 J * koukouMTL ~Putri_KoD@test.dnsbl.oftc.net 1253393874 J * BOLERO`Koh ~l1nd4@test.dnsbl.oftc.net 1253393874 J * utauu ~Jake_C00L@test.dnsbl.oftc.net 1253393875 J * DropBot ~amanda2u@test.dnsbl.oftc.net 1253393875 J * cowo_megapro ~pelangi_k@213.231.147.68 1253393876 Q * Zu|fi autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:55) 1253393876 Q * Ce_ceJie_mks autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:55) 1253393876 Q * Steffy_CuTe17 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:55) 1253393876 Q * gustavo_enrico autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:55) 1253393876 Q * co_kantor autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:55) 1253393876 J * RoTTweiLeR ~co_btuh@94.139.225.56 1253393877 Q * assayu02 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:57) 1253393877 Q * vhy autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:57) 1253393877 Q * LuCiFeR___ autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:57) 1253393877 Q * jirin-codet autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:57) 1253393877 Q * CWE_PS_NOW autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:57) 1253393877 Q * Alone_In_Crowd autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:57) 1253393877 Q * loache autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:57) 1253393877 Q * revclyde autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:57) 1253393877 Q * _Bianca_ autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:57) 1253393877 Q * AL7Up autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:57) 1253393877 Q * cinta_mo_kocokin_cow autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:57) 1253393878 J * co_malassbanget ~moel@test.dnsbl.oftc.net 1253393878 J * the_BRAT ~XiNoN@test.dnsbl.oftc.net 1253393878 J * JaNDa ~yuke_07@222.215.71.132 1253393879 Q * _ce_cerfie autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:59) 1253393879 Q * shine` autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:59) 1253393879 Q * CO_HOTZ_BGT autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:59) 1253393879 Q * v_cky autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:59) 1253393879 Q * co_crcw autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:59) 1253393879 Q * Botax_bawah autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:59) 1253393879 Q * marc939 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:59) 1253393879 Q * Ranger_koening autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:59) 1253393879 Q * Co_kul_maranatha autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:59) 1253393879 Q * Delicius autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:57:59) 1253393880 J * co-keren ~jual_treo@219.64.126.12 1253393880 J * tyflede ~resmea@test.dnsbl.oftc.net 1253393881 J * ce_mw ~Wendat_28@test.dnsbl.oftc.net 1253393881 J * ANDRI_CHN_HAVING_FUN ~XSHOP@test.dnsbl.oftc.net 1253393881 J * Mr-Lonely ~cari_butu@test.dnsbl.oftc.net 1253393882 J * MisS_gOkIeL ~Pryde@test.dnsbl.oftc.net 1253393882 J * pim ~Co_Jkt_Cr@test.dnsbl.oftc.net 1253393882 J * ce_phonesexnow ~cow_tmn_c@test.dnsbl.oftc.net 1253393883 J * Aldana_32Cal ~CO-ASYIXX@test.dnsbl.oftc.net 1253393883 J * OM-35m-JKT-TAJIR ~Adiib@test.dnsbl.oftc.net 1253393884 J * phita ~stiv33@125.46.73.45 1253393884 J * Cow_Dah_lama_gak_gituan ~co_kul_ca@test.dnsbl.oftc.net 1253393886 J * SillySandra ~megan20@212.12.160.48 1253393887 J * E3FeeNi ~Co-AloNe@test.dnsbl.oftc.net 1253393888 J * Ria^Cantik ~m_23jkt@80.167.238.78 1253393888 J * Catherine_ ~cute-me@222.247.62.195 1253393888 J * Ryuk24 ~wynn_alva@121.8.124.42 1253393889 J * ruby46f ~ReadyGo@test.dnsbl.oftc.net 1253393889 J * co_btuh ~tyo@test.dnsbl.oftc.net 1253393891 J * di-jual-anion-500rb-1set ~bayu_gant@116.228.234.151 1253393891 J * grissou ~Co_CaRi_C@201.243.213.6 1253393891 J * co_pngn_kehangatan ~co_kana@test.dnsbl.oftc.net 1253393892 J * DeadMoon ~typ0@201.36.96.135 1253393892 J * Ce_Jual_Jaket_Co_jakarta ~jk26@static-a21.Ufa.golden.ru 1253393893 J * cwe_ml ~masticato@test.dnsbl.oftc.net 1253393893 J * GareNx ~DA13@201-75-8-7-ma.cpe.vivax.com.br 1253393893 J * ayu23445 ~c0_sChoOl@60.12.190.58 1253393894 J * man_romantic ~doel@58.51.90.249 1253393897 J * kept ~Noe@200.66.85.218 1253393898 J * seSha ~masticato@202.94.144.68 1253393898 J * RUD1 ~Simon-31@test.dnsbl.oftc.net 1253393899 J * CO-muslim ~WaRBrOThE@test.dnsbl.oftc.net 1253393899 J * OM____Baik ~manist@41.196.183.58 1253393899 J * mega20 ~alexxxx15@212.74.233.43 1253393899 J * CO_DOYAN ~situs_bis@test.dnsbl.oftc.net 1253393900 J * mirchez ~neneaa@222.66.47.115 1253393901 J * Pryde ~Konsultan@test.dnsbl.oftc.net 1253393901 J * v_cky ~Un|TeD@87.226.120.67 1253393903 J * a121eL ~Aim_ObHeL@test.dnsbl.oftc.net 1253393904 Q * kept Remote host closed the connection 1253393904 Q * Sushmita Remote host closed the connection 1253393904 Q * LANANG09 Remote host closed the connection 1253393904 Q * KLik Remote host closed the connection 1253393904 Q * Black_D Remote host closed the connection 1253393904 Q * MatureMan_lookingfor_MatureWom Remote host closed the connection 1253393904 Q * co_bth_ce Remote host closed the connection 1253393904 Q * sithaaa Remote host closed the connection 1253393904 Q * couwo Remote host closed the connection 1253393904 Q * A---1---A Remote host closed the connection 1253393904 Q * adyy Remote host closed the connection 1253393904 Q * irvand Remote host closed the connection 1253393904 Q * DropBot Remote host closed the connection 1253393904 Q * aarti Remote host closed the connection 1253393904 Q * Manis_perry Remote host closed the connection 1253393904 Q * Aldana_32Cal Remote host closed the connection 1253393904 Q * Ce_Jual_Jaket_Co_jakarta Remote host closed the connection 1253393904 Q * mirchez Remote host closed the connection 1253393904 Q * utauu Remote host closed the connection 1253393904 Q * Ryuk24 Remote host closed the connection 1253393904 Q * phita Remote host closed the connection 1253393904 Q * Mr-Lonely Remote host closed the connection 1253393904 Q * Pryde Remote host closed the connection 1253393904 Q * co_pngn_kehangatan Remote host closed the connection 1253393904 Q * co_alvin Remote host closed the connection 1253393904 Q * Cow_Dah_lama_gak_gituan Remote host closed the connection 1253393904 Q * co_jomblo_lucu Remote host closed the connection 1253393904 Q * Alex_chn_lg_kesepian Remote host closed the connection 1253393904 Q * cwe_ml Remote host closed the connection 1253393904 Q * mariner Remote host closed the connection 1253393904 Q * DeadMoon Read error: Connection reset by peer 1253393904 Q * GareNx Read error: Connection reset by peer 1253393904 Q * jezzi Remote host closed the connection 1253393904 Q * Futee Remote host closed the connection 1253393905 J * Paperpunch ~Ray_g_kna@CPE0018f37b38e8-CM001cea375ba6.cpe.net.cable.rogers.com 1253393905 Q * BONDjames autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:25) 1253393905 Q * Guest3049 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:25) 1253393905 Q * caca autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:25) 1253393905 Q * coreblitz autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:25) 1253393905 Q * waffles autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:25) 1253393905 Q * Co_Biasa_nyari_ce autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:25) 1253393905 Q * mib_rk2njm autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:25) 1253393905 Q * Denise_S2 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:25) 1253393905 Q * co_gila autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:25) 1253393905 Q * Melati Read error: Connection reset by peer 1253393906 Q * Hpii_cHat Remote host closed the connection 1253393906 Q * stiv33 Remote host closed the connection 1253393906 J * co_LgSuntuk_bgtJKsDpk ~naziaa]@test.dnsbl.oftc.net 1253393907 J * cO_emm ~Cow_suka_@189.122.2.124 1253393907 Q * ReadyGo autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:27) 1253393908 Q * aze autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:27) 1253393908 Q * __jaimatadi__ autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:27) 1253393908 J * ADEERAI ~ce_Free-s@203.150.228.136 1253393909 Q * angel_baek_hati autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:29) 1253393909 Q * Invierno autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:29) 1253393909 J * gund ~cute-me@test.dnsbl.oftc.net 1253393911 J * georgy_butler ~ino_crz36@test.dnsbl.oftc.net 1253393911 J * fida_jelex ~DEDEX@test.dnsbl.oftc.net 1253393911 Q * Gordy autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:31) 1253393911 Q * CodeX autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:31) 1253393911 Q * Kelana_Cinta autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:31) 1253393912 J * natalie`` ~C0_18_PNg@test.dnsbl.oftc.net 1253393913 Q * di-jual-anion-500rb-1set autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:33) 1253393913 Q * eduuu autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:33) 1253393913 Q * Pangeran_cool autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:33) 1253393913 Q * co_insomnia autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:33) 1253393913 Q * fmimiOQP autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:33) 1253393913 Q * aziezah_sabar autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:33) 1253393913 Q * meLL_InBndung_juohh autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:33) 1253393913 Q * penny^lane autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:33) 1253393913 Q * looking_for_nice_girl_now autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:33) 1253393914 J * cowo_jelek_banget ~koukouMTL@test.dnsbl.oftc.net 1253393915 Q * BlaDe_33 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:35) 1253393915 Q * Speedy_bo autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:35) 1253393915 Q * yangil30 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:35) 1253393915 Q * Gotan autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:58:35) 1253393915 J * agnez ~CE_BISPAK@59.37.27.182 1253393916 J * SIMON_BGR ~Sharny@test.dnsbl.oftc.net 1253393919 J * Anth0ny- ~fevy@200.204.62.49 1253393919 J * dp2 ~^Anita^23@test.dnsbl.oftc.net 1253393920 J * c0_arabian ~co_leo@218.16.123.155 1253393921 J * LadyRain ~zibeon@94.139.225.56 1253393924 Q * co_fine Read error: Connection reset by peer 1253393925 J * cW_GoWKiL ~tasya_Luv@217.23.7.163 1253393925 J * TaijiAfk ~Guest3887@91.92.165.253 1253393926 J * Cow_santai ~Co_Kerja_@193.145.218.8 1253393926 J * ^cochn_single_mapan^ ~CoChnJkt@e106.dunet.com.br 1253393926 J * Sponge_B_B ~RiE_aLOnE@82.87.14.3 1253393927 J * irvan ~Andra_Cut@test.dnsbl.oftc.net 1253393927 J * cwo_crz36 ~lila@221.2.86.54 1253393929 J * laki_gede ~coreblitz@c-98-198-87-228.hsd1.tx.comcast.net 1253393930 Q * ADEERAI Remote host closed the connection 1253393930 Q * cwo_F4 Remote host closed the connection 1253393932 J * Jake_C00L ~cowKESEPI@94.124.221.243 1253393932 J * ardhee ~Pangeran_@202.115.194.78 1253393934 J * ZOE`S ~budi37@218.16.123.155 1253393935 J * Dominik35 ~Cow_suka_@58.56.87.2 1253393936 J * mencari_ibu2_bisyar ~Cwok_25th@test.dnsbl.oftc.net 1253393937 J * peter576 ~Zu|fi@test.dnsbl.oftc.net 1253393937 J * LeD|oC ~Freak_Out@202.164.217.243 1253393939 J * Assuradda ~mau_enak@220.179.61.62 1253393940 J * mariner ~GentL3meL@87.226.120.67 1253393942 J * [P][A][T] ~JiGz@201.28.11.59 1253393942 J * socrat ~co^GudMor@124.237.86.62 1253393942 J * poelon ~Qwz@85.185.9.71 1253393942 J * jezzi ~junky_`_]@202.96.159.221 1253393943 J * __jaimatadi__ ~BOLIHUANG@190.199.12.6 1253393943 Q * georgy_butler autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:03) 1253393943 Q * arki_guy autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:03) 1253393943 Q * HITLER autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:03) 1253393943 Q * stefygurl autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:03) 1253393943 Q * kefin_aja autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:03) 1253393945 J * c0_Lgi_JoMbLo ~Ben35]@test.dnsbl.oftc.net 1253393945 Q * Catherine_ autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:05) 1253393945 Q * Ria^Cantik autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:05) 1253393945 Q * suricate autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:05) 1253393945 Q * cowKESEPIANcakepLOHH autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:05) 1253393945 Q * kaka_26_butuh_wanita autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:05) 1253393945 Q * raditya_asvi autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:05) 1253393945 Q * RUDDY_JKT autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:05) 1253393945 Q * agas autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:05) 1253393945 Q * CE_BISPAK_SMG autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:05) 1253393946 J * DinDa_aZa ~lalou30@test.dnsbl.oftc.net 1253393946 J * dhean_diana ~lesbian@111.68.24.110 1253393947 J * c0_stawberryy ~jogja22@193.109.167.174 1253393947 J * rendang ~MARINO_JK@r11lj141.net.upc.cz 1253393947 J * co_mw_ML ~TheBigMan@219.83.63.178 1253393947 Q * co_nyante Read error: Connection reset by peer 1253393947 Q * grissou autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:07) 1253393947 Q * cwo_Pgn_Ktmuan autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:07) 1253393947 Q * kuwait_no1 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:07) 1253393948 Q * Hanap_GF autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:07) 1253393948 Q * narra autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:07) 1253393948 Q * boyts autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:07) 1253393948 Q * Lumiled autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:07) 1253393948 Q * ^Cow_BIasa autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:07) 1253393948 Q * ^^KONSELOR3_curhat Max SendQ exceeded 1253393948 J * cowok ~ce-curhat@CPE0018f37b38e8-CM001cea375ba6.cpe.net.cable.rogers.com 1253393948 J * FREEEEK ~stiv33@196.202.116.18 1253393948 J * yuke_07 ~unixcode@test.dnsbl.oftc.net 1253393948 J * admirateur ~Tika@client-212-117-10-171.inturbo.lt 1253393948 J * vhy ~pervers-@hkk34.internetdsl.tpnet.pl 1253393948 J * JUAL_VIDEO_SULAP_MURAH ~COWO_GEDE@211.140.138.25 1253393949 Q * c0-gebleg autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:09) 1253393949 Q * mortifera autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:09) 1253393950 J * c0_baek ~kalabog3@59.174.26.115 1253393950 J * cwe_imoet ~TEMP3R@test.dnsbl.oftc.net 1253393950 J * peterpan ~prjonzy87@chud.free2b.cz 1253393951 J * CO_SAYANG_CO_4_DEWASA_ ~marc654@196.219.125.66 1253393951 J * Co_Permen_lolipop ~TRIMA_BLI@83.98.77.10 1253393951 J * kefin_nak_tng ~Glennn@212.36.196.28 1253393951 Q * ayu23445 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:11) 1253393952 J * co_ANUG\EDE ~cwo_F4@201.45.142.178 1253393953 Q * man_romantic autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:13) 1253393953 Q * grig_58 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:13) 1253393953 Q * hotz_babez autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:13) 1253393953 Q * cw3 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:13) 1253393953 Q * Co_Hotzzz autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:13) 1253393953 Q * fevy autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:13) 1253393953 Q * loneguy autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:13) 1253393953 Q * cW_ViRgO autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 20:59:13) 1253393953 J * coreblitz ~cwo_broad@test.dnsbl.oftc.net 1253393954 J * M4Le_27 ~Co_Kerja_@202.154.39.146 1253393954 J * co_imutzz ~Vashti@59.174.26.115 1253393956 J * Adiib ~stiffmeis@189.122.195.179 1253393956 J * ekki ~nazi]\_]@222.124.6.34 1253393956 J * wanita_cri_pria_3M ~Dignity@gate.afps.chel.su 1253393957 J * babysen ~boy_28_jk@200.204.62.49 1253393957 J * cwe_pikund ~HashLimoi@71-44-16-216.net.bhntampa.com 1253393957 J * BONDjames ~mirchez@189.124.145.113 1253393957 J * m_23jkt ~sweet_gal@220.231.9.70 1253393958 J * Vangella ~cowo_mega@78.52.210.38 1253393960 J * ManInBlack ~co_ganten@77.77.68.150 1253393960 J * Un|TeD ~cwo_nack@119.235.252.20 1253393961 J * arydewangga_psl ~c0_stawbe@66.90.73.254 1253393962 J * ce_akper ~Gamacca02@71-44-16-216.net.bhntampa.com 1253393962 J * ArieL-CooL ~sephya_mu@cm222-167-229-67.hkcable.com.hk 1253393963 J * Delicius ~lydya@120.29.156.90 1253393964 Q * andhy_nac-smapaht Read error: Connection reset by peer 1253393964 J * sweetleafs ~deetteekt@58.214.5.169 1253393964 J * co_cari_^ce_cute ~situs_bis@189-47-180-250.dsl.telesp.net.br 1253393965 J * co_marcel ~YK_POLOS@217.23.7.163 1253393966 J * ghany ~mainoro@222.74.200.2 1253393967 J * co_ajak_cewe_nginep_at_gumaya_ ~Guest7598@test.dnsbl.oftc.net 1253393968 J * Co_V-IXION ~mngyqc@test.dnsbl.oftc.net 1253393968 J * ^Bad_Boy^ ~abcdeco@117.102.99.2 1253393969 J * dasfgh ~needXXX@82.145.240.37 1253393969 J * Helo38 ~ozay@CPE0018f37b38e8-CM001cea375ba6.cpe.net.cable.rogers.com 1253393969 J * heATme ~suricate@121.52.154.57 1253393969 J * co_kul_caripacar_kul ~koukouMTL@189.122.2.124 1253393969 Q * andrew_hung Remote host closed the connection 1253393969 J * siNgLeLady79 ~Gi_Ngenet@218.16.123.155 1253393971 J * enda_independent ~ima_cweet@66.29.9.128 1253393973 J * agas ~kefin_nak@222.72.132.166 1253393974 J * megan20 ~Drimette@203.172.247.71 1253393974 J * martin24 ~dhean_dia@test.dnsbl.oftc.net 1253393975 J * Ryuk24 ~co_mau_te@121.22.42.22 1253393975 J * zibeon ~sTAy_oN_b@200.139.78.6 1253393976 J * dany33 ~Om_muda_p@91.98.126.59 1253393976 J * HITLER ~c0_cri_fb@61.148.115.250 1253393976 J * ce-telepon-gratis ~cowok_18@test.dnsbl.oftc.net 1253393976 J * ^co_biasa_aja ~cwo_F4@cs-tor.bu.edu 1253393977 J * Steffy_CuTe17 ~Freak_Out@test.dnsbl.oftc.net 1253393977 J * assayu02 ~welt@218.28.192.10 1253393979 J * chic_23 ~Guest8945@189.25.100.26 1253393979 J * Co_Beber ~bo-yaa3go@193.145.218.8 1253393979 Q * VRIPxTIME Remote host closed the connection 1253393980 Q * co_btuh Read error: Connection reset by peer 1253393980 J * Emilie21 ~co_hot_jk@222.215.71.132 1253393982 J * JLove ~ANDRI_CHN@121.22.40.185 1253393982 Q * MikoMaLta Remote host closed the connection 1253393983 J * PRIA^DEWASA ~ExpressOO@219.159.199.34 1253393983 Q * co-keren Read error: Connection reset by peer 1253393983 J * Black_D ~Drkpol3@80.72.235.132 1253393983 J * ^co29_cari_istri_17-20_cantik ~co_cari_t@66.90.88.214 1253393984 J * KingBong ~^nica^@c-68-46-19-168.hsd1.nj.comcast.net 1253393984 J * c3w3_moetzz ~Siap_nika@83.98.77.5 1253393985 J * DpK_c0_cEpaK_19 ~ce`cariCw@norton.ssu.ac.kr 1253393985 J * Kelana_Cinta ~frantical@94.139.225.56 1253393985 J * Co_sange18cm ~ervina_16@218.5.18.252 1253393986 J * meLL_InBndung_juohh ~co_pSnTrE@120.118.254.248 1253393987 J * woww ~pelangi_k@test.dnsbl.oftc.net 1253393987 J * zhuami ~YK_POLOS@test.dnsbl.oftc.net 1253393987 J * cow_gede ~selud@220.173.107.19 1253393987 J * cow_cr_eskord ~kismet`@222.170.106.202 1253393987 J * Robert_gain ~israel-st@cpc3-lewi3-0-0-cust227.bmly.cable.ntl.com 1253393988 J * ce^thue_thuet^ ~co_intima@220.173.107.19 1253393989 J * horney ~Jack_JKT@71-44-16-216.net.bhntampa.com 1253393989 J * Co_Kerja_nyari_ce ~AYU_32_BA@82.79.32.244 1253393990 J * co_baru_putus ~Disgruntl@test.dnsbl.oftc.net 1253393990 Q * kari Read error: Connection reset by peer 1253393990 J * plantesse ~NoHoper@222.134.69.181 1253393991 J * mariell ~Herman48R@119.8.232.7 1253393991 J * MarcAndreQc ~cwo__bers@linux.mobilementalhealth.com 1253393992 J * justaguy7951 ~c0_Lgi_Jo@97.65.10.101 1253393993 J * Tav ~Denise_S2@81.171.244.217 1253393994 J * CO_SELINKUH ~DedY_jogJ@58.214.5.162 1253393995 J * Tau-maru ~Lumiled@119.48.141.246 1253393996 J * Turano238 ~Deny_Aja@218.28.192.10 1253393997 J * co_kluarmain ~neneksky@test.dnsbl.oftc.net 1253393997 Q * The_Rev Quit: Remote host closed the connection 1253393999 J * LuCiFeR___ ~fernando_@test.dnsbl.oftc.net 1253393999 J * eenhoe_alleziz ~billY_C@test.dnsbl.oftc.net 1253394001 Q * om_tajir_cari_simpanan autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:01) 1253394002 Q * Berita Read error: Connection reset by peer 1253394003 J * Missie49 ~LfcGirl@onlineserver2.eccobet.al 1253394003 Q * shadow-man25 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:03) 1253394005 J * c0_JoMlO_Fb ~cew^72alo@202.115.202.250 1253394005 J * billY_C ~COcariCEd@123.237.6.35 1253394005 Q * Assuradda autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:05) 1253394005 Q * iccank autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:05) 1253394005 Q * bo-yaa3gob autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:05) 1253394007 J * KlCityQuiz ~co_pngn_k@187.5.217.30 1253394007 Q * cwo_mau autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:07) 1253394007 J * om_cr_ce_JKT ~yolan_gir@222.124.223.42 1253394009 Q * ||DITO|| autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:09) 1253394009 Q * HUT_RI autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:09) 1253394009 Q * Valoux Max SendQ exceeded 1253394009 J * phil\ ~ayu23445@112.91.145.78 1253394009 Q * RoTTweiLeR Read error: Connection reset by peer 1253394010 J * Imut_obrien ~co^GudMor@118.98.212.58 1253394010 J * XSHOP ~cO_baEq@201.45.142.178 1253394010 J * ce_arta ~CO-ASYIXX@200.143.130.35 1253394011 Q * om_cr_ce_JKT autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:11) 1253394011 Q * Aandreita__camara autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:11) 1253394011 Q * shadhows autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:11) 1253394012 J * CO_Ryu ~Dr^mamloo@222.170.106.202 1253394012 J * boy_boring ~DoctorX29@121.22.42.22 1253394013 J * ^Anita20^ ~co_in_her@61.148.115.250 1253394013 Q * lemec autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:13) 1253394013 J * co_cr_kepuasan ~MTL@71-44-16-216.net.bhntampa.com 1253394014 J * AYU_32_BALI ~louis_43@221.204.253.154 1253394014 J * ahaaa ~Edras@118.98.176.130 1253394015 J * koala ~Ari_cool@sv02.ourinhos.sp.gov.br 1253394017 Q * LeD|oC autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:17) 1253394017 Q * moccacino autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:17) 1253394018 J * ghoOst3128 ~CE_AJAK_C@112.91.145.78 1253394018 J * c0_chn_simple27jkt_ ~OM_cari_c@211.142.24.122 1253394019 J * CEZW ~adeq_^oon@c-67-162-45-237.hsd1.il.comcast.net 1253394019 J * rhara ~Aaaanasta@114.57.168.242 1253394019 Q * sweetleafs autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:19) 1253394019 Q * coXXXjkt autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:19) 1253394019 Q * cutiegUy autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:19) 1253394019 Q * andre_suka_tante2 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:19) 1253394021 J * nazi[]\_] ~eldewise@200.211.176.125 1253394021 Q * fida_jelex autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:21) 1253394021 Q * yang_terlupakan autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:21) 1253394022 J * cew_akpeR ~junky]]]]@222.66.110.174 1253394025 Q * Ce_Georgeous autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:25) 1253394026 J * CUPLIS_feat_HRR ~ce_narsis@test.dnsbl.oftc.net 1253394026 J * Futee ~LoNDoNBab@81.195.209.242 1253394027 J * cwo_ngajak_Nonton ~Hobiku_Du@118.98.194.106 1253394027 Q * Sponge_B_B autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:27) 1253394027 Q * nevine1 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:27) 1253394028 J * setia ~Co_mau_ng@218.56.64.210 1253394029 J * dirka ~Cow_kece@196.219.18.34 1253394029 J * ce_maniec ~om_cr_ce_@200.204.62.49 1253394030 J * cwe_cam_naked ~Qwz@85.238.144.30 1253394031 J * avinda ~butchi_mo@119246075161.ctinets.com 1253394031 J * Op-Gaul-Game ~moel@196.219.125.182 1253394032 Q * [P][A][T] autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:31) 1253394032 Q * ce_maniest autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:31) 1253394033 Q * koukouMTL autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:33) 1253394035 J * squ1z5 ~cwe_cam_n@222.72.132.166 1253394035 Q * Futee autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:35) 1253394035 Q * gund autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:35) 1253394035 Q * cowo_megapro autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:35) 1253394035 Q * kyky Read error: Connection reset by peer 1253394035 J * Zeppelin ~peter576@200.143.130.35 1253394035 J * Co_Cr__JKT ~tara_aja@218.25.99.135 1253394036 J * ^Cow_BIasa ~aze@test.dnsbl.oftc.net 1253394036 J * Keren_ne ~co_cari_c@219.150.227.101 1253394036 J * CHN-CO-NICE ~Frans_Jkt@201.45.142.178 1253394037 Q * ce_mw autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:37) 1253394037 Q * the_BRAT autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:37) 1253394037 J * fruity-girl ~cow_ajh@217.219.201.29 1253394039 Q * ce_phonesexnow autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:39) 1253394039 Q * juliette40 Read error: Connection reset by peer 1253394040 J * KiRbY1x ~Ryuk24@221.2.86.54 1253394040 J * DoctorX29 ~MoonLiteG@test.dnsbl.oftc.net 1253394040 J * Gamacca02 ~cr_cewk@189.105.70.182 1253394042 J * TEMP3R ~gustavo_e@218.26.204.66 1253394043 Q * CO-muslim autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:43) 1253394043 J * sithaaa ~Energon@test.dnsbl.oftc.net 1253394045 Q * OM____Baik autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:45) 1253394045 J * junky[aa]] ~Tueur_Vag@94.139.225.56 1253394045 J * bushwacker ~plume``@58.216.151.94 1253394046 J * stiv33 ~LasKaR@ip-5-1-71-77.bgwan.com 1253394046 J * lemec ~Imut_holm@87.248.128.134 1253394047 J * cWe_17_tMeNdH ~shadow-ma@cdn-jrc-c2100-02.tm.net.my 1253394048 Q * Missie49 1253394048 Q * TaijiAfk autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:48) 1253394048 Q * cowo_jelek_banget autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:48) 1253394048 J * sss_uk^^^ ~aN-Dy878@e106.dunet.com.br 1253394048 J * cE_LiKe_bLacK ~Adi_jogja@24-237-132-187.anc.clearwire-dns.net 1253394049 J * cwo_bks ~C0_0nl@test.dnsbl.oftc.net 1253394049 Q * KiRbY1x autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:49) 1253394049 Q * yuke_07 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:49) 1253394049 Q * cwo_crz36 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:49) 1253394051 J * LfcGirl ~Bluey_RoS@87.107.87.2 1253394051 J * cew_chuby ~Sponge_B_@212.116.219.112 1253394051 Q * co_ajak_cewe_nginep_at_gumaya_ autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:51) 1253394051 Q * Jake_C00L autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:51) 1253394051 J * LAGI_NAPSU_NIE ~Fun_jkp@189.80.79.26 1253394052 J * co_insomnia ~^co29_car@219.157.200.19 1253394052 J * C0_18_PNgn_NgrASAiN_ML ~co_ANUG\E@220.225.130.18 1253394053 J * CUTEESGIRL ~GareNx@test.dnsbl.oftc.net 1253394053 J * C0_bGt ~f_yogya@211.140.138.25 1253394053 Q * c0_Lgi_JoMbLo autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:53) 1253394054 Q * poelon autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:53) 1253394055 Q * __jaimatadi__ autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:00:55) 1253394055 J * StillE ~cwo_19@8.9.209.2 1253394056 J * cew^72alone ~Guest8945@ks38505.kimsufi.com 1253394057 J * Car0o-CocO ~goodguy5@87-120-57-8.rakovski.biz 1253394058 J * sukma^_^ ~kaystee@202.57.10.38 1253394059 J * dini_bandung ~Clovis@112.91.145.78 1253394059 J * cwo_F4 ~aWan9_2@218.7.191.182 1253394060 J * Hobiku_Dudukin_Perut-6pack ~Co_M4NJ4@189.105.70.182 1253394061 J * JustinJ ~Guest7561@200.217.236.146 1253394062 J * Invierno ~Guest5743@81.105.171.111 1253394062 J * satria_pingit ~cwo_nack@218.69.16.74 1253394063 J * [[Nanda_sweet]] ~arydewang@test.dnsbl.oftc.net 1253394063 J * [[cE_ucHulL_cri_cO]] ~couwo@CPE0018f37b38e8-CM001cea375ba6.cpe.net.cable.rogers.com 1253394064 J * ^nica^ ~Awoman_Ca@218.56.64.210 1253394064 J * Dignity ~StaR_waRs@222.74.200.2 1253394064 J * jcp ~Retro^^@211.142.138.180 1253394064 J * Pintho_YK ~C0_bGt@222.215.71.132 1253394064 J * _Ivan_masih_sendiri_ ~CO_PNGEN_@82.79.32.244 1253394064 J * XeonBoT ~Co_Cr__JK@220.173.107.19 1253394064 J * ||DITO|| ~junky`Z]@rrcs-72-43-211-74.nys.biz.rr.com 1253394065 J * ^pHoLLene^ ~ce_akper@219.150.227.101 1253394065 J * co_crcw ~ad-jie@cm222-167-229-67.hkcable.com.hk 1253394065 Q * RUD1 Read error: Connection reset by peer 1253394065 J * cantikz_maniz_imutz_fb_fs_ym ~Dr^mamloo@test.dnsbl.oftc.net 1253394066 J * co_mupeng ~gusan@189.16.221.139 1253394067 J * aldo ~cE_imOoet@249.Red-88-2-237.staticIP.rima-tde.net 1253394067 J * ExpressOOOO`C0ffe3 ~Co_Keren_@85.114.85.29 1253394068 Q * coreblitz autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:08) 1253394068 J * QcSFboy22 ~victorize@8.9.209.2 1253394069 J * pinay_36 ~vithz@87-120-57-8.rakovski.biz 1253394070 Q * co_mw_ML autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:10) 1253394070 Q * FREEEEK autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:10) 1253394070 Q * co_imutzz autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:10) 1253394070 Q * c0_baek autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:10) 1253394070 Q * admirateur autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:10) 1253394071 Q * M4Le_27 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:11) 1253394073 J * Luc_Brien ~myla_23@219.157.200.19 1253394073 Q * Cowok_Volley Read error: Connection reset by peer 1253394073 J * wolf31r-s ~PinoyPrid@201.39.235.23 1253394074 J * klop ~DoctorX29@92-55-195-62.net.pbthawe.eu 1253394076 J * c0_fb ~TRIMA_BLI@220.173.107.19 1253394077 Q * Andree Read error: Connection reset by peer 1253394078 J * ce_leo ~co_dws-jk@218.28.192.10 1253394079 J * abcdeco ~junky\]]@hkk34.internetdsl.tpnet.pl 1253394079 J * co_putra ~Male-Seek@222.74.200.2 1253394079 J * boy_o ~deep_@77.73.162.21 1253394079 J * cwo_cakep proxy@wwsis.pl 1253394079 J * MikoMaLta ~DA13@c-68-44-180-184.hsd1.nj.comcast.net 1253394080 J * Hiicham ~Laila^18@222.72.132.166 1253394080 J * Red_Marlboro_Man ~belok@59.108.224.191 1253394080 J * BigEars ~Sadewa@202.57.10.38 1253394081 J * co_dws-jkt-cr ~Robert_ga@200.204.62.49 1253394081 Q * ekki autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:21) 1253394082 J * Co_Keren_Cakep ~mIRCode@c-98-198-87-228.hsd1.tx.comcast.net 1253394083 J * CoDWS_giOTWcrtmnCE_asyik ~malejkt@59.108.224.191 1253394083 J * co__CR__CE ~fruity-gi@217.98.31.6 1253394083 Q * wanita_cri_pria_3M autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:23) 1253394083 Q * BONDjames autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:23) 1253394085 J * cybermale ~naziaa]@64.247.44.166 1253394085 Q * ManInBlack autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:25) 1253394085 Q * m_23jkt autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:25) 1253394086 J * co_kantor ~No_Christ@test.dnsbl.oftc.net 1253394086 J * junky[_`_] ~CO_SELINK@61.164.108.125 1253394087 Q * arydewangga_psl autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:27) 1253394087 Q * Un|TeD autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:27) 1253394089 Q * co_marcel Read error: Connection reset by peer 1253394089 Q * OM-35m-JKT-TAJIR Read error: Connection reset by peer 1253394090 Q * cO26jkt Read error: Connection reset by peer 1253394090 J * mIRCode ~CO_DOYAN@117.102.95.52 1253394090 J * Gigolo_bth_uang_serius ~socrat@test.dnsbl.oftc.net 1253394091 J * Triple-- ~co`jomblo@test.dnsbl.oftc.net 1253394094 J * bAbY_lOOvEleSs ~pakitachu@121.28.34.69 1253394096 J * aLoNe_in_theDaRk ~ardy_@58.56.87.2 1253394096 J * iNoCeNt_rOsEee ~dini_band@test.dnsbl.oftc.net 1253394099 J * __jaimatadi__ ~rapat_ama@test.dnsbl.oftc.net 1253394100 J * era_li ~shadhows@61.164.108.125 1253394102 J * AdieNDA ~situs_bis@196.219.125.174 1253394103 J * Manwlhs- ~harry@test.dnsbl.oftc.net 1253394103 J * Ayo_Tambah_Temen_Lagi ~AnakAyam@196.219.125.66 1253394103 J * Dr^mamloo7^37 ~Vashti@client-155-196.speedy-net.bg 1253394104 Q * DhimmEr Remote host closed the connection 1253394104 J * c0_tlanjangin_ce ~Triple--@189.43.255.68 1253394104 J * Asiachat ~raal@mnhm-4d01957c.pool.mediaWays.net 1253394105 N * jcp Guest3051 1253394105 Q * Delicius autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:45) 1253394105 J * m_32_mau_ibu2 ~lila@ool-ad02750b.dyn.optonline.net 1253394106 J * kuwait_no1 ~Co_Shot@cm61-10-79-75.hkcable.com.hk 1253394107 Q * co_cari_^ce_cute autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:47) 1253394107 Q * Co_V-IXION autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:47) 1253394107 J * Kelemvord ~lollies@218.28.192.10 1253394107 J * junky[]]]] ~PijatSens@124.237.86.62 1253394107 J * cari_abg_jkt ~CO_EXMUD@222.134.69.181 1253394108 J * Cow_romantisss ~monyet@124.237.86.62 1253394108 J * andrew_hung ~Red_Marlb@test.dnsbl.oftc.net 1253394108 J * d-LuFfy ~iNoCeNt_r@203.99.131.186 1253394109 J * James79 ~Co-cr_cw_@168.a2c-net112.astra2connect.com 1253394109 J * junky[[\]] ~ticca@60.10.134.103 1253394109 J * CO19_KUL_CARI_CO ~mainoro@189.53.221.190 1253394109 Q * heATme autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:49) 1253394109 Q * ^Bad_Boy^ autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:49) 1253394110 Q * zZzZ_bOys Read error: Connection reset by peer 1253394110 J * rick02 ~Hellovers@82.79.32.244 1253394111 Q * enda_independent autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:01:51) 1253394111 J * makassar_man ~Inemz_Man@218.28.192.10 1253394113 J * azn_dvl ~Siomay@80.72.235.132 1253394113 Q * Helo38 Read error: Connection reset by peer 1253394113 J * Cartoon_ ~wolf31r-s@cpc3-lewi3-0-0-cust227.bmly.cable.ntl.com 1253394113 Q * Tav Read error: Connection reset by peer 1253394114 J * needXXX ~co_blank@220.189.228.179 1253394116 J * wynn_alvarez ~kaka_26_b@test.dnsbl.oftc.net 1253394116 J * co_confuse ~Guest8113@121.52.129.50 1253394116 J * RocketQUEEN ~Pangeran_@59.108.224.191 1253394116 Q * mechant28 Read error: Connection reset by peer 1253394116 Q * ce_manja Read error: Connection reset by peer 1253394116 J * co_kerja_o ~Pria_meri@190.3.66.2 1253394117 Q * dasfgh Read error: Connection reset by peer 1253394118 J * raditya_asvi ~Gamacca02@test.dnsbl.oftc.net 1253394119 Q * cinta_17 Read error: Connection reset by peer 1253394120 Q * sam0715 Read error: Connection reset by peer 1253394120 J * ce_manja ~Ralphh@test.dnsbl.oftc.net 1253394121 J * cowok_ajak_jln_cewek ~Co_Permen@189-19-233-32.dsl.telesp.net.br 1253394122 J * co17_cr_tmn ~Aashim@test.dnsbl.oftc.net 1253394122 J * Penelope27 ~JUAL_VIDE@test.dnsbl.oftc.net 1253394123 J * Simon-31 ~ce_leo@200.144.16.106 1253394123 Q * co_my Remote host closed the connection 1253394124 J * psikolog ~CE_PS0878@test.dnsbl.oftc.net 1253394124 J * andrean ~SIAPA@220.173.107.19 1253394124 Q * goodguy5 Read error: Connection reset by peer 1253394125 J * aryo799 ~Co_mapan_@200.204.62.49 1253394126 Q * martin24 Read error: Connection reset by peer 1253394126 J * Komputer15 ~AL7Up@219.157.200.19 1253394126 J * Ce_suka_bapak2_baik_jkt ~om_pengen@r11lj141.net.upc.cz 1253394126 J * CE_EXACT ~Dominik35@219.159.199.34 1253394127 J * ekki ~ce_basah_@58.56.87.2 1253394127 J * Pangeran_cool ~gigo_19th@125.165.61.26 1253394127 J * Co_CHNJkt_Ckp_Cr_Ce_SMP_SMU_ML ~c0_JoMlO_@221.130.195.69 1253394127 J * polarman ~nur_cahay@199.71.215.50 1253394128 J * ce_seksi ~doel@test.dnsbl.oftc.net 1253394128 J * Alex_chn_lg_kesepian ~c0_GANTEN@121.14.148.145 1253394129 J * sukroo ~exmud_bth@test.dnsbl.oftc.net 1253394131 J * CE_cliquerzz ~Yuswita@test.dnsbl.oftc.net 1253394131 J * _Andri_ ~lydya@test.dnsbl.oftc.net 1253394131 J * cowo_jelek_banget ~dhani_cak@n058152161218.netvigator.com 1253394132 Q * cwo__bersahabat Ping timeout: 480 seconds 1253394133 J * CO-HOTManCariHORNYMarriedWoman ~co_cari_c@fm-ip-118.137.101.7.fast.net.id 1253394133 Q * fatur Max SendQ exceeded 1253394133 J * hadimtp ~Om_Bayar_@59.108.224.191 1253394134 J * jen_21 ~cW_ViRgO@24-237-132-187.anc.clearwire-dns.net 1253394135 J * victorized ~m_smart@189.43.210.173 1253394135 Q * rfi_ Read error: Connection reset by peer 1253394135 J * kefin_aja ~buns0til_@95.170.208.19 1253394135 J * hifi-gaal ~myla_23@test.dnsbl.oftc.net 1253394136 J * caseey`canttik ~lesbian_m@linux.mobilementalhealth.com 1253394136 J * ce_kencan ~ce_cr_tem@112.91.145.78 1253394137 Q * ^cochn_single_mapan^ Read error: Connection reset by peer 1253394138 J * cr4ck0rz ~Cool_Cute@220.173.107.19 1253394138 J * sam0715 ~fruity-gi@cpe-069-134-226-030.nc.res.rr.com 1253394139 J * co_kana ~TOOOOOT@test.dnsbl.oftc.net 1253394139 Q * zibeon autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:19) 1253394139 Q * megan20 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:19) 1253394139 Q * aL^3NeeD Read error: Connection reset by peer 1253394139 J * Co_cr_ce_ctk_agresif ~dhani_cak@c-98-198-87-228.hsd1.tx.comcast.net 1253394141 Q * boy_Jkt Read error: Connection reset by peer 1253394141 J * TorontoGuy4F ~jual_jack@61.148.115.250 1253394141 Q * chic_23 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:21) 1253394141 Q * Steffy_CuTe17 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:21) 1253394141 Q * ghany Read error: Connection reset by peer 1253394141 J * ciput ~CEWE_NDUT@ns60547.ovh.net 1253394142 Q * BAYBEEEE^_^BLUEE Ping timeout: 480 seconds 1253394143 J * KanKouni ~plume``@ns60547.ovh.net 1253394143 Q * iNoCeNt_rOsEee autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:23) 1253394143 Q * JLove autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:23) 1253394143 Q * co_baru_putus autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:23) 1253394143 J * Chn_Co_JKt_LIke_Someone ~valerie_3@test.dnsbl.oftc.net 1253394145 J * skrooo ~Bluey_RoS@189.73.195.36 1253394145 J * ^Male28[bth-cwe-300ML]BDG ~co_300_se@218.5.18.252 1253394145 Q * Simon-31 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:25) 1253394145 Q * zhuami autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:25) 1253394145 Q * ^co29_cari_istri_17-20_cantik autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:25) 1253394147 J * co_office_bdg ~Co_kul_ma@218.56.21.226 1253394147 J * Tamu040119842009 ~cwo_nack@59.77.14.100 1253394147 Q * DpK_c0_cEpaK_19 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:27) 1253394147 Q * Co_Bikers_____ Ping timeout: 480 seconds 1253394147 J * MarocBeau ~victorize@121.28.34.69 1253394148 J * MissAnthrope ~zie@200-140-26-76.cpece705.dsl.brasiltelecom.net.br 1253394149 J * h26 ~co_pengen@218.16.123.155 1253394149 J * SHATTERR ~Lumiled@193.145.218.8 1253394149 J * RoTTweiLeR ~fmimiOQP@87.226.120.67 1253394149 J * Aandreita__camara ~OM_45@124.129.30.86 1253394150 J * adheet ~ce_ketemu@124.193.174.188 1253394150 Q * Co_chn_sk_jilat_toket-ce_jkt Read error: Connection reset by peer 1253394150 J * TOOOOOT ~co_kes3p1@60.191.89.44 1253394150 J * Cow_suka_cewekBondeng ~nazi]\_]@87.226.120.67 1253394151 J * Yuswita ~Cupank@test.dnsbl.oftc.net 1253394151 J * GareNx ~co_mupeng@119.51.93.162 1253394151 Q * nindKa_ Read error: Connection reset by peer 1253394152 J * CoPaGocoK_mks ~CIBUBUR_C@58.56.87.2 1253394154 J * cwo_keren ~aN-Dy878@118.220.175.207 1253394154 J * heATme ~mandira@222.215.71.132 1253394155 J * MR__BLACK ~TorontoGu@inet-netcache2-o.oracle.com 1253394155 Q * tyflede Read error: Connection reset by peer 1253394155 Q * ardy_ Read error: Connection reset by peer 1253394156 Q * valerie_35fQ Remote host closed the connection 1253394156 J * Dinnn ~Booyaa24@test.dnsbl.oftc.net 1253394157 Q * Co_17_kerenzzzzzz Ping timeout: 480 seconds 1253394157 J * arki_guy ~CIBUBUR_C@123.237.6.35 1253394157 J * scf ~ima_cweet@sd-3207.dedibox.fr 1253394157 J * Jack_JKT ~COWO_KERJ@test.dnsbl.oftc.net 1253394157 J * quebec26m ~CARI_HP_B@222.72.132.166 1253394159 Q * Cartoon_ autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:39) 1253394159 Q * Robert_gain autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:39) 1253394161 Q * caseey`canttik autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:41) 1253394161 Q * MarcAndreQc autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:41) 1253394161 Q * ^co_biasa_aja Remote host closed the connection 1253394161 J * cwo_cr_tmn ~Tina78@test.dnsbl.oftc.net 1253394162 J * ^co_butuh_ML ~ghgfh@221.204.253.154 1253394163 Q * Tau-maru autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:43) 1253394163 Q * CO_SELINKUH autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:43) 1253394164 J * Sharny ~Hobiku_Du@120.118.254.248 1253394164 J * Zaida ~co_1818@CPE0018f37b38e8-CM001cea375ba6.cpe.net.cable.rogers.com 1253394164 J * CO_SELINKUH ~BOLIHUANG@200.66.85.218 1253394164 J * AADDAAWW_BIJI_GW_KEJEPIT_[CAM] ~PEJANTAN_@187.6.209.146 1253394164 J * jual_treo_680_plus_bonus ~nur_cahay@82.145.240.37 1253394165 J * andre^ ~coco111@116.10.198.42 1253394165 Q * co_kluarmain autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:45) 1253394165 J * Ce_Baek_20 ~primus01@87.226.120.67 1253394166 Q * Ryuk24 Read error: Connection reset by peer 1253394166 J * co_maen_jgja ~halimaw@201.45.142.178 1253394166 J * cow_oL ~WAPPO@97.65.10.101 1253394167 J * _Bianca_ ~c0_SMA@200.107.33.6 1253394168 J * GiSSeLLa ~davidde]@189.122.2.124 1253394168 Q * stiv33 Max SendQ exceeded 1253394168 Q * LadyRain Read error: Connection reset by peer 1253394169 Q * CoDWS_giOTWcrtmnCE_asyik Remote host closed the connection 1253394170 J * sHAKe_iN_bED_ ~resmea@163.15.64.8 1253394170 J * narra ~CO_Ryu@118.98.212.58 1253394172 J * kebelet-ml ~davidde]@220.173.107.19 1253394173 Q * andrei_marelli Read error: Connection reset by peer 1253394174 J * cow_cr_tmen ~Mr_NorTy@test.dnsbl.oftc.net 1253394174 J * F^i^r^s^t ~resmea@200-161-117-104.dsl.telesp.net.br 1253394174 J * HAN_FIND_MANDARIN_TALKER ~co_baru_p@test.dnsbl.oftc.net 1253394175 J * jangkrik ~caeikoko@test.dnsbl.oftc.net 1253394176 J * COWOK_MANADO ~C0_021927@121.28.34.69 1253394177 Q * c0_JoMlO_Fb autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:02:57) 1253394177 J * nav ~cowo_mega@test.dnsbl.oftc.net 1253394177 J * MoonLiteGirl ~co_putra@122.200.52.124 1253394178 J * raal ~lika-liku@test.dnsbl.oftc.net 1253394179 J * Imut_holmes ~OM_45@test.dnsbl.oftc.net 1253394179 J * [Ben35] ~gay_siang@host147.190-139-99.telecom.net.ar 1253394180 J * co_OL_YM_FB ~nazi\aa]@218.16.123.155 1253394181 Q * cew_berteman Read error: Connection reset by peer 1253394182 J * ce_phonesexnow ~Amsterd4m@c-98-198-87-228.hsd1.tx.comcast.net 1253394182 J * DONIEE ~Tav@60.191.89.44 1253394183 J * GSTARR ~Abelencit@test.dnsbl.oftc.net 1253394184 J * co_alvin ~wanita_cr@222.170.106.202 1253394184 Q * cew_akpeR Remote host closed the connection 1253394184 J * koalaa ~Velin@218.25.99.135 1253394185 J * oss2 ~Aldana_32@212.116.219.110 1253394185 J * grissou ~revclyde@201.73.45.70 1253394185 Q * PRIA_MACHO_XXX Read error: Connection reset by peer 1253394185 J * cwoPplngskul_smk ~plume``@87.226.120.67 1253394187 Q * ADI-T Read error: Connection reset by peer 1253394187 J * ce_narsis ~sallyna@test.dnsbl.oftc.net 1253394187 J * Pasti ~mirchez@190.146.48.108 1253394188 Q * Co_sange18cm Read error: Connection reset by peer 1253394189 J * DeviLX ~Aimen@200.139.78.114 1253394189 J * m_23jkt ~LadyRain@test.dnsbl.oftc.net 1253394191 J * CE_AJAK_CO_ML ~maria_dpk@218.241.238.141 1253394192 J * PokerBoys24 ~jual_jack@proxy-ath.netone.gr 1253394192 J * tolll ~ZOE`S@218.26.204.66 1253394193 J * co-cari_tante ~junky\]]@211.231.187.48 1253394193 J * Delicius ~beaublack@119.8.232.7 1253394193 Q * c0_GANTENG_BERDUIT_bt_CR_aww Read error: Connection reset by peer 1253394194 J * con_Pria ~PERINTIS@test.dnsbl.oftc.net 1253394194 J * ReadyGo ~Ria^Canti@174.37.56.226-static.reverse.softlayer.com 1253394194 Q * Tueur_Vagin Read error: Connection reset by peer 1253394195 Q * pim Read error: Connection reset by peer 1253394195 J * C0_ddku_lgPengn ~skrooo@212.116.219.110 1253394195 J * O00shit ~Co_Keren_@196.219.18.34 1253394196 Q * rendang Read error: Connection reset by peer 1253394196 Q * StillE Read error: Connection reset by peer 1253394197 J * [iMMoRtaL] ~hadimtp@222.74.200.2 1253394197 J * PijatSensualUtkWanitaSerius ~Alfredor@221.204.253.154 1253394197 Q * c0_fb Read error: Connection reset by peer 1253394197 Q * DONIEE autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:03:17) 1253394197 Q * TOOOOOT autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:03:17) 1253394197 Q * CEZW autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:03:17) 1253394198 J * yangil30 ~looking_f@120.138.99.254 1253394198 J * in_t4n ~Cwe_ganze@60.10.134.103 1253394199 J * co_homo ~sugar_cho@217.219.51.66 1253394199 Q * rhara autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:03:19) 1253394199 Q * pRiNCEsS_89 Read error: Connection reset by peer 1253394200 J * cO_MMS ~Oki_jie@116.10.198.42 1253394200 J * OverXxX ~ce_chines@test.dnsbl.oftc.net 1253394200 Q * mariell Read error: Connection reset by peer 1253394201 Q * COcariCEdwsaTE2Kecil Read error: Connection reset by peer 1253394201 Q * Bnt_aBohaa Read error: Connection reset by peer 1253394202 J * cute_women ~Memen@218.241.200.82 1253394202 Q * m_32_mau_ibu2 Remote host closed the connection 1253394202 Q * BigEars Read error: Connection reset by peer 1253394202 Q * COWO_GEDE1 Read error: Connection reset by peer 1253394203 Q * AYU_32_BALI Read error: Connection reset by peer 1253394203 J * Ronin`[CRF] ~ahaaa@test.dnsbl.oftc.net 1253394203 Q * Kirana Max SendQ exceeded 1253394204 Q * CO_SAYANG_CO_4_DEWASA_ Read error: Connection reset by peer 1253394204 J * co_17fB ~om_tajir_@202.115.194.78 1253394204 J * DeadMoon ~DropBot@119.8.232.7 1253394207 Q * ZOE`S Read error: Connection reset by peer 1253394207 J * SmG ~citronade@61.19.213.83 1253394208 J * _someday ~sugar_cho@218.241.238.141 1253394209 Q * CO_Mau_nonton_sm_ce_jilbab Read error: Connection reset by peer 1253394210 J * Deny_Aja ~Tav@test.dnsbl.oftc.net 1253394211 Q * LoNDoNBabE Read error: Connection reset by peer 1253394211 J * lee_7 ~GIGOLO_JK@67-23-0-113.static.slicehost.net 1253394212 Q * eenhoe_alleziz Read error: Connection reset by peer 1253394212 Q * mit Remote host closed the connection 1253394212 Q * Wendat_28 Remote host closed the connection 1253394212 Q * rrrrrr Write error: connection closed 1253394213 Q * cwe_cam_naked autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:03:33) 1253394213 Q * cwo_ngajak_Nonton autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:03:33) 1253394213 J * tasya_Luv ~the_BRAT@190.147.37.8 1253394214 J * GAMBUS ~don_ny@190.147.37.8 1253394215 Q * Op-Gaul-Game autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:03:35) 1253394215 Q * avinda autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:03:35) 1253394216 J * Hardk ~Fedotenko@212.116.219.172 1253394216 J * pria_nyambung_ngobrolnya ~Valeryy@220.173.107.19 1253394217 J * cadyjane09 ~aldo@ip68-13-128-21.om.om.cox.net 1253394217 J * DereckTheMan ~l1nd4@61.148.115.250 1253394217 Q * QcSFboy22 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:03:37) 1253394217 J * iNoCeNt_rOsEee havp@test.dnsbl.oftc.net 1253394218 J * CO_cibubur_cari_ce_cibubur ~erar_li@200.66.85.218 1253394218 J * Vha_NiE ~GAMBUS@210.205.6.178 1253394218 Q * CO_Ryu Read error: Connection reset by peer 1253394219 Q * cadyjane09 Read error: Connection reset by peer 1253394220 Q * co_putra Read error: Connection reset by peer 1253394220 Q * citronade03 Read error: Connection reset by peer 1253394220 J * aziezah_sabar proxy@wwsis.pl 1253394220 J * Ce_Georgeous ~ce28_CR_T@e106.dunet.com.br 1253394220 J * Mec-BnD ~d_holmes@83.91.86.29 1253394221 J * ticca ~ce_sederh@112.91.145.78 1253394222 J * Aanalia19America ~Tina78@196.3.167.37 1253394222 Q * neneksky Read error: Connection reset by peer 1253394223 J * loache ~cwe_manis@mail.giftexco.com 1253394223 J * DedY_jogJa ~JLove@202.115.194.78 1253394224 Q * a121eL Max SendQ exceeded 1253394224 Q * socrat Read error: Connection reset by peer 1253394225 J * f_yogya ~Jim101@124.129.30.86 1253394225 Q * CO-HOTManCariHORNYMarriedWomen Read error: Connection reset by peer 1253394225 Q * georges70 Read error: Connection reset by peer 1253394226 J * teajay ~cE_jUteX_@202.125.141.67 1253394227 J * CO_SAYANG_CO_4_DEWASA_ ~d-LuFfy@mnhm-4d01957c.pool.mediaWays.net 1253394227 J * caca ~pukey@test.dnsbl.oftc.net 1253394227 Q * cW_GoWKiL Read error: Connection reset by peer 1253394228 J * Cock-On-Cam ~nur_cahay@85.185.77.98 1253394229 J * Vashti ~ALKANTAR@85.114.85.29 1253394229 J * fmimiOQP ~idiiL@87.226.120.67 1253394229 J * kk-M3GHA ~ouhg@61.150.76.190 1253394229 J * TaijiAfk ~ce_sederh@e106.dunet.com.br 1253394229 Q * junky[[\]] Read error: Connection reset by peer 1253394230 Q * sukroo Read error: Connection reset by peer 1253394230 J * CO-HOTManCariHORNYMarriedWomen ~ce_seksi@221.130.195.69 1253394231 J * kismet ~cochn29@60.190.81.235 1253394231 J * maniezz ~cwo_imud@218.16.123.155 1253394232 J * L1thium ~derivativ@host-62-141-253-39.tomaszow.mm.pl 1253394232 J * moccacino ~muthia@test.dnsbl.oftc.net 1253394233 J * WAPPO ~ijase@test.dnsbl.oftc.net 1253394234 Q * Ayo_Tambah_Temen_Lagi Read error: Connection reset by peer 1253394235 J * yang_terlupakan ~Gotan@80.72.235.132 1253394235 J * co_hobi_nongkrong_dmol ~EEATMEE@host178-105-static.40-85-b.business.telecomitalia.it 1253394236 J * co_leo ~Co_V-IXIO@91.98.126.59 1253394236 J * Om_dikantor ~junky`\]@test.dnsbl.oftc.net 1253394237 Q * co-architect Ping timeout: 480 seconds 1253394237 Q * laripagi Ping timeout: 480 seconds 1253394237 Q * BE_NISM Ping timeout: 480 seconds 1253394237 Q * pervers- Ping timeout: 480 seconds 1253394237 Q * co_gres Ping timeout: 480 seconds 1253394237 Q * Cwo_caRi_tmen Ping timeout: 480 seconds 1253394237 Q * ce_sederhana Ping timeout: 480 seconds 1253394237 Q * phil\420 Ping timeout: 480 seconds 1253394237 Q * Gi_Ngenet_Aja Ping timeout: 480 seconds 1253394237 Q * ce_MuTz Read error: Connection reset by peer 1253394238 J * Sponge_B_B ~assayu02@c-98-236-45-116.hsd1.pa.comcast.net 1253394240 J * cwo_ganteng ~Guest2647@122.200.54.42 1253394240 Q * doejer Read error: Connection reset by peer 1253394241 J * butchi_mo_ngajaq_jalan_dijakpu ~co17_cr_t@91.112.157.214 1253394241 Q * azn_dvl Read error: Connection reset by peer 1253394242 Q * Guest3048 Ping timeout: 480 seconds 1253394242 Q * ^^Ady_PeNgeN_KeNyOT_ToKed Ping timeout: 480 seconds 1253394242 Q * cowok_18 Ping timeout: 480 seconds 1253394242 Q * cE_LiKe_bLacK Read error: Connection reset by peer 1253394243 Q * G\e\e\k Read error: Connection reset by peer 1253394244 F * ChanServ +o daniel_hozac 1253394244 J * cO_TebInK_pEngEn_cEw_ViRgIN ~co_cari_c@60.208.78.226 1253394245 J * co_pSnTrEn ~C0-k0nToL@218.56.21.226 1253394245 Q * DoctorX29 Read error: Connection reset by peer 1253394245 J * cE_bLooNd ~Dominik35@71-44-16-216.net.bhntampa.com 1253394246 Q * ce^thue_thuet^ Read error: Connection reset by peer 1253394247 J * co_big_cock ~co_cari_^@111.68.24.110 1253394247 Q * antangbo Ping timeout: 480 seconds 1253394247 Q * ^Suami_35_jkt Ping timeout: 480 seconds 1253394247 Q * lazydogn80 Write error: connection closed 1253394247 Q * ervina_16 Read error: Connection reset by peer 1253394247 Q * Adiib Read error: Connection reset by peer 1253394248 J * phita ~cow_png_w@88.87.129.118 1253394248 Q * jen_21 Remote host closed the connection 1253394248 J * gund ~l1nd4@fm-ip-118.136.10.124.fast.net.id 1253394249 F * daniel_hozac +i 1253394249 J * Co_chn_sk_jilat_toket-ce_jkt ~No_Bizar@202.94.144.68 1253394249 Q * LasKaR Read error: Connection reset by peer 1253394251 Q * Dominik35 Read error: Connection reset by peer 1253394252 Q * ce_arta Read error: Connection reset by peer 1253394257 Q * m2masahisto Ping timeout: 480 seconds 1253394259 Q * co_kana autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:19) 1253394259 Q * cWe_17_tMeNdH autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:19) 1253394259 Q * lemec autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:19) 1253394260 Q * co_vey_poe Max SendQ exceeded 1253394261 Q * mustang04 Max SendQ exceeded 1253394261 Q * prjonzy87 Read error: Connection reset by peer 1253394261 Q * CUTEESGIRL autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:21) 1253394261 Q * LAGI_NAPSU_NIE autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:21) 1253394262 Q * Ry4n_b3tE Ping timeout: 480 seconds 1253394263 Q * cew^72alone autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:23) 1253394263 Q * C0_18_PNgn_NgrASAiN_ML autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:23) 1253394263 Q * DinDa_aZa Read error: Connection reset by peer 1253394265 Q * Sponge_B_B autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:25) 1253394265 Q * cantikz_maniz_imutz_fb_fs_ym autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:25) 1253394265 Q * [[Nanda_sweet]] autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:25) 1253394266 Q * cow_gede Read error: Connection reset by peer 1253394267 Q * PRIA_Macho_Mau_TETE_GEDE Ping timeout: 480 seconds 1253394267 Q * Fahr Ping timeout: 480 seconds 1253394267 Q * VegePat29 Ping timeout: 480 seconds 1253394267 Q * LeRebel Ping timeout: 480 seconds 1253394267 Q * Guest3051 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:27) 1253394270 Q * cwo_bks Read error: Connection reset by peer 1253394270 Q * sukma^_^ Read error: Connection reset by peer 1253394272 Q * Tazless Ping timeout: 480 seconds 1253394274 Q * junky[]]]] Read error: Connection reset by peer 1253394274 Q * ArieL-CooL Read error: Connection reset by peer 1253394275 Q * Pangeran_cool 1253394276 Q * ^Male28[bth-cwe-300ML]BDG Read error: Connection reset by peer 1253394277 Q * C0_C00L Read error: Connection reset by peer 1253394277 Q * cO_emm Read error: Connection reset by peer 1253394278 Q * plantesse Read error: Connection reset by peer 1253394281 Q * psikolog Read error: Connection reset by peer 1253394281 Q * cow_jmblw Read error: Connection reset by peer 1253394282 Q * Andre_21_bdg Ping timeout: 480 seconds 1253394282 Q * moel Ping timeout: 480 seconds 1253394285 Q * aldo autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:45) 1253394285 Q * co_mupeng autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:45) 1253394285 Q * kuwait_no1 Read error: Connection reset by peer 1253394287 Q * Vashti autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:47) 1253394287 Q * wolf31r-s autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:47) 1253394287 Q * ExpressOOOO`C0ffe3 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:47) 1253394288 Q * Luc_Brien Read error: Connection reset by peer 1253394289 Q * klop autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:49) 1253394290 Q * ANDRI_CHN_HAVING_FUN Read error: Connection reset by peer 1253394292 Q * link_cute Ping timeout: 480 seconds 1253394297 Q * ^pHoLLene^ Read error: Connection reset by peer 1253394297 Q * Cari_IM2_Second Read error: Connection reset by peer 1253394302 Q * emad28 Ping timeout: 480 seconds 1253394304 Q * cari_abg_jkt Read error: Connection reset by peer 1253394304 Q * sss_uk^^^ Read error: Connection reset by peer 1253394305 Q * boy_o autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:05) 1253394305 Q * andrean Read error: Connection reset by peer 1253394307 Q * Triple-- autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:07) 1253394307 Q * MikoMaLta autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:07) 1253394307 Q * dhean_diana Max SendQ exceeded 1253394308 Q * Cow_romantisss Read error: Connection reset by peer 1253394309 Q * babysen Write error: connection closed 1253394309 Q * cybermale autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:09) 1253394309 Q * co__CR__CE autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:09) 1253394311 Q * CE_cliquerzz autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:11) 1253394314 Q * Jakx Read error: Connection reset by peer 1253394315 Q * co_insomnia Read error: Connection reset by peer 1253394324 Q * GareNx Read error: Connection reset by peer 1253394328 Q * ian09 Read error: Connection reset by peer 1253394331 Q * ghislainocfs2 Quit: Leaving. 1253394331 Q * __jaimatadi__ autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:31) 1253394332 Q * Putri_KoDoK Read error: Connection reset by peer 1253394333 Q * AdieNDA autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:33) 1253394333 Q * Manwlhs- autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:33) 1253394335 Q * Dr^mamloo7^37 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:35) 1253394336 Q * Turano238 Read error: Connection reset by peer 1253394337 Q * d-LuFfy autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:37) 1253394337 Q * c0_tlanjangin_ce autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:37) 1253394338 Q * bushwacker Read error: Connection reset by peer 1253394339 Q * James79 autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:05:39) 1253394342 Q * cr_cewk Ping timeout: 480 seconds 1253394345 Q * justaguy7951 Read error: Connection reset by peer 1253394346 Q * olsen05 Read error: Connection reset by peer 1253394349 Q * f_yogya Read error: Connection reset by peer 1253394360 Q * CO19_KUL_CARI_CO autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:06:00) 1253394361 Q * needXXX autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:06:01) 1253394362 Q * co_malassbanget Ping timeout: 480 seconds 1253394363 Q * CO_LG_NGCOK_KONTL Read error: Connection reset by peer 1253394363 Q * _Andri_ autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:06:03) 1253394363 Q * raditya_asvi autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:06:03) 1253394363 Q * co_confuse autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:06:03) 1253394365 Q * OM_45 Max SendQ exceeded 1253394376 Q * IcHanTiQue Read error: Connection reset by peer 1253394378 Q * Sask Quit: Max SendQ exceeded 1253394382 Q * v_cky Ping timeout: 480 seconds 1253394384 Q * co_kul_caripacar_kul Read error: Connection reset by peer 1253394393 Q * fruity-girl Quit: autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:04:23) 1253394394 Q * Skull_ Remote host closed the connection 1253394398 Q * c0_arabian Read error: Connection reset by peer 1253394406 Q * kismet Read error: Connection reset by peer 1253394407 Q * Cow_santai Ping timeout: 480 seconds 1253394410 Q * PinoyPride Remote host closed the connection 1253394410 Q * kenala^n_dong Remote host closed the connection 1253394410 Q * Mr_NorTy Remote host closed the connection 1253394410 Q * Ce_langang Remote host closed the connection 1253394410 Q * joey83 Remote host closed the connection 1253394410 Q * co_co_co Remote host closed the connection 1253394410 Q * MiDniTe Remote host closed the connection 1253394410 Q * co_1818 Remote host closed the connection 1253394410 Q * sayid Remote host closed the connection 1253394410 Q * GarField- Remote host closed the connection 1253394410 Q * co_jkt_27_chn_ Remote host closed the connection 1253394410 Q * dp2 Remote host closed the connection 1253394410 Q * co-mau Remote host closed the connection 1253394410 Q * cwo_berduit Remote host closed the connection 1253394410 Q * peter576 Remote host closed the connection 1253394410 Q * ijase Remote host closed the connection 1253394410 Q * ce_tomboy_penempuh_rimba Remote host closed the connection 1253394410 Q * prez Remote host closed the connection 1253394410 Q * loenk Remote host closed the connection 1253394410 Q * CO_CR_CWe Remote host closed the connection 1253394410 Q * mencari_ibu2_bisyar Remote host closed the connection 1253394410 Q * eno_ce_loencha Remote host closed the connection 1253394410 Q * slipped Remote host closed the connection 1253394410 Q * E3FeeNi Remote host closed the connection 1253394410 Q * PrAyInG^EyEs Max SendQ exceeded 1253394410 Q * belegug Remote host closed the connection 1253394410 Q * Jim101 Remote host closed the connection 1253394410 Q * Dakota_Moss Remote host closed the connection 1253394410 Q * yuga Write error: connection closed 1253394410 Q * david[de] Remote host closed the connection 1253394410 Q * C0_TiNgGi178cm Remote host closed the connection 1253394410 Q * billY_C Remote host closed the connection 1253394410 Q * ce_berjilbab Remote host closed the connection 1253394410 Q * ghgfh Remote host closed the connection 1253394410 Q * akhwat_santun Remote host closed the connection 1253394410 Q * LHR^M^LHR Remote host closed the connection 1253394410 Q * ZuRiP Remote host closed the connection 1253394410 Q * Mikaleee Remote host closed the connection 1253394410 Q * BOLERO`Koh Remote host closed the connection 1253394410 Q * Alphore Write error: connection closed 1253394410 Q * rHya3 Remote host closed the connection 1253394410 Q * co_mapan_cr_ce Remote host closed the connection 1253394410 Q * stiffmeister Remote host closed the connection 1253394410 Q * ^C0-KerjaJKT Remote host closed the connection 1253394410 Q * cari_agen Remote host closed the connection 1253394410 Q * andreas_mks Remote host closed the connection 1253394410 Q * pukey Remote host closed the connection 1253394410 Q * exmud_bthceww_4fun Remote host closed the connection 1253394410 Q * ce_CANTIK_cR_YG_MW_TRNSFER_DUI Remote host closed the connection 1253394410 Q * JHHY Remote host closed the connection 1253394410 Q * RAMAAA Remote host closed the connection 1253394410 Q * naughty Remote host closed the connection 1253394410 Q * dark_angel Remote host closed the connection 1253394410 Q * Cupank Remote host closed the connection 1253394410 Q * cari_cechn_siapnikah Remote host closed the connection 1253394410 Q * NoHoper Remote host closed the connection 1253394410 Q * Invierno Remote host closed the connection 1253394410 Q * ce_maniec Remote host closed the connection 1253394410 Q * om_pengen Remote host closed the connection 1253394410 Q * Frenn Remote host closed the connection 1253394411 Q * co_kuliah Remote host closed the connection 1253394411 Q * ce_seksi Remote host closed the connection 1253394411 Q * cow_libra Remote host closed the connection 1253394411 Q * caca Remote host closed the connection 1253394411 Q * Qwz Remote host closed the connection 1253394411 Q * Chn_Co_JKt_LIke_Someone Remote host closed the connection 1253394411 Q * Keren_ne Remote host closed the connection 1253394411 Q * SanMigLyt_M Write error: connection closed 1253394411 Q * lesbian Remote host closed the connection 1253394411 Q * Tina78 Remote host closed the connection 1253394411 Q * JUAL_VIDEO_SULAP_MURAH Remote host closed the connection 1253394411 Q * andryy Read error: Connection reset by peer 1253394411 Q * oss2 Remote host closed the connection 1253394411 Q * JUAL_JAKET_BARCA_MU_CHELSEA_OR Remote host closed the connection 1253394411 Q * SHATTERR Remote host closed the connection 1253394411 Q * CO_SELINKUH Remote host closed the connection 1253394411 Q * cwoq_cri Write error: connection closed 1253394411 Q * cO_MMS Remote host closed the connection 1253394411 Q * jm_920 Remote host closed the connection 1253394411 Q * No_Bizar Remote host closed the connection 1253394411 Q * laline Remote host closed the connection 1253394411 Q * Kelemvord Read error: Connection reset by peer 1253394411 Q * seSha Remote host closed the connection 1253394411 Q * RiE_aLOnE Remote host closed the connection 1253394411 Q * anthy Remote host closed the connection 1253394411 Q * Tarzan_de_Ch Remote host closed the connection 1253394411 Q * Cow_kece Remote host closed the connection 1253394411 Q * galnk Max SendQ exceeded 1253394411 Q * moccacino Remote host closed the connection 1253394411 Q * squ1z5 Remote host closed the connection 1253394411 Q * fikriii_mu Remote host closed the connection 1253394411 Q * co_87 Read error: Connection reset by peer 1253394411 Q * KingBong Write error: connection closed 1253394411 Q * ce_byrn_chinese_jkt Remote host closed the connection 1253394411 Q * aRaLe Remote host closed the connection 1253394411 Q * dany33 Remote host closed the connection 1253394411 Q * Gigolo_bth_uang_serius Remote host closed the connection 1253394411 Q * c3w3_moetzz Remote host closed the connection 1253394411 Q * cO_baEq Remote host closed the connection 1253394411 Q * [[Co_cr_tokedt]] Remote host closed the connection 1253394411 Q * ciput Remote host closed the connection 1253394411 Q * XeonBoT Remote host closed the connection 1253394411 Q * co_alvin Write error: connection closed 1253394411 Q * kMcJoe7274AG Remote host closed the connection 1253394411 Q * Wingate1st Remote host closed the connection 1253394411 Q * Memen Read error: Connection reset by peer 1253394411 Q * [[cE_ucHulL_cri_cO]] Remote host closed the connection 1253394411 Q * jrockstar Write error: connection closed 1253394411 Q * diva21 Remote host closed the connection 1253394411 Q * Kelana_Cinta Remote host closed the connection 1253394411 Q * CE_AJAK_CO_ML Remote host closed the connection 1253394411 Q * Oasis- Remote host closed the connection 1253394411 Q * Hm_NOIR__ Remote host closed the connection 1253394411 Q * C0_KTR_CR_CWE_T2_BIADAB_4ML Write error: connection closed 1253394411 Q * lita_15 Max SendQ exceeded 1253394411 Q * irma27891 Remote host closed the connection 1253394411 Q * Om_dikantor Remote host closed the connection 1253394411 Q * ______|RIP| Remote host closed the connection 1253394411 Q * amie Remote host closed the connection 1253394411 Q * HITLER Remote host closed the connection 1253394411 Q * hadimtp Remote host closed the connection 1253394411 Q * co_hobi_nongkrong_dmol Remote host closed the connection 1253394411 Q * ce_kencan Remote host closed the connection 1253394411 Q * SELL_TOSHIBA_TABLET Remote host closed the connection 1253394411 Q * ^Anita20^ Remote host closed the connection 1253394411 Q * caleb32 Remote host closed the connection 1253394411 Q * Eurotrash Remote host closed the connection 1253394411 Q * [David]KS[Lee] Remote host closed the connection 1253394411 Q * CeSlave Remote host closed the connection 1253394411 Q * cwok_cri Write error: connection closed 1253394411 Q * SillySandra Remote host closed the connection 1253394411 Q * cowk-panggilan400rb Remote host closed the connection 1253394411 Q * StePH[G] Remote host closed the connection 1253394411 Q * OM-Segerr Remote host closed the connection 1253394411 Q * teajay Remote host closed the connection 1253394411 Q * C0_ddku_lgPengn Remote host closed the connection 1253394411 Q * m_23jkt Remote host closed the connection 1253394411 Q * rick_25 Remote host closed the connection 1253394411 Q * cE_imOoet Remote host closed the connection 1253394411 Q * welt Remote host closed the connection 1253394411 Q * cO_TebInK_pEngEn_cEw_ViRgIN Remote host closed the connection 1253394411 Q * DoGGy_StyLe^ Remote host closed the connection 1253394411 Q * co_300_serius Remote host closed the connection 1253394411 Q * CO_cibubur_cari_ce_cibubur Remote host closed the connection 1253394411 Q * [[c0_cri_fb_ym]] Read error: Connection reset by peer 1253394411 Q * Black_D Remote host closed the connection 1253394411 Q * Dinnn Write error: connection closed 1253394411 Q * NassGorr Remote host closed the connection 1253394411 Q * _WISHmaster_ Remote host closed the connection 1253394411 Q * co_19_gaue Remote host closed the connection 1253394411 Q * vhy Remote host closed the connection 1253394411 Q * joe_rock Remote host closed the connection 1253394411 Q * _DoM_ Remote host closed the connection 1253394411 Q * co_blank Remote host closed the connection 1253394411 Q * ^Cow_BIasa Remote host closed the connection 1253394411 Q * COWO_KERJA Write error: connection closed 1253394412 Q * KlCityQuiz Remote host closed the connection 1253394412 Q * erar_li Remote host closed the connection 1253394412 Q * far Read error: Connection reset by peer 1253394412 Q * XiNoN Remote host closed the connection 1253394412 Q * ce_alone Write error: connection closed 1253394412 Q * shemale_lookin4 Remote host closed the connection 1253394412 Q * diantaranya Remote host closed the connection 1253394412 Q * Cepet_crCwe_bsyr Remote host closed the connection 1253394412 Q * Co_Trouble Remote host closed the connection 1253394412 Q * tyo Read error: Connection reset by peer 1253394412 Q * Dignity Remote host closed the connection 1253394412 Q * Sry_86 Remote host closed the connection 1253394412 Q * kebelet-ml Remote host closed the connection 1253394412 Q * vithz Remote host closed the connection 1253394412 Q * setia Remote host closed the connection 1253394412 Q * aaan Remote host closed the connection 1253394412 Q * shady_777 Read error: Connection reset by peer 1253394412 Q * AnakAyam Write error: connection closed 1253394412 Q * Co-cr_cw_bayaran Read error: Connection reset by peer 1253394412 Q * [Man_KERJA_JKT] Remote host closed the connection 1253394412 Q * c0_chn_simple27jkt_ Read error: Connection reset by peer 1253394412 Q * _Ivan_masih_sendiri_ Read error: Connection reset by peer 1253394412 Q * Chat_Sauvage Remote host closed the connection 1253394412 Q * cute_women Remote host closed the connection 1253394412 Q * B1NTANG Write error: connection closed 1253394412 Q * Konsultanpajak___cariklient Write error: connection closed 1253394412 Q * ^nica^ Remote host closed the connection 1253394412 Q * PEJANTAN_TANGGU Remote host closed the connection 1253394412 Q * cwoPplngskul_smk Read error: Connection reset by peer 1253394412 Q * [iMMoRtaL] Read error: Connection reset by peer 1253394412 Q * Hobiku_Dudukin_Perut-6pack Remote host closed the connection 1253394412 Q * JaNDa Read error: Connection reset by peer 1253394412 Q * cowo_biasa_25 Remote host closed the connection 1253394412 Q * piojo_karate Read error: Connection reset by peer 1253394412 Q * gund Remote host closed the connection 1253394412 Q * cr4ck0rz Read error: Connection reset by peer 1253394412 Q * meLL_InBndung_juohh Remote host closed the connection 1253394412 Q * Cwok_25th_4tante Remote host closed the connection 1253394412 Q * Co_cr_ce_ctk_agresif Write error: connection closed 1253394412 Q * Pintho_YK Remote host closed the connection 1253394412 Q * pilat Read error: Connection reset by peer 1253394412 Q * phil\ Write error: connection closed 1253394412 Q * SIMON_BGR Read error: Connection reset by peer 1253394412 Q * HAN_FIND_MANDARIN_TALKER Read error: Connection reset by peer 1253394412 Q * Archange Remote host closed the connection 1253394412 Q * gusan Remote host closed the connection 1253394412 Q * bAbY_lOOvEleSs Write error: connection closed 1253394412 Q * [[`ce_lagi_sakit_gk_skul`]] Write error: connection closed 1253394412 Q * rick02 Read error: Connection reset by peer 1253394412 Q * australian_male_makati Remote host closed the connection 1253394412 Q * Zeppelin Remote host closed the connection 1253394412 Q * mau_enak Write error: connection closed 1253394412 Q * mBendol Remote host closed the connection 1253394412 Q * ||DITO|| Remote host closed the connection 1253394413 Q * Ronin`[CRF] Remote host closed the connection 1253394413 Q * GiSSeLLa Remote host closed the connection 1253394413 Q * YK_POLOS Remote host closed the connection 1253394413 Q * Sty|EsS Read error: Connection reset by peer 1253394413 Q * peterpan Read error: Connection reset by peer 1253394413 Q * O00shit Remote host closed the connection 1253394413 Q * Ce_Georgeous Remote host closed the connection 1253394413 Q * PRIA^DEWASA Read error: Connection reset by peer 1253394413 Q * siNgLeLady79 Read error: Connection reset by peer 1253394413 Q * Co-AloNe Read error: Connection reset by peer 1253394413 Q * RoTTweiLeR Read error: Connection reset by peer 1253394413 Q * nice_guyz Remote host closed the connection 1253394413 Q * cow_t4_curhat Read error: Connection reset by peer 1253394413 Q * angel_aja Remote host closed the connection 1253394413 Q * ^co_butuh_ML Read error: Connection reset by peer 1253394413 Q * DimaS40 Remote host closed the connection 1253394413 Q * Glennn Read error: Connection reset by peer 1253394413 Q * Amway09 Read error: Connection reset by peer 1253394413 Q * wanita_dewasa_bth_tmn_pria_map Remote host closed the connection 1253394413 Q * bLUe_man Remote host closed the connection 1253394413 Q * c3_LuVLy Read error: Connection reset by peer 1253394413 Q * c0_bdg Write error: connection closed 1253394413 Q * goodsamaritan Read error: Connection reset by peer 1253394413 Q * dimana Remote host closed the connection 1253394413 Q * aLoNe_in_theDaRk Write error: connection closed 1253394414 Q * co-papua-gede-panjang Remote host closed the connection 1253394414 Q * bikerman Remote host closed the connection 1253394414 Q * nurse_akbeth Read error: Connection reset by peer 1253394414 Q * loache Read error: Connection reset by peer 1253394414 Q * israel-st\unnel Max SendQ exceeded 1253394414 Q * cow_ajh Remote host closed the connection 1253394414 Q * F^i^r^s^t Read error: Connection reset by peer 1253394414 Q * Hardk Remote host closed the connection 1253394414 Q * raal Read error: Connection reset by peer 1253394414 Q * dCo0L Remote host closed the connection 1253394414 Q * online-online Remote host closed the connection 1253394414 Q * Sharny Remote host closed the connection 1253394414 Q * co_sprite Write error: connection closed 1253394414 Q * jUstin|away Read error: Connection reset by peer 1253394414 Q * CHN-CO-NICE Remote host closed the connection 1253394414 Q * andrew_hung Read error: Connection reset by peer 1253394414 Q * cO_BdgLgNyaRi Remote host closed the connection 1253394414 Q * MeCindy Read error: Connection reset by peer 1253394414 Q * C-BoBo Remote host closed the connection 1253394414 Q * CE_BTHKRJ Read error: Connection reset by peer 1253394414 Q * diisi_nama_anda Remote host closed the connection 1253394414 Q * neneaa Remote host closed the connection 1253394414 Q * sHAKe_iN_bED_ Remote host closed the connection 1253394414 Q * irvan Read error: Connection reset by peer 1253394414 Q * _Bianca_ Remote host closed the connection 1253394414 Q * XSHOP Write error: connection closed 1253394414 Q * Mike40 Remote host closed the connection 1253394414 Q * Komputer15 Read error: Connection reset by peer 1253394414 Q * BatBoy Remote host closed the connection 1253394415 Q * ce_leo Read error: Connection reset by peer 1253394415 Q * Black_Boss Remote host closed the connection 1253394415 Q * Emilie21 Read error: Connection reset by peer 1253394415 Q * Co_Kerja_nyari_ce Max SendQ exceeded 1253394415 Q * Vangella Remote host closed the connection 1253394415 Q * ghoOst3128 Read error: Connection reset by peer 1253394415 Q * Co_Cr__JKT Read error: Connection reset by peer 1253394415 Q * DedY_jogJa Write error: connection closed 1253394415 Q * Laki-Banget-Bisex-CrTeman Read error: Connection reset by peer 1253394415 Q * ce_pengen_mas-mas Remote host closed the connection 1253394415 Q * cowok Read error: Connection reset by peer 1253394415 Q * CUPLIS_feat_HRR Read error: Connection reset by peer 1253394415 Q * Cow_suka_cewekBondeng Read error: Connection reset by peer 1253394415 Q * laki_gede Max SendQ exceeded 1253394415 Q * Co_Keren_Cakep Read error: Connection reset by peer 1253394415 Q * LuCiFeR___ Remote host closed the connection 1253394415 Q * dini_bandung Read error: Connection reset by peer 1253394415 Q * ticca Read error: Connection reset by peer 1253394416 Q * assayu02 Read error: Connection reset by peer 1253394416 Q * cocinacam20 Remote host closed the connection 1253394416 Q * jangkrik Read error: Connection reset by peer 1253394416 Q * ruby46f Read error: Connection reset by peer 1253394416 Q * ekki Write error: connection closed 1253394416 Q * Deny_Aja Read error: Connection reset by peer 1253394416 Q * tara_aja Max SendQ exceeded 1253394416 Q * CoPaGocoK_mks Write error: connection closed 1253394416 Q * SiantarMan Read error: Connection reset by peer 1253394416 Q * Tamu040119842009 Remote host closed the connection 1253394416 Q * MR__BLACK Remote host closed the connection 1253394416 Q * con_Pria Read error: Connection reset by peer 1253394416 Q * cwe_manis Read error: Connection reset by peer 1253394416 Q * yangil30 Read error: Connection reset by peer 1253394416 Q * Betawi Read error: Connection reset by peer 1253394416 Q * tasya_Luv Read error: Connection reset by peer 1253394416 Q * CoW_CaRi_CeWe Remote host closed the connection 1253394417 Q * cow_cr_eskord Read error: Connection reset by peer 1253394417 Q * scf Read error: Connection reset by peer 1253394417 Q * co_office_bdg Read error: Connection reset by peer 1253394417 Q * Imut_obrien Remote host closed the connection 1253394417 Q * narra Write error: connection closed 1253394417 Q * phita Read error: Connection reset by peer 1253394417 Q * TEMP3R Read error: Connection reset by peer 1253394417 Q * Gamacca02 Write error: connection closed 1253394417 Q * co_ANUG\EDE Write error: connection closed 1253394417 Q * DESPERATE_MAN Max SendQ exceeded 1253394417 Q * GSTARR Read error: Connection reset by peer 1253394417 Q * woww Remote host closed the connection 1253394417 Q * mariner Read error: Connection reset by peer 1253394417 Q * beaublack Remote host closed the connection 1253394417 Q * Pasti Read error: Connection reset by peer 1253394417 Q * PERINTIS Remote host closed the connection 1253394417 Q * CO-HOTManCariHORNYMarriedWoman Remote host closed the connection 1253394417 Q * No_Christ_Required Write error: connection closed 1253394417 Q * grissou Write error: connection closed 1253394417 Q * DeviLX Read error: Connection reset by peer 1253394417 Q * and1k4 Read error: Connection reset by peer 1253394418 Q * [Ben35] Read error: Connection reset by peer 1253394418 Q * Sapola Read error: Connection reset by peer 1253394418 Q * PokerBoys24 Read error: Connection reset by peer 1253394418 Q * agnez Read error: Connection reset by peer 1253394418 Q * Red_Marlboro_Man Remote host closed the connection 1253394418 Q * cwo_keren Read error: Connection reset by peer 1253394418 Q * _someday Read error: Connection reset by peer 1253394418 Q * co_mau_tete_gd Read error: Connection reset by peer 1253394418 Q * mandira Write error: connection closed 1253394418 Q * cowok_ajak_jln_cewek Read error: Connection reset by peer 1253394418 Q * cow_oL Read error: Connection reset by peer 1253394419 Q * Education- Remote host closed the connection 1253394419 Q * mIRCode Read error: Connection reset by peer 1253394419 Q * heATme Read error: Connection reset by peer 1253394419 Q * dirka Read error: Connection reset by peer 1253394420 Q * satria_pingit Remote host closed the connection 1253394420 Q * co_17fB Read error: Connection reset by peer 1253394420 Q * anime_manga Read error: Connection reset by peer 1253394420 Q * co_fb_46 Remote host closed the connection 1253394420 Q * RocketQUEEN Remote host closed the connection 1253394420 Q * OverXxX Read error: Connection reset by peer 1253394420 Q * Om_Bayar_Serius Read error: Connection reset by peer 1253394420 Q * MarocBeau Read error: Connection reset by peer 1253394421 Q * ikki_jie Read error: Connection reset by peer 1253394421 Q * cE_bLooNd Write error: connection closed 1253394421 Q * cwo_ganteng Read error: Connection reset by peer 1253394421 Q * Edras Read error: Connection reset by peer 1253394421 Q * kefin_aja Read error: Connection reset by peer 1253394421 Q * ardhee Read error: Connection reset by peer 1253394421 Q * co_OL_YM_FB Read error: Connection reset by peer 1253394421 Q * Oddity Remote host closed the connection 1253394421 Q * kk-M3GHA Remote host closed the connection 1253394421 Q * co_maen_jgja Read error: Connection reset by peer 1253394421 Q * Penelope27 Remote host closed the connection 1253394421 Q * Co_chn_sk_jilat_toket-ce_jkt Remote host closed the connection 1253394421 Q * era_li Remote host closed the connection 1253394421 Q * Co_Beber Remote host closed the connection 1253394421 Q * makassar_man Read error: Connection reset by peer 1253394421 Q * ahaaa Max SendQ exceeded 1253394422 Q * cew_chuby Remote host closed the connection 1253394422 Q * wynn_alvarez Remote host closed the connection 1253394422 Q * aryo799 Read error: Connection reset by peer 1253394422 Q * butchi_mo_ngajaq_jalan_dijakpu Remote host closed the connection 1253394422 Q * CE_EXACT Read error: Connection reset by peer 1253394422 Q * C0_bGt Remote host closed the connection 1253394422 Q * co-nice Remote host closed the connection 1253394422 Q * koala Read error: Connection reset by peer 1253394422 Q * kefin_nak_tng Write error: connection closed 1253394423 Q * in_t4n Read error: Connection reset by peer 1253394423 Q * co_kerja_o Read error: Connection reset by peer 1253394424 Q * co-jkt-bi Write error: connection closed 1253394424 Q * SmG Remote host closed the connection 1253394424 Q * polarman Read error: Connection reset by peer 1253394425 Q * boy_boring Read error: Connection reset by peer 1253394425 Q * fmimiOQP Write error: connection closed 1253394425 Q * Cock-On-Cam Read error: Connection reset by peer 1253394426 Q * ce-telepon-gratis Read error: Connection reset by peer 1253394426 Q * mega20 Remote host closed the connection 1253394426 Q * agas Read error: Connection reset by peer 1253394426 Q * DereckTheMan Read error: Connection reset by peer 1253394427 Q * MoonLiteGirl Read error: Connection reset by peer 1253394427 Q * cwo_F4 Read error: Connection reset by peer 1253394427 Q * Zaida Read error: Connection reset by peer 1253394427 Q * victorized Max SendQ exceeded 1253394428 Q * TaijiAfk Read error: Connection reset by peer 1253394428 Q * Aandreita__camara Write error: connection closed 1253394428 Q * tolll Read error: Connection reset by peer 1253394428 Q * quebec26m Write error: connection closed 1253394429 Q * co_leo Read error: Connection reset by peer 1253394429 Q * ReadyGo Write error: connection closed 1253394429 Q * Jack_JKT Read error: Connection reset by peer 1253394429 Q * nav Read error: Connection reset by peer 1253394430 Q * aziezah_sabar Read error: Connection reset by peer 1253394430 Q * co_LgSuntuk_bgtJKsDpk Remote host closed the connection 1253394430 Q * co_kantor Read error: Connection reset by peer 1253394430 Q * MissAnthrope Read error: Connection reset by peer 1253394430 Q * co_pSnTrEn Read error: Connection reset by peer 1253394431 Q * iNoCeNt_rOsEee Read error: Connection reset by peer 1253394431 Q * co_intimate_lelaki Read error: Connection reset by peer 1253394431 Q * andre^ Read error: Connection reset by peer 1253394432 Q * JustinJ Read error: Connection reset by peer 1253394432 Q * sithaaa Read error: Connection reset by peer 1253394432 Q * co_crcw Max SendQ exceeded 1253394432 Q * co_big_cock Read error: Connection reset by peer 1253394433 Q * DeadMoon Write error: connection closed 1253394433 Q * jezzi Read error: Connection reset by peer 1253394434 Q * lee_7 Remote host closed the connection 1253394434 Q * yang_terlupakan Read error: Connection reset by peer 1253394434 Q * PijatSensualUtkWanitaSerius Read error: Connection reset by peer 1253394434 Q * CO-HOTManCariHORNYMarriedWomen Read error: Connection reset by peer 1253394435 Q * Ce_Baek_20 Read error: Connection reset by peer 1253394435 Q * Aanalia19America Read error: Connection reset by peer 1253394435 Q * abcdeco Remote host closed the connection 1253394436 Q * Vha_NiE Remote host closed the connection 1253394436 Q * cowo_jelek_banget Read error: Connection reset by peer 1253394437 Q * Mat_ure Read error: Connection reset by peer 1253394437 Q * cew_16 Read error: Connection reset by peer 1253394437 Q * Yuswita Write error: connection closed 1253394437 Q * adiet_caem_cari_pacar Read error: Connection reset by peer 1253394438 Q * cwe_imoet Read error: Connection reset by peer 1253394438 Q * koalaa Read error: Connection reset by peer 1253394441 Q * Delicius Read error: Connection reset by peer 1253394442 Q * Ce_suka_bapak2_baik_jkt Read error: Connection reset by peer 1253394442 Q * Hiicham Read error: Connection reset by peer 1253394442 Q * co^gudel Max SendQ exceeded 1253394442 Q * cw0_KuL_CKEPZ Read error: Connection reset by peer 1253394443 Q * pinay_36 Read error: Connection reset by peer 1253394444 Q * ce_manja Read error: Connection reset by peer 1253394445 Q * skrooo Remote host closed the connection 1253394446 Q * L1thium Read error: Connection reset by peer 1253394447 Q * cow_mapan_cr_ce Max SendQ exceeded 1253394449 Q * co_homo Read error: Connection reset by peer 1253394450 Q * COWOK_MANADO Max SendQ exceeded 1253394450 Q * le_danseur44 Max SendQ exceeded 1253394451 Q * CO_SAYANG_CO_4_DEWASA_ Read error: Connection reset by peer 1253394452 Q * sam0715 Remote host closed the connection 1253394452 Q * cwo_cr_tmn Read error: Connection reset by peer 1253394452 Q * cwo_cakep Read error: Connection reset by peer 1253394453 Q * ce_narsis Read error: Connection reset by peer 1253394453 Q * AADDAAWW_BIJI_GW_KEJEPIT_[CAM] Read error: Connection reset by peer 1253394453 Q * ce_kul_need Read error: Connection reset by peer 1253394455 Q * Mec-BnD Remote host closed the connection 1253394455 Q * Co_Permen_lolipop Remote host closed the connection 1253394456 Q * Laila^18 Read error: Connection reset by peer 1253394457 Q * hifi-gaal Write error: connection closed 1253394457 Q * PAlopo_co2CO Remote host closed the connection 1253394459 Q * co_dws-jkt-cr Read error: Connection reset by peer 1253394461 Q * crcebersuami Write error: connection closed 1253394461 Q * co_cr_kepuasan Read error: Connection reset by peer 1253394462 Q * TorontoGuy4F Write error: connection closed 1253394462 Q * MisS_gOkIeL Read error: Connection reset by peer 1253394463 Q * KanKouni autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:07:43) 1253394463 Q * CO-ASYIXX Read error: Connection reset by peer 1253394463 Q * Asiachat Read error: Connection reset by peer 1253394464 Q * Co_CHNJkt_Ckp_Cr_Ce_SMP_SMU_ML Read error: Connection reset by peer 1253394467 Q * MINUL Remote host closed the connection 1253394468 Q * Imut_holmes Read error: Connection reset by peer 1253394473 Q * co_in_here Remote host closed the connection 1253394474 Q * BOLIHUANGGA Remote host closed the connection 1253394475 Q * Car0o-CocO Read error: Connection reset by peer 1253394478 Q * c0_stawberryy Remote host closed the connection 1253394482 Q * Om_Mau_Jilmeq Ping timeout: 480 seconds 1253394484 Q * cwe_pikund Read error: Connection reset by peer 1253394485 Q * bad2thebone Read error: Connection reset by peer 1253394487 Q * CO_EXMUD Ping timeout: 480 seconds 1253394488 Q * Co36thn_Cr_Istri_Polwan Remote host closed the connection 1253394492 Q * ftv Ping timeout: 480 seconds 1253394493 Q * GAMBUS Read error: Connection reset by peer 1253394495 Q * Co_Jazz_Cakepz Remote host closed the connection 1253394503 Q * horney Read error: Connection reset by peer 1253394512 Q * nazi[]\_] Ping timeout: 480 seconds 1253394512 Q * co_jelekx Ping timeout: 480 seconds 1253394512 Q * na_ra Remote host closed the connection 1253394516 Q * GentL3meL Read error: Connection reset by peer 1253394522 Q * CO_DOYAN Ping timeout: 480 seconds 1253394531 Q * co17_cr_tmn Read error: Connection reset by peer 1253394531 Q * pria_nyambung_ngobrolnya Read error: Connection reset by peer 1253394533 Q * natalie`` Read error: Connection reset by peer 1253394533 Q * junky[aa]] Read error: Connection reset by peer 1253394533 Q * oupsillium Max SendQ exceeded 1253394537 Q * jual_treo_680_plus_bonus Read error: Connection reset by peer 1253394552 Q * _qc_mec Ping timeout: 480 seconds 1253394554 Q * KanwaL Remote host closed the connection 1253394567 Q * junky[_`_] Ping timeout: 480 seconds 1253394577 Q * Female-Dewasa Ping timeout: 480 seconds 1253394628 Q * h26 Read error: Connection reset by peer 1253394632 Q * Anth0ny- Ping timeout: 480 seconds 1253394688 Q * maniezz Read error: Connection reset by peer 1253394693 F * daniel_hozac +b *!*@test.dnsbl.oftc.net 1253394699 F * daniel_hozac -i 1253394702 F * daniel_hozac -o daniel_hozac 1253394712 Q * adheet Read error: Connection reset by peer 1253394716 Q * Paperpunch Read error: Connection reset by peer 1253394725 Q * ce_phonesexnow Read error: Connection reset by peer 1253394793 Q * co-cari_tante Remote host closed the connection 1253394809 Q * m_smart autokilled: This host violated network policy. Mail support@oftc.net if you feel this in error. (2009-09-19 21:13:29) 1253394822 Q * cow_cr_tmen Ping timeout: 480 seconds 1253394822 Q * ce_akper Ping timeout: 480 seconds 1253394827 Q * WAPPO Ping timeout: 480 seconds 1253394835 M * blikz Bertl_oO: u there? 1253394837 Q * Alex_chn_lg_kesepian Ping timeout: 480 seconds 1253394837 Q * LfcGirl Ping timeout: 480 seconds 1253394887 Q * co_Smg Ping timeout: 480 seconds 1253394902 Q * arki_guy Ping timeout: 480 seconds 1253395073 M * blikz `vserver-info' uses deprecated v2 capabilities in a way that may be insecure. 1253395084 M * daniel_hozac update your utils. 1253395174 M * daniel_hozac or just ignore it, since, it's not insecure. 1253395205 M * blikz daniel_hozac: ya but my vserver doesnt start 1253395233 M * daniel_hozac i can assure it's not because of that. 1253395320 M * blikz can you qucik look on that http://phear.eu/log 1253395340 M * daniel_hozac looks good. 1253395346 M * blikz dmesg shows me only that output which i paste 1253395357 M * blikz looks good it did not start 1253395358 M * daniel_hozac you might want to enable a service in your guest though, so it will stay running. 1253395420 M * blikz ive been out for 8 months and it channed a lot 1253395431 M * blikz when i have to enable services? 1253395445 M * daniel_hozac that's always been the case. 1253395449 M * blikz and where because in past ive dont that after start guest and enter it 1253395456 M * daniel_hozac guests with nothing running in them won't stay running. 1253395461 M * daniel_hozac since, uh, they're empty. 1253395471 M * daniel_hozac you can of course keep them around if you want. 1253395474 M * daniel_hozac but it's sort of pointless. 1253395476 M * blikz lol 1253395489 M * blikz so how i can add services on it? 1253395513 M * daniel_hozac with Gentoo? i don't know, i guess rescue start it and emerge something. 1253395626 J * scientes_ ~scientes@174-21-194-89.tukw.qwest.net 1253395656 Q * takeru Quit: takeru 1253395691 M * blikz daniel_hozac: i dont get it 1253395705 M * daniel_hozac vserver start --rescue 1253395713 M * blikz i always was doing this my way and after start guest i could always enter to it 1253395728 M * daniel_hozac i guess you're using a different tarball then. 1253395743 M * daniel_hozac you want a stage4, i.e. a stage3 with some services in it. 1253396031 Q * scientes Ping timeout: 480 seconds 1253396573 Q * bonbons Quit: Leaving 1253396646 M * blikz daniel_hozac: still there? 1253396679 M * blikz daniel_hozac: http://phear.eu/some 1253396684 M * blikz what about that 1253396726 M * daniel_hozac looks like old broken utils. 1253396786 M * blikz awwwwwwww 1253397536 J * scientes__ ~scientes@174-21-198-176.tukw.qwest.net 1253397892 Q * scientes_ Ping timeout: 480 seconds 1253399412 J * takeru ~takeru@nttkyo719152.tkyo.nt.ftth.ppp.infoweb.ne.jp 1253399481 N * DoberMann DoberMann[ZZZzzz] 1253399683 Q * imcsk8 Quit: This computer has gone to sleep