<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>梦随风度dê窝 &#187; 防采集</title>
	<atom:link href="http://www.youthfly.net/archives/tag/%e9%98%b2%e9%87%87%e9%9b%86/feed" rel="self" type="application/rss+xml" />
	<link>http://www.youthfly.net</link>
	<description>在风中游走的灵魂</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:01:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>ASP防采集的代码</title>
		<link>http://www.youthfly.net/archives/282.html</link>
		<comments>http://www.youthfly.net/archives/282.html#comments</comments>
		<pubDate>Mon, 26 Feb 2007 03:12:00 +0000</pubDate>
		<dc:creator>梦随风度</dc:creator>
				<category><![CDATA[Programs]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[防采集]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#60;%&#39;作用:文字防复制乱码 函数&#39;Date:2006-3-6&#39;作者:blue2004&#39;参数str 为原文,str1作者也是你自己,reslut产生乱码的种子Function ReadToCode(str,Str1,result)dim namedim i,j,kIf isnull(str) thenReadToCode=""Exit FunctionEnd IfRandomize k=instr(str,"&#60;/P&#62;")Do while k&#62;0result=""for i=0 to 19j=Int(128 * Rnd)+1if j=60 or j=62 thenj=j+1end ifresult =result&#038;chr(j) &#39; 产生随机数。next result="&#60;span style=&#39;DISPLAY: none&#39;&#62;"&#038;result&#038;"&#60;/span&#62;"str=replace(str,"&#60;/p&#62;",result&#038;"&#60;&#39;/p&#62;",1,1)k=instr(str,"&#60;/p&#62;")loopstr=replace(str,"&#60;&#39;/p&#62;","&#60;/p&#62;")k=instr(str,"&#60;br&#62;")Do while k&#62;0result=""for i=0 to 19j=Int(128 * Rnd)+1if j=60 or j=62 thenj=j+1end ifresult =result&#038;chr(j) &#39; 产生随机数。next result="&#60;span style=&#39;DISPLAY: none&#39;&#62;"&#038;result&#038;"&#60;/span&#62;"str=replace(str,"&#60;br&#62;",result&#038;"&#60;&#39;br&#62;",1,1)k=instr(str,"&#60;br&#62;")loopstr=replace(str,"&#60;&#39;br&#62;","&#60;br&#62;")ReadToCode=str&#038;"&#60;div align=right style=&#39;color=gray&#39;&#62;[版权归原作者及"&#038;Str1&#038;"共同拥有，转载请注明出处]&#60;/div&#62;"End FunctionDim a a="嘎嘎，一篇&#60;br&#62;不错的好&#60;p&#62;文章哦&#60;/P&#62;&#60;br&#62;&#60;P&#62;我艹，，让你偷。。木　JJ的家伙,嬲。。&#60;/p&#62;"&#39;Only For Testresponse.write (a)Dim [...]]]></description>
			<content:encoded><![CDATA[<p><code>&lt;%<br/>&#39;作用:文字防复制乱码 函数<br/>&#39;Date:2006-3-6<br/>&#39;作者:blue2004<br/>&#39;参数str 为原文,str1作者也是你自己,reslut产生乱码的种子<br/>Function ReadToCode(str,Str1,result)<br/>dim name<br/>dim i,j,k<br/>If isnull(str) then<br/>ReadToCode=""<br/>Exit Function<br/>End If<br/>Randomize <br/>k=instr(str,"&lt;/P&gt;")<br/>Do while k&gt;0<br/>result=""<br/>for i=0 to 19<br/>j=Int(128 * Rnd)+1<br/>if j=60 or j=62 then<br/>j=j+1<br/>end if<br/>result =result&#038;chr(j) &#39; 产生随机数。<br/>next <br/>result="&lt;span style=&#39;DISPLAY: none&#39;&gt;"&#038;result&#038;"&lt;/span&gt;"<br/>str=replace(str,"&lt;/p&gt;",result&#038;"&lt;&#39;/p&gt;",1,1)<br/>k=instr(str,"&lt;/p&gt;")<br/>loop<br/>str=replace(str,"&lt;&#39;/p&gt;","&lt;/p&gt;")<br/>k=instr(str,"&lt;br&gt;")<br/>Do while k&gt;0<br/>result=""<br/>for i=0 to 19<br/>j=Int(128 * Rnd)+1<br/>if j=60 or j=62 then<br/>j=j+1<br/>end if<br/>result =result&#038;chr(j) &#39; 产生随机数。<br/>next <br/>result="&lt;span style=&#39;DISPLAY: none&#39;&gt;"&#038;result&#038;"&lt;/span&gt;"<br/>str=replace(str,"&lt;br&gt;",result&#038;"&lt;&#39;br&gt;",1,1)<br/>k=instr(str,"&lt;br&gt;")<br/>loop<br/>str=replace(str,"&lt;&#39;br&gt;","&lt;br&gt;")<br/>ReadToCode=str&#038;"&lt;div align=right style=&#39;color=gray&#39;&gt;[版权归原作者及"&#038;Str1&#038;"共同拥有，转载请注明出处]&lt;/div&gt;"<br/>End Function<br/><br/>Dim a <br/>a="嘎嘎，一篇&lt;br&gt;不错的好&lt;p&gt;文章哦&lt;/P&gt;&lt;br&gt;&lt;P&gt;我艹，，让你偷。。木　JJ的家伙,嬲。。&lt;/p&gt;"<br/><br/>&#39;Only For Test<br/>response.write (a)<br/>Dim b<br/>&#39;为配合转换,字符串ａ的大小都替换成小写<br/>b=ReadToCode(LCase(a),"mould","mould.jxgn.cn")&nbsp;&nbsp;&#39;把"mould"及"mould.jxgn.cn" 换成你的网址.<br/>&#39;Output<br/>response.write b<br/>%&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youthfly.net/archives/282.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

