
Plugin ini spesial pake pake telor buat Komunitas Publisher Indonesia dan siapapun hahaha….
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 :
Pada versi 0.90 default konfigurasi .htaccess untuk meminimalkan penggunaan CPU maka yg di redirect dan di watermark adalah sebagai berikut
untuk penggunaan lainnya konfigurasi .htacess lainnya bisa lihat dibawah
Convert .htaccess ke konfigurasi Nginx lewat www.anilcetin.com/convert-apache-htaccess-to-nginx/
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
Watermark semua gambar jika referer bukan dari situs ente
BEGIN Google Break Dance
RewriteEngine on
RewriteBase /
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]
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]
END Google Break Dance
Watermark jika Referer kosong
BEGIN Google Break Dance
RewriteEngine on
RewriteBase /
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]
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]
END Google Break Dance
tambahkan watermark jika referer dari pinterest
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]
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: /
salah ketik di readme.txt, di htaccess ubah get_image jadi get_posturl
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.