mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-08-03 05:32:05 -07:00
Add photobucket replacement image
This commit is contained in:
BIN
images/photobucket.png
Normal file
BIN
images/photobucket.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
@@ -1277,6 +1277,9 @@ function dofilters($p){
|
|||||||
$p=str_replace("-->", '--></font>', $p);
|
$p=str_replace("-->", '--></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://insectduel.proboards82.com","http://jul.rustedlogic.net/idiotredir.php?",$p);
|
||||||
// $p=str_replace("http://imageshack.us", "imageshit", $p);
|
// $p=str_replace("http://imageshack.us", "imageshit", $p);
|
||||||
$p=preg_replace("'http://.{0,3}\.?tinypic\.com'si",'tinyshit',$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");
|
" $typetext: ".xk()."($errorlocation) $msg");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user