• 23-03-2015, 02:11:03
    #19
    https://gist.github.com/boogah/10151592
    http://davidwalsh.name/block-domain

    Bu kaynakları buldum. Bende uygulayacağım bakalım belki bir işe yarar.
  • 23-03-2015, 11:42:50
    #20
    Bu tip sitelerden gelen referral girişler spam olduğundan olumsuz bir durum teşkil edecektir. Bu tip site adreslerini Sitenizde bulunan .htaccess dosyasına ekleyeğiniz bir kaç kod ile engelleyebilirsiniz.

    Engellemek için

    RewriteEngine on
    # Options +FollowSymlinks
    RewriteCond %{HTTP_REFERER} siteismi\.com [NC]
    RewriteRule .* - [F]
    Dilerseniz bu siteleri başka adresede yönlendirebilirsiniz.

    RewriteEngine on
    # Options +FollowSymlinks
    RewriteCond %{HTTP_REFERER} siteismi\.com\ [NC,OR]
    RewriteCond %{HTTP_REFERER} google\.com
    RewriteRule .* - [F]
    Edit: Bu aralar bir çok web sitesine spam trafik yollayan belli başlı siteler mevcutmuş. Bunlardan bazılarını aşağıda engellenmiş olarak verdim. Detaylı bilgiyi Moz.com'un konu ile ilgili makalesinde ögrenebilirsiniz.

    # Block Russian Referrer Spam
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly.\.ru/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly\.org/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly\.info/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*iloveitaly\.ru/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*econom\.co/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*savetubevideo\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*kambasoft\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*buttons\-for\-website\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*semalt\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*darodar\.com/ [NC]
    RewriteRule ^(.*)$ – [F,L]
    Ayrıca alternatif olarak sitenize erişmesini istemediğiniz zararlı ve spam botlarıda engelleyebilirsiniz.

    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Bot mailto:craftbot@yahoo.com [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
    RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Download Demon [OR]
    RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Express WebPictures [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
    RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
    RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
    RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
    RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
    RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
    RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Image Stripper [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Image Sucker [OR]
    RewriteCond %{HTTP_USER_AGENT} Indy Library [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Internet Ninja [OR]
    RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
    RewriteCond %{HTTP_USER_AGENT} ^JOC Web Spider [OR]
    RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
    RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mass Downloader [OR]
    RewriteCond %{HTTP_USER_AGENT} ^MIDown tool [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mister PiX [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Net Vampire [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Offline Explorer [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Offline Navigator [OR]
    RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Papa Foto [OR]
    RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
    RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
    RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
    RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Teleport Pro [OR]
    RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Web Image Collector [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Web Sucker [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebGo IS [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Website eXtractor [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Website Quester [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Xaldon WebSpider [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Zeus
    RewriteRule .* - [F]
  • 23-03-2015, 16:38:56
    #21
    ozgurcicek250 adlı üyeden alıntı: mesajı görüntüle
    Celilcan bunu htaccess dosyasına ekledim fakat sonuç alamadım, aynı botlar farklı subdomain ile gelmeye devam ediyorlar. Anlık giriş çıkış yüzünden siteden hemen çıkma oranları artıyor ve malum bu bir web sitesi için çok tehlikeli bir durum. Nasıl bir çözüm bulabiliriz ?
    sitede yazan diğer yöntemleri de uyguladınız mı
  • 23-03-2015, 18:04:29
    #22
    Birinci adım olarak bu kodu htacses dosyasına ekledim, ikinci adım olarak Google analytics üzerinden sitede gösterilen şekilde filtre oluşturdum. 2 gün botlar kesildi ama dün yine 50 kadar giriş olmuş. Bu işlemler sonrası gelen ziyaretçiler aynı uzantıdan fakat farklı subdomain üzerinden geliyorlar. Filtre oluştururken mi bir şeyleri eksik yapıyoruz veya bu kod subdomainleri kapsamıyor mu ?

    celilcan adlı üyeden alıntı: mesajı görüntüle
    1. yöntem: .htaccess ile spam yapan siteyi engellemek

    # block visitors referred from semalt.com and other referral spammer

    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{HTTP_REFERER} semalt\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} buttons-for-website\.com
    RewriteRule .* – [F]


    devamı celilcan.com spam bot engelleme sayfasınan okuyabilirsiniz.
    celilcan adlı üyeden alıntı: mesajı görüntüle
    sitede yazan diğer yöntemleri de uyguladınız mı
  • 24-03-2015, 01:36:27
    #23
    Benim kullandığım güncel liste bu büyük oranda engelledim fakat bir şekilde farklı domain ya da uzantılarla geliyorlar. Bildiğim kadarıyla Analiytics'le ilgili bir sorundu. Hemen çıkma oranları %100 ve ciddi sıkıntı.

    Analiytics'le yapcağınız filtreleme yalnızca yoksaymasını sağlıyor belki de Google'ın topladığı veriler açısından önemli fakat yeterli değil. Yine oradan filtreleme yapın fakat engellemenin başka bir yolunu bulmamız lazım. Ana domain engellense de sub ile yine coşuyorlar.

    # Block Referrer Spam
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} ^http://.*o-o-6-o-o\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*semalt\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*simple-share-buttons\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*site40.simple-share-buttons\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*site31.simple-share-buttons\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*site30.simple-share-buttons\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*site14.simple-share-buttons\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*site11.simple-share-buttons\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*adnxs\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*aliexpress\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*bestwebsitesawards\.com/ [NC]
    RewriteCond %{HTTP_REFERER} ^http://.*blackhatworth\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*bycontext\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*cenoval\.ru/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*darodar\.com/ [NC]
    RewriteCond %{HTTP_REFERER} ^http://.*econom\.co/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*hulfingtonpost\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*humanorightswatch\.org/ [NC]
    RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly\.co/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly\.com/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly\.ru/ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://.*priceg\.com/ [NC]
    RewriteRule ^(.*)$ – [F,L]
  • 25-03-2015, 05:17:53
    #24
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*hulfingtonpost\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*apanews\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*adcash\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*aliexpress\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*bestwebsitesawards\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*buttons-for-website\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*bycontext\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*cenokos\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*cenoval\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*cityadspix\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*darodar\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*econom\.co [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*edakgfvwql\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*gobongo\.info [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*ilovevitaly\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*ilovevitaly\.info [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*ilovevitaly\.org [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*ilovevitaly\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*iskalko\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*luxup\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*max-start\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*o-o-6-o-o\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*o-o-8-o-o\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*priceg\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*savetubevideo\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*screentoolkit\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*semalt\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*seoexperimenty\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*slftsdybbg\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*socialseet\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*superiends\.org [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*vodkoved\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*websites-reviews\.com [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*websocial\.me [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*ykecwqlixx\.ru [NC]
    RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*simpleshare-buttons\.com [NC]
    RewriteRule ^.* - [F,L]
    </IfModule>
    
    SetEnvIfNoCase Referer hulfingtonpost.com spammer=yes
    SetEnvIfNoCase Referer apanews.com spammer=yes
    SetEnvIfNoCase Referer adcash.com spammer=yes
    SetEnvIfNoCase Referer aliexpress.com spammer=yes
    SetEnvIfNoCase Referer bestwebsitesawards.com spammer=yes
    SetEnvIfNoCase Referer buttons-for-website.com spammer=yes
    SetEnvIfNoCase Referer semalt.com spammer=yes
    SetEnvIfNoCase Referer bycontext.com spammer=yes
    SetEnvIfNoCase Referer cenokos.ru spammer=yes
    SetEnvIfNoCase Referer cenoval.ru spammer=yes
    SetEnvIfNoCase Referer cityadspix.ru spammer=yes
    SetEnvIfNoCase Referer darodar.com spammer=yes
    SetEnvIfNoCase Referer econom.co spammer=yes
    SetEnvIfNoCase Referer edakgfvwql.ru spammer=yes
    SetEnvIfNoCase Referer gobongo.info spammer=yes
    SetEnvIfNoCase Referer ilovevitaly.com spammer=yes
    SetEnvIfNoCase Referer ilovevitaly.org spammer=yes
    SetEnvIfNoCase Referer ilovevitaly.info spammer=yes
    SetEnvIfNoCase Referer ilovevitaly.ru spammer=yes
    SetEnvIfNoCase Referer iskalko.ru spammer=yes
    SetEnvIfNoCase Referer luxup.ru spammer=yes
    SetEnvIfNoCase Referer max-start.com spammer=yes
    SetEnvIfNoCase Referer o-o-6-o-o.ru spammer=yes
    SetEnvIfNoCase Referer o-o-8-o-o.ru spammer=yes
    SetEnvIfNoCase Referer priceg.com spammer=yes
    SetEnvIfNoCase Referer savetubevideo.com spammer=yes
    SetEnvIfNoCase Referer screentoolkit.com spammer=yes
    SetEnvIfNoCase Referer seoexperimenty.ru spammer=yes
    SetEnvIfNoCase Referer slftsdybbg.ru spammer=yes
    SetEnvIfNoCase Referer socialseet.ru spammer=yes
    SetEnvIfNoCase Referer superiends.org spammer=yes
    SetEnvIfNoCase Referer vodkoved.ru spammer=yes
    SetEnvIfNoCase Referer websites-reviews.com spammer=yes
    SetEnvIfNoCase Referer websocial.me spammer=yes
    SetEnvIfNoCase Referer ykecwqlixx.ru spammer=yes
    SetEnvIfNoCase Referer simpleshare-buttons.com spammer=yes
    
    Order allow,deny
    Allow from all
    Deny from env=spammer
    Merhaba,
    Sitelerime gelen güncel botları içeren siteler yer almaktadır. Ek olarak RewriteCond üzerine eklediğiniz sitenin ardından SetEnvIfNoCase e'de eklemelisiniz.
    Subdomain yada http ya da https girmenize gerek yoktur. Sadece site adresini girmeniz yeterlidir.
    Sitelerimden birine spam göndererek test ettim. Sorunsuz ve etkili çalışmaktadır.
    İsteyen kullanabilir.
  • 25-03-2015, 14:12:37
    #25
    havananyx adlı üyeden alıntı: mesajı görüntüle
    Bu listeye yeni baktımda sadece kendi sitemin ismi ekli burada. Bu bir sorun teşkil ederm mi? yoksa sitemin ismini burdan kaldırmalımıyım?
  • 28-03-2015, 11:06:52
    #26
    Üyeliği durduruldu
    celilcan adlı üyeden alıntı: mesajı görüntüle
    sitede yazan diğer yöntemleri de uyguladınız mı
    farklı subdomainlerden geliyor ama ip ler aynı direk ip engellesek yararı olur mu ?
  • 29-03-2015, 16:43:52
    #27
    KaRneL adlı üyeden alıntı: mesajı görüntüle
    böyle yapınca google bunu yokmu sayıyor hocam? etkisiz kıldınız bunumu diyor?
    Merhablar ben bu şekilde yaptım. htaccess ten de ayarlamaları yaptım dün web siteme gelen kullanıcıdan daha çok gelmiş ve 1-2 sanaiye kalmış hemen çıkma oranım %75 lere dayanmış.