您正在查看 "网络" 分类下的文章
2007年10月21日 星期日 下午 02:55
I was recently trying to create a document collaboration tool for one of my clients. In order to make it a bit easier for the user, I decided I would use FlashPaper to display the uploaded documents they are discussing. It took a couple of hours to figure it out but its pretty simple in the end.
Fi |
2007年08月25日 星期六 下午 08:45
2007年07月12日 星期四 上午 08:02
 已下载:50.81 GB
|
2007年07月11日 星期三 下午 08:30
今天QQ群一人发消息,如下:
在不?告诉你一个好消息,yahoo刚开了一个免费下载铃声的专区,我试了,挺好,地址是:http://cn.wrs.yahoo.com/*%68%74%74%70%3A%2F%2F%79%61%68%6F%6F%6D%70%33%2E%6E%68%75%69%38%37%2E%63%6E
哈哈。简单的跨站漏洞。
利用: http://cn.wrs.yahoo.com/*http://hi.baidu.com/benben
把http://hi.baidu.com/benben替换成你要跨的站,然后加密下就可以啦! |
2007年07月08日 星期日 下午 05:28
2007年06月25日 星期一 下午 12:55
2007年06月23日 星期六 下午 03:36
Response.ContentType="application/xml"
Response.Charset="utf-8"
Response.Write("<?xml version=""1.0"" encoding=""utf-8""?>")
response.Write("<firstNode>")
response.Write("<childNode name='12'/>")
response.write ("</firstNode>") |
2007年06月21日 星期四 下午 04:33
外 套: wrap
主导航: mainnav
子导航: subnav
页 脚: footet
整个页面: content
页 眉: header
页 脚: footer
商 标: label
标 题: title
主导航: mainbav(globalnav)
顶导航: topnav
边导航: sidebar
左导航: leftsidebar
右导航: rightsidebar
旗 志: logo
标 语: banner
菜单内容1: menu1 content
菜单容量: menu container
子菜单: submenu
边导航图标:sidebarIcon |
2007年06月16日 星期六 上午 01:55
2007年06月11日 星期一 下午 02:14
user.php
查找$_GET['keyword']替换为$keyword
查找if(isset($_REQUEST['keyword'])){$keyword=sanitize($_REQUEST['keyword'], 3);}
加上f(isset($_GET['keyword'])){$keyword=sanitize($_GET['keyword'], 3);}
感谢 皮皮 发现! |
|
|