<?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>阿吆</title>
	<atom:link href="http://ayao.cc/feed/" rel="self" type="application/rss+xml" />
	<link>http://ayao.cc</link>
	<description>又无聊了...</description>
	<lastBuildDate>Mon, 09 Jan 2012 10:28:41 +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>hrefer google 排除少年不宜的内容</title>
		<link>http://ayao.cc/2012/01/09/post34/</link>
		<comments>http://ayao.cc/2012/01/09/post34/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 10:28:41 +0000</pubDate>
		<dc:creator>阿吆</dc:creator>
				<category><![CDATA[Hrefer]]></category>

		<guid isPermaLink="false">http://ayao.cc/?p=34</guid>
		<description><![CDATA[&#038;safe=active]]></description>
		<wfw:commentRss>http://ayao.cc/2012/01/09/post34/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rewrite 小记</title>
		<link>http://ayao.cc/2011/12/16/post29/</link>
		<comments>http://ayao.cc/2011/12/16/post29/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 07:11:25 +0000</pubDate>
		<dc:creator>阿吆</dc:creator>
				<category><![CDATA[Temp]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Rewrite]]></category>

		<guid isPermaLink="false">http://ayao.cc/?p=29</guid>
		<description><![CDATA[1、Rewrite规则简介： Rewirte主要的功能就是实现URL的跳转，它的正则表达式是基于Perl语言。可基于服务器级的(httpd.conf)和目录级的(.htaccess)两种方式。如果要想用到rewrite模块，必须先安装或加载rewrite模块。方法有两种一种是编译apache的时候就直接安装rewrite模块，别一种是编译apache时以DSO模式安装apache,然后再利用源码和apxs来安装rewrite模块。 基于服务器级的(httpd.conf)有两种方法，一种是在httpd.conf的全局下直接利用RewriteEngine on来打开rewrite功能;另一种是在局部里利用RewriteEngine on来打开rewrite功能,下面将会举例说明，需要注意的是,必须在每个virtualhost里用RewriteEngine on来打开rewrite功能。否则virtualhost里没有RewriteEngine on它里面的规则也不会生效。 基于目录级的(.htaccess),要注意一点那就是必须打开此目录的FollowSymLinks属性且在.htaccess里要声明RewriteEngine on。 2、举例说明： 例一.下面是在一个虚拟主机里定义的规则。功能是把client请求的主机前缀不是www.kiya.cn和70.40.213.183都跳转到主机前缀为http://www.kiya.cn，避免相同内容的网页有多个指向的域名，如http://kiya.cn。 NameVirtualHost 70.40.213.183:80 ServerAdmin slj@kiya.cn DocumentRoot “/web” ServerName kiya.cn RewriteEngine on #打开rewirte功能 RewriteCond %{HTTP_HOST} !^www.kiya.cn [NC] #声明Client请求的主机中前缀不是www.kiya.cn，其中 [NC] 的意思是忽略大小写 RewriteCond %{HTTP_HOST} !^70.40.213.183 [NC] #声明Client请求的主机中前缀不是70.40.213.183，其中 [NC] 的意思是忽略大小写 RewriteCond %{HTTP_HOST} !^$ #声明Client请求的主机中前缀不为空 RewriteRule ^(.*) http://www.kiya.cn/ [L] #含义是如果Client请求的主机中的前缀符合上述条件，则直接进行跳转到http://www.kiya.cn/,[L]意味着立即停止重写操作，并不再应用其他重写规则。这里的.*是指匹配所有URL中不包含换行字符，()括号的功能是把所有的字符做一个标记，以便于后面的应用.就是引用前面里的(.*)字符。 例二.将输入 en.sicasoft.com 的域名时跳转到www.sicasoft.com RewriteEngine on RewriteCond %{HTTP_HOST} ^en.sicasoft.com [NC] RewriteRule [...]]]></description>
		<wfw:commentRss>http://ayao.cc/2011/12/16/post29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XRumer 7.09 Elite</title>
		<link>http://ayao.cc/2011/12/08/post26/</link>
		<comments>http://ayao.cc/2011/12/08/post26/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 15:11:48 +0000</pubDate>
		<dc:creator>阿吆</dc:creator>
				<category><![CDATA[Temp]]></category>

		<guid isPermaLink="false">http://ayao.cc/?p=26</guid>
		<description><![CDATA[ATTENTION! At updating XRumer to new version do not forget to install in new folder. And before starting new version copy key.lic file from previous install of XRumer 7. This is very important! The program is trained to new types of graphical CAPTCHAs: After checking on server was added more than 5000 new textual captcha, [...]]]></description>
		<wfw:commentRss>http://ayao.cc/2011/12/08/post26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XRumer 宏</title>
		<link>http://ayao.cc/2011/12/08/post23/</link>
		<comments>http://ayao.cc/2011/12/08/post23/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 15:08:32 +0000</pubDate>
		<dc:creator>阿吆</dc:creator>
				<category><![CDATA[XRumer]]></category>

		<guid isPermaLink="false">http://ayao.cc/?p=23</guid>
		<description><![CDATA[{#A1&#124;2&#124;3} 比如网站Url 1,2,3 {#Aa&#124;b&#124;c} 比如网站Keyword a,b,c {#Aaa&#124;bb&#124;cc} 比如做轮的Url 这类的大家都比较熟悉吧，当然一个Projects里有要放多个站或Url且对应不同的关键词时用的到 有一点一定要注意就是数量一定相同 跟上面一样 #file_links_A[C:\Temp\File1.txt,1,N] #file_links_A[C:\Temp\File2.txt,1,N] #file_links_A[C:\Temp\File3.txt,1,N]]]></description>
		<wfw:commentRss>http://ayao.cc/2011/12/08/post23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XRumer Proxyc engine.php</title>
		<link>http://ayao.cc/2011/12/05/post17/</link>
		<comments>http://ayao.cc/2011/12/05/post17/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 06:57:09 +0000</pubDate>
		<dc:creator>阿吆</dc:creator>
				<category><![CDATA[Temp]]></category>

		<guid isPermaLink="false">http://ayao.cc/?p=17</guid>
		<description><![CDATA[祸害别人&#8230; inurl:engine.php http://www.lights-hardware.com/proxyx/engine.php http://www.torgport.ru/proxyc/engine.php http://botmasterlabs.net/proxy/http/engine.php http://lotr.name/proxyc2/engine.php http://wheel.lv/proxyc/engine.php http://www.doylelewis.com/proxyc/engine.php http://botmasterru.com/proxy/http/engine.php http://no1-999.info/proxyc1/engine.php http://www.houqin.henu.edu.cn/templets/system/proxy/engine.php http://rusureg.ru/proxyc/engine.php http://premiumsms.ru/polsan/bush.php http://exitmatrix.ru/proxycssss/engine.php http://mp3za.ru/proxyc/engine.php http://kinectclub.com.ua/jkjk3n8f9d8f9d/engine.php http://www.grusla.com/proxyc/engine.php http://tovargolds.ru/11/engine.php http://test.san-ta-maria.org/proxyc/engine.php http://colddeck.info/proxyc2/engine.php http://nolyk.info/asd1/engine.php http://www.kleopatra-shop.ru/proxyc/engine.php http://www.valik.biz/px/_socks_.php http://ukr-hosting.com/prox1/engine.php http://www.nsites.ru/proxyc2/engine.php http://c-clomiphene.info/proxyc/engine.php http://sat-klon.com.ua/proxyc/engine.php http://awdxvsdgsdg.com/proxyc/engine.php http://castv.ru/proxyc/engine.php http://rassilkanadoski.ru/proxyc/engine.php http://phdudch.my3gb.com/1/engine.php http://retropornzone.com/proxy-temp/proxyc-83/engine.php http://www.versace-sunglasses-online.com/proxyc/engine.php http://mdsoll.cn/prc/engine.php http://sitelistinfo.com/proxyc/engine.php http://bahusnet.ru/proxyc/engine.php http://ares.prohost.pl/proxyc/engine.php http://film-in.net/proxyc/engine.php http://www.rapeblog.info/testo/engine.php http://www.vanzarianimale.ro/proxyc/engine.php http://www.proinweb.pl/1/engine.php http://bound-gfs.com/proxyc/engine.php http://87.118.126.153/~ftp123/proxyc1/engine.php http://grinstyle.com.ua/proxyc/engine.php http://classservice.com/proxyc/engine.php http://www.game4me.ru/proxyc/engine.php http://topbrandmy.com/proxyc/engine.php http://art-dance.com.ua/proxyc/engine.php http://babykids-nn.ru/pproxyc/engine.php http://teens-bravo.com/proxyc/engine.php http://fl1rt.com/pr/engine.php http://www.mir74.ru/proxyc/engine.php http://no1jkw.info/proxyc02/engine.php http://rsgoldvids.com/backlink/proxyc/engine.php http://www.dirty-money.com/monkey/engine.php [...]]]></description>
		<wfw:commentRss>http://ayao.cc/2011/12/05/post17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XRumer的Email设置</title>
		<link>http://ayao.cc/2011/11/03/post10/</link>
		<comments>http://ayao.cc/2011/11/03/post10/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 02:41:51 +0000</pubDate>
		<dc:creator>阿吆</dc:creator>
				<category><![CDATA[XRumer]]></category>
		<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://ayao.cc/?p=10</guid>
		<description><![CDATA[XRumer的Email Gmail的一账号变多账号的 要用到的软件gmailapp &#160; 也可以使用自己的域名建立一个邮局,设置把不存在的邮箱地址都转到某一个邮箱内(如:abc@abc.com). &#160; &#160;]]></description>
		<wfw:commentRss>http://ayao.cc/2011/11/03/post10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XRumer的 LinksList ZLinksList RLinksList ELinksList</title>
		<link>http://ayao.cc/2011/11/03/post7/</link>
		<comments>http://ayao.cc/2011/11/03/post7/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 02:11:31 +0000</pubDate>
		<dc:creator>阿吆</dc:creator>
				<category><![CDATA[XRumer]]></category>
		<category><![CDATA[ELinksList]]></category>
		<category><![CDATA[LinksList]]></category>
		<category><![CDATA[RLinksList]]></category>
		<category><![CDATA[ZLinksList]]></category>

		<guid isPermaLink="false">http://ayao.cc/?p=7</guid>
		<description><![CDATA[简单版: linkslist id* 要发的链接   Zlinkslist id*.txt  发送成功后的链接数据保存下来 Mlinkslist id*.txt  需要手动激活验证链接的 Rlinkslist id*.txt  回复列表 Elinkslist id*.txt  用来编辑以前发的帖子的列表 详细版: LinksList：标准数据库类型(使默认情况下)。LinksList并不意味着,在数据库中备案世界上只有论坛。它是有条件的。文件名格式为:LinksList id * .txt,在那里* -数据库中备案的标识符,数据库链接显示。标签。 ZLinksList 这个数据库成立与会期间,经历LinksList和MLinksList数据库。这种模式的过程中几次快一点,因为的链接,储存在这个数据库,直接指向了页面的消息被寄送。然而,如果在数据库的基本部分在论坛上的影响,必须加速登记实际上并不会。文件名称的格式为 ZLinksList id * .txt,在那里* -数据库中备案的标识符,数据库链接显示选项卡。 RLinksList (Question-answer)：该数据库在课程进行中形成了经过LinksList,ZForumList和MLinksList数据库。认为直接连结应答页的先前公布的消息在论坛(如适用)。在其他RLinksList禁止在绰号(这是需要改变电子邮件也可以创建一个虚拟的对话与回答在两个或多个化名。 MLinksList 激活连接数据库,形成了自动下载激活链接,在从电子邮件收件箱仅产生了(它是通过电子邮件如果在剖面上的活化的选择是建立手动模式)。激活链接来自那些论坛在这电邮激活是强制性的。该数据库在张贴XRumer执行剖面活化和主题创作。题目不会生成如果登记模式将被打开。 ELinksList (Post-editing)： 激活连接数据库,形成了自动下载ELinksList数据库上形成的过程中自动地完成,ZLinksList LinksList张贴,MLinksList。该数据库链接,得救的人今后的编辑早期创造了话题。张贴在ELinksList数据库中备案,XRumer不会产生的新信息,但在你的论坛将会改变文本和标题信息来自较早前的创造规定的数据库。]]></description>
		<wfw:commentRss>http://ayao.cc/2011/11/03/post7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XRumer 7.08 Elite</title>
		<link>http://ayao.cc/2011/11/02/post5/</link>
		<comments>http://ayao.cc/2011/11/02/post5/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 02:44:04 +0000</pubDate>
		<dc:creator>阿吆</dc:creator>
				<category><![CDATA[XRumer]]></category>

		<guid isPermaLink="false">http://ayao.cc/?p=5</guid>
		<description><![CDATA[Today was uploaded new version &#8211; XRumer 7.08. IMPORTANT! TO AVOID ANY PROBLEMS, THIS VERSION SHOULD BE INSTALLED IN NEW FOLDER! After installation, before starting XRumer copy from main folder of old 7.07 XRumer key.lic file to folder of new 7.08 ! +The program is trained to more than 10 new types of graphical CAPTCHAs: [...]]]></description>
		<wfw:commentRss>http://ayao.cc/2011/11/02/post5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>世界，你好！</title>
		<link>http://ayao.cc/2011/10/30/post1/</link>
		<comments>http://ayao.cc/2011/10/30/post1/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 16:00:45 +0000</pubDate>
		<dc:creator>阿吆</dc:creator>
				<category><![CDATA[Temp]]></category>

		<guid isPermaLink="false">http://ayao.cc/?p=1</guid>
		<description><![CDATA[欢迎使用 WordPress。这是系统自动生成的演示文章。编辑或者删除它，然后开始您的博客！]]></description>
		<wfw:commentRss>http://ayao.cc/2011/10/30/post1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

