show_body.php

来自「极限网络智能办公系统 Office Automation V3.0官方100%源」· PHP 代码 · 共 25 行

PHP
25
字号
<?
/************************************************************************
UebiMiau is a GPL'ed software developed by 

 - Aldoir Ventura - aldoir@users.sourceforge.net
 - http://uebimiau.sourceforge.net

Fell free to contact, send donations or anything to me :-)
S鉶 Paulo - Brasil
*************************************************************************/

require("./inc/inc.php");
if(!isset($folder) || !isset($ix)) die("Expected parameters");
echo($nocache);
$body = $sess["currentbody"];

if($block_external_images) 
	$body = eregi_replace("src=([\"]?)(http[s]?:\/\/[a-z0-9~#%@\&:=?+\/\.,_-]+[a-z0-9~#%@\&=?+\/_-]+)([\"]?)","src=\\1images/trans.gif\\3 original_url=\"\\2\"",$body);

$body = eregi_replace("target=[\"]?[A-Z_]+[\"]?","",$body);
$body = eregi_replace("<a","<a target=\"_blank\"",$body);

echo($body);
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?