<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/css" href="css/atom.css"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title type="html"><![CDATA[笑申Blog]]></title><subtitle type="html"><![CDATA[我是笑申，一个球迷，为足球做了点事情的球迷。]]></subtitle><id>http://www.liushen.net/</id><link rel="alternate" type="text/html" href="http://www.liushen.net/"/><link rel="self" type="application/atom+xml" href="http://www.liushen.net/atom.xml"/><generator uri="http://www.rainbowsoft.org/" version="1.8 Devo Build 80201">RainbowSoft Studio Z-Blog</generator><updated>2008-06-19T06:36:59+08:00</updated><entry><title type="html"><![CDATA[常用javascript 代码(三)]]></title><author><name>amason</name><uri>http://www.footballdown.com</uri><email>kaka52@126.com</email></author><category term="" scheme="http://www.liushen.net/catalog.asp?cate=2" label="IT"/><updated>2008-06-19T06:35:13+08:00</updated><published>2008-06-19T06:35:13+08:00</published><summary type="html"><![CDATA[判断上一页的来源<br/><br/><p class="code"><code>asp:&nbsp;<br/>request.servervariables("HTTP_REFERER")&nbsp;&nbsp;&nbsp;<br/><br/>javascript:&nbsp;<br/>document.referrer&nbsp;&nbsp;</code></p> <br/><br/><br/><br/><br/>最小化、最大化、关闭窗口<br/><br/>[CODE_LITE]<object id=hh1 classid="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11"> <br/><param name="Command" value="Minimize"></object> <br/>...]]></summary><link rel="alternate" type="text/html" href="http://www.liushen.net/post/63.html"/><id>http://www.liushen.net/post/63.html</id></entry><entry><title type="html"><![CDATA[常用javascript 代码(二)]]></title><author><name>amason</name><uri>http://www.footballdown.com</uri><email>kaka52@126.com</email></author><category term="" scheme="http://www.liushen.net/catalog.asp?cate=2" label="IT"/><updated>2008-06-19T06:33:14+08:00</updated><published>2008-06-19T06:33:14+08:00</published><summary type="html"><![CDATA[这样当有人使用"查看"下的"源文件"的时候，看到的将是上面的那段代码，而你真正的文件又躲过一劫。 <br/><br/>禁示另存为 <br/>通过上面的两步好像你的源代码已经安全了，但别忘了，别人还可以将你的页面保存下来，再慢慢分析。不过别担心，下面我们来解决这个问题。 <br/>在你要保密的网页中加入以下代码：<br/><br/><p class="code"><code>&lt;noscript&gt;&lt;iframe&nbsp;src="*.htm"&gt;&lt;/iframe&gt;&lt;/noscript&gt;&nbsp;<br/></code></p><br/><br/>彻底屏蔽右键方法。<br/><br/>[CODE_LITE]<body oncontextmenu="return false"> <br/>...]]></summary><link rel="alternate" type="text/html" href="http://www.liushen.net/post/62.html"/><id>http://www.liushen.net/post/62.html</id></entry><entry><title type="html"><![CDATA[常用javascript 代码(一)]]></title><author><name>amason</name><uri>http://www.footballdown.com</uri><email>kaka52@126.com</email></author><category term="" scheme="http://www.liushen.net/catalog.asp?cate=2" label="IT"/><updated>2008-06-19T06:26:55+08:00</updated><published>2008-06-19T06:26:55+08:00</published><summary type="html"><![CDATA[不能点右键，不用CTRL+A，不能复制作!]]></summary><link rel="alternate" type="text/html" href="http://www.liushen.net/post/61.html"/><id>http://www.liushen.net/post/61.html</id></entry><entry><title type="html"><![CDATA[最新流行网站配色方案]]></title><author><name>amason</name><uri>http://www.footballdown.com</uri><email>kaka52@126.com</email></author><category term="" scheme="http://www.liushen.net/catalog.asp?cate=2" label="IT"/><updated>2008-06-02T03:37:38+08:00</updated><published>2008-06-02T03:37:38+08:00</published><summary type="html"><![CDATA[最新流行网站配色方案]]></summary><link rel="alternate" type="text/html" href="http://www.liushen.net/post/60.html"/><id>http://www.liushen.net/post/60.html</id></entry><entry><title type="html"><![CDATA[discuz论坛错误大全及解决办法]]></title><author><name>amason</name><uri>http://www.footballdown.com</uri><email>kaka52@126.com</email></author><category term="" scheme="http://www.liushen.net/catalog.asp?cate=2" label="IT"/><updated>2008-05-19T17:43:16+08:00</updated><published>2008-05-19T17:43:16+08:00</published><summary type="html"><![CDATA[信息1：Error: Access denied for user: 'linanma@localhost' (Using password: YES)<br/><br/>错误分析：这个是新手安装论坛经常出现的问题之一，产生原因一般有两种<br/><br/>1、数据库用户名或密码不正确引起的错误。<br/><br/>2、config.inc.php的属性不是777。<br/><br/>解决方法：<br/><br/>1、联系空间服务商询问正确的数据库服务器用户名和密码，记住是数据库服务器的密码，别弄错了。<br/><br/>   如果是安装的时候出现这个问题，那就把正确的用户名和密码填到输入框中。<br/>...]]></summary><link rel="alternate" type="text/html" href="http://www.liushen.net/post/59.html"/><id>http://www.liushen.net/post/59.html</id></entry><entry><title type="html"><![CDATA[根据线路、镜像速度分流自动跳转代码]]></title><author><name>amason</name><uri>http://www.footballdown.com</uri><email>kaka52@126.com</email></author><category term="" scheme="http://www.liushen.net/catalog.asp?cate=2" label="IT"/><updated>2008-05-11T05:31:11+08:00</updated><published>2008-05-11T05:31:11+08:00</published><summary type="html"><![CDATA[XML/HTML代码<br/><br/><p class="code"><code>&lt;style&gt;.t&nbsp;{display:none;}&lt;/style&gt;<br/>&lt;p&nbsp;align="center"&gt;正在打开最快的站点……&lt;/p&gt;<br/>&lt;img&nbsp;class="t"&nbsp;src="站A的地址/站标.gif"&nbsp;border="0"&nbsp;onload="window.location.href='站A的地址'"&gt;<br/>&lt;img&nbsp;class="t"&nbsp;src="站B的地址/站标.gif"&nbsp;border="0"&nbsp;onload="window.location.href='站B的地址'"&gt;<br/>...<br/></code></p>]]></summary><link rel="alternate" type="text/html" href="http://www.liushen.net/post/58.html"/><id>http://www.liushen.net/post/58.html</id></entry><entry><title type="html"><![CDATA[根据域名跳转的代码（ASP/PHP）]]></title><author><name>amason</name><uri>http://www.footballdown.com</uri><email>kaka52@126.com</email></author><category term="" scheme="http://www.liushen.net/catalog.asp?cate=2" label="IT"/><updated>2008-05-11T05:27:41+08:00</updated><published>2008-05-11T05:27:41+08:00</published><summary type="html"><![CDATA[ASP<br/><br/><p class="code"><code>&lt;%<br/>if&nbsp;Request.ServerVariables("SERVER_NAME")="mcncc.com"&nbsp;then<br/>response.redirect&nbsp;"1.asp"&nbsp;&nbsp;&nbsp;<br/>else&nbsp;if&nbsp;Request.ServerVariables("SERVER_NAME")="www.mcncc.com"&nbsp;then<br/>response.redirect&nbsp;"2.asp"&nbsp;&nbsp;&nbsp;<br/>else<br/>response.redirect&nbsp;"404.html"&nbsp;&nbsp;&nbsp;<br/>end&nbsp;if<br/>end&nbsp;if<br/>...<br/></code></p>]]></summary><link rel="alternate" type="text/html" href="http://www.liushen.net/post/57.html"/><id>http://www.liushen.net/post/57.html</id></entry><entry><title type="html"><![CDATA[php论坛自动更换头像的小文件]]></title><author><name>amason</name><uri>http://www.footballdown.com</uri><email>kaka52@126.com</email></author><category term="" scheme="http://www.liushen.net/catalog.asp?cate=2" label="IT"/><updated>2008-05-11T05:24:22+08:00</updated><published>2008-05-11T05:24:22+08:00</published><summary type="html"><![CDATA[论坛自动更换头像的小文件<br/><br/><p class="code"><code>php一句就可以搞定.&lt;?readfile(rand(1,5).\'.png\');?&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;<br/>40个字节搞定随机显示图片(PHP)&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;<br/>&lt;?=readfile("./img/".rand(1,4).".jpg")?&gt;</code></p><a href="http://www.liushen.net/upload/论坛自动更换头像的小文件.rar" target="_blank">论坛自动更换头像的小文件.rar</a>]]></summary><link rel="alternate" type="text/html" href="http://www.liushen.net/post/56.html"/><id>http://www.liushen.net/post/56.html</id></entry><entry><title type="html"><![CDATA[Navicat For MySql 8.0.20 破解补丁下载]]></title><author><name>amason</name><uri>http://www.footballdown.com</uri><email>kaka52@126.com</email></author><category term="" scheme="http://www.liushen.net/catalog.asp?cate=2" label="IT"/><updated>2008-05-04T01:36:33+08:00</updated><published>2008-05-04T01:36:33+08:00</published><summary type="html"><![CDATA[好不容易才在网上找到 Navicat For MySql 8.0.20中文版的破解下载。现在特打包上传，供各位朋友下载使用。<br/><br/>压缩包里的navicat8_mysql_cs.exe是在navicat的官方中文网站(http://www.navicat.com.cn)下的原版文件。<br/><br/>而另外一个文件就是破解补丁文件，复制到navicat的安装目录下运行，然后按照提示操作即可。<br/><br/>下载地址：http://www.w2blog.net/download/navicat/Navicat(8.0.20)+Patch.rar<br/>...]]></summary><link rel="alternate" type="text/html" href="http://www.liushen.net/post/55.html"/><id>http://www.liushen.net/post/55.html</id></entry><entry><title type="html"><![CDATA[搞笑的SEO之歌]]></title><author><name>amason</name><uri>http://www.footballdown.com</uri><email>kaka52@126.com</email></author><category term="" scheme="http://www.liushen.net/catalog.asp?cate=2" label="IT"/><updated>2008-05-02T04:44:53+08:00</updated><published>2008-05-02T04:44:53+08:00</published><summary type="html"><![CDATA[<p>搞笑的SEO之歌</p><object width="400" height="300"><param name="movie" value="http://www.tudou.com/v/EYV7BiDtNnE"></param><param name="allowScriptAccess" value="always"></param><param name="wmode" value="transparent"></param><embed src="http://www.tudou.com/v/EYV7BiDtNnE" type="application/x-shockwave-flash" width="400" height="300" allowFullScreen="true" wmode="transparent" allowScriptAccess="always"></embed></object>]]></summary><link rel="alternate" type="text/html" href="http://www.liushen.net/post/54.html"/><id>http://www.liushen.net/post/54.html</id></entry></feed>

