All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
WML学习(三)-显示文本_[XML教程]
Asp.Net,Ajax,学习笔记10,JavaScript的原生类型以及相关扩展(下)_[Asp.Net教程]
Sql,server,2005的XML最佳实施策略(2)_[SQL,Server教程]
Delphi类qq的程序界面实例
优化SQL Server数据库的方法_[SQL Server教程]
ASP.NET技巧:在GridView中使用Cache_[Asp.Net教程]
分享:SQLSERVER,2005安装心得_[SQL,Server教程]
ASP.NET中为DataGrid添加单选框_[Asp.Net教程]
查询数据库中重复记录的方法_[SQL Server教程]
过滤ASP.NET输出HTML中的无用空格_.net资料_编程技术
Reading number is top 10 pictures
Absolutely shocked. National geographic 50 animal photographys8
9.3阅兵全景图4-陸海空现代化兵种方阵梯队
Born After 90 Beijing sports university campus flower photos4
做运动的校花2
From China fortress sora aoi5
Sora aoi calligraphy show
水晶头骨造型的酒瓶
中国处女图鉴2
A man's favorite things12
The cat shit
Download software ranking
Dance with duck(male prostitution)
天龙八部最新服务端
豪门浪荡史
C语言教程TXT
Red cliff
dreamweaver8中文版
Unix video tutorial6
实战黑客不求人
徐若瑄成名作“魔鬼天使”
网络管理员第三版
归海一刀 published in(发表于) 2014/2/17 7:36:50 Edit(编辑)
PHP技巧:过滤在线编辑器产生的不安全html代码_[PHP教程]

PHP技巧:过滤在线编辑器产生的不安全html代码_[PHP教程]

PHP技巧:过滤在线编辑器产生的不安全html代码_[PHP教程]

























/**
* 过滤在线编辑器产生的不安全html代码.
*
* PHP versions 4 and 5
*
* @copyright 版权所无,任意传播.
* @link http://www.52sunny.net
* @name html过滤
* @version v 0.0.10
* @author Lucklrj (sunny_lrj@yeah.net,qq:7691272)
* @lastmodified 2006-06-09 10:42 (Tue, 2006-06-09)
* @notice 此版本只过滤js,框架,表单。
作者能力有限,使用本程序若产生任何安全问题,与本人无关。
欢迎来信与我交流。
*/
str="






";
//str="url(javascript:x)";

/*不需要过滤的数组*/
htm_on=array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"");

htm_on_uper=array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"");

/*字符格式*/
str=strtolower(str);
str=preg_replace("/s+/", " ", str);//过滤回车
str=preg_replace("/ +/", " ", str);//过滤多个空格

/*过滤/替换几种形式的js*/
str=preg_replace("/<(script.*?)>(.*?)<(/script.*?)>/si","",str);//删除格式,
//str=preg_replace("/<(script.*?)>(.*?)<(/script.*?)>/si","&lt;\1&gt;\2&lt;\3&gt;",str);//替换为可以显示的,

str=preg_replace("/<(script.*?)>/si","",str);//删除


添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.