搜索 “seth”

不再关注网络安全

php后门函数分析

  • 2012-05-06
  • 周边
  • 2358 阅读

php后门木马对大家来说一点都不陌生吧,但是它的种类您又知多少呢? php后门木马常用的函数大致上可分为四种类型: 1. 执行系统命令: system, passthru, shell_exec, exec, popen, proc_open 2. 代码执行与加密: eval, assert, call_user_func,base64_decode, gzinfla...

微软官网导航效果

微软官网导航效果

  • 2012-01-27
  • 前端
  • 2401 阅读

微软官网导航效果在IE6小没有动画效果,顺便也把IE6的效果给加上,兼容IE6 微软官网导航菜单 body{margin:0px;text-align:left;padding:0px;font:12px/140% Arial,Verdana,"微软雅黑";background:#d1d1d1;} ul{margin:0px;padding:0px;list-style-type:none;float:left;} a:focus {outline:0;} .nav{width:920px;height:28px;backgro...

尽可能短的拖动代码

  • 2012-01-05
  • 前端
  • 2031 阅读

兼容所有浏览器,无BUG,看代码及演示: <div id="demo" style="width: 100px; height: 100px; position: absolute; background: red; cursor: move;"></div> <script type="text/javascript">// <![CDATA[ fun...

PHP Web 木马扫描器

  • 2011-12-17
  • 周边
  • 3180 阅读

scanner.php: PHP Web 木马扫描器 PHP <?php /**************PHP Web木马扫描器************************/ /* [+] 作者: alibaba */ /* [+] QQ: 1499281192 ...

兼容IE和FF的设为首页和收藏代码

  • 2011-01-24
  • 前端
  • 2041 阅读

设为首页和加入收藏夹是网页制作很常用的JS脚本,但网上流传的那些脚本,在IE下是没有任何问题的,而在FireFox下就不行了,本文介绍以下可以兼容的脚本,经过修改测试,可以完美兼容各种浏览器。 <html> <head> <scri...

纯JS无间隙文字向上滚动代码

  • 2010-06-18
  • 前端
  • 2792 阅读

收藏备用吧,小效果还会经常用到的 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <...