diff --git a/lib/function.php b/lib/function.php index 7f0daf3..5f6c507 100644 --- a/lib/function.php +++ b/lib/function.php @@ -1225,7 +1225,7 @@ function dofilters($p){ $p=str_replace("-->", '-->', $p); } - $p=preg_replace("'(https?://.*?photobucket.com/)'si",'images/photobucket.png#\\1',$p); + //$p=preg_replace("'(https?://.*?photobucket.com/)'si",'images/photobucket.png#\\1',$p); $p=preg_replace("'http://.{0,3}\.?tinypic\.com'si",'tinyshit',$p); $p=str_replace('',"",$p); $p=str_replace("tabindex=\"0\" ","title=\"the owner of this button is a fucking dumbass\" ",$p);