<?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>Dominic.Xu&#039;s 博客 &#187; 腾讯</title>
	<atom:link href="http://xuplus.com/article/tag/%e8%85%be%e8%ae%af/feed" rel="self" type="application/rss+xml" />
	<link>http://xuplus.com</link>
	<description>Web 2.0 生活</description>
	<lastBuildDate>Wed, 24 Aug 2011 05:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>一个快速申请免费QQ号码的方法</title>
		<link>http://xuplus.com/article/2008/01/a80.html</link>
		<comments>http://xuplus.com/article/2008/01/a80.html#comments</comments>
		<pubDate>Tue, 08 Jan 2008 07:21:23 +0000</pubDate>
		<dc:creator>Dominic</dc:creator>
				<category><![CDATA[软件应用]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[腾讯]]></category>

		<guid isPermaLink="false">http://xuplus.com/article/2008/01/a80.html</guid>
		<description><![CDATA[腾讯网站上申请一个免费的QQ号码还是比较麻烦的，但腾讯给国外的用户提供了一个很便捷的申请页面：http://signup.qq.com。 现在我们可以用这个页面很快申请到一个以8开头的免费9位QQ号码，这个方式好像每个IP每天只能申请一个。而且这个页面上填写表单的位置还会变化呢。 只需要选择位置、语言、填入昵称和年龄加上验证码就可以申请到一个QQ号，一口气申请了10个，挑中一个858531AAB的号码。 标签： QQ, 腾讯]]></description>
			<content:encoded><![CDATA[<p>腾讯网站上申请一个免费的QQ号码还是比较麻烦的，但腾讯给国外的用户提供了一个很便捷的申请页面：<a href="http://signup.qq.com"><u>http://signup.qq.com</u></a>。</p>
<p>现在我们可以用这个页面很快申请到一个以8开头的免费9位QQ号码，这个方式好像每个IP每天只能申请一个。而且这个页面上填写表单的位置还会变化呢。</p>
<p>只需要选择位置、语言、填入昵称和年龄加上验证码就可以申请到一个QQ号，一口气申请了10个，挑中一个858531AAB的号码。</p>

	标签： <a href="http://xuplus.com/article/tag/qq" title="QQ" rel="tag">QQ</a>, <a href="http://xuplus.com/article/tag/%e8%85%be%e8%ae%af" title="腾讯" rel="tag">腾讯</a><br />
]]></content:encoded>
			<wfw:commentRss>http://xuplus.com/article/2008/01/a80.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>遭遇腾讯SOSO爬虫攻击</title>
		<link>http://xuplus.com/article/2007/06/a34.html</link>
		<comments>http://xuplus.com/article/2007/06/a34.html#comments</comments>
		<pubDate>Wed, 20 Jun 2007 18:01:52 +0000</pubDate>
		<dc:creator>Dominic</dc:creator>
				<category><![CDATA[网站管理]]></category>
		<category><![CDATA[SOSO]]></category>
		<category><![CDATA[攻击]]></category>
		<category><![CDATA[爬虫]]></category>
		<category><![CDATA[腾讯]]></category>

		<guid isPermaLink="false">http://xuplus.com/?p=34</guid>
		<description><![CDATA[晚间老婆公司一台服务器非常慢，页面几乎打不开，CPU占用率也非常高，还以为收到攻击呢，晚间正是Google、baidu搜索网站的时间，网站如此慢肯定不行的，通过网关的防火墙查看到如此深夜来自于58.61.164.142、58.61.164.140、58.61.164.138这三个IP访问量奇高无比而且频率非常快，Google一下发现是SOSO的爬虫，以前见识过baidu的爬虫扒网站速度奇快导致流量很高、网站无反应，谁知道腾讯这个烂公司的无良程序员也写出这种攻击式的爬虫程序（它速度快了，其它爬虫就慢了，例如baidu、google）。 设置一个条件封锁所有来自58.61.164.*的流量，顿时服务器恢复正常。对应iptable语句为： iptables -A FORWARD -j DROP -p tcp -s 58.61.164.1/24 apache的.htaccess文件设置如下也可： order allow,deny deny from 58.61.164. allow from all 如果只需要封锁soso爬虫的5个ip，可以用58.61.164.136/29。 最奇怪的是soso上面写着搜索结果有Google提供，怎么自己也弄个爬虫呢，太变态了。有没有一个网站列出所有这些无良爬虫的IP哦。 不知道做一个这样的网站会不会被干掉。 标签： SOSO, 攻击, 爬虫, 腾讯]]></description>
			<content:encoded><![CDATA[<p><font size="3">晚间老婆公司一台服务器非常慢，页面几乎打不开，CPU占用率也非常高，还以为收到攻击呢，晚间正是Google、baidu搜索网站的时间，网站如此慢肯定不行的，通过网关的防火墙查看到如此深夜来自于58.61.164.142、58.61.164.140、58.61.164.138这三个IP访问量奇高无比而且频率非常快，Google一下发现是SOSO的爬虫，以前见识过baidu的爬虫扒网站速度奇快导致流量很高、网站无反应，谁知道腾讯这个烂公司的无良程序员也写出这种攻击式的爬虫程序（它速度快了，其它爬虫就慢了，例如baidu、google）。</font></p>
<p><font size="3">设置一个条件封锁所有来自58.61.164.*的流量，顿时服务器恢复正常。对应iptable语句为：<br />
iptables -A FORWARD -j DROP -p tcp -s 58.61.164.1/24</font></p>
<p><font size="3">apache的.htaccess文件设置如下也可：<br />
order allow,deny<br />
deny from 58.61.164.<br />
allow from all</font></p>
<p><font size="3">如果只需要封锁soso爬虫的5个ip，可以用58.61.164.136/29。</font></p>
<p><font size="3">最奇怪的是soso上面写着搜索结果有Google提供，怎么自己也弄个爬虫呢，太变态了。有没有一个网站列出所有这些无良爬虫的IP哦。</font></p>
<p><font size="3">不知道做一个这样的网站会不会被干掉。</font></p>

	标签： <a href="http://xuplus.com/article/tag/soso" title="SOSO" rel="tag">SOSO</a>, <a href="http://xuplus.com/article/tag/%e6%94%bb%e5%87%bb" title="攻击" rel="tag">攻击</a>, <a href="http://xuplus.com/article/tag/%e7%88%ac%e8%99%ab" title="爬虫" rel="tag">爬虫</a>, <a href="http://xuplus.com/article/tag/%e8%85%be%e8%ae%af" title="腾讯" rel="tag">腾讯</a><br />
]]></content:encoded>
			<wfw:commentRss>http://xuplus.com/article/2007/06/a34.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

