=== Plugin Name ===
Contributors: ewwink
Donate link: http://www.prpagerank.com/
Tags: redirect,google,image,frame,frame breaker,redirect google image
Requires at least: 3.0.1
Tested up to: 3.5.1
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Redirect Visitor dari Google images ke langsung halaman Post dengan Plugin Google Break Dance.
== Description ==
Plugin ini spesial pake pake telor buat Komunitas Publisher Indonesia dan siapapun hahaha....
Saat visitor klik link "Lihat Gambar Asli" di halaman Google search image maka URLnya akan dialihkan / Redirect langsung halaman Post dimana image tersebut berada.
sebelum menginstall plugin ini jangan lupa masukan baris text berikut ke paling atas file .htaccess :
= v 0.6 =
- fix headers already sent
= v 0.5 =
- fix no referer, no redirect.
- tidak redirect thumbnail dihalaman google search
- fix redirect untuk gambar yg non full size seperti, http://blog/uploads/image-100x100.png
= *** Penting: untuk v 0.5 edit lagi .htaccess menjadi seperti dibawah =
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png)$ [NC]
RewriteCond %{HTTP_USER_AGENT} !.*bot.* [NC]
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/blank.html$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www.)?cekpr.com/.*$ [NC]
RewriteRule ^(.*)$ /get_image?$1 [R=302,L]
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
*ganti cekpr.com dengan nama domain ente
== Installation ==
1. Upload plugin ini`/wp-content/plugins/` directory, atau
2. Cari dan install di Dashboarf => Plugins => Add new
3. Activate
4. masukan baris text berikut ke .htaccess melalui ftp atau dengan menggunakan plugin htaccess editor
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png)$ [NC]
RewriteCond %{HTTP_USER_AGENT} !.*bot.* [NC]
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/blank.html$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www.)?cekpr.com/.*$ [NC]
RewriteRule ^(.*)$ /get_image?$1 [R=302,L]
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
*ganti cekpr.com dengan nama domain ente
== Frequently Asked Questions ==
= Bagaimana Cara mengetahui plugin ini berfungsi atau tidak =
di Google search ketik "site:domain-punya-ente.com" (tanpa tanda kutip) trus klik gambar dan klik lagi "Lihat Gamabar Asli" dan klo di Redirect ke halaman Post maka plugin ini berfungsi.
== Screenshots ==
nda ada
== Upgrade Notice ==
ganti semua filenya dengan yg terbaru.
== Changelog ==
= 0.6 =
fix header already sent
= 0.5 =
- fix no referer, no redirect
- tidak redirect thumbnail dihalaman google search
- fix redirect untuk gambar yg non full size seperti, http://blog/uploads/image-100x100.png
= 0.4 =
perubahan pada .htaccess supaya jangan redirect Bot Bot ke post, tambahkan
RewriteCond %{HTTP_USER_AGENT} !.\*bot.\* [NC]
= 0.3 =
Fix $wpdb Compability
= 0.2 =
fix $wpdb
= 0.1 =
test release