很不错的一个UBB代码_ASP基础

<%
Function HTMLEncode(ByVal strValue)
 '忽略错误
 On Error Resume Next
 '定义变量
 Dim strNewValue
 If strValue <> "" Then
  strNewValue = Replace(strValue,"<","<")
  strNewValue = Replace(strNewValue,">",">")
  strNewValue = Replace(strNewValue,"'","'")
  strNewValue = Replace(strNewValue,"""",""")
  strNewValue = Replace(strNewValue,vbCrLf,"<br>")
  strNewValue = Replace(strNewValue," "," ")
 End If
 HTMLEncode = strNewValue
 '输出错误
 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"">点击下载该文件</a>") 

RegExp.Pattern="(\[RAR\])(.[^\[]*)(\[\/RAR\])" 
strValue=RegExp.Replace(strValue,"<br><a href=""$2"">点击下载该文件</a>") 

'RegExp.Pattern="(\[UPLOAD=(.[^\[]*)\])(.[^\[]*)(\[\/UPLOAD\])" 
'strValue=RegExp.Replace(strValue,"<br><IMG SRC=""$2.gif"" border=0> <A HREF=""$3"" TARGET=_blank>点击查看或下载该文件</A>") 
'strValue=RegExp.Replace(strValue,"<br><IMG SRC=""$2.gif"" border=0>此主题相关图片如下:<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>以下内容为程序代码:</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>以下内容为程序代码:</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 

'输出错误
If Err.Number>0 Then
  Response.Write Err.Description
  Response.End
End If
End Function
%>

调用:<%=UBBCode(Content)%>

时间: 2024-10-10 10:18:20

很不错的一个UBB代码_ASP基础的相关文章

很不错的一个UBB代码

ubb <%Function HTMLEncode(ByVal strValue) '忽略错误 On Error Resume Next '定义变量 Dim strNewValue If strValue <> "" Then  strNewValue = Replace(strValue,"<","<")  strNewValue = Replace(strNewValue,">",&qu

ASP编程中连接数据库和数据库操作的常用代码_ASP基础

ASP编程常用的代码  1. ASP与Access数据库连接:   复制代码 代码如下: <%   dim conn,mdbfile   mdbfile=server.mappath("数据库名称.mdb")   set conn=server.createobject("adodb.connection")   conn.open "driver={microsoft access driver (*.mdb)};uid=admin;pwd=数据库

简单过滤一下广告的代码_ASP基础

好些人跟我要这段东西,其实是个很简单的代码,下边就是,自己拿去改成函数调用就可 dim strA,strB,isOKstrA = "test,you,fuck,money"    '需要过滤的关键字内容strB = "fasfaefwTestfajkewhfwiTuckjfksajfheyou"    '待检查的内容isOK = False    '判断是否含有待过滤内容,如果返回True即为含有,False就是没有 dim RegExp set RegExp=ne

送给搞采集的兄弟一个sql语句_ASP基础

刚刚采集了一个下午,突然发现发现在title字段里多采集了一些字符进来,并且这些字符都一样的.采集的时候多采集了一个<img src="images/hot.gif">,虽说这几个字符不占多少空间,也不是非常不爽.但是生长首页的时候出了大问题,显示不了.我那就郁闷咯.于是就想办法解决.首先,我尝试通过直接进入dedecms一条条修改记录,但是我的天啊,3000多数据,这样一条条改下来,我还不如自己去人肉更新呢.实在太痛苦了.实在不行,我就干脆从最根源入手,直接修改数据库.于

使用ASP记录在线用户的数量的代码_ASP基础

网络的访问量是每一个做网站的网友们都非常关心的问题.如何得知有多少个人正在访问你的网站呢?如何将每天的访问量记录下来? 下面就是一个解决方案.  当有用户开始访问网站时,服务器端的Global.asa将会被访问.将会给用户开启一个Session.可以给每一个用户设置自己的个人用户信息.这里就不多进行解释了.在Global.asa中有当Application启动和Session启动时的消息响应函数.可以敲入如下的代码. 复制代码 代码如下: < SCRIPT LANGUAGE="VBScri

上一篇,下一篇过程代码_ASP基础

Rem==上一篇== Rem================================================================ Rem= 参数说明: Rem= pid当前ID,prame:栏目前辍(如一般web_news表,字段时一般为wn_**,prame就代表wn) Rem= ptable(表前辍.如一般表名是:站点名_表名(shenzhe_news) ptable:就代表shenzhe) Rem= 说明:采用上面命名法,可使该过程达到通用 Rem=======

方便的大家admin及admin888 经过 md5加密后16位和32位代码_ASP基础

面是 admin 的加密代码: 16位加密:7a57a5a743894a0e 32位加密:21232f297a57a5a743894a0e4a801fc3 admin888的MD5加密码 16位:469e80d32c0559f8 32位:7fef6171469e80d32c0559f88b377245 经常调试源码用的,留个记号,省的以后老是在网上找. 记得另外一种加密方式 admin 加密后是 bfpms

分页代码_ASP基础

分页代码: <%''本程序文件名为:Pages.asp%> <%''包含ADO常量表文件adovbs.inc,可从"\Program Files\Common Files\System\ADO"目录下拷贝%> <!--#Include File="adovbs.inc"--> <%''*建立数据库连接,这里是Oracle8.05数据库 Set conn=Server.CreateObject("ADODB.Conn

asp 防止SQL注入代码_ASP基础

把下面代码复制到每个文件头部就可以防止SQL注入了,写程序安全最重要 :) <% Dim Fy_Url,Fy_a,Fy_x,Fy_Cs(),Fy_Cl,Fy_Ts,Fy_Zx '---定义部份 头------ Fy_Cl = 1    '处理方式:1=提示信息,2=转向页面,3=先提示再转向 Fy_Zx = "Error.Asp"  '出错时转向的页面 '---定义部份 尾------ On Error Resume Next Fy_Url=Request.ServerVaria