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

    UNTUK GAME ONLINE MASUK SINI !!!!!!!!!

    Scheduled Pinned Locked Moved Indonesian
    169 Posts 35 Posters 175.9k 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.
    • V
      vhantrenk
      last edited by

      @abnisrea:

      Proxy server: General settings

      Custom Options

      Custom Option ku pd pfsense
      Karena bandwidth aku prihatin aku coba-coba rubah PpSense kesayanganku Custom Option di Lusca ku
      dan hasilnya cukup memuaskan dmana dengan Bandwidth 1M dari Spidol dapat dibagi untuk 20 Unit Client..

      acl admin src 192.168.1.2/255.255.255.255;
      acl throttle_exts urlpath_regex -i "/var/squid/acl/throttle_exts.acl";
      acl bad_sites url_regex -i youtube.com porn.com;
      delay_pools 3;
      delay_class 1 1;
      delay_parameters 1 -1/-1;
      delay_access 1 allow admin;
      delay_access 1 deny all;
      delay_class 2 1;
      delay_parameters 2 49152/16384;
      delay_access 2 allow bad_sites;
      delay_access 2 deny all;
      delay_class 3 1;
      delay_parameters 3 12288/8192;
      delay_initial_bucket_level 100;
      delay_access 3 allow throttle_exts;
      delay_access 3 deny all;
      #zph_mode tos;
      #zph_local 0x04;
      #zph_parent 0;
      #zph_option 136;
      acl HTML url_regex .ini$;
      no_cache deny HTML;
      acl XYZZY url_regex ^http://122.102.49.132/audition/Update.ini$;
      acl XYZZY url_regex ^http://patch.crossfire.web.id/download/version.ini$;
      acl XYZZY url_regex ^http://patch.sealindo.com/patch/normal/version.ini$;

      Mantab CUSTOM OPTION nya om abnisrea ;D ;) . thanks om, probelm saya http://forum.pfsense.org/index.php/topic,54404.0.html sudah :D SOLVED ;) bagi yang mau bypass Game OL tuh carannya seperti 3 baris paling bawah, emang lebih mantab pakai hostname dibanding IP
      maju n semangatat terus PFSI

      Seorang lulusan ekonomi senang komputer, autodidak n newbie

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

        @abnisrea:

        Untuk Game PB yg gagal jalan atau security error dicoba melalui putty console

        squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/afs.dat
        squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/noupdate.ui
        squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/ahn.ui
        squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/patch/39/ahn.ui
        squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/ahni2.dll

        kemaren pakai yang ini bisa…tapi sekarang PB masalah lagi., kok sudah gak bisa pakai yang ini???? mohon pencerahan nya pakBozz...

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

          @Lexandria:

          @abnisrea:

          Untuk Game PB yg gagal jalan atau security error dicoba melalui putty console

          squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/afs.dat
          squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/noupdate.ui
          squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/ahn.ui
          squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/patch/39/ahn.ui
          squidclient -p 80 -m purge http://file.pb.gemscool.com/hackshield/PatchSet/ahni2.dll

          kemaren pakai yang ini bisa…tapi sekarang PB masalah lagi., kok sudah gak bisa pakai yang ini???? mohon pencerahan nya pakBozz...

          Bos Azizahwa….ditempat ane aman boss...

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

            udah pada pake pfsense ya…?

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

              @asracomp:

              udah pada pake pfsense ya…?

              hehehehe…iya bos asracomp....maknyusss....
              apalagi yang sekarang pake squid-3 buat nge hit https + Squidguard + ipguard...gak ada celah lagi buat netcut nakal :D

              6.JPG
              6.JPG_thumb

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

                Untuk teman-teman yang gagal CACHE YOUTUBE ini ada dari om ucok_karnadi dan aku coba ringkas
                silahkan ke TKP…...................
                http://imroninfo.blogspot.com/2013/11/lusca-patch-2013-youtube-cache.html

                Hasil cache ku ..

                cache.JPG
                cache.JPG_thumb
                hit.JPG
                hit.JPG_thumb

                1 Reply Last reply Reply Quote 0
                • M
                  masecoo
                  last edited by

                  untuk langkah ke 1. masih bingung mas maksudnya gmna ???, maaf masih new bie.. :)

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

                    Masuk ke Konsole melalui Putty, Lalu buat file cobaReadBack.pl isi nya :

                    #–-----------------------------
                    #!/usr/bin/perl
                    use File::ReadBackwards;

                    $fh = File::ReadBackwards->new('/var/squid/logs/access.log') or
                    die "can't read file: $!\n";

                    while ( defined($line = $fh->readline) )
                    {
                      print $line ;
                    }
                    #-------------------------------

                    lalu jalankan dengan cara :

                    #perl cobaReadBack.pl

                    Ni saya attach file nya : nti ganti ext pake pl ya .... (tapi daftar dulu biar bisa download)  :D :D :D

                    cobaReadBack.txt

                    1 Reply Last reply Reply Quote 0
                    • J
                      jo2n
                      last edited by

                      buat file cobaReadBack.pl nya pake putty atw winscp Om Abnisrea

                      sdh coba,,Lusca malah mogok,, heheheh :-)
                      lewat putty reply ny bgni:
                      perl cobaReadBack.pl
                      Can't open perl script "cobaReadBack.pl": No such file or directory

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

                        Maaf ne aq newbie…

                        mau nanya, aq mau maen ragnarok online, koneksiq indo**t pake inject plus surfng tunnel , proxy 127.0.0.1 port 8080.. kok gak bisa masuk y??gmn caranya biar bisa masuk??

                        1 Reply Last reply Reply Quote 0
                        • J
                          jo2n
                          last edited by

                          @abnisrea:

                          Untuk teman-teman yang gagal CACHE YOUTUBE ini ada dari om ucok_karnadi dan aku coba ringkas
                          silahkan ke TKP…...................
                          http://imroninfo.blogspot.com/2013/11/lusca-patch-2013-youtube-cache.html

                          Hasil cache ku ..

                          Terimakasih Sharenya,, sya sdh berhasil..  Nice Om Abnisrea ;D

                          1 Reply Last reply Reply Quote 0
                          • M
                            masecoo
                            last edited by

                            untuk lankah 1 masih eror…,buat file nya pkek putty tau winscp..??
                            lewat putty reply ny bgni:
                            perl cobaReadBack.pl
                            Can't open perl script "cobaReadBack.pl": No such file or directory..????

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

                              Can't open perl script "cobaReadBack.pl": No such file or directory

                              berarti file nya gx ketemu coba di #ls dulu ada gx mas filenya..
                              kalo buat masukin ya bisa pake putty atau winscp dan jangan lupa cobaReadBack.txt diganti dengan cobaReadback.pl gitu lho..  8) 8) 8) :-*

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

                                @abnisrea:

                                Can't open perl script "cobaReadBack.pl": No such file or directory

                                berarti file nya gx ketemu coba di #ls dulu ada gx mas filenya..
                                kalo buat masukin ya bisa pake putty atau winscp dan jangan lupa cobaReadBack.txt diganti dengan cobaReadback.pl gitu lho..  8) 8) 8) :-*

                                file cobaReadBack.pl nya masukin ke directory mana om?

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

                                  sorry oot gan
                                  knp ya squidguard tiap kali klik apply selalu 500-internal server error??
                                  ane udah coba restart webif ato reboot pfsense tidak bisa
                                  help me gan  :D

                                  pf1.jpg
                                  pf1.jpg_thumb

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

                                    cobaReadback.pl taroh dimana aja di root jg boleh

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

                                      squidguard liat log errornya mas.. :D

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

                                        @abnisrea:

                                        cobaReadback.pl taroh dimana aja di root jg boleh

                                        woke deh om, ane coba dulu, ntar ada hasil ane coba post dimari :D

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          masecoo
                                          last edited by

                                          maksih mas, udah berhasil ngikuti tutorialnya…ditempaku kok masih miss...untuk youtube ???
                                          apa ada aplikasi tambahan untuk broser nya...

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            ahmad sadisah
                                            last edited by

                                            @abnisrea:

                                            Can't open perl script "cobaReadBack.pl": No such file or directory

                                            berarti file nya gx ketemu coba di #ls dulu ada gx mas filenya..
                                            kalo buat masukin ya bisa pake putty atau winscp dan jangan lupa cobaReadBack.txt diganti dengan cobaReadback.pl gitu lho..  8) 8) 8) :-*

                                            gan trims atas info nya,setelah saya coba instal readbackwards sudah berhasil ini laporannya ( pkg_add: package 'p5-file-readbackwards-1.05' or its older versiaon already istal),tp waktu mau test cobareadback.pl keluar  can't open perl script "cobaredback.pl",no such file or directory,padahal file cobaredback.pl sudah sy upload trus sy letakkan di folder squid.dan seawktu di # LS suah ada di folder tsb dgn right nw-r–r-- apakah bisa sy langsung ganti scripct include.conf dan lainnya atau jalan dulu file cobareadback nya,mohon bimbingannya gan

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