Referrers / Bots (+/-)

- Fix to google-exclude generator script
- Some new bad words added to default bad-referrer-words.conf include file
This commit is contained in:
Mitchell Krog 2017-06-27 14:46:08 +02:00
parent acf4e71d82
commit 061b850f3b
3 changed files with 19 additions and 4 deletions

View file

@ -1,3 +1,17 @@
gsasearchengineranker.site
dogclothing.store
obesidadealgarve.com
shivafurnishings.com
panouri-solare-acoperis.com
tandvardshuset.net
stevemonsen.com
yaoguangdj.com
ap.senai.br
qpypcx.com
kalandranis.gr
date-withme.com
qpypcx.com
webix.biz
000free.us
007angels.com
00author.com

View file

@ -16,7 +16,6 @@
"~*amitriptyline" 1;
"~*amoxicillin" 1;
"~*anafranil" 1;
"~*asshole" 1;
"~*atenolol" 1;
"~*avalide" 1;
"~*baccarat" 1;
@ -42,6 +41,7 @@
"~*free-share-buttons" 1;
"~*free-social-buttons" 1;
"~*fuck" 1;
"~*fuckme" 1;
"~*fuck-paid-share-buttons" 1;
"~*gaygalls" 1;
"~*gaysex" 1;
@ -54,9 +54,9 @@
"~*ilovevitaly" 1;
"~*incest" 1;
"~*internetsupervision" 1;
"~*law-check-" 1;
"~*law-enforcement-bot" 1;
"~*law-enforcement-check" 1;
"~*lesbian" 1;
"~*levitra" 1;
"~*lipitor" 1;
"~*livesex" 1;
@ -76,12 +76,14 @@
"~*share-buttons" 1;
"~*share-buttons-for-free" 1;
"~*skelaxin" 1;
"~*social-button-" 1;
"~*social-buttons-" 1;
"~*social-traffic-" 1;
"~*suhagra" 1;
"~*syntryx" 1;
"~*t0phackteam" 1;
"~*titten" 1;
"~*tizanidine" 1;
"~*tramadol" 1;
"~*tramidol" 1;
"~*trazodone" 1;
@ -100,4 +102,3 @@
"~*zestoretic" 1;
"~*zithromax" 1;
"~*zoloft" 1;

View file

@ -63,7 +63,7 @@ class Generator
*/
protected function writeToFile($filename, $data)
{
$file = __DIR__ . "/home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/$filename";
$file = "/home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/$filename";
$handle = fopen($file, 'w') or die('Cannot open file: '.$file);
fwrite($handle, $data);
}