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

Tampilan Google Image Baru

Discussion in 'Internet News' started by desiredlash, Jan 25, 2013.

  1. acilz

    acilz Super Hero

    Joined:
    Dec 9, 2011
    Messages:
    1,231
    Likes Received:
    127
    Location:
    bandung
    sekarang punya ane klo klik original size pake plugin dari masta ewwink jadi gini "[h=1]403 Forbidden[/h]Access to this resource on the server is denied!
     
  2. freshmem

    freshmem Ads.id Pro

    Joined:
    Sep 8, 2011
    Messages:
    264
    Likes Received:
    4
    masi tetep lari kesini om
    _get_image?wp-content/uploads/2012/10/image.jpeg

    kenapa ya om?
     
  3. ewwink

    ewwink Super Hero

    Joined:
    Apr 27, 2006
    Messages:
    2,836
    Likes Received:
    1,100
    Location:
    Tasikmalaya, Sunda, Indonesia
    coba lihat .htaccessnya, trus di google-break-dance.php setelah <?php tambahkan text dibawahnya menjadi
    Code:
    <?php
    [COLOR=#000000][COLOR=#0000BB]error_reporting[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]E_ALL[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#FF8000]
    [/COLOR][COLOR=#0000BB]error_reporting[/COLOR][COLOR=#007700](-[/COLOR][COLOR=#0000BB]1[/COLOR][COLOR=#007700]);[/COLOR][/COLOR] 
    reload dan lihat apa errornya.
     
  4. saidqb

    saidqb Super Hero

    Joined:
    Dec 4, 2012
    Messages:
    1,309
    Likes Received:
    336
    Location:
    jogja-solo
    wih manteb di update .... di wordpress ane coba pake metode get gakmau ... untung aja di update :komunis: seneng dah
     
  5. desiredlash

    desiredlash Super Hero

    Joined:
    Jun 23, 2011
    Messages:
    2,747
    Likes Received:
    86
    belum dapet nih, tau bang ewink udah nemu sela ato belom kalo buat blogspot..

    nanti klo dapet ane update di post 1 gan..
     
  6. freshmem

    freshmem Ads.id Pro

    Joined:
    Sep 8, 2011
    Messages:
    264
    Likes Received:
    4
    HTTP Error 404 file not found

    itu error nya om..

    htacess ane

    Code:
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png|ico)$ [NC]
    http://(www.)?domain.com
    RewriteRule ^(.*)$ /get_image?$1 [R=302,L]
    
    bener gitu kan om?

    jadi default htacess nya ane timpa

    Code:
    # BEGIN Wordpress
    
    # WPhtc: Begin Custom htaccess
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png|ico)$ [NC]
    http://(www.)?domain.com
    RewriteRule ^(.*)$ /get_image?$1 [R=302,L]
    
    
    # WPhtc: End Custom htaccess
    
    <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
    
     
  7. ewwink

    ewwink Super Hero

    Joined:
    Apr 27, 2006
    Messages:
    2,836
    Likes Received:
    1,100
    Location:
    Tasikmalaya, Sunda, Indonesia
    itu .htacees nya beneran gitu? coba ganti

    Code:
    http://(www.)?domain.com
    menjadi
    Code:
    RewriteCond %{HTTP_REFERER} !^http://(www.)?cekpr.com/.*$ [NC]
    klo masih error post domainnya disini untuk sementara :D
     
  8. yogasectio

    yogasectio Hero

    Joined:
    Oct 10, 2011
    Messages:
    637
    Likes Received:
    55
    Location:
    bandung
    alhamdulillah ane lancar.. trafik menanjak naik kembali.. :D
     
  9. boboho

    boboho Newbie

    Joined:
    Apr 16, 2011
    Messages:
    2,095
    Likes Received:
    175
    Location:
    Samarinda - Tepian Mahakam
    ada yg buat petisi nih.. ayo dukung yok...
    hxxps://www.change.org/en-IN/petitions/google-stop-hotlinking-copyrighted-images-of-web-publishers

    NB : bing juga ikut2an kayak google dah.. :))
     
  10. tajirman

    tajirman Hero

    Joined:
    Nov 16, 2010
    Messages:
    552
    Likes Received:
    22
    Makin aneh aja tampilan googleimage hari ini:

    [​IMG]

    Makin sedikit aja persentase pengunjung yg mengunjungi google image yang kemudian mengunjungi blog kita karena di berikan banyak pilihan gambar dari blog2 lain :kebo:
     
  11. rhee_know

    rhee_know Ads.id Pro

    Joined:
    Apr 17, 2010
    Messages:
    482
    Likes Received:
    19
    kok ga muncul ya di tempat ane.

    coba minta url'nya seperti di gambar om
     
  12. tajirman

    tajirman Hero

    Joined:
    Nov 16, 2010
    Messages:
    552
    Likes Received:
    22
    pake firefox muncul seperti itu, kalo pake chrome seperti kemaren
     
  13. guni_105

    guni_105 Super Hero

    Joined:
    Apr 25, 2006
    Messages:
    2,996
    Likes Received:
    193
    Om, favicon saya kan ada di folder uploads, nah jadinya ga muncul faviconnya, redirect terus ke attachment, bagaimana caranya biar tetep muncul faviconnya?

     
  14. ewwink

    ewwink Super Hero

    Joined:
    Apr 27, 2006
    Messages:
    2,836
    Likes Received:
    1,100
    Location:
    Tasikmalaya, Sunda, Indonesia
    hilangin |ico dibaris berikut
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png|ico)$ [NC]
     
    guni_105 and Cendol like this.
  15. Cendol

    Cendol Ini Bisa Sampai Berapa Kata ?

    Joined:
    Nov 6, 2012
    Messages:
    2,175
    Likes Received:
    270
    wah ada update ya om,,
    seneng bgt td nemu update pluginnya,,hehe
    thx u ya om
    top markotop dah :lovekiss:
     
  16. kevintaw

    kevintaw SEO Enthusiast

    Joined:
    Nov 19, 2011
    Messages:
    2,529
    Likes Received:
    1,694
    works..thank you pluginnya..:gembira:
    like udah mendarat..:silau:
     
  17. xenobrey

    xenobrey Newbie

    Joined:
    Jul 25, 2011
    Messages:
    15
    Likes Received:
    0
    Ane sudah install pluginnya dan edit .htaccess di bawah ini :
    Memang sudah redirect ke blog ane, tapi koq masuk ke Error 404. tidak ke single post.
    Mohon petunjuknya. terima kasih
     
  18. jetset

    jetset Hero

    Joined:
    Apr 17, 2007
    Messages:
    511
    Likes Received:
    162
    Location:
    Yogyakarta
    Berhasil pluginnya! Lumayan nambah visitors, dari sebelumnya yg jebluk 60% krn google image baru, pake plugin ini "cuma" jebluk 30%.. Thx!
     
  19. eightdna

    eightdna Newbie

    Joined:
    Sep 24, 2012
    Messages:
    25
    Likes Received:
    3
    Location:
    Kota Yogyakarta, Indonesia asal Magelang
    oh ya, mau nanya om momod,,.. kok klik yang ke 2 nggak redirect ke post ya??
     
    Last edited: Feb 11, 2013
  20. eightdna

    eightdna Newbie

    Joined:
    Sep 24, 2012
    Messages:
    25
    Likes Received:
    3
    Location:
    Kota Yogyakarta, Indonesia asal Magelang
    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]
    RewriteCond %{REQUEST_FILENAME} \.(jpeg|jpg|gif|png)$ [NC]
    RewriteCond %{HTTP_REFERER} !^http\:\/\/site\.com\/.*$ [NC]
    RewriteRule ^(.*)$ /get_image?$1 [R=302,L]
    </ifmodule>
    
    
    # END WordPress
    jadi gini gan,,,..

    oh ya, mau nanya om momod,,..

    kalo di attachment kok 404 notfound
     
    Last edited: Feb 11, 2013

Share This Page