Plugin / Google Break Dance

ewwink

Description

Description

Plugin ini spesial pake pake telor buat Komunitas Publisher Indonesia dan siapapun hahaha….

upgrade ke versi 0.91

di htaccess ubah get_image jadi get_posturl

Redirect visitor saat link “Lihat Gambar Asli” di halaman Google image search maka URL gambarnya akan dialihkan / Redirect langsung halaman Post dimana image tersebut berada.
selain itu dengan plugin ini otomatis image di halaman Google image search akan ter-watermark :

FITUR

  • Redirect otomatis gambar ukuran full, medium, smalll ke postingan
  • Menambahkan Watermark dihalaman google image search (lihat)
  • custom text watermark + Editor (lihat)
  • 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 ( lihat)
  • 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

Redirect VS Watermark

Pada versi 0.90 default konfigurasi .htaccess untuk meminimalkan penggunaan CPU maka yg di redirect dan di watermark adalah sebagai berikut

  • Redirect dari halaman Google Image Search
  • Redirect dari Bing Image Search
  • Watermark di halaman Google Image Search
  • Watermark di halaman Yahoo Image search

untuk penggunaan lainnya konfigurasi .htacess lainnya bisa lihat dibawah

Pengguna Nginx Server

Convert .htaccess ke konfigurasi Nginx lewat www.anilcetin.com/convert-apache-htaccess-to-nginx/

Instruksi singkat

  • Tidak perlu lagi mengedit file .htaccess karena sudah otomatis akan tetapi jika sudah pernah edit .htaccess sebelumnya maka pastikan harus seperti dibawah (default)

plugin by check pagerank

# BEGIN Google Break Dance
RewriteEngine on
RewriteBase /

### Awal Watermark ###
RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|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://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|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://www.nama-domain-ente.com/.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
### Akhir Redirect ###

# END Google Break Dance
  • sesuaikan www.nama-domain-ente.com dengan domain yg ente punya
  • Klo ingin menambahkan lebih banyak bot yg tidak ingin diredirect ke post atau supaya image di index karena default hanya yg mengandung kata “bot” (Googlebot, Bingbot, dll…) dan yahoo Slurp edit baris !(.*bot.*|slurp) menjadi seperti !(.*bot.*|slurp|semoga|sukses|dengan|bloggingnya|salam)
  • Untuk merubah .htaccess melalui Dashboard bisa melaui GBD Htaccess Editor yg sudah disertakan diplugin ini

cara edit .htaccess: untuk mengaktifkan hapus tanda pagar ‘#” dan untuk menonaktifkan beri tanda pagar ‘#’ dibaris yg di inginkan

Kostum .htaccess 1

  • Redirect dari halaman Google Image Search
  • Redirect dari Bing Image Search
  • Redirect jika Referer kosong
  • Watermark di halaman Google Image Search
  • Watermark di halaman Yahoo Image search
  • Watermark semua gambar jika referer bukan dari situs ente

    BEGIN Google Break Dance

    RewriteEngine on
    RewriteBase /

    Awal Watermark

    RewriteCond %{REQUEST_URI} wp-content/uploads/..(gif|jpg|jpeg|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|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,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

Kostum .htaccess 2

  • Redirect dari halaman Google Image Search
  • Redirect dari Bing Image Search
  • Redirect semua gambar jika referer bukan dari situs ente
  • Watermark di halaman Google Image Search
  • Watermark di halaman Yahoo Image search
  • Watermark jika Referer kosong

    BEGIN Google Break Dance

    RewriteEngine on
    RewriteBase /

    Awal Watermark

    RewriteCond %{REQUEST_URI} wp-content/uploads/..(gif|jpg|jpeg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .
    /blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .images.search.yahoo.com/.$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^$ [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|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,OR]
    RewriteCond %{HTTP_REFERER} !^http://www.nama-domain-ente.com/.
    $ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.bot.|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]

    Akhir Redirect

    END Google Break Dance

Kostum .htaccess 3

  • tambahkan watermark jika referer dari pinterest

    Awal Watermark

    RewriteCond %{REQUEST_URI} wp-content/uploads/..(gif|jpg|jpeg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .
    /blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .images.search.yahoo.com/.$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .pinterest.$ [NC]

    RewriteCond %{HTTP_REFERER} ^$ [NC]

    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

TIPS lain Meminimalkan CPU Usage

  1. Block robot yg tidak mendatangkan trafik tetapi membuat CPU usage dan pemakaian bandwitdh jadi tinggi, tambahkan di Robots.txt

    user-agent: AhrefsBot
    disallow: /

    user-agent: MJ12bot
    disallow: /

    user-agent: Seomozbot
    disallow: /

Perubahan terakhir

0.91

salah ketik di readme.txt, di htaccess ubah get_image jadi get_posturl

0.90

  • penambahan halaman GBD Settings
  • tambahan custom text watermark
  • tambahan url shortener di watermark
  • redirect atau watermark hanya dari referer yg di ketahui

0.82

  • Penambahan cache watermark image untuk meminimalkan cpu usage

0.8

  • fitur baru, watermark dihalaman google image search
  • Auto edit htaccess saat diaktifkan
  • ditambahkan GBD htaccess Editor
  • fix browser cache

Ratings

5
8 reviews

Rating breakdown

Details Information

Version

0.91

First Released

05 Feb, 2013

Total Downloads

8,758

Wordpress Version

3.0.1 or higher

Tested up to:

4.2.25

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.