Browse Source

Blacklist openload logo from automatic jav thumb locator

spaghetti 8 years ago
parent
commit
8133115533
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
     preg_match_all("/\[img\b[^\]]*\]([^\[]*?)\[\/img\](?!\[\/url)/is", $comments, $screens_t);
86
     preg_match_all("/\[img\b[^\]]*\]([^\[]*?)\[\/img\](?!\[\/url)/is", $comments, $screens_t);
87
     if (isset($screens_t[1])) {
87
     if (isset($screens_t[1])) {
88
       $screens = $screens_t[1];
88
       $screens = $screens_t[1];
89
-      function f($s) { return !(preg_match('/(rapidgator)|(uploaded)|(javsecret)|(\.gif)|(google)|(thumb)|(imgur)|(fileboom)/', $s)); }
89
+      function f($s) { return !(preg_match('/(rapidgator)|(uploaded)|(javsecret)|(\.gif)|(google)|(thumb)|(imgur)|(fileboom)|(openload)/', $s)); }
90
       $screens = array_values(array_filter($screens, f));
90
       $screens = array_values(array_filter($screens, f));
91
     }
91
     }
92
     if (preg_match('/http:\/\/imagetwist.com\/\S*jpg.html/', $comments, $twist)) {
92
     if (preg_match('/http:\/\/imagetwist.com\/\S*jpg.html/', $comments, $twist)) {

Loading…
Cancel
Save