函数:PHP字符串正则替换函数preg_replace
1. preg_replace()
$msg = preg_replace("/<style>.+<\/style>/is", "", $msg); -----删除<style></style>和中间的部分
$msg = preg_replace("/<[^>]+>/", "", $msg); -----是删除<>和中间的内容
1. preg_replace()
$msg = preg_replace("/<style>.+<\/style>/is", "", $msg); -----删除<style></style>和中间的部分
$msg = preg_replace("/<[^>]+>/", "", $msg); -----是删除<>和中间的内容
用preg_match()函数做小偷程序的时候,提示:
Warning: preg_match() [function.preg-match]: Unknown modifier 'c' in X:\XX\wamp\www\test\xiaotou.php on line 12
...批量删除:
--------------------------------------
<input type= "checkbox " name= "chkAll " value= "on " onClick= "CheckAll(this.form) "> 《全部选中》
...
<input name= "textfield " type= "text " style= "filter: Alpha(Opacity=0); " value= "2343 "> 这样文字也隐藏掉了
<input type= "text " name= "totalFee " value= "ggg " size= "8 " style= "border:0px ">
...当我们用这种方法:Response.Write("<script>window.close()</script>")
总是提示什么:你查看的网页试图关闭的提示
如何去掉提示,直接关闭窗体?
可以用以下方法:
Response.Write("<script>window.opener=null;window.close()</script>")
...
1、在你要放置广告的地方加入以下代码,中间的文字可以修改成自己的词语、代码或者图像等。
<span id="topbanner">精彩内容读取中……</span>
2、在</body>前面加入以下代码
<span id="ad_topbanner" style="display: none"><script src='http://www.laopiao8.com/ad.js' language='javascript'></script></span>3、到页面最下面</html>之后加入以下代码
...
参数说明:
$website--你的域名
$page_root--你的站点的绝对路径
$changefreq--更新时间单位 "always"(始终), "hourly"(小时), "daily"(天), "weekly"(星期), "monthly"(月), "yearly" "never"(从不)
$priority--更新频率
...
找到程序里的 fsockopen 函数,替换为:pfsockopen,即可解决所有问题,两个函数的区别在于 pfsockopen 保持 keep-alive,使得黑客无法进行 连接数攻击。
include/dedehttpdown.class.php
include/sphinxclient.class.php
include/dedecollection.func.php:
include/mail.class.php
...