主頁 > 知識(shí)庫 > 很不錯(cuò)的一個(gè)UBB代碼

很不錯(cuò)的一個(gè)UBB代碼

熱門標(biāo)簽:自動(dòng)外呼系統(tǒng)怎么防止封卡 成都銷售外呼系統(tǒng)公司 客服外呼系統(tǒng)呼叫中心 鎮(zhèn)江云外呼系統(tǒng)怎么樣 電話機(jī)器人案例 電話機(jī)器人銷售公司嗎 vue 地圖標(biāo)注拖拽 土地證宗地圖標(biāo)注符號(hào) 保定電銷機(jī)器人軟件
%
Function HTMLEncode(ByVal strValue)
 '忽略錯(cuò)誤
 On Error Resume Next
 '定義變量
 Dim strNewValue
 If strValue > "" Then
  strNewValue = Replace(strValue,"","lt;")
  strNewValue = Replace(strNewValue,">","gt;")
  strNewValue = Replace(strNewValue,"'","#39;")
  strNewValue = Replace(strNewValue,"""","quot;")
  strNewValue = Replace(strNewValue,vbCrLf,"br>")
  strNewValue = Replace(strNewValue," ","nbsp;")
 End If
 HTMLEncode = strNewValue
 '輸出錯(cuò)誤
 If Err.Number>0 Then
  Response.Write Err.Description
  Response.End
 End If
End Function

Function UBBCode(strValue) 
Dim RegExp 
'strValue=HTMLEncode(strValue)
Set RegExp=New RegExp 
RegExp.IgnoreCase =True 
RegExp.Global=True 

If strValue > "" Then
RegExp.Pattern="(\[IMG\])(.[^\[]*)(\[\/IMG\])" 
strValue=RegExp.Replace(strValue,"a href=""$2"" target=_blank>IMG SRC=""$2"" border=0 alt=按此在新窗口瀏覽圖片 onload=""javascript:if(this.width>screen.width-333)this.width=screen.width-333"">/a>") 

RegExp.Pattern="(\[FLASH\])(.[^\[]*)(\[\/FLASH\])" 
strValue=RegExp.Replace(strValue,"OBJECT codebase=""http://download.macromedia.com/pub/sho ... h/swflash.cab#version=4,0,2,0"" classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 width=500 height=400 id=ShockwaveFlash1>PARAM NAME=movie VALUE=""$2"">PARAM NAME=quality VALUE=high>embed src=""$2"" quality=high pluginspage=""") ' target=_blank rel=nofollow>http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"" type=""appl ... 00 height=400>/embed>/OBJECT>") 

RegExp.Pattern="(\[ZIP\])(.[^\[]*)(\[\/ZIP\])" 
strValue=RegExp.Replace(strValue,"br>a href=""$2"">點(diǎn)擊下載該文件/a>") 

RegExp.Pattern="(\[RAR\])(.[^\[]*)(\[\/RAR\])" 
strValue=RegExp.Replace(strValue,"br>a href=""$2"">點(diǎn)擊下載該文件/a>") 

'RegExp.Pattern="(\[UPLOAD=(.[^\[]*)\])(.[^\[]*)(\[\/UPLOAD\])" 
'strValue=RegExp.Replace(strValue,"br>IMG SRC=""$2.gif"" border=0> A HREF=""$3"" TARGET=_blank>點(diǎn)擊查看或下載該文件/A>") 
'strValue=RegExp.Replace(strValue,"br>IMG SRC=""$2.gif"" border=0>此主題相關(guān)圖片如下:br>A HREF=""$3"" TARGET=_blank>IMG SRC=""$3"" border=0 alt=按此在新窗口瀏覽圖片 onload=""javascript:if(this.width>screen.width-333)this.width=screen.width-333"">/A>") 

RegExp.Pattern="(\[URL\])(http:\/\/.[^\[]*)(\[\/URL\])" 
strValue=RegExp.Replace(strValue,"A HREF=""$2"" TARGET=_blank>$2/A>") 

RegExp.Pattern="(\[URL\])(.[^\[]*)(\[\/URL\])" 
strValue=RegExp.Replace(strValue,"A HREF=""$2") ' target=_blank rel=nofollow>http://$2"" TARGET= ... t;/A>") 

RegExp.Pattern="(\*)\])(.[^\[]*)(\[\/URL\])" 
strValue=RegExp.Replace(strValue,"A HREF=""$2"" TARGET=_blank>$3/A>") 

RegExp.Pattern="(\[URL=(.[^\[]*)\])(.[^\[]*)(\[\/URL\])" 
strValue=RegExp.Replace(strValue,"A HREF=""[url]http://$2"" TARGET=_blank>$3/A>") 

RegExp.Pattern="(\[EMAIL\])(\S+\@.[^\[]*)(\[\/EMAIL\])" 
strValue=RegExp.Replace(strValue,"A HREF=""mailto:$2"">$2/A>") 

RegExp.Pattern="(\[EMAIL=(\S+\@.[^\[]*)\])(.[^\[]*)(\[\/EMAIL\])" 
strValue=RegExp.Replace(strValue,"A HREF=""mailto:$2"" TARGET=_blank>$3/A>") 

RegExp.Pattern = "^(http://[A-Za-z0-9\./=\?%\-_~`@':+!]+)" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern = "(http://[A-Za-z0-9\./=\?%\-_~`@':+!]+)$" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern = "[^>=""](http://[A-Za-z0-9\./=\?%\-_~`@':+!]+)" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern = "^(ftp://[A-Za-z0-9\./=\?%\-_~`@':+!]+)" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern = "(ftp://[A-Za-z0-9\./=\?%\-_~`@':+!]+)$" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern = "[^>=""](ftp://[A-Za-z0-9\.\/=\?%\-_~`@':+!]+)" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern = "^(rtsp://[A-Za-z0-9\./=\?%\-_~`@':+!]+)" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern = "(rtsp://[A-Za-z0-9\./=\?%\-_~`@':+!]+)$" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern = "[^>=""](rtsp://[A-Za-z0-9\.\/=\?%\-_~`@':+!]+)" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern = "^(mms://[A-Za-z0-9\./=\?%\-_~`@':+!]+)" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern = "(mms://[A-Za-z0-9\./=\?%\-_~`@':+!]+)$" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern = "[^>=""](mms://[A-Za-z0-9\.\/=\?%\-_~`@':+!]+)" 
strValue=RegExp.Replace(strValue,"a target=_blank href=$1>$1/a>") 

RegExp.Pattern="(\[HTML\])(.[^\[]*)(\[\/HTML\])" 
strValue=RegExp.Replace(strValue,"table width='100%' border='0' cellspacing='0' cellpadding='6' bgcolor='#FFFFFF'>td>b>以下內(nèi)容為程序代碼:/b>br>$2/td>/table>") 

RegExp.Pattern="(\[code\])(.[^\[]*)(\[\/code\])" 
strValue=RegExp.Replace(strValue,"table width='100%' border='0' cellspacing='0' cellpadding='6' bgcolor='#FFFFFF'>td>b>以下內(nèi)容為程序代碼:/b>br>$2/td>/table>") 

RegExp.Pattern="(\[color=(.[^\[]*)\])(.[^\[]*)(\[\/color\])" 
strValue=RegExp.Replace(strValue,"font color=$2>$3/font>") 

RegExp.Pattern="(\[face=(.[^\[]*)\])(.[^\[]*)(\[\/face\])" 
strValue=RegExp.Replace(strValue,"font face=$2>$3/font>") 

RegExp.Pattern="(\[align=(.[^\[]*)\])(.*)(\[\/align\])" 
strValue=RegExp.Replace(strValue,"div align=$2>$3/div>") 

RegExp.Pattern="(\[QUOTE\])(.*)(\[\/QUOTE\])" 
strValue=RegExp.Replace(strValue,"table cellpadding=0 cellspacing=0 border=0 WIDTH=94% bgcolor=#000000 align=center>tr>td>table width=100% cellpadding=5 cellspacing=1 border=0>TR>TD BGCOLOR='#FFFFFF'>$2/table>/table>br>") 

RegExp.Pattern="(\[fly\])(.*)(\[\/fly\])" 
strValue=RegExp.Replace(strValue,"marquee width=90% behavior=alternate scrollamount=3>$2/marquee>") 

RegExp.Pattern="(\[move\])(.*)(\[\/move\])" 
strValue=RegExp.Replace(strValue,"MARQUEE scrollamount=3>$2/marquee>")  

RegExp.Pattern="\[GLOW=*([0-9]*),*(#*[a-z0-9]*),*([0-9]*)\](.[^\[]*)\[\/GLOW]" 
strValue=RegExp.Replace(strValue,"table width=$1 style=""filter:glow(color=$2, strength=$3)"">$4/table>") 

RegExp.Pattern="\[SHADOW=*([0-9]*),*(#*[a-z0-9]*),*([0-9]*)\](.[^\[]*)\[\/SHADOW]" 
strValue=RegExp.Replace(strValue,"table width=$1 style=""filter:shadow(color=$2, strength=$3)"">$4/table>") 

RegExp.Pattern="(\[i\])(.[^\[]*)(\[\/i\])" 
strValue=RegExp.Replace(strValue,"i>$2/i>") 

RegExp.Pattern="(\[u\])(.[^\[]*)(\[\/u\])" 
strValue=RegExp.Replace(strValue,"u>$2/u>") 

RegExp.Pattern="(\[b\])(.[^\[]*)(\[\/b\])" 
strValue=RegExp.Replace(strValue,"b>$2/b>") 

RegExp.Pattern="(\[fly\])(.[^\[]*)(\[\/fly\])" 
strValue=RegExp.Replace(strValue,"marquee>$2/marquee>") 

RegExp.Pattern="(\[size=1\])(.[^\[]*)(\[\/size\])" 
strValue=RegExp.Replace(strValue,"font size=1>$2/font>") 

RegExp.Pattern="(\[size=2\])(.[^\[]*)(\[\/size\])" 
strValue=RegExp.Replace(strValue,"font size=2>$2/font>") 

RegExp.Pattern="(\[size=3\])(.[^\[]*)(\[\/size\])" 
strValue=RegExp.Replace(strValue,"font size=3>$2/font>") 

RegExp.Pattern="(\[size=4\])(.[^\[]*)(\[\/size\])" 
strValue=RegExp.Replace(strValue,"font size=4>$2/font>") 

RegExp.Pattern="(\[center\])(.[^\[]*)(\[\/center\])" 
strValue=RegExp.Replace(strValue,"center>$2/center>") 
End If
Set RegExp=Nothing 
UBBCode=strValue 

'輸出錯(cuò)誤
If Err.Number>0 Then
  Response.Write Err.Description
  Response.End
End If
End Function
%>

調(diào)用:%=UBBCode(Content)%>

標(biāo)簽:懷化 臺(tái)灣 內(nèi)江 重慶 公主嶺 天津 成都 麗江

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《很不錯(cuò)的一個(gè)UBB代碼》,本文關(guān)鍵詞  很不,錯(cuò)的,一個(gè),UBB,代碼,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《很不錯(cuò)的一個(gè)UBB代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于很不錯(cuò)的一個(gè)UBB代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章