Add photobucket replacement image

This commit is contained in:
Xkeeper
2017-07-19 00:21:19 -07:00
parent 4fdd16cf57
commit 9318ec258d
2 changed files with 3 additions and 2 deletions

BIN
images/photobucket.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -1277,6 +1277,9 @@ function dofilters($p){
$p=str_replace("-->", '--&gt;</font>', $p);
}
$p=preg_replace("'(https?://.*\.?photobucket.com/)'si",'images/photobucket.png#\\1',$p);
$p=str_replace("http://insectduel.proboards82.com","http://jul.rustedlogic.net/idiotredir.php?",$p);
// $p=str_replace("http://imageshack.us", "imageshit", $p);
$p=preg_replace("'http://.{0,3}\.?tinypic\.com'si",'tinyshit',$p);
@@ -1614,5 +1617,3 @@ function ircerrors($type, $msg, $file, $line, $context) {
" $typetext: ".xk()."($errorlocation) $msg");
return true;
}