- 相關(guān)推薦
將php實(shí)現(xiàn)過濾UBB代碼
本文實(shí)例講述了php實(shí)現(xiàn)過濾UBB代碼的類。分享給大家供大家參考。具體如下:
PHP代碼如下:
復(fù)制代碼 代碼如下:class Day{
function ubb($Text) { /// UBB代碼轉(zhuǎn)換
//$Text=htmlspecialchars($Text);
//$Text=ereg_replace("rn","
",$Text);
$Text=ereg_replace("[br]","
",$Text);
$Text=nl2br($Text);
$Text=stripslashes($Text);
$Text=preg_replace("/t/is"," ",$Text);
$Text=preg_replace("/[url](http://.+"1",$Text);
$Text=preg_replace("/[url](.+"1",$Text);
$Text=preg_replace("/[url=(http://.+?)](.+"2",$Text);
$Text=preg_replace("/[url=(.+?)](.+"2",$Text);
$Text=preg_replace("/[color=(.+?)](.+","2",$Text);
$Text=preg_replace("/[font=(.+?)](.+","2",$Text);
$Text=preg_replace("/[email=(.+?)](.+","2",$Text);
$Text=preg_replace("/[email](.+","1",$Text);
$Text=preg_replace("/[i](.+"1",$Text);
$Text=preg_replace("/[u](.+"1",$Text);
$Text=preg_replace("/[b](.+"1",$Text);
$Text=preg_replace("/[fly](.+"1",$Text);
$Text=preg_replace("/[move](.+","1",$Text);
$Text=preg_replace("/[shadow=([#0-9a-z]{1,10}),([0-9]{1,3}),([0-9]{1,2})](.+?)[/shadow]/is","
return $Text; ",$Text);}}
【將php實(shí)現(xiàn)過濾UBB代碼】相關(guān)文章:
過濾HTML代碼08-29
如何在cmd下面寫php代碼06-20
防盜鏈接ASP函數(shù)實(shí)現(xiàn)代碼06-21
常用排序算法之JavaScript實(shí)現(xiàn)代碼段08-29
如何看待社工未來將實(shí)現(xiàn)持證上崗06-14
css3實(shí)現(xiàn)地球自轉(zhuǎn)代碼圖文教程06-24
php高級(jí)教程06-21
電腦藍(lán)屏代碼大全08-14
PHP可以做什么06-21
2021高考院校代碼大全06-17