31.07.2016, Saat:14:05
![[Resim: apache-spam-referer-engelleme.jpg]](http://www.sezgin.net.tr/wp-content/uploads/2015/05/apache-spam-referer-engelleme.jpg)
sharebutton.net ve Buttons-for-website.com türevindeki birçok emek düşmanı site tarafından web sitenize spam referer hit gönderilerek siteniz çöp olarak gösterilmek isteniyor. Lafı fazla uzatmazdan direk saldırıdan nasıl korunacağınıza geçiyim.
Web site ana dizininizden .htaccess dosyanızı açın ve düzenleyin;
[hide]
Kod:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*simple\-share\-buttons\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*sharebutton\.net [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*pornhub\-forum\.ga [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*buttons\-for\-your\-website\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*torture\.ml [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*best\-seo\-offer\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*free\-share\-buttons\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*youporn\-forum\.ga [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*generalporn\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*rapidgator\-porn\.ga [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*digadz\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*depositfiles\-porn\.ga [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*buy\-cheap\-online\.info [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*tik\.tl [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*bc\.vc [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*bit\.ly [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*adf\.ly [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*tinyurl\.com [NC]
RewriteRule ^.* - [F,L]
</IfModule>
Header set X-Frame-Options DENY
SetEnvIfNoCase Referer simple-share-buttons.com spammer=yes
SetEnvIfNoCase Referer sharebutton.net spammer=yes
SetEnvIfNoCase Referer pornhub-forum.ga spammer=yes
SetEnvIfNoCase Referer buttons-for-your-website.com spammer=yes
SetEnvIfNoCase Referer torture.ml spammer=yes
SetEnvIfNoCase Referer best-seo-offer.com spammer=yes
SetEnvIfNoCase Referer free-share-buttons.com spammer=yes
SetEnvIfNoCase Referer youporn-forum.ga spammer=yes
SetEnvIfNoCase Referer generalporn.org spammer=yes
SetEnvIfNoCase Referer rapidgator-porn.ga spammer=yes
SetEnvIfNoCase Referer digadz.com spammer=yes
SetEnvIfNoCase Referer depositfiles-porn.ga spammer=yes
SetEnvIfNoCase Referer buy-cheap-online.info spammer=yes
SetEnvIfNoCase Referer tik.tl spammer=yes
SetEnvIfNoCase Referer bc.vc spammer=yes
SetEnvIfNoCase Referer bit.ly spammer=yes
SetEnvIfNoCase Referer adf.ly spammer=yes
SetEnvIfNoCase Referer tinyurl.com spammer=yes
Order allow,deny
Allow from all
Deny from env=spammer
Hepsi bukadar!
Yukarda örneği verilen web siteleri .htaccess ile referer ve SetEnvIfNoCase kullanarak engelledik ayrıca “Header set X-Frame-Options DENY” ile de sitemize iframe bağlantı vermesini engelledik. Örneğe kendi web sitelerinizin birini ekleyerek bağlantı vererek test edebilir ve örnekleri kendinize göre türetebilirsiniz.
Test edilmiştir %100 etkin bir şekilde çalışmaktadır
Bitti mi? Hayır tabiki de!
Tıpkı bal reklamları gibi ? Bitti mi hayır tabi ki de! Madem sorununuz çözülmedi bir değil tam tamamına botları engelleyeceğimiz agent list ve tam kapsamlı web site listesi aşağıda sizi bekliyor!
[hide].htaccess
Kod:
# Tarayıcı bilgisinden zararlı botları engelliyoruz!
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]
<IfModule mod_rewrite.c>
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]
</IfModule>
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 Referer www.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
Hack Blogum: tıkla
Just Only Me Success İn My New Life 
Biz Osmanlı torunuyuz.. Çok vatan haini gördük ama hepsini tarihe gömdük!

Biz Osmanlı torunuyuz.. Çok vatan haini gördük ama hepsini tarihe gömdük!