账号通
    

账号  

密码  

2603

查看

4

回复
主题:[讨论]关于8.03表情不能调用问题! [收藏主题] 转到:  
zlr2113 当前离线

107

主题

4

广播

1

粉丝
添加关注
级别:一年级

用户积分:1222 分
登录次数:293 次
注册时间:2012/1/1
最后登录:2016/12/10
zlr2113 发表于:2012/4/26 13:21:09   | 只看该作者 查看该作者主题 楼主 
科汛在线商城系统(NET)
打开Kesion.CommonCls.asp找到大概1195行(标红色的)
  1. Dim objRegExp, Match, Matches
  2. Set objRegExp = New Regexp
  3. objRegExp.IgnoreCase = True
  4. objRegExp.Global = True
  5. objRegExp.Pattern = "<.+?>"
  6. Set Matches = objRegExp.Execute(ContentStr)
  7. For Each Match in Matches
  8. ContentStr=Replace(ContentStr,Match.Value,"")
  9. Next
  10. objRegExp.Pattern = "\[.+?\]"
  11. Set Matches = objRegExp.Execute(ContentStr)
  12. For Each Match in Matches
  13. ContentStr=Replace(ContentStr,Match.Value,"")
  14. Next
  15. LoseHtml=ContentStr
  16. Set objRegExp = Nothing


改为:

  1. Dim objRegExp, Match, Matches
  2. Set objRegExp = New Regexp
  3. objRegExp.IgnoreCase = True
  4. objRegExp.Global = True
  5. objRegExp.Pattern = "<.+?>"
  6. Set Matches = objRegExp.Execute(ContentStr)
  7. For Each Match in Matches
  8. ContentStr=Replace(ContentStr,Match.Value,"")
  9. Next
  10. objRegExp.Pattern = "<\/*[^<>]*>"
  11. Set Matches = objRegExp.Execute(ContentStr)
  12. For Each Match in Matches
  13. ContentStr=Replace(ContentStr,Match.Value,"")
  14. Next
  15. LoseHtml=ContentStr
  16. Set objRegExp = Nothing




我也不知道这是什么意思,改了不知道会不会出现漏洞,还需要官方解释呢

 
  支持(1) | 反对(1) 回到顶部顶端 回到底部底部
daier1 当前离线

104

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:113 分
登录次数:12 次
注册时间:2012/4/18
最后登录:2012/5/5
daier1 发表于:2012/5/5 13:25:56   | 只看该作者 查看该作者主题 沙发 
科汛在线商城系统(NET)
好厉害,多学习学习
 
  支持(1) | 反对(1) 回到顶部顶端 回到底部底部
52145t 当前离线

103

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:110 分
登录次数:8 次
注册时间:2012/4/17
最后登录:2012/5/5
52145t 发表于:2012/5/5 13:35:37   | 只看该作者 查看该作者主题 藤椅 
好的,写的不错,呵呵
 
  支持(1) | 反对(0) 回到顶部顶端 回到底部底部
chengbing 当前离线

103

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:108 分
登录次数:12 次
注册时间:2012/4/18
最后登录:2012/5/5
chengbing 发表于:2012/5/5 15:03:26   | 只看该作者 查看该作者主题 板凳 
科汛在线商城系统(NET)
好的,写的不错,呵呵
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
tengxiang 当前离线

385

主题

0

广播

0

粉丝
添加关注
级别:三年级

用户积分:423 分
登录次数:42 次
注册时间:2012/4/3
最后登录:2012/9/13
tengxiang 发表于:2012/5/6 17:57:48   | 只看该作者 查看该作者主题 报纸 
科汛在线商城系统(NET)
我来看看了谢谢分享啊
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行1.00000秒 powered by KesionCMS 9.0