Browse Source

Exclude fileboom banner from javfill auto-screens

spaghetti 8 years ago
parent
commit
c85c499813
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/ajax/javfill.php

+ 1
- 1
sections/ajax/javfill.php View File

@@ -86,7 +86,7 @@ if (!$debug && $Cache->get_value('jav_json_'.$cn)) {
86 86
     preg_match_all("/\[img\b[^\]]*\]([^\[]*?)\[\/img\](?!\[\/url)/is", $comments, $screens_t);
87 87
     if (isset($screens_t[1])) {
88 88
       $screens = $screens_t[1];
89
-      function f($s) { return !(preg_match('/(rapidgator)|(uploaded)|(javsecret)|(\.gif)|(google)|(thumb)|(imgur)/', $s)); }
89
+      function f($s) { return !(preg_match('/(rapidgator)|(uploaded)|(javsecret)|(\.gif)|(google)|(thumb)|(imgur)|(fileboom)/', $s)); }
90 90
       $screens = array_values(array_filter($screens, f));
91 91
     }
92 92
     if (preg_match('/http:\/\/imagetwist.com\/\S*jpg.html/', $comments, $twist)) {

Loading…
Cancel
Save