<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Web Log&#124;…不要怀疑你的网速—本站存放在U·S·A地区 &#187; IP</title>
	<atom:link href="http://fucklenovo.com/wxp/archives/tag/ip/feed" rel="self" type="application/rss+xml" />
	<link>http://fucklenovo.com/wxp</link>
	<description>老子是80后的强人，保持着70后的优秀思想，却拥有90后脑残般的头脑，贱踏完00后艰苦奋斗的道路，活在10后这个人贱人爱的中国社会主义社会……</description>
	<lastBuildDate>Wed, 16 May 2012 03:29:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<!-- podcast_generator="Blubrry PowerPress/4.0" -->
	<itunes:summary>老子是80后的强人，保持着70后的优秀思想，却拥有90后脑残般的头脑，贱踏完00后艰苦奋斗的道路，活在10后这个人贱人爱的中国社会主义社会……</itunes:summary>
	<itunes:author>Web Log|…不要怀疑你的网速—本站存放在U·S·A地区</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://fucklenovo.com/wxp/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>老子是80后的强人，保持着70后的优秀思想，却拥有90后脑残般的头脑，贱踏完00后艰苦奋斗的道路，活在10后这个人贱人爱的中国社会主义社会……</itunes:subtitle>
	<image>
		<title>Web Log|…不要怀疑你的网速—本站存放在U·S·A地区 &#187; IP</title>
		<url>http://fucklenovo.com/wxp/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://fucklenovo.com/wxp</link>
	</image>
		<item>
		<title>IP记录程序，PHP And ASP。。。</title>
		<link>http://fucklenovo.com/wxp/archives/2010/01/11/984</link>
		<comments>http://fucklenovo.com/wxp/archives/2010/01/11/984#comments</comments>
		<pubDate>Sun, 10 Jan 2010 21:57:00 +0000</pubDate>
		<dc:creator>Hack38</dc:creator>
				<category><![CDATA[未处理]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[记录IP访问者地址]]></category>

		<guid isPermaLink="false">http://www.fucklenovo.com/wp/archives/2010/01/11/984</guid>
		<description><![CDATA[先来个PHP的吧：
&#27880;&#24847;&#65306;&#33509;&#26159;&#66;&#65;&#84;&#12289;&#82;&#69;&#71;&#12289;&#67;&#77;&#68;&#31561;&#25209;&#22788;&#29702;&#25991;&#20214;&#65307;&#13;&#10;&#19979;&#36733;&#21518;&#25226;&#32534;&#30721;&#25913;&#25104;&#8220;&#65;&#78;&#83;&#73;&#8221;&#20445;&#23384;&#20877;&#36816;&#34892;&#65306;ip.php&#60;?php
$str = $_SERVER[&#34;REMOTE_ADDR&#34;].&#34;&#160;&#34;.date(&#34;Y-m-d H:i:s&#34;).chr(13).chr(10) .&#34;&#60;br /&#62;\n&#34;;
$getip = $_SERVER[&#34;REMOTE_ADDR&#34;];
echo&#160;&#34;Your IP is:\n&#34; .$getip .&#34;&#60;hr&#62;My E-Mail:LenovoUnion#Gmail.Com,Welcome contact me!&#34;;
$fp = fopen(&#34;ip.htm&#34;,&#34;a&#34;);
fwrite($fp,$str);
fclose($fp);
?&#62;
以下是ASP的：
&#27880;&#24847;&#65306;&#33509;&#26159;&#66;&#65;&#84;&#12289;&#82;&#69;&#71;&#12289;&#67;&#77;&#68;&#31561;&#25209;&#22788;&#29702;&#25991;&#20214;&#65307;&#13;&#10;&#19979;&#36733;&#21518;&#25226;&#32534;&#30721;&#25913;&#25104;&#8220;&#65;&#78;&#83;&#73;&#8221;&#20445;&#23384;&#20877;&#36816;&#34892;&#65306;ip.asp&#60;% 
Dim strIP 
strIP = Request.ServerVariables(&#34;HTTP_X_FORWARDED_FOR&#34;) 
If strIP = &#34;&#34; Then 
strIP = Request.ServerVariables(&#34;REMOTE_ADDR&#34;) 
ipFileAddr=Server.mapPath(&#34;ip.txt&#34;) 
getIP=Request.ServerVariables(&#34;remote_addr&#34;) 
set ipFS=Server.createObject(&#34;Scripting.FileSystemObject&#34;) 
set ipFile=ipFS.openTextFile(ipFileAddr,8) 
ipFile.write(getIP&#38;&#34;　&#34;) 
ipFile.writeLine(now()) 
ipFile.close 
Response.Cookies(&#34;visited&#34;)=&#34;True&#34; 
End If 
%&#62; 
当前时间：&#60;%=Now%&#62;&#60;br /&#62;&#60;hr /&#62;
&#60;h1&#62;请勿做坏事，谢谢合作！&#60;/h1&#62;&#60;br /&#62;&#60;br /&#62;
您的IP地址：&#60;%=strIP%&#62;
&#60;!-- By lsmr 2010.01.11--&#62;
你可能还喜欢下面这些：

bginfo,在桌面上面显示IP，DNS等信息
COME ON BABY&#8230;&#8230;youtube.com
MD2003……[IIS]
asp 格式化时间[小记]
5D8的php读取mdb数据库例子[小记]
asp backdoor
ASP一句话木马
NND，wp_title
WP更新之一，时间问题，本人喜欢24小时制

]]></description>
		<wfw:commentRss>http://fucklenovo.com/wxp/archives/2010/01/11/984/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bginfo,在桌面上面显示IP，DNS等信息</title>
		<link>http://fucklenovo.com/wxp/archives/2009/07/28/834</link>
		<comments>http://fucklenovo.com/wxp/archives/2009/07/28/834#comments</comments>
		<pubDate>Tue, 28 Jul 2009 03:07:16 +0000</pubDate>
		<dc:creator>Hack38</dc:creator>
				<category><![CDATA[未处理]]></category>
		<category><![CDATA[bginfo]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[桌面软件]]></category>

		<guid isPermaLink="false">http://www.fucklenovo.com/wp/archives/2009/07/28/834</guid>
		<description><![CDATA[常常在桌面想看到员工的IP、DNS等等信息，或者说让员工自己找，他们也找不到，还不如来个这种显示软件来得快~~~
微软的东西：http://www.microsoft.com/technet/sysinternals/utilities/BgInfo.mspx
bginfo
&#27880;&#24847;&#65306;&#33509;&#26159;&#66;&#65;&#84;&#12289;&#82;&#69;&#71;&#12289;&#67;&#77;&#68;&#31561;&#25209;&#22788;&#29702;&#25991;&#20214;&#65307;&#13;&#10;&#19979;&#36733;&#21518;&#25226;&#32534;&#30721;&#25913;&#25104;&#8220;&#65;&#78;&#83;&#73;&#8221;&#20445;&#23384;&#20877;&#36816;&#34892;&#65306;bgip.bat@echo off
@bginfo ip.bgi /timer:0
exit
有以下选项：
/TIMER:nn   -Timeout period before applying configuration.
/POPUP      -Display the information in a popup window.
/TASKBAR    -Place an icon in the taskbar status area.
/ALL        -Update wallpaper for all logged in users.
/LOG:
 -Write warnings and errors to a log [...]]]></description>
		<wfw:commentRss>http://fucklenovo.com/wxp/archives/2009/07/28/834/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>COME ON BABY&#8230;&#8230;youtube.com</title>
		<link>http://fucklenovo.com/wxp/archives/2009/07/02/806</link>
		<comments>http://fucklenovo.com/wxp/archives/2009/07/02/806#comments</comments>
		<pubDate>Thu, 02 Jul 2009 06:35:54 +0000</pubDate>
		<dc:creator>Hack38</dc:creator>
				<category><![CDATA[未处理]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[youtube.com]]></category>

		<guid isPermaLink="false">http://www.fucklenovo.com/wp/archives/2009/07/02/806</guid>
		<description><![CDATA[YOUTUBE被封了不只一两天了，实在是受不了GFW了……
C:\windows\system32\drivers\etc\HOSTS
203.208.39.104 www.youtube.com
203.208.39.104 youtube.com
203.208.33.100 gdata.youtube.com
203.208.39.99 upload.youtube.com
203.208.39.99 insight.youtube.com
203.208.39.160 help.youtube.com
203.208.39.104 s.ytimg.com
203.208.39.104 i1.ytimg.com
203.208.39.104 i2.ytimg.com
203.208.39.104 i3.ytimg.com
203.208.39.104 i4.ytimg.com

你可能还喜欢下面这些：

QQ太恶心了
IP记录程序，PHP And ASP。。。
bginfo,在桌面上面显示IP，DNS等信息

]]></description>
		<wfw:commentRss>http://fucklenovo.com/wxp/archives/2009/07/02/806/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Power By Hack38 2012-05-24 09:42:34-This page loaded in ：0.547 seconds with 28 database queries. -->
