wmaraci reklam

Spam Bot – Hit ve Google Analytics Spam Engelleme

13 Mesajlar 2.616 Okunma
pst.net
wmaraci reklam

Heuristic Heuristic Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 04.07.2014
  • Yaş/Cinsiyet 39 / E
  • Meslek Web Hacking, Exploits/Vuln.
  • Konum Ankara
  • Ad Soyad A** K**
  • Mesajlar 4777
  • Beğeniler 1139 / 2068
  • Ticaret 297, (%99)
Bir çok websitesi sahibi, özellikle WordPress sahiplerinin tek sorunu fake hit ve spam hitler. Özellikle Google Analytics sorunu yaşatmakta ve SEO için gerçekten eksi puan vermekte.

Peki bunlar nasıl engellenir? Öncelikle sitemize gerçekten zararlı olan siteleri engellemekle başlamamız gerekiyor. İnternet üzerinde dağıtılan başlıca spam botlarını engelleme kodlarını, .htaccess dosyasını açın ve altına şunları ekleyin;

# BOT ENGELLEME
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} ^Widow [OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus
RewriteRule .* – [F]



# BOT ENGELLEME
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} ^Widow [OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus
RewriteRule .* – [F]


RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site1\.free-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site2\.free-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site3\.free-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site4\.free-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site5\.free-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site6\.free-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site7\.free-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site8\.free-share-buttons\.com [NC]
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?://([^.]+\.)*adf\.ly [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*aliexpress\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*bestwebsitesawards\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*best-seo-offer\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*buttons-for-website\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*buttons-for-your-website\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*bycontext\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*offers\.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?://([^.]+\.)*wow\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*dk\.wow\.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?://([^.]+\.)*jollygame\.net [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?://([^.]+\.)*plusnetwork\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*restricted\.hsselite\.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?://([^.]+\.)*search\.portalsepeti\.com [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]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site1\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site2\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site3\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site4\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site5\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site6\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site7\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site8\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site9\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site11\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site12\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site13\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site14\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site15\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site16\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site17\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site18\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site19\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site20\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site10\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site21\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site22\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site23\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site24\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site25\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site26\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site27\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site28\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site29\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site30\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site31\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site32\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site33\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site34\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site35\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site36\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site37\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site38\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site39\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site40\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site41\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site42\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site43\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site44\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site45\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site46\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site47\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site48\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site49\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*site50\.simple-share-buttons\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*4webmasters\.org [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*guardlink\.org [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*www\.Get-Free-Traffic-Now\.com [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*buy-cheap-online\.info [NC]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*sitevaluation\.org [NC]


RewriteRule ^.* – [F,L]


SetEnvIfNoCase Referer site1.free-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site2.free-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site3.free-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site4.free-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site5.free-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site6.free-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site7.free-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site8.free-share-buttons.com spammer=yes
SetEnvIfNoCase Referer hulfingtonpost.com spammer=yes
SetEnvIfNoCase Referer apanews.com spammer=yes
SetEnvIfNoCase Referer adcash.com spammer=yes
SetEnvIfNoCase Referer adf.ly spammer=yes
SetEnvIfNoCase Referer aliexpress.com spammer=yes
SetEnvIfNoCase Referer bestwebsitesawards.com spammer=yes
SetEnvIfNoCase Referer best-seo-offer.com spammer=yes
SetEnvIfNoCase Referer buttons-for-website.com spammer=yes
SetEnvIfNoCase Referer buttons-for-your-website.com spammer=yes
SetEnvIfNoCase Referer semalt.com spammer=yes
SetEnvIfNoCase Referer bycontext.com spammer=yes
SetEnvIfNoCase Referer offers.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 wow.com spammer=yes
SetEnvIfNoCase Referer dk.wow.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 jollygame.net 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 plusnetwork.com spammer=yes
SetEnvIfNoCase Referer restricted.hsselite.com spammer=yes
SetEnvIfNoCase Referer savetubevideo.com spammer=yes
SetEnvIfNoCase Referer screentoolkit.com spammer=yes
SetEnvIfNoCase Referer seoexperimenty.ru spammer=yes
SetEnvIfNoCase Referer search.portalsepeti.com 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
SetEnvIfNoCase Referer simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site1.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site2.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site3.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site4.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site5.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site6.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site7.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site8.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site9.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site10.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site11.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site12.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site13.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site14.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site15.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site16.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site17.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site18.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site19.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site20.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site21.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site22.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site23.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site24.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site25.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site26.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site27.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site28.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site29.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site30.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site31.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site32.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site33.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site34.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site35.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site36.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site37.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site38.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site39.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site40.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site41.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site42.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site43.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site44.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site45.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site46.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site47.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site48.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site49.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer site50.simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer 4webmasters.org spammer=yes
SetEnvIfNoCase Referer guardlink.org spammer=yes
SetEnvIfNoCase Refererwww.Get-Free-Traffic-Now.com spammer=yes
SetEnvIfNoCase Referer buy-cheap-online.info spammer=yes
SetEnvIfNoCase Referer sitevaluation.org spammer=yes

Order allow,deny
Allow from all
Deny from env=spammer


Bunları yaparsanız %100 korumayı yapmış oluyorsunuz. Yani başlıca engellemeniz gereken bu. Sonrasında gelecek olursak, çoğu spam hitlerin işleme mantığı şudur;

Rastgele Google Analytics UA-XXXXXX kodlarını script ile değişip kendi sitelerine koyarak Google Analytics’e sahte bir kimlik gönderiyor. Bunun sonucunda oraya gelen hitler bize gelmiş gibi oluyor ve hemen çıkma oranımız %100 oluyor. Bunu nasıl anlayacaksınız?



Üstte gördüğünüz resimde, End User sizin siteniz oluyor, sol tarafta Analiz sunucunuz, sağ tarafta ise sizin web sunucunuz var. Sizin web sunucunuz gerçek datayı Google Analytics sunucusuna yollarken, spam yapan site ise fake datayı Google Analytics sunucusuna yolluyor.

Bu, spam yapan kişinin sizin sitenize girmeden direk Google Analytics’e kendini tanıtıyor. Yani siz sitenizden engelleseniz bile görünmüş gibi olur. Bu yüzden her sakallı dedeyi dede sanmayın. Sakalı çıkarsa bir bakmışsınız genç bir adam :)

Peki “Ghost Spam” olduğunu nasıl anlayacaksınız? Ohow.co denen harika bir nimet var, sitenize gelen spam botlarını kendi sitesinde yayınlayarak yardımcı oluyor. Örneğin с.новым.годом.рф denen lanet bir site var, bu sayede engellenebilir. Peki nasıl engelleyeceksiniz?

Google Analytics > Yönetici > Filtre > Yeni ekle dedikten sonra Kaynak Adresine bu siteyi yazıp yollayın. Engellemiş olacaksınız. Hepsi bu kadar, eğer yeni siteler türerse, yorum yaparak sorularınızı sorabilirsiniz.

Kolay gelsin arkadaşlar. ;)
suskun Dreameagles Ucantereyagi

kişi bu mesajı beğendi.

wmaraci
reklam

Scrite Scrite WM Aracı Kullanıcı
  • Üyelik 21.11.2012
  • Yaş/Cinsiyet 32 / E
  • Meslek SEM - İnbound Marketing
  • Konum İstanbul Avrupa
  • Ad Soyad S** G**
  • Mesajlar 747
  • Beğeniler 27 / 214
  • Ticaret 8, (%100)
Yılanın büyüğü semalt.com forumlar da az konu açılmadı siteme burdan hit geliyor diye :)
 

 

suskun suskun Berat Fm Kullanıcı
  • Üyelik 17.10.2012
  • Yaş/Cinsiyet 36 / E
  • Meslek tekstil
  • Konum İstanbul Avrupa
  • Ad Soyad B** K**
  • Mesajlar 889
  • Beğeniler 758 / 208
  • Ticaret 30, (%100)
Teşekkür ederim abim uygulayacam
 

 

http://www.cepradyom.com/

Dreameagles Dreameagles Hacking And Coder ♥ Kullanıcı
  • Üyelik 30.01.2016
  • Yaş/Cinsiyet 27 / E
  • Meslek ÖĞRENCİ
  • Konum Antalya
  • Ad Soyad F** B**
  • Mesajlar 281
  • Beğeniler 38 / 67
  • Ticaret 13, (%100)
Konu için çok teşekkürler :)
 

 

wmaraci
Mersin evden eve nakliyat

Rastena Rastena WM Aracı Kullanıcı
  • Üyelik 23.08.2014
  • Yaş/Cinsiyet 24 / E
  • Meslek Dijital Pazarlama
  • Konum İngiltere
  • Ad Soyad F** O**
  • Mesajlar 3776
  • Beğeniler 836 / 1380
  • Ticaret 190, (%100)
Engin bilgileriniz için teşekkürler :)
 

 

prestij

turkojen34 turkojen34 Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 23.04.2013
  • Yaş/Cinsiyet 44 / E
  • Meslek Serbest
  • Konum İstanbul Avrupa
  • Ad Soyad İ** Y**
  • Mesajlar 1500
  • Beğeniler 459 / 444
  • Ticaret 53, (%100)
Tesekkürler
 

 

makaleci80 makaleci80 Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 27.11.2015
  • Yaş/Cinsiyet 38 / E
  • Meslek makale,site tanıtım,editorluk
  • Konum Adana
  • Ad Soyad A** N**
  • Mesajlar 353
  • Beğeniler 70 / 71
  • Ticaret 31, (%87)
tesekurler hocam guzel bilgi
 

 

OgulcanGulcemal OgulcanGulcemal WM Aracı Kullanıcı
  • Üyelik 17.07.2016
  • Yaş/Cinsiyet 27 / E
  • Meslek -
  • Konum Rusya
  • Ad Soyad O** G**
  • Mesajlar 444
  • Beğeniler 110 / 136
  • Ticaret 5, (%100)
Heuristic Bu kodları alt alta htcaccess in en alt kısmına ekliyeceğiz peki sonrasında site açılma hızına etkisi olurmu ?
 

 

OGULCANGULCEMAL.COM - KİŞİSEL BLOG

Scrite Scrite WM Aracı Kullanıcı
  • Üyelik 21.11.2012
  • Yaş/Cinsiyet 32 / E
  • Meslek SEM - İnbound Marketing
  • Konum İstanbul Avrupa
  • Ad Soyad S** G**
  • Mesajlar 747
  • Beğeniler 27 / 214
  • Ticaret 8, (%100)

OgulcanG1 adlı üyeden alıntı

Heuristic Bu kodları alt alta htcaccess in en alt kısmına ekliyeceğiz peki sonrasında site açılma hızına etkisi olurmu ?


Hayır yavaşlatmaz bu kodlar belirtilen spam botların sitenize girişini engeller.
 

 

OgulcanGulcemal OgulcanGulcemal WM Aracı Kullanıcı
  • Üyelik 17.07.2016
  • Yaş/Cinsiyet 27 / E
  • Meslek -
  • Konum Rusya
  • Ad Soyad O** G**
  • Mesajlar 444
  • Beğeniler 110 / 136
  • Ticaret 5, (%100)
Scrite teşekkürler
 

 

OGULCANGULCEMAL.COM - KİŞİSEL BLOG
wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al