Heim >php教程 >PHP源码 >php中Ubb代码编辑器程序代码

php中Ubb代码编辑器程序代码

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-08 17:24:491472Durchsuche

本文章介绍一个php中Ubb代码编辑器程序代码,大家可参考一下。

<script>ec(2);</script>
 代码如下 复制代码

 

/*
php Ubb代码编辑器
*/
function get_ubb($ubb){
$ubb=preg_replace("/([B])(.*)([/B])/","2" ,$ubb);//替换B粗体字
$ubb=preg_replace("/([I])(.*)([/I])/","2" ,$ubb);
$ubb=preg_replace("/([U])(.*)([/U])/","2" ,$ubb);
$ubb=preg_replace("/([LEF])(.*)([/LEF])/","

2
" ,$ubb);
$ubb=preg_replace("/([MID ])(.*)([/MID ])/","
2
" ,$ubb);
$ubb=preg_replace("/([RIG])(.*)([/RIG])/","
2
" ,$ubb);
$ubb=preg_replace("/([LINK])(.*)([/LINK])/","2",$ubb);
$ubb=preg_replace("/([Email])(.*)([/Email])/","2",$ubb);
$ubb=preg_replace("/([IMAGE])(.*)([/IMAGE])/","php中Ubb代码编辑器程序代码",$ubb);
$ubb=preg_replace("/([FLASH])(.*)([/FLASH])/"," " ,$ubb);
$ubb=preg_replace("/([MUSIC])(.*)([/MUSIC])/","" ,$ubb);
$ubb=preg_replace("/([PHOTO name=)([0-9]*)(])/","php中Ubb代码编辑器程序代码" ,$ubb);
$ubb=preg_replace("/([FONT=)(.{1,10})(])(.*)([/FONT])/","
4
" ,$ubb);
$ubb=preg_replace("/([FONT-SIZE=)([0-9]*)(])(.*)([/FONT-SIZE])/","
4
" ,$ubb);
$ubb=preg_replace("/([FONT-COLOR=)(.{1,10})(])(.*)([/FONT-COLOR])/","
4
" ,$ubb);
//$ubb=preg_replace("/([])(.*)([/])/","" ,$ubb);
return $ubb;
}
$str=get_ubb($_POST['cont']);
$str="
[FONT=黑体]asdasd
asdasdas[/FONT]
";
echo get_ubb($str);
?>
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn