|
|
|
|
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)) {
|