1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

Discussion in 'Wordpress' started by ewwink, Mar 10, 2013.

  1. ewwink

    ewwink Super Hero

    Joined:
    Apr 27, 2006
    Messages:
    2,836
    Likes Received:
    1,100
    Location:
    Tasikmalaya, Sunda, Indonesia
    PENTING:
    Tiap plugin ini di update kemungkinan besar setiingan .htaccess juga berubah dan plugin ini tidak merubahnya secara otomatis untuk itu klo ada update kunjungi _http://wordpress.org/extend/plugins/google-break-dance/ untuk melihat perubahan .htaccess-nya

    Wordpress Plugin ini dibuat untuk solusi di thread Tampilan-Google-Image-Baru, terima kasih buat desiredlash (TS), acilz dan member lainnya yg sudah memberikan masukan dan dukungannya.

    VERSI TERAKHIR 0.91

    fungsi inti dari plugin ini adalah, Hotlink protection atau mencegah gambar dilihat selain di blog kita dengan cara me-redirect image ke halaman post atau memberikan image tersebut watermark jika bukan di lihat diblog kita dan berikut fitur komplitya:
    FITUR


    • Redirect otomatis gambar ukuran full, medium, smalll ke postingan
    • Menambahkan Watermark dihalaman google image search
    • custom text watermark + Editor
    • url shortener di watermark
    • cache watermark image untuk meminimalkan cpu usage (lokasi: /wp-content/gbd-cache)
    • Frame Breaker untuk Google Image Eropa
    • GBD htaccess Editor
    • Tidak Redirect image ke post jika yg akses adalah BOT (Googlebot, Bingbot, slurp, dll..) sehingga gambar bisa di index oleh Bot.
    • Tidak redirect jika no Referer
    atau kunjungi _http://wordpress.org/extend/plugins/google-break-dance/ untuk mengetahui lebih lengkap tentang plugin Google break dance (GBD) ini.

    Di thread ini ane akan mencoba untuk memberikan bantuan jika plugin ini tidak berjalan sebagaimana mestinya dan temen2 pun bisa ikut membantu.

    Cara cek pluginnya berfungsi atau tidak
    1. buka web console (Network)
    - Firefox: Tools > Web Developer > Web Console => nonaktifkan JS & CSS debug
    - Chrome: Tools > Developer Tools => klik tab Network
    - Opera: Page > Developer Tools > Opera DragonFly => klik tab Network

    2. buka google image dan masukan site:nama-domain-ente.com
    3. untuk watermark, klik salah satu gambar dan lihat apa ada URL nama-domain-ente.com/gbd_watermark?wp-content/uploads/2013/03/tes.jpg jika ada URL tsb dan ada watermark berarti berhasil.
    [​IMG]
    4. untuk redirect to post, klik Lihat gambar asli dan pastikan ada URL nama-domain-ente.com/gbd_posturl?wp-content/uploads/2013/03/tes.jpg seperti di gambar bawah
    [​IMG]

    jika tidak berjalan seperti diatas, silahkan tanyakan disini dan sertakan url website (bisa dihapus setelahnya) dan isi .htaccess-nya dengan di spoiler seperti dibawah
    HTML:
    [spoiler][code]
    isi settingan htaccess disini
    [/code][/spoiler]
    Tips:
    klo menurut kalian CPU-nya kuat buat plugin ini lebih baik mengaktifkan fitur watermark jika referer bukan dari blog ente jadi yg copas url image/wallpaper akan tampil watermark dan text short url ke post ente dan aktifkan redirect ke post jika referer blank (seperti photobucket), setingan .htaccessnya seperti dibawah:

    Code:
     # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /
    
    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !^http://www.nama-domain-ente.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###
    
    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Akhir Redirect ###
    
    # END Google Break Dance 

    Salam Sukses.
     
    Last edited: Mar 18, 2013
  2. bintangkejora

    bintangkejora Ads.id Fan

    Joined:
    Jun 28, 2012
    Messages:
    195
    Likes Received:
    5
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    siip mastah, tapi kemaren katanya ada yang indexnya jadi lama kalo pake ini beneran gak ya mastah?
     
  3. ewwink

    ewwink Super Hero

    Joined:
    Apr 27, 2006
    Messages:
    2,836
    Likes Received:
    1,100
    Location:
    Tasikmalaya, Sunda, Indonesia
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    yg versi lama iya karena bot ikut keredirect tp yg ini insya Allah engga ke redirect jadi imagenya ke index
     
  4. GentZu AoZora

    GentZu AoZora Forbidden

    Joined:
    Nov 28, 2010
    Messages:
    2,932
    Likes Received:
    275
    Location:
    Bandung City
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    ane gak pakek htaccess yang watermark kok looping terus ya?
     
  5. acilz

    acilz Super Hero

    Joined:
    Dec 9, 2011
    Messages:
    1,231
    Likes Received:
    127
    Location:
    bandung
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    Nah,, disini lebih enak kek nya mod.. :D
     
  6. ewwink

    ewwink Super Hero

    Joined:
    Apr 27, 2006
    Messages:
    2,836
    Likes Received:
    1,100
    Location:
    Tasikmalaya, Sunda, Indonesia
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    htaccess nya begini ?
    Code:
    # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /
    
    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC,OR]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Akhir Redirect ###
    
    # BEGIN Google Break Dance
    
    klo seperti di bawah kemungkinan besar looping
    Code:
    # BEGIN Google Break Dance
    
    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC,OR]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Akhir Redirect ###
    
    # BEGIN Google Break Dance
    
     
  7. GentZu AoZora

    GentZu AoZora Forbidden

    Joined:
    Nov 28, 2010
    Messages:
    2,932
    Likes Received:
    275
    Location:
    Bandung City
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    yang pertama
    Code:
    # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /
    
    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC,OR]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Akhir Redirect ###
    
    # BEGIN Google Break Dance
    
     
  8. ewwink

    ewwink Super Hero

    Joined:
    Apr 27, 2006
    Messages:
    2,836
    Likes Received:
    1,100
    Location:
    Tasikmalaya, Sunda, Indonesia
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    coba ganti
    Code:
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC,OR]
    jadi
    Code:
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC]
    klo masih juga looping
    ganti juga
    Code:
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png)$ [NC]
    jadi
    Code:
    RewriteCond %{REQUEST_URI} ^wp-content/uploads/.*\.(gif|jpg|jpeg|png)$ [NC]
     
  9. rangga_ryuuzaki

    rangga_ryuuzaki Super Hero

    Joined:
    Dec 31, 2009
    Messages:
    1,862
    Likes Received:
    305
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    langsung nyicip ya mod. plugin ini yg ane cari selama ini
     
  10. acilz

    acilz Super Hero

    Joined:
    Dec 9, 2011
    Messages:
    1,231
    Likes Received:
    127
    Location:
    bandung
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    Punya ane abis update jadi gak work om.. yang salah mana neh?
    Code:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    
    # END WordPress
    # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /
    
    
    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###
    
    
    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Akhir Redirect ###
    
    
    # END Google Break Dance
     
  11. ewwink

    ewwink Super Hero

    Joined:
    Apr 27, 2006
    Messages:
    2,836
    Likes Received:
    1,100
    Location:
    Tasikmalaya, Sunda, Indonesia
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    yg mana kang yg kemaren normal2 aja, errornya gimana? tidak redirect atau not found?
     
  12. nael77

    nael77 Ads.id Pro

    Joined:
    Jan 2, 2012
    Messages:
    438
    Likes Received:
    18
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    Keren om, aku pake yg ini yg ga pake watermark,,,sekarang udah langsung redirect ke postnya,,load ringan n cpu normal,,,
    thanks om,,,moga gini terus deh biar visitor ga abjlok
     
  13. boboho

    boboho Newbie

    Joined:
    Apr 16, 2011
    Messages:
    2,095
    Likes Received:
    175
    Location:
    Samarinda - Tepian Mahakam
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    Semenjak google image ganti tampilan baru.. Blog Image based ane jadi anjlok visitornya.. :gembeng:
    Namun setelah ane ke klinik tong fang pake plugin ini, Alhamdulillah... Visitor balik lagi.. :gembira:

    Terima kasih klinik tong fang Om ewwink :kembang:
     
  14. GentZu AoZora

    GentZu AoZora Forbidden

    Joined:
    Nov 28, 2010
    Messages:
    2,932
    Likes Received:
    275
    Location:
    Bandung City
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    malah gak direct om :(
    *pakek hostgator, plugin standard
     
  15. suksesjitu

    suksesjitu Super Hero

    Joined:
    Feb 6, 2010
    Messages:
    3,813
    Likes Received:
    81
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    thx om ewwink

    udah coba barusan,

    Outputnya setelah saya klik image dari google. Langsung redirect ke web saya (delay beberapa detik).

    :gembira:
     
  16. acilz

    acilz Super Hero

    Joined:
    Dec 9, 2011
    Messages:
    1,231
    Likes Received:
    127
    Location:
    bandung
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    Yang kmaren kang,, abis di update ke 91 jadi tidak redirect kang ewwink..
     
  17. p3tir

    p3tir Super Hero

    Joined:
    Jan 3, 2013
    Messages:
    1,119
    Likes Received:
    84
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    udah baca, tapi ada yg belum paham

    kalo gambarnya bukan hasil upload sendiri, tapi dari hasil memasukkan URL gambar, work kagak?
     
  18. astroder

    astroder Super Hero

    Joined:
    May 4, 2010
    Messages:
    1,198
    Likes Received:
    57
    Location:
    Tepat samping rumah pak lurah
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    punya ane g work mod
    hosting hosgator

    Code:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /
    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://domainane.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Akhir Redirect ###
    
    # END Google Break Dance
     
  19. ewwink

    ewwink Super Hero

    Joined:
    Apr 27, 2006
    Messages:
    2,836
    Likes Received:
    1,100
    Location:
    Tasikmalaya, Sunda, Indonesia
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    yg pake hostgator PM wp loginnya biar ane cek permasalahannya
     
  20. park3r

    park3r Super Hero

    Joined:
    May 25, 2008
    Messages:
    4,967
    Likes Received:
    628
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    wah, padahal mau coba nih
    berhubung host ane HG juga seperti mastah2 diatas
    ane tunggu sampe work kembali :D
     

Share This Page