真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

使用php怎么對UBB代碼進行過濾-創(chuàng)新互聯(lián)

本篇文章給大家分享的是有關使用php怎么對UBB代碼進行過濾,小編覺得挺實用的,因此分享給大家學習,希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。

讓客戶滿意是我們工作的目標,不斷超越客戶的期望值來自于我們對這個行業(yè)的熱愛。我們立志把好的技術通過有效、簡單的方式提供給客戶,將通過不懈努力成為客戶在信息化領域值得信任、有價值的長期合作伙伴,公司提供的服務項目有:空間域名、虛擬主機、營銷軟件、網(wǎng)站建設、索縣網(wǎng)站維護、網(wǎng)站推廣。

代碼如下:


class Day{
   function ubb($Text) {      /// UBB代碼轉(zhuǎn)換
        //$Text=htmlspecialchars($Text);
        //$Text=ereg_replace("\r\n","
",$Text);
        $Text=ereg_replace("\[br\]","
",$Text);
        $Text=nl2br($Text);
        $Text=stripslashes($Text);
        $Text=preg_replace("/\\t/is"," ",$Text);
        $Text=preg_replace("/\[url\](http:\/\/.+?)\[\/url\]/is","\\1",$Text);
        $Text=preg_replace("/\[url\](.+?)\[\/url\]/is","\\1",$Text);
        $Text=preg_replace("/\[url=(http:\/\/.+?)\](.+?)\[\/url\]/is","\\2",$Text);
        $Text=preg_replace("/\[url=(.+?)\](.+?)\[\/url\]/is","\\2",$Text);
        $Text=preg_replace("/\[color=(.+?)\](.+?)\[\/color\]/is","\\2",$Text);
        $Text=preg_replace("/\[font=(.+?)\](.+?)\[\/font\]/is","\\2",$Text);
        $Text=preg_replace("/\[email=(.+?)\](.+?)\[\/email\]/is","\\2",$Text);
        $Text=preg_replace("/\[email\](.+?)\[\/email\]/is","\\1",$Text);
        $Text=preg_replace("/\[i\](.+?)\[\/i\]/is","\\1",$Text);
        $Text=preg_replace("/\[u\](.+?)\[\/u\]/is","\\1",$Text);
        $Text=preg_replace("/\[b\](.+?)\[\/b\]/is","\\1",$Text);
        $Text=preg_replace("/\[fly\](.+?)\[\/fly\]/is","\\1",$Text);
        $Text=preg_replace("/\[move\](.+?)\[\/move\]/is","\\1",$Text);
        $Text=preg_replace("/\[shadow=([#0-9a-z]{1,10})\,([0-9]{1,3})\,([0-9]{1,2})\](.+?)\[\/shadow\]/is","

\\4
",$Text);
        return $Text;
  }
}

以上就是使用php怎么對UBB代碼進行過濾,小編相信有部分知識點可能是我們?nèi)粘9ぷ鲿姷交蛴玫降?。希望你能通過這篇文章學到更多知識。更多詳情敬請關注創(chuàng)新互聯(lián)行業(yè)資訊頻道。



本文名稱:使用php怎么對UBB代碼進行過濾-創(chuàng)新互聯(lián)
URL分享:http://weahome.cn/article/cssgsh.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部