Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    SHARE SQUID.CONF kamu disini

    Scheduled Pinned Locked Moved Indonesian
    61 Posts 17 Posters 82.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      orkeys
      last edited by

      Om tadi malam otak-atik dikit squid.conf kok gak jalan ya… ??? ???
      rencananya ingin limt bandwitdh tapi kok tidak terlimit ya... saya coba dengan download .exe :-\

      nih settingan delay poolsnya yang di masukan di squid.conf

      Parameter Delaypool

      acl umum src 192.168.1.0/24
      acl teknisi src 192.168.1.120/24
      acl teknisi2 src 192.168.1.130/24

      acl TIME time SMTWHFA 07:00-22:00

      acl download url_regex -i ftp .exe$ .mp3$ .mp4$ .tar.gz$ .gz$ .tar.bz2$ .rpm$ .zip$ .rar$
      acl download url_regex -i ftp .mp3$ .mp4$ .tar.gz$ .gz$ .tar.bz2$ .rpm$ .zip$ .rar$
      acl download url_regex -i .avi$ .mpg$ .flv$ .mpeg$ .rm$ .iso$ .wav$ .mov$ .dat$ .mpe$ .mid$ .mkv$
      acl download url_regex -i .midi$ .rmi$ .wma$ .wmv$ .ogg$ .ogm$ .m1v$ .mp2$ .mpa$ .wax$
      acl download url_regex -i .m3u$ .asx$ .wpl$ .wmx$ .dvr-ms$ .snd$ .au$ .aif$ .asf$ .m2v$
      acl download url_regex -i .m2p$ .ts$ .tp$ .trp$ .div$ .divx$ .mod$ .vob$ .aob$ .dts$
      acl download url_regex -i .ac3$ .cda$ .vro$ .deb$

      delaypools

      delay_pools 2
      delay_class 1 1
      delay_parameters 1 -1/-1
      delay_access 1 allow teknisi
      delay_access 1 allow teknisi2
      delay_access 1 deny all

      bandwidth 10 kbytes/sec, bila file yang diakses melebihi 1 Mb

      bandwidth 2 Mbps(speedol) dengan batas kecepatan rata2 1 Mbps(speedol)

      delay_class 2 2
      delay_parameters 2 128000/128000 1280/10240
      delay_access 2 allow umum
      delay_access 2 allow download TIME
      delay_access 2 deny all

      apa ada yang salah.. atau harus ditambahkan di custom optionnya kah ??
      squidnya yg pake yang baru fresh instal  + lusca + squidguard baru ditambah dgn delay pools saja
      mohon bantuannya  ;D ;D

      tanpa hari tanpa membuka forum tercinta ini

      1 Reply Last reply Reply Quote 0
      • O
        orkeys
        last edited by

        ini printnya
        menggunakan pf 2.0

        squidclient -p 80 cache_object://localhost/config |grep -i delay

        request_body_delay_forward_size 0 Allow all
        delay_pools 2
        delay_class 1 1
        delay_access 1 Allow teknisi
        delay_access 1 Allow teknisi2
        delay_access 1 Deny all
        delay_parameters 1 -1/-1
        delay_class 2 2
        delay_access 2 Allow umum
        delay_access 2 Allow download TIME
        delay_access 2 Deny all
        delay_parameters 2 128000/128000 1280/10240
        delay_initial_bucket_level 50

        squidclient -p 80 cache_object://localhost/delay

        HTTP/1.0 200 OK
        Server: Lusca/LUSCA r14850 patched: chudy r14
        Date: Fri, 17 Jun 2011 10:47:51 GMT
        Content-Type: text/plain
        Expires: Fri, 17 Jun 2011 10:47:51 GMT
        X-Cache: MISS from localhost
        Connection: close

        Delay pools configured: 2

        Pool: 1
                Class: 1

        Aggregate:
                        Disabled.

        Pool: 2
                Class: 2

        Aggregate:
                        Max: 128000
                        Restore: 128000
                        Current: 128000
                Individual:
                        Max: 10240
                        Rate: 1280
                        Current: Not used yet.

        Memory Used: 3484 bytes

        grep -i exe /var/squid/acl/throttle_exts.acl

        .exe$

        grep -i mp3 /var/squid/acl/throttle_exts.acl

        .mp3$

        1 Reply Last reply Reply Quote 0
        • A
          agismaniax
          last edited by

          UPDATE ini squid.conf ane:

          Do not edit manually !

          http_port 172.16.1.254:3128 transparent
          http_port 127.0.0.1:80 transparent
          icp_port 0

          pid_filename /var/run/squid.pid
          cache_effective_user proxy
          cache_effective_group proxy
          error_directory /usr/local/etc/squid/errors/English
          icon_directory /usr/local/etc/squid/icons
          visible_hostname firewall2.xxx.co.id
          cache_mgr admin@xxx.co.id
          access_log /var/squid/log/access.log
          cache_log /var/squid/log/cache.log
          cache_store_log none
          logfile_rotate 30
          shutdown_lifetime 0 seconds

          Allow local network(s) on interface(s)

          acl localnet src  172.16.0.0/255.255.0.0
          forwarded_for transparent
          httpd_suppress_version_string on
          uri_whitespace strip
          dns_nameservers 202.159.32.2 202.159.33.2 202.158.3.7 202.169.33.220

          cache_mem 128 MB
          maximum_object_size_in_memory 4 KB
          memory_replacement_policy heap GDSF
          cache_replacement_policy heap LFUDA
          cache_dir coss /var/squid/coss/coss 5000 max-size=4096 block-size=512
          cache_dir aufs /var/squid/cache 50000 16 256 min-size=4096
          minimum_object_size 2 KB
          maximum_object_size 128 MB
          offline_mode off
          cache_swap_low 90
          cache_swap_high 95
          acl donotcache dstdomain '/var/squid/acl/donotcache.acl'
          cache deny donotcache

          No redirector configured

          Setup some default acls

          acl all src 0.0.0.0/0.0.0.0
          acl localhost src 127.0.0.1/255.255.255.255
          acl safeports port 21 70 80 210 280 443 488 563 591 631 777 901 8080 3128 1025-65535
          acl sslports port 443 563 8080
          acl manager proto cache_object
          acl purge method PURGE
          acl connect method CONNECT
          acl partialcontent_req req_header Range .*
          #acl dynamic urlpath_regex cgi-bin ?
          include /usr/local/etc/squid/include.conf
          #cache deny dynamic
          http_access allow manager localhost

          Allow external cache managers

          acl ext_manager_1 src 192.168.1.1
          http_access allow manager ext_manager_1

          http_access deny manager
          http_access allow purge localhost
          http_access deny purge
          http_access deny !safeports
          http_access deny CONNECT !sslports

          Always allow localhost connections

          http_access allow localhost

          quick_abort_min 32 KB
          quick_abort_max 128 KB
          quick_abort_pct 75
          range_offset_limit 0 MB
          request_body_max_size 0 allow all
          reply_body_max_size 0 deny all

          delay_pools 1
          delay_class 1 2
          delay_parameters 1 -1/-1 -1/-1
          delay_initial_bucket_level 100

          Throttle extensions matched in the url

          acl throttle_exts urlpath_regex -i '/var/squid/acl/throttle_exts.acl'
          delay_access 1 allow throttle_exts
          delay_access 1 deny all

          Custom options

          refresh_pattern ([^.]+.|)(download|(windows|)update|).(microsoft.|)com/..(cab|exe|msi|msp) 4320 100% 43200 reload-into-ims
          refresh_pattern ([^.]+.|)avg.com/.
          .(bin) 4320 100% 43200 reload-into-ims
          refresh_pattern ([^.]+.|)symantecliveupdate.com/..(zip|exe|jdb|xdb) 43200 100% 43200 reload-into-ims
          refresh_pattern ([^.]+.|)avast.com/.
          .(vpu|vpaa) 4320 100% 43200 reload-into-ims
          refresh_pattern ([^.]+.|)avira.de/..(vdf|ivdf|zip) 4320 100% 43200 reload-into-ims
          refresh_pattern ([^.]+.|)adobe.com/.
          .(exe|msi) 4320 100% 43200 reload-into-ims
          range_offset_limit -1

          redirect_program /usr/local/bin/squidGuard -c /usr/local/etc/squidGuard/squidGuard.conf
          redirector_bypass on
          redirect_children 3

          Allow local network(s) on interface(s)

          http_access allow localnet

          Default block all to be sure

          http_access deny all

          1 Reply Last reply Reply Quote 0
          • K
            kaptenhook
            last edited by

            list malware

            0001kkkkkkk.qipim.ru/
            101e2e4.info/release/f387c8f64b97857c2b96a60a6ccd49c6/
            1035.kjhds.info/loading/
            110.45.143.250/infotab/
            1140.co.kr/program/
            115.238.29.195/qd.netkill.com.cn/
            115.93.29.155/
            115.94.11.20/
            116.125.127.169/
            116.126.127.233/
            116.127.121.26/~brownsoftdown/download/
            116.127.121.27/~brownsoftdown/download/
            1160938203/
            117.41.248.185/re05/
            117.59.39.72/
            12.229.69.217/content/spide/pimp/
            121.11.150.90/
            121.12.109.75/
            121.125.79.166/download/
            122.139.57.20/un/
            122.224.186.252/qd.netkill.com.cn/
            122.224.4.134/
            122.224.51.34/exe/
            124.237.121.118/exe/
            125.39.78.27/update/cab/
            125.89.79.37/qd.netkill.com.cn/
            14.duote.org/
            174.127.65.219/Adobe/
            174.127.66.195/bin/upload/
            174.34.134.233/
            18.duote.org/
            180.96.5.17/GGBeta/
            182.237.1.106/
            188.138.40.11/
            195.199.109.9/
            195.80.151.194/
            1harchive.land.ru/
            2.duote.org/
            200.102.253.195/machine/
            200.102.253.195/mags/
            200.183.144.114/
            200.58.113.213/webapps/ROOT/
            201.238.205.12/~escuelad/plugins/
            201002.confidence.org.pl/crackme/
            205.234.161.140/suspended.page/
            205.234.184.45/suspended.page/
            206.217.209.10/ad/
            206.217.209.6/
            207.182.146.200/
            208.77.45.108/rp29/
            208.79.250.63/wgt/9f3a1646c2829ec59a8eb14e75c5ff39/9c306a558c4b503a79ec2276affbc36c/rn_v4081/
            208.87.149.236/download/spacequery/1_4/
            208.87.149.251/download/spacequery/1_2/
            208.87.243.114/~winhq/i/
            208.96.234.100/images/
            209.43.123.143/~sushi/
            209.50.247.135/
            210.124.107.3/log/x/
            210.205.6.128/.b/gl/
            211.115.80.37/www/
            211.179.234.210/design07/user/user/freeboard/
            211.49.99.33/P/
            212.97.63.156/images/
            213.163.90.15/
            2133.01j.info/g/
            216.118.150.199/images/
            216.119.148.10/
            216.119.148.176/
            216.119.148.182/
            216.119.148.213/
            216.119.148.61/
            216.119.149.112/
            216.119.149.113/
            216.119.149.114/
            216.119.149.115/
            216.119.149.117/
            216.119.149.118/
            216.119.149.191/
            216.119.149.202/
            216.119.149.225/
            216.119.149.227/
            216.119.149.231/
            216.119.149.233/
            216.119.149.234/
            216.119.149.236/
            216.119.149.238/
            216.119.149.28/
            216.119.149.36/
            216.119.149.6/
            216.119.149.7/
            216.119.153.61/
            216.147.35.69/images/
            216.246.52.81/suspended.page/
            217.116.46.139/logs/old/
            217.15.185.226/include/prov/
            218.108.82.168/kjasp/CH11/
            218.145.31.156/~byc/infog/
            218.145.31.156/~byc/joeunclass/
            218.145.31.156/~byc/proone/
            218.145.69.108/loveenjoyApp/ALARM/
            218.188.0.5/templates/scrollable/
            218.240.16.229/~brian/case/
            219.146.128.242/download/other_soft/
            219.146.128.242/sc/
            219.146.128.245/download/other_soft/
            219.146.128.245/sc/
            220.124.143.9/app/update/
            220.226.178.160/cache/
            220.95.232.28/MyLibrary/Update/
            221.143.20.237/install/setup/
            221.238.129.164/soft/
            222.186.42.135/
            222.217.221.27/soft/
            2947768745963450993-a-1802744773732722657-s-sites.googlegroups.com/site/hoszizo/
            295.ca/pub/
            2duaminh.tv/files/
            3051.kjhds.info/loading/
            324.thebestcasino.in/
            38.108.190.69/dd/sarbakan_inc/15m_d/t_25su/
            3proxy.ru/0.6.1/
            3s.8i9i.com/download/other_soft/
            40.duote.org/
            404.dummywebsitedatabase.com/
            414.thebestcasino.in/
            4277629561306116542-a-1802744773732722657-s-sites.googlegroups.com/site/zawthureintun/
            4299403566958215112-a-1802744773732722657-s-sites.googlegroups.com/site/poeljames/
            49.247.254.45/
            4960915611443200074-a-1802744773732722657-s-sites.googlegroups.com/site/dshackers/dssss/
            4itak.net/load/
            58.215.240.218/qd.netkill.com.cn/
            58.218.199.187/28080/d/
            59.34.198.77/
            60.173.12.100/load/
            60.18.146.138/qd.netkill.com.cn/
            60.18.146.242/qd.netkill.com.cn/
            60.190.162.211/55/
            60.217.234.138/dmcap/
            61.135.130.127/7/
            61.147.109.82/download/
            62.122.73.203/
            64.20.37.35/
            64.20.37.37/
            64.62.181.43/dehe11/
            64.62.181.43/gog20/
            65.183.178.92/hxw/hx/
            66.116.229.233/include/inc_ext/spaw/class/
            66.119.66.171/files/
            66.152.93.119/ist/softwares/addins/
            66.152.93.119/ist/softwares/istupdates/
            66.152.93.119/ist/softwares/v4.0/
            66.197.69.159/images/
            66.45.235.228/
            66.45.253.130/
            66.45.253.131/
            66.45.253.132/
            67.228.235.86/~blacdo5/
            67.43.224.77/
            68.169.39.145/
            68.169.42.141/
            68.68.101.226/loading/
            68.68.101.251/loading/
            69.10.36.178/
            69.172.204.115/f3/
            69.172.204.120/f3/
            6d-antivirus.com/
            6d-antivirus.com/download/
            70.148.212.252/images/
            70.87.93.162/~kinc/w/
            71.224.154.160/images/
            72.167.42.103/updates/
            74.52.90.50/
            74.63.145.186/install/
            74.63.89.165/hs/
            75.147.219.202/images/view/
            76.76.102.214/
            78.159.112.106/lll/alpha/
            78.26.187.194/
            7810.kjhds.info/loading/
            7ba.ru/ex/dl/3c9cbeee46bf/
            80.74.139.159/joomla1/tmp/sernac/cl/informes/
            80.74.139.159/suedfrankreich07/gallery/
            83.133.120.191/
            83.133.122.54/
            85.duote.org/
            88.208.210.115/images/
            88.62.227.115/
            89.114.9.31/
            89.114.9.42/
            89.114.9.43/
            89.114.9.44/
            89.114.9.45/
            89.136.60.190/
            8989.theqi.info/loading/
            91.185.206.187/
            91.193.192.90/e/
            91.193.192.90/exe/
            91.193.192.90/exe/yam/
            91.193.194.114/tm/
            91.193.194.171/i/
            91.193.194.98/
            91.200.241.250/T6yRslk8JrR5sOpskHs51L/bin/
            91.200.241.252/T6yRslk8JrR5sOpskHs51L/bin/
            91.200.241.253/T6yRslk8JrR5sOpskHs51L/bin/
            91.212.135.158/
            91.212.135.169/
            91.212.135.174/
            91.212.226.33/
            91.217.162.44/
            91.220.163.12/main/bin/
            91.220.163.12/main/bin/upload/
            91629.com/down/
            92.241.162.246/~host/stealer/res/
            92.241.164.191/
            94.103.152.200/lang/
            94.63.244.56/
            96.44.169.4/tomatosoo/
            97.66.82.179/
            98.126.246.82/kernel/
            98.126.69.50/ma/
            98.143.159.138/ss/
            a1964.g.akamai.net/f/1964/2730/4h/www.whenu.com/
            aaphonecard.com/
            abnehmen-uebergewicht.de/cache/
            abnehmen-uebergewicht.de/templates/images/
            abools.net/Driver/
            absi2008.netfirms.com/
            acelogix.fileburst.com/
            ad79.co.kr/wmcdown/
            addwere.com/download/
            adminclub.profitsource.ru/
            ads.btel.net.id/huawei/Indonesia/
            adserver4.fileave.com/
            adwareblocker.com/download/
            adwarecatcher.com/download/
            adwareinspector.com/download/
            aemarcha.es/marcha/images/logotipos/
            agent-777.control677.ru/
            agent.mail.ru/ru/
            aha1020.com/download/ilgwa/
            aibiwang.com/images/uploads/edm/
            aikonideas.com/tmp/install_4b4ce6ef7f61e/files/forced/plugins/editors-xtd/modulesanywhere/elements/
            airdownload.adobe.com/air/win/download/latest/
            airsound.ru/tmp/
            ak.exe.imgfarm.com/images/nocache/funwebproducts/2.3.50.62/
            ak.exe.imgfarm.com/images/nocache/funwebproducts/2.3.64.1/
            ak.exe.imgfarm.com/images/nocache/funwebproducts/2.3.64.2/
            ak.exe.imgfarm.com/images/nocache/funwebproducts/2.3.67.1/
            ak.exe.imgfarm.com/images/nocache/funwebproducts/ei-4/
            ak.exe.imgfarm.com/images/nocache/funwebproducts/ei-6/1.2.0.3/
            ak.exe.imgfarm.com/images/nocache/mindspark/2.3.69.6/
            ak.exe.imgfarm.com/images/nocache/mindspark/2.3.69.8/
            ak.exe.imgfarm.com/images/nocache/mindspark/2.3.70.1/
            ak.exe.imgfarm.com/images/nocache/mindspark/2.3.76.6/
            ak.exe.imgfarm.com/images/nocache/mindspark/2.3.78.2/
            ak.exe.imgfarm.com/images/nocache/mindspark/ei/1.2.0.14/
            ak.exe.imgfarm.com/images/nocache/mindspark/ei/1.2.0.15/
            ak.exe.imgfarm.com/images/nocache/mindspark/ei/1.2.0.3-2/
            ak.exe.imgfarm.com/images/nocache/mindspark/ei/1.2.3.0/
            ak.exe.imgfarm.com/images/nocache/mindspark/ei/1.2.4.0/
            ak.imgfarm.com/images/nocache/vicinio/100000417/2010-1010141810/
            ak.imgfarm.com/images/nocache/vicinio/100000428/2010-1011220950/
            ak.imgfarm.com/images/nocache/vicinio/100000451/2010-1011111226/
            akindustries.org/test/
            al-soft.com/downloads/
            album.paginas.sapo.pt/
            allnewgames.ru/
            alltime.vn/
            alternative-art-ltd.net/files/
            alternativeart-ltd.com/files/
            amac.paqtool.com/images/
            amnilife.ru/
            amoravela.com.sapo.pt/
            amsoftware.narod.ru/soft/
            amucel.org/
            amused.fileave.com/
            andreneu-de.km35521.keymachine.de/tools/
            andy.cd/down/
            anorec.perso.sfr.fr/
            anti-malware.ru/doc/
            antivirus-live.com/
            antivirusarmor.com/
            antoniodemayo.com.ar/
            anyhub.net/file/
            api.ning.com/files/iQKwBt04wUUKzkqSHfNMyCAqTJmWllVg5ybypBvhXBLVswZU3GU5HSghJwv8G6Guf0K-bp9VESOJ-ClLW-2RtUJ0SE7mo0/
            apocx.ru/files/
            apocx.ru/files/bin/
            app.freecompressor.com/it/
            app.joyalrim.co.kr/file/MZ01/
            app.joyalrim.co.kr/file/comm/
            app.joyinfo.co.kr/file/
            app.joyinfo.co.kr/file/comm/
            app.webprotect.co.kr/files/
            app.webprotect.co.kr/installs/buddy/
            app.ziodio.co.kr/
            app2.tsmon.co.kr/file/MF/MF01/
            app2.tsmon.co.kr/file/MF/MF02/
            app2.tsmon.co.kr/file/MF/MF03/
            app2.tsmon.co.kr/file/OS/OS02/
            app4.websitetonight.com/projects2/0/4/5/7/2147540/uploads/
            apps.foxtab.com/3gpconverter/
            apps.foxtab.com/mp3converter/
            aramategroup-first.cc/files/
            arathas.de/img/filme/
            arcade.ya.com/s3cret/
            archive.jonrothbard.com/insaneworld/
            archives.neohapsis.com/archives/fulldisclosure/2004-06/att-0086/
            ardownload.adobe.com/pub/adobe/reader/win/8.x/8.1.4/misc/
            arquivos2011.land.ru/
            arrival88.fileave.com/
            artcleanservicos.com.br/
            artdeli.co.kr/bbs/include/
            asiaexchangeonline.ae/
            askyap.net/
            asm.hostzi.com/
            aspecs-group.cc/files/
            assistirvideolink8.t35.com/
            associatedcreative.net/
            atendzx.com/
            atlas.snet.gob.sv/documentos/tsunamis/
            audiochannel.net/components/
            auge65.au.funpic.de/
            augxgs.ttqipai.com/
            autonovix.com/
            avilock.com/
            avilock.com/./
            avilock.com/././
            avilock.com/./././
            avilock.com/././././
            avilock.com/./././././
            avilock.com/././././././
            avto-covet.ru/
            az4.neostrada.pl/csguidedown/
            azb.strony.tx.pl/
            azst.net/inc/
            b.g3u4g.net/
            b.suhi4hr.net/
            b.xppclapgirl.com/
            backstaroup.home.sapo.pt/
            baixararquivos.com.sapo.pt/
            baklajan.info/files/
            balismart.com/
            bandari.ir/
            banner.prestigecasino.com/installer/casino/
            bannerreal.eurobetpoker.it/cgi-bin/
            bannerreal.eurobetpoker.it/installer/poker/
            bar.baidu.com/update/barcab/
            baza-44.ru/
            bazaarfoods.co.uk/images/
            bbbobo.bb.funpic.de/
            bbs.56seer.com/Agent/
            bcfpb.com/webcal/tools/pp/.proxy/admin/
            bestharshi.googlepages.com/
            bestmovies4fun.co.cc/
            bestshareware.biz/utilities/
            bestsoftwarecenter.com/downloads/
            bigorti.bi.funpic.de/
            biniinvest.com/pad/
            black-cash.com/
            black-cash.com/drop/
            blog.hi-all.com/klee/notebook/zipfiles/
            blogaofotos8.com.sapo.pt/
            blogfotos2008.com.sapo.pt/
            blogpesoalpessoal.com.sapo.pt/
            bloodworx.fileave.com/
            bluedisk.ru/
            bmp-forwindows.com/users_files/
            bmw-softing.com/downloads/
            bolinacatb.dominiotemporario.com/
            botnetdown.gicp.net/
            botshop.ru/bots/
            bouchez.info/files/
            bradescojuridico2.fileave.com/
            braincodespace.in/
            brasilterra.com.sapo.pt/
            broke123.fileave.com/
            brute.ru/files/
            bsa.isoftware.nl/
            bulgarian.fileave.com/
            bulletproofsoft.com/skin_installers/
            businessedv.de/download/
            buza114.com/pcount/
            c0004553.cdn2.cloudfiles.rackspacecloud.com/
            c2.cr173.com/Soft2/
            cab.gov.ph/images/orgchart/
            cache-www.belkin.com/support/dl/
            cache.ysbweb.com/ist/softwares/addins/
            caizibing.com/
            calleite.sites.uol.com.br/baladas/
            camerapenorg.fileave.com/
            camfrogwebfree.fileave.com/
            cancelamentt0.googlepages.com/
            capitalotb.com/images/stories/
            carbys.no.sapo.pt/
            cardamorhtml.no.sapo.pt/
            carolinaalbum.fileave.com/
            cartao8578.com.sapo.pt/
            cartaoamizade000.com.sapo.pt/
            cartaoespecial9.com.sapo.pt/
            cartoesnovos.250x.com/
            cartoeswebapaxonado.no.sapo.pt/
            casasbahia.com.sapo.pt/debitos/cadastro/cpf/cnpj/codigo/clientes/
            caselli.cl/postales/
            catocife.sites.uol.com.br/baners/
            cccalc.excelsior-usa.com/download/
            cd.adm.sites.uol.com.br/ng2/
            cdisoft.info/vts_bin/
            cdn-down.7pk.com/
            cdn.coupons.com/ftp.coupons.com/partners/
            cdn.opencandy.com/p/135/PINS/
            cdn.opencandy.com/p/309/installers/
            cdn.openinstall.com.s3.amazonaws.com/installers/1157/
            cdn.openinstall.com.s3.amazonaws.com/installers/1183/
            cdn.openinstall.com.s3.amazonaws.com/installers/1185/
            cdn.openinstall.com.s3.amazonaws.com/installers/1199/
            cdn.openinstall.com.s3.amazonaws.com/installers/1221/
            cdn.openinstall.com.s3.amazonaws.com/installers/1223/
            cdn.openinstall.com.s3.amazonaws.com/installers/1225/
            cdn.openinstall.com.s3.amazonaws.com/installers/1259/
            cdn.openinstall.com.s3.amazonaws.com/installers/1297/
            cdn.openinstall.com.s3.amazonaws.com/installers/1311/
            cdn.openinstall.com.s3.amazonaws.com/installers/1313/
            cdn.openinstall.com.s3.amazonaws.com/installers/1315/
            cdn.openinstall.com.s3.amazonaws.com/installers/1589/
            cdn.openinstall.com.s3.amazonaws.com/installers/3231/
            cdn.performersoft.com/download/dp/
            cdn.wordex.uk.com/updates/
            cdn1.sourcemirror.info/binstallers/puredef/
            cdn6.appsmail.ru/hosting/596655/
            ceipmarenostrum.es/ftp/
            celynoir.com/images/
            cfteam.net/EBiz/E1GuideUpdate/
            cfteam.net/InfoBandAX/
            cfteam.net/encoder/
            cfteam.net/funfunsms/
            cfteam.net/ieshowguide/
            cfteam.net/iesolution/
            cfteam.net/infoband-headline/
            cfteam.net/joy1004/
            cfteam.net/joy1004/update/
            cfteam.net/minipopup/
            cfteam.net/mufreeupdate/
            cfteam.net/nice114/
            cfteam.net/nzellgame/
            cfteam.net/nzelltv/
            cfteam.net/nzellview/
            cfteam.net/pds/
            cfteam.net/pds/band/
            cfteam.net/seoulsports/
            cfteam.net/skylove/
            cfteam.net/test/
            cfteam.net/test/FreeSMS_Event/
            cfteam.net/test/FreeScreen/
            cfteam.net/test/TempInstall/
            cfteam.net/test/futurepack/
            cfteam.net/test/sponlink/
            cfteam.net/test/tabtoolbar/
            cfteam.net/test/windowspack/
            cfteam.net/test_/
            cfteam.net/yahoo/
            cfteam.net/zerogame/update/
            chavedeseguranca.hotmail.ru/
            cheatastucefree.verygames.net/logiciel/
            cheathall.playground.ru/0/0/
            cheathall.playground.ru/1/4/
            cheathall.playground.ru/1/9/
            cheathall.playground.ru/3/4/
            cheathall.playground.ru/4/0/
            cheathall.playground.ru/4/7/
            cheathall.playground.ru/7/3/
            cheathall.playground.ru/8/9/
            chester123.fileave.com/
            chlopaki.19.pl/
            chrissale.co.uk/thumbs/
            christiangoalsetting.info/Portals/default/txt/
            ciberia.ya.com/adevarde/tse/
            cinema-film-4you.ru/files/
            clamav-sosdg.googlecode.com/files/
            clan-as.org/D2/PROG/D2MapReveal/
            clausthalerpfadi.cl.funpic.de/
            cleanwaters.sites.uol.com.br/
            clearwatercottages.com/
            clocks.net.au/
            cnfg.maxsitesrevenues.net/dwnld/
            cockfire.net/
            codebase.mplusm.co.kr/codebase/
            codelaboratories.com/files/archive/
            collins-group.cc/files/
            collins-groupusa.com/files/
            companyvartanie.okis.ru/file/companyvartanie
            /
            competitor-uk-group.net/files/
            competitorgroup-ltd.com/files/
            components.zugo.com/vmntoolbar/
            components.zugo.com/vmntoolbar/WhiteSmokeToolbar/
            compraonlinecr.com/system/cache/
            comprovantesdeposito.googlecode.com/files/
            compshare.megameeting.com/PresenterWebService/vncfiles/
            computername.51mudi.com/37/
            comunicado0045.fileave.com/
            comunidadevipstop.fileave.com/
            config.adsoftbank.com/mod/
            content.blackberry.com/ad_space/
            content.secure-softwaremanager.com/3/7/
            contracklift.com/
            coolfiles.toget.com.tw/toget_soft/utility_system/
            coromputer.net/
            coves.mx/images/
            cpap.com.br/orlando/download2/
            crackersoft.at.ua/css/
            crazyloader.com/r/4815/
            crazyloader.com/r/5174/
            crazyloader.com/r/9338/
            crazyloader.com/r/9864/
            crytools.org/ShaiyaXE/Update/
            ctrl.adcreativecp.com/
            culiber.mansio.ru/files/1/
            curriculo.2010.hotmail.ru/
            cwxtx.com/Web/_files/
            cxxxmz.ttqipai.com/
            cyberorchid.net/bbs/icon/
            cyberp1at.com/
            d-soft.forever.kz/download/
            d.go-fi1es.ru/uploads/newlinks/e0/nt10/vps/bsd/d26409338/tf1088/s0/
            d.indiafm.com/screensaver/10/
            d.shasanguo.com/623/
            d.smileylook.com/download/o2/
            d1.playsushi.com/aj/download/AFBCSBQDX1NPCFBER1QDX1JPElBCQlVILS41IB5ES1hfVDQeOCAzEwkpXTdWWhdARFo%3D/
            d1.playsushi.com/aj/download/AFBCSBQDX1NPCFBER1QDX1JPElBCQlVILS41IB5ES1hfVDQeOCAzEwkpXTdWWhdARFo=/
            d1.playsushi.com/aj/download/AFBCSBQDX1NPCFBER1QDX1JPElBCQlVILTA1IB5ES1hfVAxDNCFCIwpaDQlWWhdAR14=/
            d1.playsushi.com/aj/download/AFBCSBQDX1NPCFBFR1QDX1JPElBCQlVILQE1IFlIQldbVVNEMjonKiMLVwtWWhdBQ1g%3D/
            d1.playsushi.com/aj/download/AFBCSBQDX1NPCFBFR1QDX1JPElBCQlVILQE1IFlIQldbVVNEMjonKiMLVwtWWhdBQ1g=/
            d1.tianxiaba.net/thirdparty/
            d1.xiazhai8.net/down/
            d1.xiazhai8.net/products/0826/8/
            d1.xiazhai8.net/products/0902/8/
            d5.ispeak.cn/
            dalboris.free.fr/
            danawa.com/DSecurity/
            dashkany.ru/album-112115215/photo-132120/
            data.fuskbugg.se/dipdip/
            data.fuskbugg.se/skogsturken/
            data.webmix.co.kr/2010-opms/
            data.webmix.co.kr/2010-spb/
            datacrime.org/
            db.ms.kr/menuimg/
            dbiesheuvel.nl/aspnet_client/system_web/
            dbup.kr/App/upapp/dbup/
            dd.files5-rambler.ru/a6/p5/size5137408/
            dd.pctutu.com/soft/113/
            dd.pctutu.com/soft/115/
            ddddubas.in/
            ddl.data.hu/get/0/3502047/
            de-blitznet.cc/files/
            deathstar.fileave.com/
            delicioushistory.com/pup/
            delphi-coder.ru/files/soft/obfus/
            densmail.com/dff/
            depo.indirbir.com/
            depo.tamindir.com/dosyalar/program/
            derwart-group.com/files/
            derwart-group.net/files/
            descargas.zonavirus.com/programas/elistara/21.65/
            desktopsmiley.com/toolbar/desktopsmiley/download/
            dfr.eorezo.com/download/
            dgappm.com/P/
            diablo113hacks.webs.com/
            dianesomerville.co.uk/
            diapp.appsafer.com/Update11/
            diapp.appsafer.com/Update12/
            diapp.appsafer.com/Update4/
            diapp.appsafer.com/Update9/
            diback.appsafer.com/Update4/
            dindindopv.bravehost.com/
            diretoanexo9.fileave.com/
            divulgacaoeimagem.com/
            divx-player.ivefound.com/download/
            dl-web.dropbox.com/u/10291766/
            dl-web.dropbox.com/u/10617892/
            dl-web.dropbox.com/u/22158753/
            dl-web.dropbox.com/u/9926334/
            dl-xvid.com/
            dl-xvid.org/r/11414/
            dl-xvid.org/r/3944/
            dl.3wplayer.com/bt/NP_0601/
            dl.bitdownload.org/NP_0913/
            dl.bitroll.com/NP_0840/
            dl.commentcamarche.net/www.commentcamarche.net/download/files/
            dl.domplayer.com/CS_1/
            dl.dropbox.com/u/12671241/
            dl.dropbox.com/u/13918518/
            dl.dropbox.com/u/14450903/
            dl.dropbox.com/u/14940715/
            dl.dropbox.com/u/15514041/
            dl.dropbox.com/u/15639538/
            dl.dropbox.com/u/15853420/
            dl.dropbox.com/u/16640592/
            dl.dropbox.com/u/17029546/
            dl.dropbox.com/u/17071152/Newest%20Shit/
            dl.dropbox.com/u/17176816/
            dl.dropbox.com/u/17618714/
            dl.dropbox.com/u/17635496/
            dl.dropbox.com/u/18449863/
            dl.dropbox.com/u/18952684/
            dl.dropbox.com/u/19329421/
            dl.dropbox.com/u/2020620/
            dl.dropbox.com/u/7474618/
            dl.dropbox.com/u/9257409/
            dl.dropbox.com/u/9730860/
            dl.galaplayer.com/bt/NP_0296/
            dl.lunaplayer.com/CS_119/
            dl.playground.ru/DB4/4/1/
            dl.sanhaostreet.com/Soft/system/OnOff/
            dl.stimuletall.com/a4/p5/size5137408/
            dl.stimulmgall.com/a2/p5/size5137408/
            dl.stimulpball.com/a9/p5/size5137408/
            dl.targetsaver.com/2k/
            dl.torrent101.com/NP_0914/
            dl.torrentsoftware.org/NP_0915/
            dl.torrentspeeder.com/NP_0988/
            dl.winzix.com/101914604/NP_0411/
            dl.winzix.com/115728693/NP_0411/
            dl.winzix.com/132498043/NP_0411/
            dl.winzix.com/161947294/NP_0411/
            dl.winzix.com/188990879/NP_0411/
            dl.winzix.com/190765475/NP_0411/
            dl.winzix.com/21676067/NP_0411/
            dl.winzix.com/22438133/NP_0411/
            dl.winzix.com/228708736/NP_0411/
            dl.winzix.com/233031804/NP_0411/
            dl.winzix.com/234053059/NP_0411/
            dl.winzix.com/270901993/NP_0411/
            dl.winzix.com/277805411/NP_0411/
            dl.winzix.com/293558977/NP_0411/
            dl.winzix.com/305741915/NP_0411/
            dl.winzix.com/313778611/NP_0411/
            dl.winzix.com/313836770/NP_0411/
            dl.winzix.com/328576841/NP_0411/
            dl.winzix.com/338776923/NP_0411/
            dl.winzix.com/342552115/NP_0411/
            dl.winzix.com/361946202/NP_0411/
            dl.winzix.com/370052187/NP_0411/
            dl.winzix.com/379948245/NP_0411/
            dl.winzix.com/412849/NP_0411/
            dl.winzix.com/41943791/NP_0411/
            dl.winzix.com/436707815/NP_0411/
            dl.winzix.com/445968912/NP_0411/
            dl.winzix.com/491879043/NP_0411/
            dl.winzix.com/502311457/NP_0411/
            dl.winzix.com/542302944/NP_0411/
            dl.winzix.com/549655327/NP_0411/
            dl.winzix.com/556910502/NP_0411/
            dl.winzix.com/560861264/NP_0411/
            dl.winzix.com/586894874/NP_0411/
            dl.winzix.com/598462223/NP_0411/
            dl.winzix.com/619924920/NP_0411/
            dl.winzix.com/639217611/NP_0411/
            dl.winzix.com/646117247/NP_0411/
            dl.winzix.com/663466139/NP_0411/
            dl.winzix.com/688482318/NP_0411/
            dl.winzix.com/74024161/NP_0411/
            dl.winzix.com/741833295/NP_0411/
            dl.winzix.com/761813823/NP_0411/
            dl.winzix.com/762517664/NP_0411/
            dl.winzix.com/795359932/NP_0411/
            dl.winzix.com/805293462/NP_0411/
            dl.winzix.com/821929250/NP_0411/
            dl.winzix.com/825980629/NP_0411/
            dl.winzix.com/846259666/NP_0411/
            dl.winzix.com/849411727/NP_0411/
            dl.winzix.com/871960898/NP_0411/
            dl.winzix.com/881509081/NP_0411/
            dl.winzix.com/890067471/NP_0411/
            dl.winzix.com/90004913/NP_0411/
            dl.winzix.com/919726223/NP_0411/
            dl.winzix.com/936093233/NP_0411/
            dl.winzix.com/938176933/NP_0411/
            dl.winzix.com/969650095/NP_0411/
            dl.winzix.com/984641545/NP_0411/
            dl.winzix.com/994434695/NP_0411/
            dl.winzix.com/998139905/NP_0411/
            dl.winzix.com/999523279/NP_0411/
            dl.winzix.com/NP_0411/
            dl0.pctools.com/support/
            dl1.windows-7-themes.com/files/g/win7themesdl1/w/
            dl2.cdn3-downloads.com/lm/bundles/netassistant/click_w3i/
            dl2.cdn3-downloads.com/lm/bundles/smartshopper/
            dl2.cdn4-downloads.com/lm/bundles/winkzink/
            dl2.themexp.org/files/g/themexpdl2/6/8/
            dl24.zaloads.ru/uploads/newlinks/e0/nt10/vnormal/bnone/d33993367/tf4131/s0/
            dl25.6vzakachke.ru/uploads/newlinks/e0/nt10/vps/bsd/d28340165/tf8393/s7340032/
            dl4.mixmeister.com/016/
            dl5.p30vel.ir/files/
            dl_dir.qq.com/minigamefile/
            dlcnc.jj.cn/
            dlfr.pctuto.com/download/
            dlh.softportal.com/b5/6/5/021176c9fcdef760a1252cadc6e4a0df/
            dlh.softportal.com/b6/6/3/aeee8fb23152b57857744acb3f16297f/
            dlh.softportal.com/b7/5/4/f042250272299e712970a2b5bb1c41ce/
            dll.perfectoptimizer5.com/dll/
            dmi4er.ucoz.ru/_ld/0/
            dn.tabbrowser.co.kr/nc_tab/setup/
            dn.tabbrowser.co.kr/nc_tab/tab_browsern/program/
            dn.tabbrowser.co.kr/nc_tab/tab_browsern/program2/
            dn.tabbrowser.co.kr/nc_tab/tabbrowsern/program/
            dns5.8866.org/hxw/hx/
            dogo-group.cc/files/
            dogo-group.net/files/
            doktorlardizisiizle.com/
            dom_pod_lasem.w.interia.pl/images/
            dorota288.w8w.pl/imagenes/
            dosclean.com/app/files/
            down.5mqxmq.com/6diq/down/
            down.9flasher.com/
            down.ancamera.co.kr/update/
            down.baisou123.com/
            down.boan119.co.kr/install/home/
            down.boan119.co.kr/install/partner/
            down.boan119.co.kr/total/
            down.boanclear.co.kr/install/home/
            down.boanclear.co.kr/install/partner/
            down.brownsoft.net/download/
            down.brownsoft.net/download/adstop/
            down.brownsoft.net/download/market/
            down.brownsoft.net/download/popup/
            down.brownsoft.net/mvsong/
            down.cjnovt.com/cjn1/iemsav/bhon/
            down.cleanv.com/autoupdate/CleanV/
            down.cleanv.com/autoupdate/CleanV/etc/
            down.clnovt.com/cln1/iacsav/bhon/
            down.cwlinebar.com/down/
            down.dpoint.co.kr/toolbar/
            down.duomi.com/
            down.eppworld.com/softdown/
            down.feel2day.com/main/cab/
            down.feel2day.com/main/hdday05/
            down.feel2day.com/main/ptncab/
            down.feel2day.com/main/swday02/
            down.feel2day.com/main/toto/
            down.fileget.co.kr/FileGet/GoodFile/Update/
            down.fileget.co.kr/FileGet/Pandora/Update/
            down.gamesbaidu.com/
            down.go.co.kr/gotoolbar/updater/
            down.goodprivacy.co.kr/
            down.haote.org/
            down.idboan.com/install/home/
            down.idboan.com/total/
            down.jslguide.com/down/
            down.koowo.com/mbox/nb/
            down.navysoft.org/download/
            down.navysoft.org/download/upmodule/
            down.neoprotect.com/
            down.nzell.com/
            down.olivesoft.net/download/
            down.olivesoft.net/download/upmodule/
            down.online25.info/a/
            down.overtl2.com/tdebinsav/bhon/
            down.pinksoft.org/download/
            down.pinksoft.org/download/servi/
            down.pinksoft.org/download/servi/svc/
            down.privacykorea.com/
            down.ring3.info/file/
            down.rprotect.co.kr/rprotect/
            down.safeprivate.co.kr/install/partner/
            down.scan119.co.kr/install/partner/
            down.sjkmu.com/server9/
            down.smartboan.com/install/home/
            down.smartboan.com/total/
            down.socks5vpn.com/
            down.toopc.com/updata/SoftManger/
            down.ttqipai.com/
            down.unovt2.com/stzsav/bhon/
            down.utiltop.com/down/
            down.vaccinelab.com/home/
            down.violetsoft.net/download/
            down.violetsoft.net/download/files/
            down.violetsoft.net/download/newpopup/
            down1.buddysearch.buddybuddy.co.kr/Update10/
            down1.buddysearch.buddybuddy.co.kr/Update11/
            down1.buddysearch.buddybuddy.co.kr/Update18/
            down1.buddysearch.buddybuddy.co.kr/Update2/
            down1.buddysearch.buddybuddy.co.kr/Update21/
            down1.buddysearch.buddybuddy.co.kr/Update22/
            down1.buddysearch.buddybuddy.co.kr/Update5/
            down1.buddysearch.buddybuddy.co.kr/Update6/
            down1.buddysearch.buddybuddy.co.kr/Update8/
            down1.jpdesk.com/release/20101201/
            down1.jpdesk.com/release/20101216/
            down1.jpdesk.com/release/Channel/
            down1.yx.baidu.com/loader/000000/
            down2.winsoft1.com/setup/p002_tcz1/
            down2.winsoft1.com/setup/p003_un1/
            down2.winsoft1.com/setup/p004_lmcl2/
            down3.alibaba99.com/x0606/
            down3.sz1001.net/up/soft4_2010/
            download.3721.com/download/
            download.cceinfo.com.br/drivers/
            download.cdn.bandoo.com/packs/
            download.coopen.cn/setup/v5/
            download.drspyzero.com/program/
            download.dvd-ripper-copy.com/
            download.flvdome.com/
            download.flvpremier.com/
            download.gamerkraft.com/PT2_EN_Downloads/Full_Client/
            download.gamezmission.com/toolbar/gamezmission/download/installer/2.5.1010.r11420/000017_umS/
            download.gamezmission.com/toolbar/gamezmission/download/installer/2.5.1010.r11420/000019_XtM/
            download.gamezmission.com/toolbar/gamezmission/download/installer/2.5.1010.r11420/000020_lGP/
            download.gamiearcade.com/toolbar/gamiearcade/download/updater/3.8.16.r9320/000016_SIr/
            download.gamiearcade.com/toolbar/gamiearcade/download/updater/3.8.16.r9320/000022_14m/
            download.gamieplay.com/toolbar/gamieplay/download/installer/3.7.1014.r8090/000007_5BQ/
            download.gamieplay.com/toolbar/gamieplay/download/installer/3.7.1014.r8090/000008_rPq/
            download.gamieplay.com/toolbar/gamieplay/download/installer/3.7.1014.r8090/000009_5xs/
            download.gamieplay.com/toolbar/gamieplay/download/installer/3.7.1014.r8090/000011_igj/
            download.gamieplay.com/toolbar/gamieplay/download/installer/3.7.1014.r8090/000013_cCw/
            download.gamieplay.com/toolbar/gamieplay/download/installer/3.7.1014.r8090/000017_Rly/
            download.gamieplay.com/toolbar/gamieplay/download/installer/3.7.1014.r8090/000019_o2G/
            download.gamieplay.com/toolbar/gamieplay/download/installer/3.7.1014.r8090/000020_ogY/
            download.gamieplay.com/toolbar/gamieplay/download/toolbar/3.7.1.r8090/000032_n8g/
            download.gamieplay.com/toolbar/gamieplay/download/toolbar/3.7.1.r8090/000040_pkP/
            download.handygamez.com/toolbar/handygamez/download/installer/2.4.108.r10440/000023_OMF/
            download.handygamez.com/toolbar/handygamez/download/installer/2.4.108.r10440/000025_lGP/
            download.handygamez.com/toolbar/handygamez/download/installer/2.4.108.r10440/000026_sd4/
            download.handygamez.com/toolbar/handygamez/download/installer/2.4.108.r10440/000028_9t1/
            download.hottiearcade.com/toolbar/hottiearcade/download/updater/3.8.17.r9320/000008_lJr/
            download.hottiearcade.com/toolbar/hottiearcade/download/updater/3.8.17.r9320/000022_ZfC/
            download.hottiearea.com/toolbar/hottiearea/download/installer/2.4.109.r10440/000022_H0c/
            download.hottiearea.com/toolbar/hottiearea/download/installer/2.4.109.r10440/000023_OMF/
            download.hottiearea.com/toolbar/hottiearea/download/installer/2.4.109.r10440/000024_YwW/
            download.hottiearea.com/toolbar/hottiearea/download/installer/2.4.109.r10440/000025_lGP/
            download.hottiearea.com/toolbar/hottiearea/download/installer/2.4.109.r10440/000026_vrd/
            download.hottiearea.com/toolbar/hottiearea/download/installer/2.4.109.r10440/000028_I3n/
            download.hottieregion.com/toolbar/hottieregion/download/installer/3.7.1015.r8090/000007_XdM/
            download.hottieregion.com/toolbar/hottieregion/download/installer/3.7.1015.r8090/000010_y5v/
            download.hottieregion.com/toolbar/hottieregion/download/installer/3.7.1015.r8090/000011_gCC/
            download.hottieregion.com/toolbar/hottieregion/download/installer/3.7.1015.r8090/000013_0FQ/
            download.hottieregion.com/toolbar/hottieregion/download/installer/3.7.1015.r8090/000017_PjU/
            download.hottieregion.com/toolbar/hottieregion/download/installer/3.7.1015.r8090/000019_9QQ/
            download.hottieregion.com/toolbar/hottieregion/download/installer/3.7.1015.r8090/000020_42d/
            download.instalki.pl/programy/Windows/Internet/klienci_FTP/
            download.juicyjunction.com/toolbar/juicyjunction/download/installer/2.5.1011.r11420/000016_nOl/
            download.juicyjunction.com/toolbar/juicyjunction/download/installer/2.5.1011.r11420/000017_umR/
            download.juicyjunction.com/toolbar/juicyjunction/download/installer/2.5.1011.r11420/000018_NI8/
            download.juicyjunction.com/toolbar/juicyjunction/download/installer/2.5.1011.r11420/000019_XsI/
            download.juicyjunction.com/toolbar/juicyjunction/download/installer/2.5.1011.r11420/000020_kCB/
            download.juicypalace.com/toolbar/juicypalace/download/updater/2.3.7.r9080/000006_lGP/
            download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/
            download.logomanager.co.uk/
            download.minidvdsoft.com/
            download.newaol.com/clients/chirac/triton_fr/6.1.31.1/
            download.nullsoft.com/customize/component/2002/1/22/P/
            download.nullsoft.com/customize/component/2008/7/24/P/
            download.nullsoft.com/customize/component/2009/7/29/P/
            download.onlinewelten.com/nfs/nfsmw/mwtex.zip/
            download.pcsafe.kr/program/
            download.pcwelt.de/area_release/files/4C/19/4C198BA57C20D00A315BD714E3C4528E/
            download.pcwelt.de/area_release/files/9C/41/9C41EFDE1D6CC6D0CA8D7C17C06E32A4/
            download.pilotgroup.net/trial/
            download.plustech.pl/komunikatory/Tlen/
            download.regrecall.com/
            download.safevaccine.net/program/safevaccine/SetupFile/
            download.softbynx.com/setup/download.cnet.com/
            download.softpedia.ro/dl/cd7ca3ba500235ebc3a7d4ee79b83f3f/4cd2ed48/200014493/games/TOOLS/
            download.spamfighter.com/domino/
            download.spywarebot.com/
            download.spywareremover.com/
            download.spywarestop.com/
            download.stopzilla.com/binaries/stopzilla/auto_installer/
            download.ultraedit.com/toolbar/
            download.wagabb.com/
            download.xvidcodec.org/
            download2.coupons.com/7/19/7125/6389/ftp.coupons.com/partners/
            download2.fyxm.net/32/32709/
            download969.mediafire.com/1u4tr9actcgg/88wrbqoppsd8sbb/
            download969.mediafire.com/xoduic776hng/88wrbqoppsd8sbb/
            downloadcenter.mcafee.com/products/mcafee-avert/
            downloads.drivers.s3.amazonaws.com/1372667-1375688/1374411/
            downloads.mediaplayer4free.com/files/
            downloads.popcap.com/www/popcap_downloads/
            downloads.shopperreports.com/downloads/csupgrade/
            downloads.stopzilla.com/binaries/stopzilla/auto_installer/5_0_84_0/
            downloadseguros.gratix.com.br/
            downloadsexameinformatica.aeiou.pt/utilitarios/
            downlopaginvisualiz.com.sapo.pt/
            downpipe-cilium-typifies.co.cc/
            dozone.do.funpic.de/
            dr-save.com/pgm/
            dreami.appsafer.com/files/
            drysdale-antcorp.at/files/
            drysdale-group-inc.cc/files/
            ds.guidefind.co.kr/toolbar/
            ds.iside.co.kr/toolbar/
            ds.iside.co.kr/toolbar3/
            ds.keyname.co.kr/guidekey/
            ds.keyname.co.kr/kname2/
            ds.keyname.co.kr/toolbar/
            ds.pointcash.co.kr/pside/
            ds.pointgo.co.kr/goside/
            ds.remoney.co.kr/guidemoney/
            ds.remoney.co.kr/seremoney/
            ds.remoney.co.kr/toolbar/
            ds.searchking.co.kr/toolbar/
            ds.web-key.co.kr/toolbar/
            dsaf70.fileave.com/
            dsd.xzdomailn.info/rj0037/
            dududka.ce.ms/
            durum.du.ohost.de/
            duzzle88.fileave.com/
            dvhbdvh.fileave.com/
            dwl.xbox-scene.com/xbox360pc/xextools/
            dwn.bookupd.com/downloads/
            dwnsft189.co.cc/
            dxdown.xixiwg.com/xixiwg/20060310/
            e-insuranceonline.biz/common/includes/
            e-insuranceonline.biz/images/
            e.funnylogic.com/mediawiki/
            ead-soft.at.ua/ld/6/
            earthbalancephotography.com/cache/
            easyfatlose.info/ilandonttouch/
            echanblardwebsite.free.fr/eChanblard/
            ecmedia.kr/program/
            editoraabril2007.com.sapo.pt/
            edrin56.fileave.com/
            efiles.lablms.org/
            egyhouse.bahgat.com/icons/
            elcomsoft.com/download/
            eleanorafnueleanora.narod2.ru/
            elfbot.tibiabot.com/
            elite-hackers.com/files/
            ema.gov.ge/images/upload/
            ematrixsoft.com/down/
            emu-fr.net/v1/emulateurs/
            enc0re.fileave.com/enc0re/
            encodedown.dbgo.com/update/
            ephes-groupllc.net/files/
            ephesgroup-llc.biz/files/
            epidemic.fileave.com/
            eptalys.com/logs/java/
            eq.pccppc.com/vr/
            equipebloqueio.fileave.com/
            erights.net/puff/
            errorsmart.com/install/
            espacodadanca.com.br/plugins/search/
            estirhn.com/
            estrupojoacaba.fileave.com/
            etecnico.com.br/atualiza/PrOdMEFfIlE/
            ethgang.et.funpic.de/
            evelica.com/2011/
            exepub9.com/
            expireddomaingains.com/paa/
            extreme31.ex.funpic.org/
            f-forge.com/
            fadfs55.fileave.com/
            falc0n.persiangig.com/video/
            falcogames.com/
            fandjukloh.narod.ru/elma/
            fastonlinevids.net/
            favoclick.com/file/
            fc1.orthocad.com/download/cadent_support/
            fd.file119.net/desk/
            feba.mine.nu/
            fenix2.sytes.net/Download/
            fenomenalronaldo2.qipim.ru/
            ffotografia05xx.fileave.com/
            fgawegwr.chez.com/images/
            fgunz.net/gunzweb/GunzUpdate/
            fgunz.net/gunzweb/GunzUpdate/./
            fhesh.smtp.ru/
            file.28bxg.com/
            file.antiprotect.co.kr/install/partner/
            file.daemu.cz/
            file.dataprotect.co.kr/total/
            file.donkeyp2p.com/download/donkeytb/
            file.enterprisesoftwaredownload.com/rgn/
            file.free-save.com/install/
            file.kirovnet.ru/files/417/417668/
            file.plustab.co.kr/dst/
            file.pointmania.co.kr/install/
            file.sidegreen.com/dst/
            file.sideon.co.kr/dst/
            file.sidetab.co.kr/dst/
            file.topguide.co.kr/dst/
            fileanchor.com/
            filebase.mogelgott.de/trainer/c/crysis_warhead/
            filebase.mogelgott.de/trainer/s/stronghold_legends/
            filedownloads.technize.com/Abdullah/
            filepop.co.kr/App/auto/
            files.5star-network.com/Utilities/
            files.bestgamer.ru/trainers/3283/
            files.brothersoft.com/RegNow/
            files.brothersoft.com/dvd_video/video_tools/
            files.brothersoft.com/internet/miscellaneous/
            files.brothersoft.com/mp3_audio/music_creation/
            files.brothersoft.com/utilities/drivers/
            files.brothersoft.com/utilities/miscellaneous/
            files.brothersoft.com/utilities/system_utilities/
            files.chitchat.org.uk/
            files.desktop-xp.com/
            files.fanjita.org/psp/
            files.festaperdeu2011.webnode.com.br/200000003-7c8117d7a8/
            files.informer.com/
            files.picture2.webnode.com/200000004-53e6b54dfd/
            files.picture2.webnode.com/200000066-2f58f2f9ec/
            files1.freesoft.ru/sputnik/10745/
            files1.openmirror.org/binstallers/bloxxi/
            files1.openmirror.org/binstallers/puredef/
            files2get.com/software/soft2/konsole/
            filmod.net/
            firewakk.telecharger-gratuit.com/
            flashgameslover.info/
            flashplayer.home.sapo.pt/
            flashplayer18.fileave.com/
            fmc.ucoz.com/
            formatscustomizer.com/download/
            forum.meinskype.de/uploads/
            fotomail3s.fileave.com/
            fotosbalada10x.fileave.com/
            fotosbookvip.beepworld.it/files/
            fotoslindas0909.com.sapo.pt/
            fotoslinks439856.com.sapo.pt/
            fotosminha.fileave.com/
            fotostv.fileave.com/
            fotosventilado.fileave.com/
            fottos.hotmail.ru/
            fpatch.theduel.com.br/gunzweb/GunzUpdate/
            fpsbanana4.tsgk.com/tools/98/
            fr7.abbyy.com/fr70addlang/exe/
            freebcad.chat.ru/
            freefilehosting.net/
            freesgolos.falost.ru/
            freeweb.siol.net/smitmar3/
            freezdec-ru.1gb.ru/
            freezdec.ru/
            frontdesk003.51mudi.com/37/
            ftp.deerfield.com/pub/current/
            ftp.gratisweb.com/
            ftp.pcm.se/download/
            fuckbaidu.vv.cc/
            funnysoft.net/sreng/
            funymall.com/download/
            fusiontechad.com/images/
            fyyre.l2-fashion.de/projects/
            g3u4g.net/
            game.minfly.com/minfly/
            gamersite.eu/~extremeS2/test/
            gameszu.net/pads/
            gamingsite.fileave.com/
            garritsdox.fileave.com/
            garyhughes.co.uk/
            gates007.cfun.fr/
            georgesonsprinters.com/images/
            get.whitesmoke.com/GeoInstaller/
            get.whitesmoke.com/TranslatorTools/
            get.whitesmoke.com/TranslatorTools/allot/
            get.whitesmoke.com/WriterTools/
            gfvbhg564k.fileave.com/
            gfvbhg564s.fileave.com/
            ghostbot.tibiabot.com/downloads/
            giconsultoria.com/Hallmark/
            gift.e-hyundai.com/initech/plugin/
            gite-eguisheim.com/images/
            gizemguvenfanatikleri.googlepages.com/
            gizlifantazi.com/
            gleeperz.fileave.com/
            gmahgf.ttqipai.com/
            gmblog04.fileave.com/
            godown.geopia.com/Fian/FianSearch8/
            golodprogress.com/Booksis/
            golossa.free02.ru/
            gospa.com.mx/images/
            goznak.cc/z/load/
            grandtheftauto4.fileave.com/
            grelos.freehost.pl/
            grupo.aval01.qipim.ru/
            guggemos-hopferau.de/templates/butterfly/menu/
            gyfsanimados2009.com.sapo.pt/
            h1.ripway.com/9anesse/love/
            h1.ripway.com/Critical1212/
            h1.ripway.com/Hunt3rzballin/
            h1.ripway.com/Jenkas1lad/
            h1.ripway.com/KLu7cHzv3/
            h1.ripway.com/Kell/
            h1.ripway.com/LoginSpoofer/
            h1.ripway.com/M203x/
            h1.ripway.com/PsycOiZGoD/
            h1.ripway.com/adil10/
            h1.ripway.com/aminoxuss/
            h1.ripway.com/axo/
            h1.ripway.com/badman2k11/
            h1.ripway.com/baqaj/
            h1.ripway.com/crazzy/
            h1.ripway.com/danger6767/
            h1.ripway.com/imlancel/
            h1.ripway.com/momo91/
            h1.ripway.com/nadeishereback/
            h1.ripway.com/oG4201x/
            h1.ripway.com/shankooty/
            h1.ripway.com/sweet/
            h1.ripway.com/whatupp/
            h3x0s2.fileave.com/
            haali.su/winutils/
            hackdispenser.net/
            haitunwan.txmh.net/soft/yingcang/
            hanaro.minisearch.co.kr/Update12/
            hanaro.minisearch.co.kr/Update22/
            hanaro.minisearch.co.kr/Update4/
            hanaro.minisearch.co.kr/Update6/
            harchive1.land.ru/
            harizma-center.com.ua/
            hasanking.fileave.com/
            haxe.org/file/
            hb.cngr.cn/200910/
            helpdesk.xcolabs.com/suporte/
            heredialdevil.co.cc/forum/
            hirnfrei.org/~crazy/
            hispanicosantafe.org.ar/
            historico05.fileave.com/
            hiwaconsulting.com/images/
            home.educities.edu.tw/netwarecai/download/
            home.lanck.net/mf/srv/
            home.online.no/~webby/downloads/
            home.to/comtime/program/
            homecards11.no.sapo.pt/
            homepage.mac.com/m.frankenstein/v/
            homequest.biz/
            hon-patch.de/download/
            hosting.free2w.com/
            hotmailtorpedos2008.com.sapo.pt/
            hsbc.fileave.com/
            html.cicitv.in/api/
            huaned.net/
            humano.ya.com/parperfeitonet/
            humano.ya.com/parperfeitopa28/
            huntile.hu.funpic.de/
            hydrosdox.fileave.com/
            hydzik.com/hdmiOn/
            i-windows7.myfilehost.ru/
            i.youxile.com/
            icecoldstocks.com/toolbar/
            icr01.appbundler.net/IC/GPLAppBundler07/11967/0/79ecd48b-1630-49d4-92a8-8922f2f6426c/
            icr01.appbundler.net/IC/GPLAppBundler09/12126/0/0fc728ad-246a-4067-b4af-04c6671a5fab/
            icr01.appbundler.net/IC/GPLAppBundler09/12126/0/1bf54666-c749-49ad-9dc7-3bbe5ab25ffa/
            icr01.appbundler.net/IC/GPLAppBundler09/12126/0/3f1d62e8-e967-42dc-a661-02cf9eace66e/
            icr01.appbundler.net/IC/GPLAppBundler09/12126/0/4d95e9fd-c1d8-4528-a60e-43c6c6d26625/
            icr01.appbundler.net/IC/GPLAppBundler09/12126/0/542e01e3-5b96-461a-89e2-073d4582f329/
            icr01.appbundler.net/IC/GPLAppBundler09/12126/0/8756afe5-2518-43f0-b34a-2b9cd8eb8eca/
            icr01.appbundler.net/IC/GPLAppBundler09/12126/0/90c12d54-2c87-4e97-b1f4-42a5bf926f7e/
            icr01.appbundler.net/IC/GPLAppBundler09/12126/0/cc5647ec-0913-4427-aac3-3c6462013964/
            icr01.appbundler.net/IC/GPLAppBundler10/13676/0/cc0e6c9c-09cb-4f3b-bff9-b79928323084/
            icr01.appbundler.net/IC/GPLAppBundler16/14765/0/168426e3-73b3-47ee-9b1e-9152651ede54/
            icr01.appbundler.net/IC/GPLAppBundler16/14765/0/22b12900-4ec0-4002-9025-755ea8914fc3/
            icr01.appbundler.net/IC/GPLAppBundler16/14765/0/306b14fe-e078-46f9-a424-2f680962f205/
            icr01.appbundler.net/IC/GPLAppBundler16/14765/0/3ac769c5-3956-4eeb-b063-bf3aa1ac3248/
            icr01.appbundler.net/IC/GPLAppBundler16/14765/0/47ae4fc3-eedb-4a0a-935b-8a5729fc80b7/
            icr01.appbundler.net/IC/GPLAppBundler16/14765/0/7a48e7c0-db75-4bcf-a9fb-14676217bdb5/
            icr01.appbundler.net/IC/GPLAppBundler16/14765/0/95f468c8-8dee-4367-8303-25a9f2c325f1/
            icr01.appbundler.net/IC/GPLAppBundler16/14765/0/a40e6a36-48f0-49df-8483-026c7f282245/
            icr01.appbundler.net/IC/GPLAppBundler16/14765/0/ae65a9f9-734b-462b-9b64-b80f2a86172a/
            icr01.appbundler.net/IC/GPLAppBundler16/14765/0/f7f86d79-db1d-4734-857f-af90667413ba/
            ics.hotbar.com/Software/FirstLook/171/
            ics.hotbar.com/Software/HotbarClient01/124/
            ics.hotbar.com/Software/SrSNetwizzy01/167/
            ics.shopperreports.com/Software/SrS2xParam01/339/
            ifjsdafibn.fileave.com/
            ii.derquda.com/
            ikariam.fileave.com/
            img242.imageshack.us/img242/8017/
            img28.xooimage.com/files/8/c/8/
            img503.imageshack.us/img503/1238/
            img503.imageshack.us/img503/1316/
            img503.imageshack.us/img503/1560/
            img503.imageshack.us/img503/2185/
            img503.imageshack.us/img503/5394/
            img503.imageshack.us/img503/5919/
            img503.imageshack.us/img503/5984/
            img503.imageshack.us/img503/6342/
            img503.imageshack.us/img503/6357/
            img503.imageshack.us/img503/6806/
            img503.imageshack.us/img503/8241/
            img503.imageshack.us/img503/9426/
            img504.imageshack.us/img504/6262/
            img522.imageshack.us/img522/1599/
            img522.imageshack.us/img522/2107/
            img522.imageshack.us/img522/2176/
            img522.imageshack.us/img522/2495/
            img522.imageshack.us/img522/4239/
            img522.imageshack.us/img522/4314/
            img522.imageshack.us/img522/4479/
            img522.imageshack.us/img522/4740/
            img522.imageshack.us/img522/5010/
            img522.imageshack.us/img522/5361/
            img522.imageshack.us/img522/5842/
            img522.imageshack.us/img522/5892/
            img522.imageshack.us/img522/6330/
            img522.imageshack.us/img522/6430/
            img522.imageshack.us/img522/6667/
            img522.imageshack.us/img522/8860/
            imp.ucoz.ua/lank/new/
            inbmedia.com/media/
            indir.cikcik.com/
            indistra.es/img/armaduras/
            infamous2012.fileave.com/
            inferie.de/Sicherung/
            info.collectionerrorreport.com/
            infoblasters.com/micronichefinder/
            infotab.co.kr/update/
            infotab.co.kr/update/IF08/
            infotab.co.kr/update/IF11/
            infotab.co.kr/update/IF17/
            infotab.co.kr/update/IF19/
            infotab.co.kr/update/IF37/
            infotab.co.kr/update/IF91/
            infotab.co.kr/update/IF96/
            infotab.co.kr/update/IF99/
            inkel-xmastrees.com/
            inline477.info/jsti/
            inline477.info/msti/
            inn-soft.com/Support/
            innokentiyolbarentsevt.narod2.ru/
            insm.webzone.ru/
            install.xxxtoolbar.com/ist/softwares/bundlers/
            installer.tangotoolbar.com/f3/
            installs.hotbar.com/installs/hotbar/programs/10.0.362.0/
            installs.seekmo.com/downloads/seekmo/srupgrade/11.0.303.0/
            installs.zango.com/downloads/installers/8.70/32/zango/
            instant-messenger-fun.com/
            intelinet-secure.com/
            interfilm.md/Files/
            interpopsite.com/file/
            intsiadoors.com/plugins/
            ioffe-soft.ru/soft/
            ip.spacash.com/cab/3/es/
            ip.sponsoradulto.com/cab/4/es/
            ip.yihaha.org/
            ip.yihaha.org/soft/
            ipdata.phoneaccess.com/dialer/1/cab/es/
            iran-movies.com/web/
            ircd.al0r.net/
            irpf2007anual.googlepages.com/
            isharings.com/isharings/images/
            iside.co.kr/down/
            isthisactuallyadomain.info/download/
            itappm.com/P/
            ithink.thinksite.kr/update
            /
            ithink.thinksite.kr/update_A_P_SB_ithink01_5/
            ithink.thinksite.kr/update_s7000/
            ithink.thinksite.kr/update_s7001/
            itservice-de.cc/files/
            j-cristobal.weebly.com/uploads/2/2/7/0/2270354/
            javapics.net/
            jeanse.fileave.com/
            jennyspics.fileave.com/
            jimmyjumpers.fileave.com/
            joyshion.170.cnnicidc.com/oop/
            joyshopping.co.kr/file/
            jpdcc.org/images/
            jsbpzx.net.cn/cygj/UploadFiles_9943/201101/
            jungwoo.zc.bz/
            jur-web.ru/
            juvelirpresent.ru/
            kaieed.net/
            kalashnikoff.ru/Assembler/
            kalioret.narod.ru/
            ken0610.myweb.hinet.net/
            kestiny.com/yupi/
            keymetricsoft.fileburst.com/FolderSizes/
            killtrojan.googlecode.com/files/
            klastera.net.ru/1/2/dobav/
            knubbe.codename.fi/
            kornatz.homepage.t-online.de/
            krdbqfhe.co.cc/video1/194/
            kunals.com/images/img/
            kusika.ru/img/
            kxfdlq.blu.livefilestore.com/y1pqVhe6nj9Oea40vaV9iKFkReiLHB4fYsojw10dqtnTaOMZXrONaqTTchcpS_uaazD6GzopfpX8ZCfB0iM3cHH3w/
            l2win.ucoz.ru/4gay/
            la2onix.ru/
            lapiden.com/
            lendomensagens0000.com.sapo.pt/
            lermensagens000.com.sapo.pt/
            libermann.phpnet.org/vlnqe9ys/
            liebeskummer-berlin.de/images/
            lifestyle.ie/
            lilac-antique.cc/files/
            lilac-groupllc.cc/files/
            linesoft.org/downloads/
            link0125baixa2010.fromru.su/
            linkdotnet.tucows.com/files2/
            linkinboy.persiangig.com/
            linksdefots05.com.sapo.pt/
            linksexclusao1001.com.sapo.pt/
            linksfotos001.com.sapo.pt/
            linksfotos3425.com.sapo.pt/
            live.promail.pop3.ru/
            lj.mir2180.com/
            llreality.sk/
            lm.9cdn.com/e/soft/
            lnewmensagem.com.sapo.pt/
            lnx.whipart.it/html//modules/My_eGallery/public/.card/
            loavemetal.qipim.ru/
            lolazolol.fileave.com/
            lolmans3.fileave.com/
            losiluminati.com.es/adobe.com/flashplayer/
            loveedy.googlepages.com/
            lsi-dev.com/modules/download/upload/
            lv.ust-kut.org./images/
            lzasm.hotbox.ru/
            m.xe58.com/d/
            m85.5648.dr.18819.com/down/
            macromedia.nm.ru/
            magiclabstudio.com/
            mail.carterprinciples.in/wp/
            malabadv.com.br/img/
            mandy.fileave.com/
            maphack.tw/
            maple101.fileave.com/
            maquinas.prevencion-laboral.com/
            mclancy22.fileave.com/
            mdjknfjjng.stopzilla.com/binaries/stopzilla/auto_installer/5_0_69_0/
            mdown.13710.f.yygczx.com/down/
            mdown.60555.f.yygczx.com/down/
            mdown.61233.f.yygczx.com/down/
            mdown.68514.f.yygczx.com/down/
            mdown.76216.f.yygczx.com/down/
            mdown.88098.f.yygczx.com/down/
            mediamatika.wu.cz/
            mediasaver.ru/files/
            meesheephotography.com/blog/wp-admin/blog-wp/
            megadoww.com.sapo.pt/
            megatechservice-group-ltd.com/files/
            megatechservicegroup-ltd.cc/files/
            megaupload.cocsis.com/
            meinv.tv/
            melakisman.fileave.com/
            members-area-tv.com/software/
            members.home.nl/maxxx/
            members.lycos.co.uk/najeemq8/
            members.multimania.co.uk/cfsohbet/
            members.multimania.co.uk/hackry/
            members.multimania.co.uk/kingdark25/
            members.multimania.co.uk/lovealmoot/
            members.multimania.co.uk/q82000/
            members.ozemail.com.au/~nulifetv/freezip/freeware/
            membersareamus.com/software/
            mesh.dl.sourceforge.net/project/echovnc/EchoVNC/EchoVNC%202.32/
            messengerfrance.com/
            metin2-hack.4fan.cz/files/
            meuspace01.pochta.ru/
            mic-hard.narod.ru/download/
            microsoft2008.com.sapo.pt/
            microsoftup.fileave.com/
            microvaccine.net/app/install/
            midletpascal.org/files/midletpascal/
            milakowo.ofm.pl/
            millennial-artco.biz/files/
            millennial-maingrop.net/files/
            mine.skila.gr/Programs/VanDyke.SecureCRT.v6.5.0-TBE/
            minhasimagens.qipim.ru/
            minx.fileave.com/
            mjntravel.biz/
            mng.cloverplus.com/files/
            mobil2010.mo.funpic.org/
            mobimonster2.com/CSS/
            modificar-anuncio.ws/
            mods.tigerexpress.net/
            motorcyclespb.ru/images/
            moviemania.qhigh.com/License/
            moydietolog.com//style/
            mozzieit.net/
            mrbigyo.fileave.com/
            murclub-money.ru/
            musikcube.googlecode.com/files/
            musikmausi.mu.ohost.de/
            mx3plus.icemaple.info/
            my-guests.free02.ru/
            my-vk-guests.ru/
            mybuger.info/flash/
            mydown.yesky.com/
            myfirstblogfree.com/freekeycracks/
            mynaplesflcondo.com/
            mypccheck.com/binary/
            mypoints.kr/program/
            mysupport-upd.neonova.net/custom/taylortel.net/
            mytubebr.com/
            myu-suke.s4.xrea.com/files/
            natalcartao0014amigo.do.sapo.pt/
            natalwinks.hotmail.ru/
            nchc.dl.sourceforge.net/project/unikey/unikey-win/4.0-Beta/
            neon01.drivehq.com/jav/jon/
            neoproyex.com/popup/
            net-line.com.ua/files/
            netbicards2006.com.sapo.pt/
            netcom3.com/
            newclean.pe.kr/app/files/
            newclean.pe.kr/app/setup/
            newss.gr/w/
            next.do.am/
            nimrodltd-uk.net/files/
            nokia-n95.smartovik.ru/themes/
            nomi.netcontrol1.com/
            noodles.gr/trash/
            notrus.fromru.su/
            novato.pochta.com/images/
            novidade.hotmail.ru/flashcard/
            noyes.9966.org/js/js/
            npshare.de/files/41464c8e/
            npshare.de/files/9adb01d2/
            ns2.elhacker.net/h/
            ns21.pe.kr/DownLoad/c/ver139/
            ns352033.ovh.net/rockxp/
            nt20.in/E/
            ntcub.com/playfile/
            ntcub.com/update/a20100630/
            nuevaq.fm/
            o.01i.info/
            o.9cdn.com/e/soft/
            o753159.fileave.com/
            oberkraft.ru/engine/skins/
            ohgirls.omiki.com/videos/
            ohgud.fileave.com/
            ohoster2000.oh.funpic.de/
            oldproject.narod.ru/
            olre.co.kr/fs_song/setup/204/
            om108.com/images/
            omural.do.sapo.pt/
            on-search.net/down/
            one.natnatraoi.com/
            onfile.org.ru/f/74210/
            online.gou50.cn/
            oo.56hezi.com/Agent/
            open-shop.kr/pgm/
            opendrive.com/
            openmediasplayer.net/install/
            operador.fileave.com/
            orangeviper.fileave.com/
            orcho.pl/
            orgasmicpics.com/bn/release/
            origin-ics.clickpotato.tv/IC/GPLCPLite28/11962/0/c4914705-116d-49cb-a935-c8ffca929acb/
            origin-ics.clickpotato.tv/IC/GPLCPLite28/11962/0/c9ff21ee-ca42-47d0-80ec-acf5e98ebd0c/
            origin-ics.clickpotato.tv/IC/GPLCPLite28/11962/0/f9b7ad9f-444a-4819-84c3-3ddb5d685630/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/0845ea00-6e36-4a17-ae5f-e906546768b6/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/220fded0-0602-4a28-b3b1-f4e655de9500/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/2ee881d7-28b7-48e1-9d55-97a8ce1b5b8f/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/3b32dca8-acbd-4f8e-9e06-76559e9bd35a/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/40762bae-166f-455c-a10e-cc062bef817a/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/750d2f88-aa3a-4a9c-82b6-7b844ae8d6a0/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/823d0d32-84c9-4dcb-a7f0-b2bae5bb6c32/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/883bf517-cbe6-45c2-b16f-800789fd4e49/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/8db6a2aa-ebf4-4f53-8285-bce1018e8092/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/9bcf70ae-40a8-4b08-b8c2-7c5b5ed29ac3/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/9ef3d4eb-0eec-4c9c-9116-049d877ec946/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/cb23c7f6-fefa-4dbe-b205-aea161b9f936/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/e7acbf12-ddaf-4f8d-9432-5258e9a2dedc/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/ea9f1230-64f4-4283-9ea2-f6b702bbeb76/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/eb494045-6390-44bb-aa96-09d7e885eb96/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/fa0c61dc-592b-4868-ab71-fb50167a41b7/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/fb39049c-33f2-4573-89c0-11e87744af46/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/0/fb6b1a19-1075-40e9-ab79-59bf008c7817/
            origin-ics.clickpotato.tv/IC/GPLCPLite29/13461/2/6f219fe9-925b-4717-89de-91d3958874cb/
            origin-ics.clickpotato.tv/IC/GPLCPLite30/13607/0/a1885b4f-b5a5-4c93-81e6-b237cdff9346/
            origin-ics.clickpotato.tv/IC/GPLCPLite34/13648/0/38383a78-1bfb-4602-957e-2c39db952ab9/
            origin-ics.clickpotato.tv/IC/GPLCPLite34/13648/0/9cac1734-fc5c-4932-afb9-18347630b633/
            origin-ics.clickpotato.tv/IC/GPLCPLite34/13648/0/a937091d-8dcf-46c6-a603-fb8974b3520f/
            origin-ics.clickpotato.tv/IC/GPLCPLite34/13648/0/c1e4619e-a9cb-4de2-84a3-d48eaca267b3/
            origin-ics.clickpotato.tv/IC/GPLCPLite34/13648/0/f5a6d2a8-01e3-4563-8fab-652ae3b3041f/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/0/0a12aaca-6d05-4227-a8bc-f5e4ce903d8a/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/0/0d097302-98ca-40fe-9d41-20abf24a6b3f/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/0/13856e15-6827-4d3d-b4a6-0128b8ebf633/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/0/44d9a8ab-1ca5-49f6-9e68-d95bf0f33dd9/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/0/5652f14b-a19c-4d0a-8782-2f7f5b50ea09/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/0/588361ec-a51e-45ca-aea5-6cd6b0087a95/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/0/98f0f03e-2a38-4007-b76d-28990cf1269f/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/0/ac05d8a3-d881-484b-97d7-0cd31659421a/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/0/ac772698-7d0e-43be-b42a-02db0cb97d6b/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/0/f49b606e-0e2a-4f1c-bfe6-ca23c739e6fe/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/0/fd6be11a-5798-4097-a6fd-cbd89d177910/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/1/f002a732-336c-4049-b019-1ff6474de251/
            origin-ics.clickpotato.tv/IC/GPLCPLite35/13671/4/5ddf1aa3-071e-4912-9992-5b280289fe3f/
            origin-ics.clickpotato.tv/IC/GPLCPLite38/14040/0/616be228-b8a1-47ca-bba2-977a98aaefef/
            origin-ics.clickpotato.tv/IC/GPLCPLite38/14040/0/61f85b5b-c407-4c44-9956-8b9eedcc224f/
            origin-ics.clickpotato.tv/IC/GPLCPLite38/14040/0/7d6cc41b-8323-4c6b-b613-f0f9d9c49640/
            origin-ics.clickpotato.tv/IC/GPLCPLite38/14040/0/f9224472-f1d9-4e82-9063-264d708370a5/
            origin-ics.clickpotato.tv/IC/GPLCPLite40/14860/0/17db15de-4570-4301-b279-4eca1652c314/
            origin-ics.hotbar.com/IC/GPLHBLite35/13690/0/1f654f55-3393-4472-967d-a52896cf7279/
            origin-ics.hotbar.com/IC/GPLHBLite38/13848/0/380f491f-77a3-4383-95df-5a75a3004c78/
            origin-ics.shopperreports.com/Software/ShopperReportsInstUI01/165/
            origin-ics.smartshopper.com/Software/SmartShopperInst01/164/
            orion.times.lv/soft/
            orkut-profile001.qipim.ru/
            orkut-profile002.qipim.ru/
            orkut.nm.ru/
            orkut.rbcmail.ru/
            orkut.schtuff.com/
            orkut001.hotmail.ru/
            orkutfotos.nm.ru/
            orkutmensg.hotmail.ru/
            orlando.mvps.org/download2/
            ottcb21.com/sososia/
            outmagiaflagra.com.br/
            outsell-govern-transparently.co.cc/
            pack.google.com/dl/2.4.1636.7222/mui/
            pack.m2-pro.com/
            pacman.games-playing.com/
            pages.dealextreme.com/downloads/
            pages.mimagoo.com/aj/download/AFBCSBQDX1NPElBCSE1YUEFPCFBBSRxQV1NOQyxFMy4wU1dAV1JDQwkcLycMNAk6UFQXVVRF/
            pagesperso-orange.fti.net/bernard.dolle/doc/temp/
            pagmirbr.com/rechist/
            panties3.com/movies/
            parksmedia.co.kr/mallcash_config/
            parksmedia.co.kr/shopenuri/
            passwordrecoverytools.com/store/
            passwordspy.ru/download/
            patch6.ali213.net/newpatch25/
            paultonsgroup-ltd.info/files/
            pc-guide.co.kr/pcguide_a/app/install/
            pccdownload.fixio.com/updates/
            pcdoktor.fileave.com/
            pcsweeper.co.kr/pgm/
            pdftablet.s3.amazonaws.com/
            pds17.egloos.com/pds/201002/11/66/
            pendenciassra.com.sapo.pt/
            perejopa.com/
            perqafohu.com/~armendibx/oki/
            perso.iloadev.fr/
            peypal.paginas.sapo.pt/
            photo-net1.nm.ru/
            photostocheck.fileave.com/
            physicsbox.com/appfiles/
            picfront.org/tool/
            piensaingles.com/cgibin_vz/
            pinguide.sidegreen.com/update/PG21/
            pinkeve.com/vti_txt/
            pinsearch.util-box.com/update/files/
            plat.cw.cm/5697/
            play.mediainstaller.com/h4/
            play.mediainstaller.com/jaya4/
            playsong.mediasongplayer.com/a4/
            playsong.mediasongplayer.com/baidx444a/
            playsong.mediasongplayer.com/baidx444ana/
            playsong.mediasongplayer.com/paidx333a/
            playsong.mediasongplayer.com/paidx444a/
            playsong.mediasongplayer.com/paidx444ana/
            plentyafricans.com/files/
            plog3.1195.co.kr/download/floating/
            plugin-install.info/gnutella/
            plugin.netchart.ru/filter/
            plus-drive.co.kr/P/
            plusinfo.kr/update/ST63/
            plustab.co.kr/update/PT00/
            plustab.co.kr/update/PT19/
            plustab.co.kr/update/PT45/
            plustab.co.kr/update/PT92/
            plusupport.com/P/
            pogocheats.net/files/
            pointcash.co.kr/down/over/
            pointmaru.com/activeX/
            poloraz7.fileave.com/
            popin.sidegreen.com/update/
            pornyield.com/
            portable.lococobra.com/
            postcards.do.sapo.pt/
            postcards10.com.sapo.pt/
            postcards11.no.sapo.pt/
            postcards12.no.sapo.pt/
            postcards17.no.sapo.pt/
            power-script.net/
            prac.ezin.cz/
            prevedello.com.br/downloads/
            primavera.persiangig.com/1/
            privacypro.co.kr/apl/
            procheater.ru/cheats/
            profile001.hotmail.ru/
            profile002.hotmail.ru/
            programas2010.pochta.com/images/
            programmy-vzloma.ru/prog/
            project-7.net/
            prompt.pinballpublishernetwork.com/Setup/80.0.11.0_64.0.42.0/blinkx_gateway/
            prompt.pinballpublishernetwork.com/Setup/80.0.11.0_64.0.42.0/hotbar_gateway/
            prompt.pinballpublishernetwork.com/Setup/80.0.11.0_64.0.42.0/hotbar_syndication/
            prompt.pinballpublishernetwork.com/Setup/80.0.11.0_64.0.42.0/seekmo_gateway/
            prompt.pinballpublishernetwork.com/Setup/80.0.11.0_64.0.42.0/seekmo_syndication/
            prompt.pinballpublishernetwork.com/Setup/80.0.12.0_64.0.42.0/blinkx_gateway/
            prompt.pinballpublishernetwork.com/Setup/80.0.12.0_64.0.42.0/hotbar_gateway/
            prompt.pinballpublishernetwork.com/Setup/80.0.12.0_64.0.42.0/hotbar_syndication/
            prompt.pinballpublishernetwork.com/Setup/80.0.12.0_64.0.42.0/seekmo_syndication/
            prompt.securewebsiteaccess.com/Setup/80.0.12.0_64.0.42.0/hotbar_gateway/
            ps.1024tb.com/sc/
            psnbattles.com/images/
            psychologische-praxis-schuler.de/modules/FileManager/postlet/.work/
            pt1.gou50.cn/soft/
            puxirum.com.br/easySlider/images/
            qblog06.fileave.com/
            qd.qvod.com/
            qfh.persiabme.com/
            qizenspa.com/
            qqzhongji.kj.img1001.com/DownLoad/PPTV/
            qsre355.7788d.info/
            quintinooliveira.sites.uol.com.br/
            rapidupload.com/
            rappelzbot.yolasite.com/resources/
            re-tracker.ru/
            realidadesdavida.hotmail.ru/
            realitykerala.com/cp/
            realtoolbar.e-search.co.kr/Update
            /
            reclutamientoefectivo.com/sistema/
            recordq.com/sitio/menu/
            rekrute.net/
            relaunch.jarmes.de/uploads/media/
            res0.esnips.com/escentral/client/
            resid.webhop.biz/downloads/
            resortsinitaly.com/
            restaurant-digue-st-idesbald.tearoom-catamaran.be/blackopsTRUSTED/
            return0fevilz.fileave.com/
            revistadecinema.uol.com.br/imagens/galeria/
            reward.bonuscash.co.kr/update2/
            reward.gaz.co.kr/file/install2/
            reward.pnshop.co.kr/update_ps1003/
            reward.rewardpot.co.kr/update
            /
            reward.rewardpot.co.kr/update_rp1008/
            rhackzone.weebly.com/uploads/5/3/6/4/5364574/
            richmond-art-group.com/files/
            richmond-art-uk.biz/files/
            riveira.com/asociacions/xuventu_aguino/
            riveira.com/cursosinformatica/entrada/
            riveira.com/demo/doc/
            rodream.org/files/thparty/shopenuri/
            roladof.ro.funpic.org/
            rrgas.ro/img/icons/
            rs143tl.rapidshare.com/files/429639420/
            rs501l34.rapidshare.com/files/348501312/
            rsbot-hacks.webs.com/
            ru.neospy.net/download/
            rufiles.brothersoft.com/internet/download_managers/
            runescapehack.fileave.com/runescape/
            s06.real-debrid.com/dl/2y16l6296fcd9d83c391d024e582a40b5/
            s356017596.onlinehome.fr/secret_project/cheat/
            s4.zip-host.ru/
            s60sign.com/pcclient/
            sab.myfilehost.ru/d/
            sac-host.blog.br/
            safer-scan.com/
            sahub.co.za/
            salem455.fileave.com/
            samba.org/samba/ftp/pwdump/
            sandbox.persiabme.com/
            sapsup.com/
            sbsgolf.contents.mylinker.co.kr/company/sbsgolf/
            sc.ag008.com/File/
            schnulli112.sc.funpic.de/
            schwartz-brothers-llc.net/files/
            screen-spy.com/dls/
            screen317.changelog.fr/
            sd-2.archive-host.com/membres/up/159084533741675378/
            search.abrows.com/Update/A_P_SB_windowspack002_5/
            search.monkey3.co.kr/update/
            search.searchpot.co.kr/update/
            search.searchpot.co.kr/update/SP04/
            search.searchpot.co.kr/update/SP12/
            search.searchpot.co.kr/update/SP14/
            search.sidegreen.com/update/SG03/
            search.wisebar.co.kr/update/
            search1.potsoft.net/update/A_P_SB_searchbot003_5/
            secure.drweb.com/getfile/149/
            securite-informatique.info/virus/eicar/download/
            sediv2008.narod.ru/
            seet10.jino.ru/
            segurodpvat.com/site/modules/mod_custom/
            servercard.home.sapo.pt/
            serverrr.com/worldwird/
            servidoronline.co.cc/
            serwtestowy123.strefa.pl/
            seti.sentry.net/archive/bioastro/2003/Feb/att-0025/
            setup.errorsweeper.com/
            setup.ov-v.com/install/
            setup.shareman.ru/
            setup1.fileave.com/
            seucartao.com.sapo.pt/
            sevg-groupnet.com/files/
            sevg-incgr.net/files/
            sex123.web.fc2.com/
            sexyattire.net/components/com_poll/models/
            sh.hahayouxi.com/download/
            shaggyze.hoggshobbies.com/
            shareware.tomp4.com/twodownload/desktop-enhancements/shell-desktop-management/download/
            sharo.fileave.com/xx1/
            sherv.filecdn.com/
            shopptime.do.sapo.pt/
            shumanim.com/
            shup.com/Shup/387699/
            shup.com/Shup/392567/
            shup.com/Shup/433383/
            shup.com/Shup/434798/
            shup.com/Shup/438914/
            shup.com/Shup/468217/
            shup.com/Shup/473756/
            sidematch.linkprice.com/APP/sidematch/jjang_Proc/
            sidematch.linkprice.com/APP/sidematch/maxdesktop/
            sidematch.linkprice.com/APP/sidematch/sidemaxnet/
            sidetab.co.kr/update/
            sidetab.co.kr/update/ST51/
            sidetab.co.kr/update/ST67/
            siri.geekstogo.com/
            siteihosting.com/
            sitekeyrox3casa.front.ru/
            sites.google.com/site/tangkakgang007/
            sivop.com/templates/beez/
            skype.tom.com/download/skype_install/
            skystar-2.com/download/
            slotch.com/ist/softwares/bundlers/
            slotch.com/ist/softwares/v4.0/
            small-games.info/files/
            sms1000.co.kr/App/main/neo/
            sms1000.co.kr/App/main/s02/
            soft.ccn.tw/Files/
            soft.sniip.ru/soft/
            soft7.7747.net/ware/101/
            softhint.ru/downloads/
            softwarepile.com/download/
            softzu.net/pads/
            solutionfile.trendmicro.com/solutionfile/Update/
            somerhaven.com/images/
            sop3sa7nop.com/T6yRslk8JrR5sOpskHs51L/bin/
            soundz.in/common/configs/
            sp.demisetoken.com/
            spacurriculum.com.sapo.pt/
            spamnuker.com/product/camp/clickbank/
            spotnules.com/
            spy-speed.com/
            spycar.org/Spycar_files/
            spynet.pop3.ru/
            spywarecops.com/download/
            spywarestriker.com/download/
            spywarezapper.com/download/
            srng05.srng.net/9899/install/
            st.googleserver02.ru/uplo

            1 Reply Last reply Reply Quote 0
            • K
              kaptenhook
              last edited by

              list conflicker

              ^http://(.+@)?4thfirework.com/
              ^http://(.+@)?adorelyric.com/
              ^http://(.+@)?adorepoem.com/
              ^http://(.+@)?adoresong.com/
              ^http://(.+@)?adoresongs.com/
              ^http://(.+@)?againstfear.com/
              ^http://(.+@)?alldatanow.com/
              ^http://(.+@)?alldataworld.com/
              ^http://(.+@)?antiterroralliance.com/
              ^http://(.+@)?antiterroris.com/
              ^http://(.+@)?antiterrornetwork.com/
              ^http://(.+@)?aweleon.com/
              ^http://(.+@)?bakeloaf.com/
              ^http://(.+@)?bayhousehotel.com/
              ^http://(.+@)?beadcareer.com/
              ^http://(.+@)?beadworkdirect.com/
              ^http://(.+@)?bedioger.com/
              ^http://(.+@)?bestadore.com/
              ^http://(.+@)?bestbarack.com/
              ^http://(.+@)?bestbaracksite.com/
              ^http://(.+@)?bestblogdirect.com/
              ^http://(.+@)?bestbreakingfree.com/
              ^http://(.+@)?bestchristmascard.com/
              ^http://(.+@)?bestcouponfree.com/
              ^http://(.+@)?bestgoodnews.com/
              ^http://(.+@)?bestjournalguide.com/
              ^http://(.+@)?bestlifeblog.com/
              ^http://(.+@)?bestlovehelp.com/
              ^http://(.+@)?bestlovelong.com/
              ^http://(.+@)?bestmazdadealer.com/
              ^http://(.+@)?bestmirabella.com/
              ^http://(.+@)?bestobamadirect.com/
              ^http://(.+@)?bestusablog.com/
              ^http://(.+@)?bestyearcard.com/
              ^http://(.+@)?bicodehl.com/
              ^http://(.+@)?birdab.com/
              ^http://(.+@)?biumer.com/
              ^http://(.+@)?blackchristmascard.com/
              ^http://(.+@)?blogginhell.com/
              ^http://(.+@)?blogsitedirect.com/
              ^http://(.+@)?bluevalentineonline.com/
              ^http://(.+@)?boarddiary.com/
              ^http://(.+@)?breakingfreemichigan.com/
              ^http://(.+@)?breakinggoodnews.com/
              ^http://(.+@)?breakingkingnews.com/
              ^http://(.+@)?breakingnewsfm.com/
              ^http://(.+@)?breakingnewsltd.com/
              ^http://(.+@)?buymazdacars.com/
              ^http://(.+@)?cantlosedata.com/
              ^http://(.+@)?cardnewyear.com/
              ^http://(.+@)?chatloveonline.com/
              ^http://(.+@)?cheapdecember.com/
              ^http://(.+@)?cherishletter.com/
              ^http://(.+@)?cherishpoems.com/
              ^http://(.+@)?chinamobilesms.com/
              ^http://(.+@)?christmaslightsnow.com/
              ^http://(.+@)?cismosis.com/
              ^http://(.+@)?codecouponsite.com/
              ^http://(.+@)?coralarm.com/
              ^http://(.+@)?crucism.com/
              ^http://(.+@)?cycloro.com/
              ^http://(.+@)?deathtaxi.com/
              ^http://(.+@)?debtbgonesite.com/
              ^http://(.+@)?decemberchristmas.com/
              ^http://(.+@)?directchristmasgift.com/
              ^http://(.+@)?discountfreesms.com/
              ^http://(.+@)?downloadfreesms.com/
              ^http://(.+@)?easyworldnews.com/
              ^http://(.+@)?eccellentesms.com/
              ^http://(.+@)?encybest.com/
              ^http://(.+@)?entrank.com/
              ^http://(.+@)?eternalgreetingcard.com/
              ^http://(.+@)?expowale.com/
              ^http://(.+@)?extendedman.com/
              ^http://(.+@)?farboards.com/
              ^http://(.+@)?favolu.com/
              ^http://(.+@)?fearalert.com/
              ^http://(.+@)?fireholiday.com/
              ^http://(.+@)?fireworksholiday.com/
              ^http://(.+@)?fireworksnetwork.com/
              ^http://(.+@)?fireworkspoint.com/
              ^http://(.+@)?framtr.com/
              ^http://(.+@)?freechristmassite.com/
              ^http://(.+@)?freechristmasworld.com/
              ^http://(.+@)?freecolorsms.com/
              ^http://(.+@)?freedecember.com/
              ^http://(.+@)?freedoconline.com/
              ^http://(.+@)?freeindependence.com/
              ^http://(.+@)?freeservesms.com/
              ^http://(.+@)?freesmsorange.com/
              ^http://(.+@)?frostep.com/
              ^http://(.+@)?fryroll.com/
              ^http://(.+@)?funloveonline.com/
              ^http://(.+@)?funnychristmasguide.com/
              ^http://(.+@)?funnyvalentinessite.com/
              ^http://(.+@)?gemells.com/
              ^http://(.+@)?globalantiterror.com/
              ^http://(.+@)?goldfixonline.com/
              ^http://(.+@)?gonesite.com/
              ^http://(.+@)?goodnewsdigital.com/
              ^http://(.+@)?goodnewsreview.com/
              ^http://(.+@)?goog-analysis.com/
              ^http://(.+@)?googol-analisys.com/
              ^http://(.+@)?greatbarackguide.com/
              ^http://(.+@)?greatcouponclub.com/
              ^http://(.+@)?greatmazdacars.com/
              ^http://(.+@)?greatmirabellasite.com/
              ^http://(.+@)?greatobamaguide.com/
              ^http://(.+@)?greatobamaonline.com/
              ^http://(.+@)?greatsalesavailable.com/
              ^http://(.+@)?greatsalesgroup.com/
              ^http://(.+@)?greatsalestax.com/
              ^http://(.+@)?greatsvalentine.com/
              ^http://(.+@)?greatvalentinepoems.com/
              ^http://(.+@)?greetingcardcalendar.com/
              ^http://(.+@)?greetingcardgarb.com/
              ^http://(.+@)?greetingguide.com/
              ^http://(.+@)?greetingsupersite.com/
              ^http://(.+@)?gumentha.com/
              ^http://(.+@)?handyphoneworld.com/
              ^http://(.+@)?happyindependence.com/
              ^http://(.+@)?hindger.com/
              ^http://(.+@)?holidayfirework.com/
              ^http://(.+@)?holidaysfirework.com/
              ^http://(.+@)?holidayxmas.com/
              ^http://(.+@)?holifireworks.com/
              ^http://(.+@)?hornalfa.com/
              ^http://(.+@)?interactiveindependence.com/
              ^http://(.+@)?ipersmstext.com/
              ^http://(.+@)?itsfatherchristmas.com/
              ^http://(.+@)?jobarack.com/
              ^http://(.+@)?justchristmasgift.com/
              ^http://(.+@)?lastlabel.com/
              ^http://(.+@)?lifegreetingcard.com/
              ^http://(.+@)?linkworldnews.com/
              ^http://(.+@)?livechristmascard.com/
              ^http://(.+@)?livechristmasgift.com/
              ^http://(.+@)?longballonline.com/
              ^http://(.+@)?losenowfast.com/
              ^http://(.+@)?lovecentralonline.com/
              ^http://(.+@)?lovelifeportal.com/
              ^http://(.+@)?macride.com/
              ^http://(.+@)?mazdaautomotiveparts.com/
              ^http://(.+@)?mazdacarclub.com/
              ^http://(.+@)?mazdaspeedzone.com/
              ^http://(.+@)?mingwater.com/
              ^http://(.+@)?miosmschat.com/
              ^http://(.+@)?miosmsclub.com/
              ^http://(.+@)?mirabellaclub.com/
              ^http://(.+@)?mirabellamotors.com/
              ^http://(.+@)?mirabellanews.com/
              ^http://(.+@)?mirabellaonline.com/
              ^http://(.+@)?mobilephotoblog.com/
              ^http://(.+@)?moneymedal.com/
              ^http://(.+@)?morefreesms.com/
              ^http://(.+@)?movie4thjuly.com/
              ^http://(.+@)?moviefireworks.com/
              ^http://(.+@)?movieindependence.com/
              ^http://(.+@)?movies4thjuly.com/
              ^http://(.+@)?moviesfireworks.com/
              ^http://(.+@)?moviesindependence.com/
              ^http://(.+@)?netcitycab.com/
              ^http://(.+@)?newlifeyearsite.com/
              ^http://(.+@)?newmediayearguide.com/
              ^http://(.+@)?newyearcardcompany.com/
              ^http://(.+@)?newyearcardfree.com/
              ^http://(.+@)?newyearcardonline.com/
              ^http://(.+@)?newyearcardservice.com/
              ^http://(.+@)?noloid.com/
              ^http://(.+@)?nonprobs.com/
              ^http://(.+@)?nuovosms.com/
              ^http://(.+@)?nuovosmsclub.com/
              ^http://(.+@)?orldlovelife.com/
              ^http://(.+@)?oughwa.com/
              ^http://(.+@)?outdoorindependence.com/
              ^http://(.+@)?painkee.com/
              ^http://(.+@)?pantali.com/
              ^http://(.+@)?pathoph.com/
              ^http://(.+@)?petcabtaxi.com/
              ^http://(.+@)?photoblogsite.com/
              ^http://(.+@)?prerre.com/
              ^http://(.+@)?primosmsfree.com/
              ^http://(.+@)?purgand.com/
              ^http://(.+@)?rascop.com/
              ^http://(.+@)?reportradio.com/
              ^http://(.+@)?residencehunter.com/
              ^http://(.+@)?romanticsloving.com/
              ^http://(.+@)?screenalias.com/
              ^http://(.+@)?seocom.mobi/
              ^http://(.+@)?seocom.name/
              ^http://(.+@)?seofon.net/
              ^http://(.+@)?smartcardgreeting.com/
              ^http://(.+@)?smartsalesgroup.com/
              ^http://(.+@)?smophi.com/
              ^http://(.+@)?smsclubnet.com/
              ^http://(.+@)?smsdiretto.com/
              ^http://(.+@)?smsinlinea.com/
              ^http://(.+@)?smsluogo.com/
              ^http://(.+@)?smspianeta.com/
              ^http://(.+@)?sodanthu.com/
              ^http://(.+@)?spacemynews.com/
              ^http://(.+@)?specipa.com/
              ^http://(.+@)?superchristmasday.com/
              ^http://(.+@)?superchristmaslights.com/
              ^http://(.+@)?superhandycap.com/
              ^http://(.+@)?superioresms.com/
              ^http://(.+@)?superobamadirect.com/
              ^http://(.+@)?superobamaonline.com/
              ^http://(.+@)?superpartycab.com/
              ^http://(.+@)?supersalesonline.com/
              ^http://(.+@)?superyearcard.com/
              ^http://(.+@)?tabatti.com/
              ^http://(.+@)?tagdebt.com/
              ^http://(.+@)?tatumen.com/
              ^http://(.+@)?terroralertstatus.com/
              ^http://(.+@)?terrorfear.com/
              ^http://(.+@)?terrorismfree.com/
              ^http://(.+@)?thebaracksite.com/
              ^http://(.+@)?thecoupondiscount.com/
              ^http://(.+@)?thehandygal.com/
              ^http://(.+@)?themazdacar.com/
              ^http://(.+@)?themazdaspeed.com/
              ^http://(.+@)?themirabelladirect.com/
              ^http://(.+@)?themirabellaguide.com/
              ^http://(.+@)?themirabellahome.com/
              ^http://(.+@)?themostrateblog.com/
              ^http://(.+@)?thevalentinelovers.com/
              ^http://(.+@)?thevalentineparty.com/
              ^http://(.+@)?theworldpool.com/
              ^http://(.+@)?thingre.com/
              ^http://(.+@)?tntbreakingnews.com/
              ^http://(.+@)?tobeyew.com/
              ^http://(.+@)?topgreetingsite.com/
              ^http://(.+@)?topwale.com/
              ^http://(.+@)?urbanfear.com/
              ^http://(.+@)?usabreakingnews.com/
              ^http://(.+@)?video4thjuly.com/
              ^http://(.+@)?videoindependence.com/
              ^http://(.+@)?virtualesms.com/
              ^http://(.+@)?wagerpond.com/
              ^http://(.+@)?waledirekt.com/
              ^http://(.+@)?waleonline.com/
              ^http://(.+@)?waleprojekt.com/
              ^http://(.+@)?wapcitynews.com/
              ^http://(.+@)?wealthleaf.com/
              ^http://(.+@)?whitewhitechristmas.com/
              ^http://(.+@)?whocherish.com/
              ^http://(.+@)?wirelessvalentineday.com/
              ^http://(.+@)?workcaredirect.com/
              ^http://(.+@)?workhomegold.com/
              ^http://(.+@)?worklifedata.com/
              ^http://(.+@)?worldgreetingcard.com/
              ^http://(.+@)?worldlovelife.com/
              ^http://(.+@)?worldnewsdot.com/
              ^http://(.+@)?worldnewseye.com/
              ^http://(.+@)?worldtracknews.com/
              ^http://(.+@)?worshiplove.com/
              ^http://(.+@)?youradore.com/
              ^http://(.+@)?yourbarrier.com/
              ^http://(.+@)?yourbreakingnew.com/
              ^http://(.+@)?yourchristmaslights.com/
              ^http://(.+@)?yourcountycoupon.com/
              ^http://(.+@)?yourdatabank.com/
              ^http://(.+@)?yourdecember.com/
              ^http://(.+@)?yourgreatlove.com/
              ^http://(.+@)?yourhandyhome.com/
              ^http://(.+@)?yourlength.com/
              ^http://(.+@)?yourlol.com/
              ^http://(.+@)?yourmazdacar.com/
              ^http://(.+@)?yourmazdatribute.com/
              ^http://(.+@)?yourmirabelladirect.com/
              ^http://(.+@)?yourregards.com/
              ^http://(.+@)?yourteamdoc.com/
              ^http://(.+@)?yourvalentineday.com/
              ^http://(.+@)?yourvalentinepoems.com/
              ^http://(.+@)?yourwent.com/
              ^http://(.+@)?youryearcard.com/
              ^http://(.+@)?yusitymp.com/

              1 Reply Last reply Reply Quote 0
              • Q
                queues
                last edited by

                Cara merubah settingan /usr/local/etc/squid/squid.conf gmana supaya bisa tetap/save selamanya?
                saya sdh beberapa kali rubah settingan dengan webGUI, langsung via Diagnostics: Edit file. saya load terus saya rubah settingan, setelah itu saya save. terus saya coba beberapa saat dan saya restart squidnya, saya buka lagi /usr/local/etc/squid/squid.conf via Diagnostics: Edit file, settingannya berubah lagi kembali seperti semula. Biar bisa ke save gmana caranya?

                Mohon Pencerahannya, Thank You..!

                NB : Sya juga sudah coba memakai Winscp tetap berubah ke settingan awal [tidak tersave]

                1 Reply Last reply Reply Quote 0
                • K
                  kaptenhook
                  last edited by

                  @QueueS:

                  Cara merubah settingan /usr/local/etc/squid/squid.conf gmana supaya bisa tetap/save selamanya?
                  saya sdh beberapa kali rubah settingan dengan webGUI, langsung via Diagnostics: Edit file. saya load terus saya rubah settingan, setelah itu saya save. terus saya coba beberapa saat dan saya restart squidnya, saya buka lagi /usr/local/etc/squid/squid.conf via Diagnostics: Edit file, settingannya berubah lagi kembali seperti semula. Biar bisa ke save gmana caranya?

                  Mohon Pencerahannya, Thank You..!

                  NB : Sya juga sudah coba memakai Winscp tetap berubah ke settingan awal [tidak tersave]

                  cuba ini dibaca dan dipraktekkan
                  …....
                  biar konfigurasi squid yang kita benerin sesuka hati gak hilang lagi..coba cek di “/usr/local/pkg” trus cari file namanya “squid.inc” trus edit deh pake editor sesuka hati..kl aku sukanya pake “ee” trus cari dibaris ke 1057 (ini di settingan punya aku loh..) pokoknya cari yang ada kata-kata “file_put_contents(SQUID_CONFBASE . ‘/squid.conf’, $conf);” trus ubah/tambah terserah “squid.conf” menjadi “squid.conf.def” atau nama lain terserah ajalah sesukanya aja…abis itu disimpan aja deh..

                  trus masuk ke direktori “/usr/local/etc/squid” dan copy file “squid.conf” menjadi file baru yang kamu ubah tadi diatas..udah segitu aja..abis itu langsung deh file “squid.conf”nya di ubah diutak atik dianeh2in sesuka hati…dan tiap kali di reboot, file “squid.conf” pasti gak bakalan berubah ke default lagi..jadi aman deh..

                  smoga membantu

                  1 Reply Last reply Reply Quote 0
                  • Q
                    queues
                    last edited by

                    @kaptenhook:

                    cuba ini dibaca dan dipraktekkan
                    …....
                    biar konfigurasi squid yang kita benerin sesuka hati gak hilang lagi..coba cek di “/usr/local/pkg” trus cari file namanya “squid.inc” trus edit deh pake editor sesuka hati..kl aku sukanya pake “ee” trus cari dibaris ke 1057 (ini di settingan punya aku loh..) pokoknya cari yang ada kata-kata “file_put_contents(SQUID_CONFBASE . ‘/squid.conf’, $conf);” trus ubah/tambah terserah “squid.conf” menjadi “squid.conf.def” atau nama lain terserah ajalah sesukanya aja…abis itu disimpan aja deh..

                    trus masuk ke direktori “/usr/local/etc/squid” dan copy file “squid.conf” menjadi file baru yang kamu ubah tadi diatas..udah segitu aja..abis itu langsung deh file “squid.conf”nya di ubah diutak atik dianeh2in sesuka hati…dan tiap kali di reboot, file “squid.conf” pasti gak bakalan berubah ke default lagi..jadi aman deh..

                    smoga membantu

                    Thanks atas pencerahannya om.. skr sdh bisa tapi Squid, Squid Guard dan Lusca tidak berjalan diservice. saya sdh coba untuk restart pfsensenya tetap gak berjalan.. knp ya?
                    Hasil system log entries :

                    Jun 29 08:28:51 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:28:52 squid[32026]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:28:53 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:29:00 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:29:00 Squid_Alarm[60031]: Squid has exited. Reconfiguring filter.
                    Jun 29 08:29:00 Squid_Alarm[60125]: Attempting restart…
                    Jun 29 08:29:00 squid[60944]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:29:01 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:29:03 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:29:04 squid[22100]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:29:05 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:29:11 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:29:11 Squid_Alarm[49044]: Squid has exited. Reconfiguring filter.
                    Jun 29 08:29:11 Squid_Alarm[49329]: Attempting restart…
                    Jun 29 08:29:11 squid[50077]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:29:13 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:29:19 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:29:19 Squid_Alarm[15001]: Squid has exited. Reconfiguring filter.
                    Jun 29 08:29:19 Squid_Alarm[15334]: Attempting restart…
                    Jun 29 08:29:19 squid[15822]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:29:20 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:31:38 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:31:39 squid[20944]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:31:40 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:31:46 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:31:46 Squid_Alarm[50828]: Squid has exited. Reconfiguring filter.
                    Jun 29 08:31:46 Squid_Alarm[51208]: Attempting restart…
                    Jun 29 08:31:46 squid[51896]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:31:47 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:31:54 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:31:54 Squid_Alarm[13392]: Squid has exited. Reconfiguring filter.
                    Jun 29 08:31:54 Squid_Alarm[13766]: Attempting restart…
                    Jun 29 08:31:54 squid[14237]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:31:55 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:33:52 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:33:53 squid[63506]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:33:54 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:34:01 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:34:01 Squid_Alarm[27914]: Squid has exited. Reconfiguring filter.
                    Jun 29 08:34:01 Squid_Alarm[28485]: Attempting restart…
                    Jun 29 08:34:01 squid[29432]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:34:02 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:34:08 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:34:08 Squid_Alarm[56830]: Squid has exited. Reconfiguring filter.
                    Jun 29 08:34:08 Squid_Alarm[57185]: Attempting restart…
                    Jun 29 08:34:08 squid[57984]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:34:09 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:34:13 php: : filter_generate_address: is not a valid source port.
                    Jun 29 08:34:14 squid[19859]: Bungled squid.conf line 25: maximum_object_size_in_memory 12.2 KB
                    Jun 29 08:34:15 php: : filter_generate_address: is not a valid source port.
                    Jun 29 09:06:41 squid[42486]: Squid Parent: child process 21529 exited due to signal 6
                    Jun 29 09:06:41 squid[42486]: Exiting due to repeated, frequent failures
                    Jun 29 09:06:44 php: : filter_generate_address: is not a valid source port.
                    Jun 29 09:06:44 Squid_Alarm[36497]: Squid has exited. Reconfiguring filter.
                    Jun 29 09:06:44 Squid_Alarm[36838]: Attempting restart…
                    Jun 29 09:06:44 squid[37830]: Squid Parent: child process 38368 started
                    Jun 29 09:06:45 squid[38368]: Failed to verify one of the swap directories, Check cache.log for details. Run 'squid -z' to create swap directories if needed, or if running Squid for the first time.
                    Jun 29 09:06:45 squid[37830]: Squid Parent: child process 38368 exited due to signal 6
                    Jun 29 09:06:45 kernel: pid 38368 (squid), uid 62: exited on signal 6
                    Jun 29 09:06:46 php: : filter_generate_address: is not a valid source port.
                    Jun 29 09:06:48 squid[37830]: Squid Parent: child process 52313 started
                    Jun 29 09:06:48 squid[52313]: Failed to verify one of the swap directories, Check cache.log for details. Run 'squid -z' to create swap directories if needed, or if running Squid for the first time.
                    Jun 29 09:06:48 kernel: pid 52313 (squid), uid 62: exited on signal 6
                    Jun 29 09:06:48 squid[37830]: Squid Parent: child process 52313 exited due to signal 6
                    Jun 29 09:06:51 squid[37830]: Squid Parent: child process 56381 started
                    Jun 29 09:06:51 squid[56381]: Failed to verify one of the swap directories, Check cache.log for details. Run 'squid -z' to create swap directories if needed, or if running Squid for the first time.
                    Jun 29 09:06:51 kernel: pid 56381 (squid), uid 62: exited on signal 6
                    Jun 29 09:06:51 squid[37830]: Squid Parent: child process 56381 exited due to signal 6
                    Jun 29 09:06:54 squid[37830]: Squid Parent: child process 57316 started
                    Jun 29 09:06:55 squid[57316]: Failed to verify one of the swap directories, Check cache.log for details. Run 'squid -z' to create swap directories if needed, or if running Squid for the first time.
                    Jun 29 09:06:55 kernel: pid 57316 (squid), uid 62: exited on signal 6
                    Jun 29 09:06:55 squid[37830]: Squid Parent: child process 57316 exited due to signal 6
                    Jun 29 09:06:58 squid[37830]: Squid Parent: child process 58692 started
                    Jun 29 09:06:58 squid[58692]: Failed to verify one of the swap directories, Check cache.log for details. Run 'squid -z' to create swap directories if needed, or if running Squid for the first time.
                    Jun 29 09:06:58 kernel: pid 58692 (squid), uid 62: exited on signal 6
                    Jun 29 09:06:58 squid[37830]: Squid Parent: child process 58692 exited due to signal 6
                    Jun 29 09:06:58 squid[37830]: Exiting due to repeated, frequent failures
                    Jun 29 09:08:14 sshd[36227]: Accepted keyboard-interactive/pam for admin from 192.168.222.6 port 49601 ssh2
                    Jun 29 09:09:33 php: : filter_generate_address: is not a valid source port.
                    Jun 29 09:09:34 squid[43825]: Squid Parent: child process 44055 started
                    Jun 29 09:09:34 squid[44055]: Failed to verify one of the swap directories, Check cache.log for details. Run 'squid -z' to create swap directories if needed, or if running Squid for the first time.
                    Jun 29 09:09:34 kernel: pid 44055 (squid), uid 62: exited on signal 6
                    Jun 29 09:09:34 squid[43825]: Squid Parent: child process 44055 exited due to signal 6
                    Jun 29 09:09:35 php: : filter_generate_address: is not a valid source port.
                    Jun 29 09:09:37 squid[43825]: Squid Parent: child process 58419 started
                    Jun 29 09:09:37 squid[58419]: Failed to verify one of the swap directories, Check cache.log for details. Run 'squid -z' to create swap directories if needed, or if running Squid for the first time.
                    Jun 29 09:09:37 kernel: pid 58419 (squid), uid 62: exited on signal 6
                    Jun 29 09:09:37 squid[43825]: Squid Parent: child process 58419 exited due to signal 6
                    Jun 29 09:09:40 squid[43825]: Squid Parent: child process 63133 started
                    Jun 29 09:09:41 squid[63133]: Failed to verify one of the swap directories, Check cache.log for details. Run 'squid -z' to create swap directories if needed, or if running Squid for the first time.
                    Jun 29 09:09:41 squid[43825]: Squid Parent: child process 63133 exited due to signal 6
                    Jun 29 09:09:41 kernel: pid 63133 (squid), uid 62: exited on signal 6
                    Jun 29 09:09:44 squid[43825]: Squid Parent: child process 23971 started
                    Jun 29 09:10:21 check_reload_status: Syncing firewall
                    Jun 29 09:10:21 check_reload_status: Syncing firewall
                    Jun 29 09:10:21 php: /pkg_edit.php: process "proxy_monitor.sh" running at "58005 /bin/sh /usr/local/etc/rc.d/proxy_monitor.sh "
                    Jun 29 09:10:21 php: /pkg_edit.php: process "squid -D" running at "43825 /usr/local/sbin/squid -D "
                    Jun 29 09:10:21 check_reload_status: Reloading filter
                    Jun 29 09:10:21 php: /pkg_edit.php: squid config synchronized and squid reconfigured
                    Jun 29 09:10:25 php: : filter_generate_address: is not a valid source port.

                    1 Reply Last reply Reply Quote 0
                    • K
                      kaptenhook
                      last edited by

                      cuba cek antara squid.conf dengan squid.conf.def (bisa dengan win scp) udah sama atau belum harusnya sama biar semua service bisa berjalan

                      banyak mencuba akan jadi banyak bisanya, sering sering dicuba nanti akan paham dengan sendirinya

                      slamat berjuang

                      1 Reply Last reply Reply Quote 0
                      • O
                        orkeys
                        last edited by

                        OK… om saya cek dolo
                        oh ya om satu lagi pertanyaan... :-*
                        kemaren sebelum instal ulang aku cek squid dengan tail -f /var/squid/log/access.log berjalan dengan baik

                        tapi kok sekarang ini jawabannya : ??? ???
                        tail -f /var/squid/log/access.log: No such file or directory
                        kenapa log nya tidak terbentuk ya... ??? ???
                        setelah di lihat dengan winscp memang tidak ada filenya di /var/squid/log/
                        di proxy server log store directorynya : /var/squid/log

                        tolong bimbingannya  ;D ;D

                        tanpa hari tanpa membuka forum tercinta ini

                        1 Reply Last reply Reply Quote 0
                        • O
                          orkeys
                          last edited by

                          problem has been solved…
                          ternyata masalahnya ada di squid.conf
                          harus dimasukan manual... dan supaya lebih permanen seperti kata om kambeeng http://forum.pfsense.org/index.php/topic,19032.msg99258.html#msg99258 (thanks om kambeeng) :-*
                          setelah di ubah dan restart squid.... access.log langsung terbentuk otomatis....
                          trus saya ketikan tail -f /var/squid/log/access.log  ;D ;D ;D

                          1309328906.062    21 192.168.54.210 TCP_IMS_HIT/304 203 GET http://images.detik.com/logo_deal_new.png - NONE/- image/png
                          1309328906.075      9 192.168.54.210 TCP_IMS_HIT/304 244 GET http://images.detik.com/content/koki/detikcom.jpg - NONE/- image/jpeg
                          1309328906.120      1 192.168.54.210 TCP_IMS_HIT/304 244 GET http://www.detik.com/image/bkg-nav.jpg - NONE/- image/jpeg
                          1309328906.122    399 192.168.54.210 TCP_MISS/200 14609 GET http://images.detik.com/content/2011/06/29/1034/SPBUCoco-luar.jpg - DIRECT/203.190.242.68 image/jpeg
                          1309328906.127      1 192.168.54.210 TCP_IMS_HIT/304 244 GET http://www.detik.com/image/bkg-deals.jpg - NONE/- image/jpeg
                          1309328906.129      1 192.168.54.210 TCP_IMS_HIT/304 243 GET http://www.detik.com/image/bg_number.png - NONE/- image/png
                          1309328906.143      2 192.168.54.210 TCP_IMS_HIT/304 248 GET http://www.google-analytics.com/ga.js - NONE/- text/javascript
                          1309328906.248  1051 192.168.54.210 TCP_MISS/200 51305 GET http://images.detik.com/content/2011/06/29/1180/kpop-fest-cvr.JPG - DIRECT/203.190.242.68 image/jpeg
                          1309328906.318    12 192.168.54.210 TCP_IMS_HIT/304 262 GET http://openx.detik.com/images/gonuklir-875x100.swf - NONE/- application/x-shockwave-flash

                          1 Reply Last reply Reply Quote 0
                          • K
                            kaptenhook
                            last edited by

                            @orkeys:

                            OK… om saya cek dolo
                            oh ya om satu lagi pertanyaan... :-*
                            kemaren sebelum instal ulang aku cek squid dengan tail -f /var/squid/log/access.log berjalan dengan baik

                            tapi kok sekarang ini jawabannya : ??? ???
                            tail -f /var/squid/log/access.log: No such file or directory
                            kenapa log nya tidak terbentuk ya... ??? ???
                            setelah di lihat dengan winscp memang tidak ada filenya di /var/squid/log/
                            di proxy server log store directorynya : /var/squid/log

                            tolong bimbingannya  ;D ;D

                            cuba screenshot untuk squid.conf di tampilkan, barangkali nanti temen temen bisa membantu

                            tanpa hari tanpa membuka forum tercinta ini

                            1 Reply Last reply Reply Quote 0
                            • O
                              orkeys
                              last edited by

                              @kaptenhook:

                              cuba cek antara squid.conf dengan squid.conf.def (bisa dengan win scp) udah sama atau belum harusnya sama biar semua service bisa berjalan

                              banyak mencuba akan jadi banyak bisanya, sering sering dicuba nanti akan paham dengan sendirinya

                              slamat berjuang

                              maksud harus sama gimana om ???  ??? ???
                              misal saya tambahkan di squid.conf delay pools dan refersh patern…
                              apakah di squid.conf.def harus terisi juga delay pools dan refersh patern...

                              thanks jawaban di ats td om  ;).... udah solved om... utk squid.conf saya hampir sama dengan yg saya post http://forum.pfsense.org/index.php/topic,36676.msg195143.html#msg195143 cuman saya hilangkan di custom option : zph nya dan saya tambahkan delay pools tapi delay pools ini yang tidak berjalan dengan baik...

                              1 Reply Last reply Reply Quote 0
                              • K
                                kaptenhook
                                last edited by

                                kalo udah menggunakan squid.conf.def perubahan dan penambahan setingan malah harus dilakukan disitu jadi jangan terbalik, kalo terbalik ya entar pas di restart akan hilang lagi

                                nb:proxy server akan membaca perintah dari squid.conf.def

                                1 Reply Last reply Reply Quote 0
                                • O
                                  orkeys
                                  last edited by

                                  ok om… thanks pencerahannya... saya test dolo edit di squid.conf.def
                                  mau test delay pools'a limit bandwith pake squid...

                                  tanpa hari tanpa membuka forum tercinta ini

                                  1 Reply Last reply Reply Quote 0
                                  • L
                                    lhypx
                                    last edited by

                                    waaah kebeneran banget nih, banyak suhu Squid  ;D

                                    ane butuh bantuan banget nih dari senior2 semua. :-[

                                    masalahnya kayak gini, ane itu mahasiswa (mungkin bisa dikategorikan semi abadi) semester akhir yang lagi nyusun proyek akhir, dan proyek akhir yang ane bikin itu berupa server buat sebuah sekolah di daerah ane.

                                    ane sudah coba bangun server dengan komputer yang speknya:

                                    • prosesor Core2Duo 2,93 GHz.
                                    • mem 2 GB
                                    • Harddisk 320 GB.
                                    • 3 interface,
                                        ~eth0 nyambung ke modem,
                                        ~eth1 sbg gateway subnetwork A, dengan jumlah kompi 9 buah, dan network addressnya 10.10.1.0/27
                                        ~eth2 sbg gateway subnetwork B. jumlah kompi 42, dan network addressnya 10.10.2.0/26

                                    konsep server nya kek gini: 
                                    –> server yang ane bikin fungsi utamanya sebagai proxy server dan file server.
                                    --> proxy-nya tipe transparent dan bisa buat ngeblok situs, web cache, dan bandwidth limiter.
                                    --> layanan file server cuma buat subnetwork A

                                    pada [i]rc.local ane gunakan konfig kek gini:
                                    –----------------------------------------------------------------------------------------------------------------
                                    #rc.local
                                    iptables -t nat -A POSTROUTING -s 10.10.1.0/27 -o eth0 -j MASQUERADE
                                    iptables -t nat -A POSTROUTING -s 10.10.2.0/26 -o eth0 -j MASQUERADE
                                    iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port 3128
                                    iptables -t nat -A PREROUTING -i eth2 -p tcp --dport 80 -j REDIRECT --to-port 3128

                                    dan pada squid.conf, baru bisa kek gini  :-[ :-[ :-[
                                    –----------------------------------------------------------------------------------------------------------------
                                    #squid.conf
                                    http_port 3128 transparent
                                    visible_hostname smaxyz
                                    cache_mgr fikri.nz@gmail.com
                                    cache_dir ufs /var/spool/squid3 500 16 256
                                    coredump_dir /var/spool/squid3

                                    hierarchy_stoplist cgi-bin ?
                                    acl QUERY urlpath_regex cgi-bin ?
                                    acl apache rep_header Server ^Apache
                                    access_log /var/log/squid3/access.log squid
                                    hosts_file /etc/hosts

                                    refresh_pattern ^ftp: 1440 20% 10080
                                    refresh_pattern ^gopher: 1440 0% 1440
                                    refresh_pattern . 0 20% 4320

                                    acl manager proto cache_object
                                    acl localhost src 127.0.0.1/255.255.255.255
                                    acl to_localhost dst 127.0.0.0/8
                                    acl SSL_ports port 443 563 # https, snews
                                    acl SSL_ports port 873 # rsync
                                    acl Safe_ports port 80 # http
                                    acl Safe_ports port 21 # ftp
                                    acl Safe_ports port 443 563 # https, snews
                                    acl Safe_ports port 70 # gopher
                                    acl Safe_ports port 210 # wais
                                    acl Safe_ports port 1025-65535 # unregistered ports
                                    acl Safe_ports port 280 # http-mgmt
                                    acl Safe_ports port 488 # gss-http
                                    acl Safe_ports port 591 # filemaker
                                    acl Safe_ports port 777 # multiling http
                                    acl Safe_ports port 631 # cups
                                    acl Safe_ports port 873 # rsync
                                    acl Safe_ports port 901 # SWAT
                                    acl bloksitus dstdomain "/etc/squid3/bloksitus.txt"
                                    acl blokkwd url_regex -i "/etc/squid3/blokkwd.txt"
                                    acl CONNECT method CONNECT
                                    http_access allow manager localhost
                                    http_access deny bloksitus
                                    http_access deny blokkwd
                                    http_access deny manager
                                    http_access deny !Safe_ports
                                    http_access deny CONNECT !SSL_ports
                                    http_access allow localhost
                                    acl utama src 10.10.1.0/27
                                    acl labor src 10.10.2.0/26
                                    http_access allow localhost
                                    http_access allow utama
                                    http_access allow labor
                                    http_access deny all
                                    http_reply_access allow all
                                    icp_access allow all
                                    always_direct allow all

                                    cache_effective_user kuerk
                                    cache_effective_group kuerk

                                    delay_pools 2

                                    delay_class 1 1
                                    delay_parameters 1 -1/-1
                                    delay_access 1 allow utama
                                    delay_access 1 deny all

                                    delay_class 2 1
                                    delay_parameters 2 64000/128000
                                    delay_access 2 allow labor
                                    delay_access 2 deny all

                                    untuk browsing sih hasilnya lumayan, tapi masalah timbul pas mo ngupdate AVG, gagal mulu  :-[

                                    jadi mohon bantuan dari para sepuh semua, gimana bagusnya konfigurasi squid, konfig rc.local,  dan saran bagi hal-hal lain yang mungkin dianggep kurang cocok.

                                    daaan ... juga gimana dengan konfigurasi samba agar supaya hanya bisa digunakan oleh subnetwork A.
                                    terakhir, mohon maaf banget deh, mungkin post an ane salah kamar ...  :-[ sory banget ya.
                                    dan ... makasih banget deh atas bantuan dan saran dari para sepuh semua.  :)

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      serangku
                                      last edited by

                                      untuk update avg lebih ke pattern dan apakah update avg berjalan di port http

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        detrackmx
                                        last edited by

                                        @agismaniax:

                                        UPDATE ini squid.conf ane:

                                        Do not edit manually !

                                        http_port 172.16.1.254:3128 transparent
                                        http_port 127.0.0.1:80 transparent
                                        icp_port 0

                                        pid_filename /var/run/squid.pid
                                        cache_effective_user proxy
                                        cache_effective_group proxy
                                        error_directory /usr/local/etc/squid/errors/English
                                        icon_directory /usr/local/etc/squid/icons
                                        visible_hostname firewall2.xxx.co.id
                                        cache_mgr admin@xxx.co.id
                                        access_log /var/squid/log/access.log
                                        cache_log /var/squid/log/cache.log
                                        cache_store_log none
                                        logfile_rotate 30
                                        shutdown_lifetime 0 seconds

                                        Allow local network(s) on interface(s)

                                        acl localnet src  172.16.0.0/255.255.0.0
                                        forwarded_for transparent
                                        httpd_suppress_version_string on
                                        uri_whitespace strip
                                        dns_nameservers 202.159.32.2 202.159.33.2 202.158.3.7 202.169.33.220

                                        cache_mem 128 MB

                                        dns_nameservers 202.159.32.2 202.159.33.2 202.158.3.7 202.169.33.220 –> banyak amat ya DNS nya???? ??? ??? ???
                                        ukuran cache_mem 128 MB --> kegedean gan!!!! drop tu performa kalo banyak user yg akses........!!!!!  :'( :'( :'(

                                        1 Reply Last reply Reply Quote 0
                                        • Q
                                          queues
                                          last edited by

                                          Om Kambeeng, Om Serangku, Om Anto_DIGIT, Om grange95, Om KaptenHook serta Om-om Semua yg namnya tidak bisa saya sebutkan satu persatu, mohon om om semua terawang settingan squid lusca saya, Mohon masukan serta sarannya.

                                          $ squidclient -p 80 mgr:info
                                          HTTP/1.0 200 OK
                                          Server: Lusca
                                          Date: Sun, 10 Jul 2011 03:39:40 GMT
                                          Content-Type: text/plain
                                          Expires: Sun, 10 Jul 2011 03:39:40 GMT
                                          X-Cache: MISS from QueueS
                                          Connection: close

                                          Squid Object Cache: Version LUSCA r14850 patched: chudy r14
                                          Start Time: Sun, 10 Jul 2011 02:04:13 GMT
                                          Current Time: Sun, 10 Jul 2011 03:39:40 GMT
                                          Connection information for squid:
                                          Number of clients accessing cache: 2
                                          Number of HTTP requests received: 12237
                                          Number of ICP messages received: 0
                                          Number of ICP messages sent: 0
                                          Number of queued ICP replies: 0
                                          Request failure ratio: 0.00
                                          Average HTTP requests per minute since start: 128.2
                                          Average ICP messages per minute since start: 0.0
                                          Select loop called: 525913 times, 10.889 ms avg
                                          Cache information for squid:
                                          Request Hit Ratios: 5min: 10.5%, 60min: 9.3%
                                          Byte Hit Ratios: 5min: 0.4%, 60min: 44.2%
                                          Request Memory Hit Ratios: 5min: 0.0%, 60min: 11.0%
                                          Request Disk Hit Ratios: 5min: 11.2%, 60min: 41.5%
                                          Storage Swap size: 177098 KB
                                          Storage Mem size: 10436 KB
                                          Mean Object Size: 60.05 KB
                                          Requests given to unlinkd: 0
                                          Median Service Times (seconds)  5 min    60 min:
                                          HTTP Requests (All):   0.25890  0.25890
                                          Cache Misses:          0.27332  0.25890
                                          Cache Hits:            0.00815  0.00767
                                          Near Hits:             0.01469  0.01469
                                          Not-Modified Replies:  0.00286  0.00286
                                          DNS Lookups:           2.34641  2.34641
                                          ICP Queries:           0.00000  0.00000
                                          Resource usage for squid:
                                          UP Time: 5726.680 seconds
                                          CPU Time: 97.324 seconds
                                          CPU Usage: 1.70%
                                          CPU Usage, 5 minute avg: 2.01%
                                          CPU Usage, 60 minute avg: 1.82%
                                          Process Data Segment Size via sbrk(): 0 KB
                                          Maximum Resident Size: 35716 KB
                                          Page faults with physical i/o: 0
                                          Memory accounted for:
                                          Total accounted:        12487 KB
                                          memPoolAlloc calls: 2099480
                                          memPoolFree calls: 2046627
                                          File descriptor usage for squid:
                                          Maximum number of file descriptors:   11095
                                          Largest file desc currently in use:     81
                                          Number of file desc currently in use:   35
                                          Files queued for open:                   0
                                          Available number of file descriptors: 11060
                                          Reserved number of file descriptors:   100
                                          Store Disk files open:                   1
                                          IO loop method:                     kqueue
                                          Internal Data Structures:
                                           3009 StoreEntries
                                           1783 StoreEntries with MemObjects
                                           1778 Hot Object Cache Items
                                           2949 on-disk objects

                                          Squid.conf

                                          Do not edit manually !

                                          http_port 172.22.11.78:3128 transparent
                                          http_port 127.0.0.1:80 transparent
                                          icp_port 3131

                                          pid_filename /var/run/squid.pid
                                          cache_effective_user proxy
                                          cache_effective_group proxy
                                          error_directory /usr/local/etc/squid/errors/English
                                          icon_directory /usr/local/etc/squid/icons
                                          visible_hostname QueueS
                                          cache_mgr QueueS@live.com
                                          access_log /var/squid/log/access.log
                                          cache_log /var/squid/log/cache.log
                                          cache_store_log none
                                          logfile_rotate 2
                                          shutdown_lifetime 30 seconds

                                          Allow local network(s) on interface(s)

                                          acl localnet src  172.22.11.0/255.255.255.0
                                          via off
                                          httpd_suppress_version_string on
                                          uri_whitespace strip
                                          dns_nameservers 127.0.0.1

                                          cache_mem 8 MB
                                          maximum_object_size_in_memory 8 KB
                                          memory_replacement_policy heap GDSF
                                          cache_replacement_policy heap LFUDA

                                          cache_dir aufs /var/squid/cache 9200 16 256
                                          minimum_object_size 0 KB
                                          maximum_object_size 256 MB
                                          offline_mode off
                                          cache_swap_low 90
                                          cache_swap_high 95

                                          No redirector configured

                                          Setup some default acls

                                          acl all src 0.0.0.0/0.0.0.0
                                          acl localhost src 127.0.0.1/255.255.255.255
                                          acl safeports port 21 70 80 210 280 443 488 563 591 631 777 901 81 3128 1025-65535
                                          acl sslports port 443 563 81
                                          acl manager proto cache_object
                                          acl purge method PURGE
                                          acl connect method CONNECT
                                          acl mallware url_regex "/usr/local/etc/squid/mallware.url"
                                          acl conficker url_regex "/usr/local/etc/squid/conficker.url"
                                          acl partialcontent_req req_header Range .*
                                          #acl dynamic urlpath_regex cgi-bin ?
                                          include /usr/local/etc/squid/include.conf
                                          acl allowed_subnets src 172.22.11.0/24
                                          #cache deny dynamic
                                          http_access allow manager localhost

                                          http_access deny mallware
                                          http_access deny conficker
                                          http_access deny manager
                                          http_access allow purge localhost
                                          http_access deny purge
                                          http_access deny !safeports
                                          http_access deny CONNECT !sslports

                                          Always allow localhost connections

                                          http_access allow localhost

                                          quick_abort_min 32 KB
                                          quick_abort_max 128 KB
                                          quick_abort_pct 75
                                          range_offset_limit 0 MB
                                          request_body_max_size 0 allow all
                                          reply_body_max_size 0 deny all

                                          Custom options

                                          zph_mode tos
                                          zph_local 0x04
                                          zph_parent 0
                                          zph_option 136
                                          redirect_program /usr/local/bin/squidGuard -c /usr/local/etc/squidGuard/squidGuard.conf
                                          redirector_bypass on
                                          redirect_children 3

                                          Allow local network(s) on interface(s)

                                          http_access allow localnet
                                          http_access allow allowed_subnets

                                          Default block all to be sure

                                          http_access deny all

                                          Spesifikasi Hardware

                                          Mesin :Intel(R) Pentium(R) 4 CPU 2.26GHz
                                          Tangki : HDD IDE MAXTOR 20G
                                          Oli : DDR1 1024 M
                                          Bensin : Speedy 512Kbps

                                          1 Reply Last reply Reply Quote 0
                                          • R
                                            ragile
                                            last edited by

                                            @kaptenhook:

                                            kalo udah menggunakan squid.conf.def perubahan dan penambahan setingan malah harus dilakukan disitu jadi jangan terbalik, kalo terbalik ya entar pas di restart akan hilang lagi

                                            nb:proxy server akan membaca perintah dari squid.conf.def

                                            Ditempat saya kok yang harus dioprek di squid.conf-nya ya?? kalo saya oprek yanng squid.conf.def malah gak pengaruh perubahannya setelah di reboot. Apa ada yang salah???

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.