search
Homephp教程PHP源码过滤UBB代码的php类

过滤UBB代码的php类

May 25, 2016 pm 05:13 PM

[代码][PHP]代码 

class Day{
   function ubb($Text) {      /// UBB代码转换
        //$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","",$Text);
        $Text=preg_replace("/\[url\](.+?)\[\/url\]/is","",$Text);
        $Text=preg_replace("/\[url=(http:\/\/.+?)\](.+?)\[\/url\]/is","",$Text);
        $Text=preg_replace("/\[url=(.+?)\](.+?)\[\/url\]/is","",$Text);
        $Text=preg_replace("/\[color=(.+?)\](.+?)\[\/color\]/is","",$Text);
        $Text=preg_replace("/\[font=(.+?)\](.+?)\[\/font\]/is","",$Text);
        $Text=preg_replace("/\[email=(.+?)\](.+?)\[\/email\]/is","",$Text);
        $Text=preg_replace("/\[email\](.+?)\[\/email\]/is","",$Text);
        $Text=preg_replace("/\[i\](.+?)\[\/i\]/is","",$Text);
        $Text=preg_replace("/\[u\](.+?)\[\/u\]/is","",$Text);
        $Text=preg_replace("/\[b\](.+?)\[\/b\]/is","",$Text);
        $Text=preg_replace("/\[fly\](.+?)\[\/fly\]/is","",$Text);
        $Text=preg_replace("/\[move\](.+?)\[\/move\]/is","",$Text);
        $Text=preg_replace("/\[shadow=([#0-9a-z]{1,10})\,([0-9]{1,3})\,([0-9]{1,2})\](.+?)\[\/shadow\]/is","",$Text);
        return $Text;
        }
 
 }

                   

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools