diff --git a/_generator_lists/bad-referrers.list b/_generator_lists/bad-referrers.list index c5d428952..858c229ec 100755 --- a/_generator_lists/bad-referrers.list +++ b/_generator_lists/bad-referrers.list @@ -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 diff --git a/bots.d/bad-referrer-words.conf b/bots.d/bad-referrer-words.conf index 39faf06a7..6981cd74b 100644 --- a/bots.d/bad-referrer-words.conf +++ b/bots.d/bad-referrer-words.conf @@ -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; - diff --git a/travisCI/generate-google-exclude.php b/travisCI/generate-google-exclude.php index 6e328d3c9..54d2f2b73 100755 --- a/travisCI/generate-google-exclude.php +++ b/travisCI/generate-google-exclude.php @@ -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); }