<?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>網生@誌 &#124; zEUS.&#039;Blog &#187; discuz</title>
	<atom:link href="http://zeuscn.net/index.php/archives/tag/discuz/feed" rel="self" type="application/rss+xml" />
	<link>http://zeuscn.net</link>
	<description>Not Only Wordpress Template, But Also My Life...</description>
	<lastBuildDate>Tue, 03 Jan 2012 13:20:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows2003 IIS6.0 下 WordPress 和 DiscuzX2 的伪静态实现方法</title>
		<link>http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html</link>
		<comments>http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html#comments</comments>
		<pubDate>Tue, 09 Aug 2011 12:47:24 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[网络相关]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[Discuz X2]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IIS6.0]]></category>
		<category><![CDATA[ISAPI_REWRITE]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[伪静态]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=1041</guid>
		<description><![CDATA[本文介绍的伪静态方法经过我亲自试验在 Winodows 2003 IIS6.0 下100%可用，具体效果可以参考本站：http://zeuscn.net 和论坛：http://bbs.zeuscn.net，实现伪静态的方法主要是利用了 IIS 的一个组件：ISAPI_REWRITE ISAPI_Rewrite is a powerful regular-expressions-based URL rewriter for IIS. It is compatible with Apache mod_rewrite making it possible to move configurations from Apache to IIS and vice versa just by copying .htaccess files (please see this compatibility chart). It is used for search engine optimization, to proxy [...]]]></description>
			<content:encoded><![CDATA[<p>本文介绍的伪静态方法经过我亲自试验在 Winodows 2003 <a href="http://zeuscn.net/archives/tag/iis" class="st_tag internal_tag" rel="tag" title="标签 IIS 下的日志">IIS</a>6.0 下100%可用，具体效果可以参考本站：<a href="http://zeuscn.net" target="_blank">http://zeuscn.net</a> 和论坛：<a href="http://bbs.zeuscn.net" target="_blank">http://bbs.zeuscn.net</a>，实现伪静态的方法主要是利用了 IIS 的一个组件：<strong><a href="http://www.helicontech.com/isapi_rewrite/" target="_blank">ISAPI_REWRITE</a></strong></p>
<blockquote><p><a href="http://zeuscn.net/archives/tag/isapi_rewrite" class="st_tag internal_tag" rel="tag" title="标签 ISAPI_REWRITE 下的日志">ISAPI_Rewrite</a> is a powerful regular-expressions-based URL rewriter for IIS. It is compatible with Apache mod_rewrite making it possible to move configurations from Apache to IIS and vice versa just by copying .htaccess files (please see this compatibility chart). It is used for search engine optimization, to proxy another server&#8217;s content, stop hotlinking or strengthen server security.</p></blockquote>
<p><a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 和 <a href="http://zeuscn.net/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="标签 discuz 下的日志">Discuz</a> X2 实现 <a href="http://zeuscn.net/archives/tag/windows-2003" class="st_tag internal_tag" rel="tag" title="标签 Windows 2003 下的日志">Windows 2003</a> IIS 下伪静态的步骤简单的来说只有2个：<br />
1、安装 ISAPI_REWRITE 组件；<br />
2、导入规则。</p>
<p>分别下载：<a href="http://zeuscn.net/wp-content/download/Rewrite-wp.zip">ISAPI_REWRITE for WordPress</a>，<a href="http://zeuscn.net/wp-content/download/Rewrite-dz.zip">ISAPI_REWRITE for Discuz</a><br />
解压缩之后将他们上传到你的 Windows 服务器上，默认是直接放在C盘跟目录，不过放在其他目录下也没问题，比如分别放在 WordPress 和 Discuz 的根目录也可以。</p>
<p>接下来是第一步，安装 ISAPI_REWRITE 组件：<br />
在IIS中右击站点→“属性”→“ISAPI筛选器”→“添加”，在弹出的对话框中指定 ISAPI_Rewrite.dll 的位置并输入筛选器名称，如下图：<br />
<div id="attachment_1042" class="wp-caption aligncenter" style="width: 516px"><img src="http://zeuscn.net/wp-content/uploads/2011/08/ISAPI.jpg" alt="ISAPI 组件安装" title="ISAPI 组件安装" width="506" height="486" class="size-full wp-image-1042" /><p class="wp-caption-text">ISAPI 组件安装</p></div></p>
<p>设完之后重启一下 IIS（有时候也不需要重启，不知道为何 -_-），检查一下站点属性页的“ISAPI筛选器”选项卡，如果是下图这个样子，说明 ISAPI_Rewrite.dll 加载成功：<br />
<div id="attachment_1043" class="wp-caption aligncenter" style="width: 420px"><img src="http://zeuscn.net/wp-content/uploads/2011/08/ISAPI-install.jpg" alt="ISAPI 安装成功" title="ISAPI 安装成功" width="410" height="342" class="size-full wp-image-1043" /><p class="wp-caption-text">ISAPI 安装成功</p></div></p>
<p>第二部导入规则，Wordpress 和 Discuz 的伪静态规则 httpd.ini 我已经打包在上面2个下载文件里了，这2个规则也不是我自己写的，全部都是在网上找到的，经过我的测试可以正常使用。大家只需要把 httpd.ini 分别移动到2个程序的根目录下即可生效。</p>
<p>So easy ，Windows 主机下的 WordPress 和 Discuz 就都支持了伪静态功能，最后大家要做的就是分别进入他们的后台简单设置成自己需要的形式即可。</p>
<p>我使用的是 Windows 的 VPS，可以直接登录主机进行安装，如果你使用的只是 Windows 虚拟主机请联系你的 IDC 提供商帮助你进行以上的操作。</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 23日</a>, <a href='http://servinion.weebly.com' rel='external nofollow' class='url'>servinion</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 25日</a>, <a href='http://PromiseProductionsUSA.com' rel='external nofollow' class='url'>Dallas Marketing</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 26日</a>, <a href='http://www.youtube.com/watch?v=yiq9yKtCBxs' rel='external nofollow' class='url'>Siesta Key Vacations</a> writes: <strong>Siesta Key Condo Rentals...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 26日</a>, <a href='http://DallasLingerieBoudoir.com' rel='external nofollow' class='url'>Dallas Boudoir Photographer</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 26日</a>, <a href='http://dallasfamilyportraits.com' rel='external nofollow' class='url'>Dallas Family Portrait Photographer</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 26日</a>, <a href='http://www.americanantigravity.com/video/richard-obousy-on-warp-drives.html' rel='external nofollow' class='url'>Warp Drives</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 26日</a>, <a href='http://www.18004smiles.com' rel='external nofollow' class='url'>Find a dentist</a> writes: <strong>Teeth whitening san diego...</strong>

[...]check out some links to web sites that we link to because we think they are worth visiting[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://bestbcaa.ucoz.com' rel='external nofollow' class='url'>best bcaa</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://phillipjcannella.com/phil-cannella-questions/' rel='external nofollow' class='url'>Phil Cannella</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://airfareshotel.com' rel='external nofollow' class='url'>airfare deals</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://hometownbuffetcouponss.com/' rel='external nofollow' class='url'>Hometown Buffet Coupons</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://lowcostcruisesdeals.com/' rel='external nofollow' class='url'>Low Cost Cruises</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://evil-wizards.org/swtor-wiki/index.php?title=User:ExaltacionCarmichael2893' rel='external nofollow' class='url'>LED Lights</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://nocleg.jimdo.com/' rel='external nofollow' class='url'>noclegi zakopane</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://www.paranormalactivitiesltd.com/' rel='external nofollow' class='url'>ghost hunting</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://www.cosielectronics.com' rel='external nofollow' class='url'>SATNAV</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://wallinside.com/login-donovanfrank422.html' rel='external nofollow' class='url'>Dentist Reviews</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 28日</a>, <a href='http://cleaning-business-tips.blogspot.com/' rel='external nofollow' class='url'>how to start a cleaning business</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 28日</a>, <a href='http://www.myhotarticle.com/amerikali-egitmenlerden-ingilizce-dersleri/' rel='external nofollow' class='url'>uzaktan egitim</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 28日</a>, <a href='http://mdforo.110mb.com/showthread.php?p=347929' rel='external nofollow' class='url'>Purchase Twitter followers</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 28日</a>, <a href='http://www.bestoutsources.com' rel='external nofollow' class='url'>twitter</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 28日</a>, <a href='http://www.showhomesstpetersburg.com' rel='external nofollow' class='url'>Florida Interior Decorators</a> writes: <strong>Its hard to find good help...</strong>

I am forever saying that its difficult to get quality help, but here is...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 29日</a>, <a href='http://www.evelyne-escort.com' rel='external nofollow' class='url'>Escort girl Paris</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 29日</a>, <a href='http://www.freshstartliving.com/' rel='external nofollow' class='url'>investment properties</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://www.whats-shakn.com/' rel='external nofollow' class='url'>Marketing</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://bit.ly/zD3YYW' rel='external nofollow' class='url'>Organo Gold</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://ProjectPaydaypays.com' rel='external nofollow' class='url'>Project Payday</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://sunnyvalefinehomes.com/index.php/2011/11/understand-how-to-play-bingo/' rel='external nofollow' class='url'>how to play bingo</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://www.hausdeshundes.de' rel='external nofollow' class='url'>Zoofachhandel</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://genewolff.com/5-minute-mogul-review-system-scam/' rel='external nofollow' class='url'>5 minute mogul review</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://tennessee.local.dirtcheappayday.com/wells-fargo-bank-na-in-hermitage-tn-37076/' rel='external nofollow' class='url'>Low Fee Payday Loans</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 31日</a>, <a href='http://www.hugeyields.biz' rel='external nofollow' class='url'>work at home</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 31日</a>, <a href='http://www.squirreltraining.co.uk' rel='external nofollow' class='url'>Walker Schroeden</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 31日</a>, <a href='http://www.amazines.com/article_detail.cfm/3846428?articleid=3846428' rel='external nofollow' class='url'>Stenography Info</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 31日</a>, <a href='http://weightlossmotivationbible.com/' rel='external nofollow' class='url'>motivation for weight loss</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 1日</a>, <a href='http://spidermanscooter.com/index.php/2011/12/how-to-get-rid-of-spots-speedily/' rel='external nofollow' class='url'>how to get blood out of clothes that is dried</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://www.motorsport.com/ferrari-challenge/news/scott-tucker-ready-for-toronto-event/' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://americanlemans.com/primary1.php?cat=driver%7C870' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://pennbadgleyweb.com/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://auto-racing.speedtv.com/article/alms-level-5-targeting-lmp2-return/' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://www.npr.org/templates/story/story.php?storyId=129195925' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://www.tvguide.com/celebrities/penn-badgley/190745' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://www.planetlemans.com/2010/12/11/level-5-motorsports-to-run-2-lmp2-cars-in-2011/' rel='external nofollow' class='url'>Scott Tucker Leawood</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://www.hugeyield.us' rel='external nofollow' class='url'>make money online</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://frederickjerniga.posterous.com/reasons-why-you-should-buy-seo-link-monster' rel='external nofollow' class='url'>SEO Link Monster scam</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://madshopping.net/index.php/headlice-how-to-get-rid-of-the-dilemma/' rel='external nofollow' class='url'>check out here for more info</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://www.dailystrength.org/people/1328892/journal' rel='external nofollow' class='url'>how do I blog</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://bgm.me/r/668147' rel='external nofollow' class='url'>climbing frames</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://myarticlenetworkreview709.tumblr.com/post/16927777679/bring-your-rankings-track-of-these-search-engine' rel='external nofollow' class='url'>my article network review</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://bobmiller3541780.blog.hr/2012/02/1629910187/scott-tucker-payday-loans-are-presently-offering-a-few-of-the-best-rates-about.html' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://johnfoster098.blogspace.fr/3274465/Scott-Tucker-Payday-Loans-Saved-Me-From-Loosing-My-House/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://lucianophillips3.blogspace.fr/3274533/Scott-Tucker-Payday-Loans-Has-Truly-Helped-Me-To-obtain-Again-On-course/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://community.atom.com/Post/Scott-Tucker-Racing-Is-actually-a-Great-Way-To-Pass-Time/03EFBFFFF02591BEC000801865094' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://www.scribd.com/doc/47342821/Free-Brazzers-Password' rel='external nofollow' class='url'>Brazzers Password</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://prsync.com/original-press-releases/how-to-lose-man-boobs-author-publishes-a-free-ebook-on-the-secrets-to-lose-man-boobs-402089/' rel='external nofollow' class='url'>lose man boobs</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://everything-costumes.com' rel='external nofollow' class='url'>Fancy dress costumes</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://www.webwire.com/ViewPressRel.asp?aId=125258' rel='external nofollow' class='url'>clearwater homes clearwater condos</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://ezinearticles.com/?Everything-You-Need-to-Know-About-Medical-Tourism&#038;id=3896750' rel='external nofollow' class='url'>Medical Tourism Houston</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.bankownedhomelistings.com' rel='external nofollow' class='url'>Bank Owned Homes</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://stevemiller784521.webs.com/apps/blog/show/12115287-scott-tucker-cbs-is-available-on-multilple-web-sites' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://scotttuckercbs040.tumblr.com/post/16976404851/scott-tucker-cbs-is-actually-cool-whenever-you-look' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://ryanbrooks229.blogspace.fr/3285687/Scott-Tucker-CBS-Are-available-in-The-local-Look/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://bgm.me/r/676301' rel='external nofollow' class='url'>Scott Tucker Leawood</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://parkerswinford62143.webs.com/apps/blog/show/12116794-scott-tucker-leawood-seems-to-have-it-when-it-comes-to-racing' rel='external nofollow' class='url'>Scott Tucker Leawood</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.plasticbagsforyou.com' rel='external nofollow' class='url'>Plastic Pouches</a> writes: <strong>Types of Food Packaging...</strong>

[...]we like to link to other pages on the web, even if they are not related to us,Below are some pages worth looking at[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.deeph20llc.com' rel='external nofollow' class='url'>smoke damage colorado springs</a> writes: <strong>mold mitigation colorado springs...</strong>

[...]up above are some links to web sites that we link to[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.apartmentsetc.com' rel='external nofollow' class='url'>Apartment In Fort Collins</a> writes: <strong>Fort Collins Apartments...</strong>

[...]underneath are some pages worth going to[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.bpo-companies.com' rel='external nofollow' class='url'>BPO Companies</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.discoverypointfranchise.com' rel='external nofollow' class='url'>Educational Franchise</a> writes: <strong>Day Care Franchise...</strong>

[...]just below, are some totally unrelated web sites to this one, however, they are definitely worth seeing[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 5日</a>, <a href='http://mrhemi426.hpage.com/' rel='external nofollow' class='url'>mopar parts</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 5日</a>, <a href='http://managed1.com' rel='external nofollow' class='url'>Fully Managed Hosting Services</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 5日</a>, <a href='http://freshsmoothierecipes.com' rel='external nofollow' class='url'>smoothie recipes</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 5日</a>, <a href='http://www.tlinks.net/index.php?s=H&#038;c=222&#038;p=2' rel='external nofollow' class='url'>athletes' acceleration</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://www.englandathletics.org/page.asp?section=446&#038;sectionTitle=Resources' rel='external nofollow' class='url'>track and field training</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://www.decksbyschmillen.com' rel='external nofollow' class='url'>Hardwood Decks Colorado Springs</a> writes: <strong>Hardwood Decks Contractor...</strong>

[...]just Below, are some totally worth checking out places[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://www.iblitzmedia.com' rel='external nofollow' class='url'>seo boise</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://www.youtube.com/watch?v=e42C6BLXPOU' rel='external nofollow' class='url'>car insurance austin</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://banknotegallery.blogspot.com' rel='external nofollow' class='url'>Euro</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='https://www.youtube.com/watch?v=06ZOxJL9nKw' rel='external nofollow' class='url'>how to get a girlfriend</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://www.dietpillsjudged.com/dietpills/proactol' rel='external nofollow' class='url'>Proactol Review</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://www.thepoint.com/users/johnruiz1229/profile' rel='external nofollow' class='url'>Gout Treatment Resources</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://www.youtube.com/watch?v=fNIIM5R-nyA' rel='external nofollow' class='url'>maryland short sale expert</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://hannalindblad.se/kontakt/' rel='external nofollow' class='url'>Air Conditioning Repairs</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://www.cellphonespymaster.com' rel='external nofollow' class='url'>free cell phone gps</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://www.vippleasuregirls.co.uk' rel='external nofollow' class='url'>escorts in london</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://creativecommons.tw/blog/20110901' rel='external nofollow' class='url'>Keyword doesn't matter</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://sophiepenson540.yoctown.com/Your-best-guide-To-Online.html' rel='external nofollow' class='url'>Gamestop Coupons</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://www.freecamsporn.com' rel='external nofollow' class='url'>free cam porn</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://escortgirlslosangeles469.tumblr.com/post/17213485314/top-dating-strategies-for-guys-be-considered-a-man' rel='external nofollow' class='url'>escort girls los angeles</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://haydendiaz289.skyrock.com/3067780775-Find-the-Best-SEO-Strategy-For-New-Websites.html' rel='external nofollow' class='url'>SEO Link Monster bonus</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://markmiller823.siterun.eu/index.php?pg=10316' rel='external nofollow' class='url'>best penis extender</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://zoebates033.wordpress.com/2012/02/07/resume-news/' rel='external nofollow' class='url'>resume</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://peytonpennington.insomeways.com/2011/10/01/seo-singapore' rel='external nofollow' class='url'>learn more about seo</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://villagevoicepimp.com/' rel='external nofollow' class='url'>Village Voice</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://www.amazon.com/gp/product/B0075PD5V4' rel='external nofollow' class='url'>skate ski boot</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://www.youtube.com/watch?v=I_DRuyoYKBo' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 9日</a>, <a href='http://musiccityinteractive.com/monday-funday-iphone%E2%80%99s-siri-virtual-assistant-vs-human-assistant/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 9日</a>, <a href='http://thecoolmag.com/2011/06/french-montana-feat-rick-ross-wiz-khalifa-choppa-choppa-down-remix/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 9日</a>, <a href='http://www.justbeenpaidreferrals.com' rel='external nofollow' class='url'>just been paid conference</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2009/10/27/dz-theme-pro-cp-green-released.html" title="D&#038;Z Theme Pro Green CP 版发布 (2009年, 十月 27日)">D&#038;Z Theme Pro Green CP 版发布</a> (10)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/16/velle-elle.html" title="wordpress模板：VeLLe ELLe (2007年, 九月 16日)">wordpress模板：VeLLe ELLe</a> (7)</li>
	<li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html" title="BBS.ZEUSCN.NET 上线试水 (2009年, 六月 26日)">BBS.ZEUSCN.NET 上线试水</a> (14)</li>
	<li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html" title="给博客首页增加了一个 Ajax 效果 (2009年, 十一月 8日)">给博客首页增加了一个 Ajax 效果</a> (26)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/15/my-favor-wordpress-plugins.html" title="我最喜欢的5个 wordpress 插件 (2007年, 九月 15日)">我最喜欢的5个 wordpress 插件</a> (81)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/16/plugins-support-chinese.html" title="让wordpress插件彻底支持中文！ (2007年, 八月 16日)">让wordpress插件彻底支持中文！</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/13/better-feed-and-st-add-related-posts-to-feed.html" title="优化 Feed，你不应该错过的2个插件 (2007年, 九月 13日)">优化 Feed，你不应该错过的2个插件</a> (9)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/10/about-blog-seo.html" title="再谈博客和 SEO (2007年, 九月 10日)">再谈博客和 SEO</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2006/12/26/sidebar.html" title="模板修改手札之分离Sidebar (2006年, 十二月 26日)">模板修改手札之分离Sidebar</a> (89)</li>
	<li><a href="http://zeuscn.net/archives/2007/12/13/wow-theme-cn.html" title="WOW Theme &mdash; 魔兽风格的 WordPress 主题模板！ (2007年, 十二月 13日)">WOW Theme &mdash; 魔兽风格的 WordPress 主题模板！</a> (28)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html/feed</wfw:commentRss>
		<slash:comments>99</slash:comments>
		</item>
		<item>
		<title>BBS.ZEUSCN.NET 上线试水</title>
		<link>http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html</link>
		<comments>http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html#comments</comments>
		<pubDate>Thu, 25 Jun 2009 16:26:41 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[与我有关]]></category>
		<category><![CDATA[网络相关]]></category>
		<category><![CDATA[bbs]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[WOPUS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=595</guid>
		<description><![CDATA[zEUS.&#8217; Forum（http://bbs.zeuscn.net/）其实在上周就已经搭建起来了，但是一直闲置着没管。随着本周 D&#038;Z Theme Pro CP 主题的开卖，我才开始正式的对论坛进行改造和设置。该论坛最主要的功能是给由 ZEUSCN.NET 出品的 WordPress 主题模板提供技术支持，近期的重心则放在了 D&#038;Z Theme Pro CP 模板的售后服务这块，今后会慢慢加入对发布的其它免费主题的支持。 整个论坛的外观基本修改完毕，保持了和博客模板一样的风格，虽然灰色并不是主流的论坛色调，但这样做的目的是为了更好的树立品牌形象。这是我第一次接触 Discuz 这个论坛程序，所以现在对这个玩意还比较生疏，设置管理等功能都还没有摸透，也只有和当初玩 WordPress 一样，边玩边学了～ 由于这个论坛主要只是为我自己发布的主题做售后和技术支持，所以不会在上面讨论其它主题的使用和心得，所以关于这些内容的讨论还是欢迎大家来 WOPUS 社区的主题讨论区： http://bbs.wopus.org/forum-9-1.html 同时也欢迎大家来 WOPUS 的主题站下载更多免费主题： http://themes.wopus.org/ 最后欢迎大家前来zEUS.&#8217; Forum注册试用和交流 Discuz 的使用心得！ zEUS. 日志评论2009年, 六月 26日, 万戈 writes: 注册了，不能看贴也不能发帖，有时间限制吗？2009年, 六月 26日, Timer writes: 论坛很漂亮～一会儿我也注册个 zEUS.越来越强大了:)2009年, 六月 26日, 万戈 writes: 确实很不错，和这个WP是一个风格的2009年, 六月 26日, 万戈 writes: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bbs.zeuscn.net/" target="_blank">zEUS.&#8217; Forum（http://bbs.zeuscn.net/）</a>其实在上周就已经搭建起来了，但是一直闲置着没管。随着本周 D&#038;Z Theme Pro CP 主题的开卖，我才开始正式的对论坛进行改造和设置。该论坛最主要的功能是给由 <strong>ZEUSCN.NET</strong> 出品的 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 主题模板提供技术支持，近期的重心则放在了 D&#038;Z Theme Pro CP 模板的售后服务这块，今后会慢慢加入对发布的其它免费主题的支持。</p>
<p>整个论坛的外观基本修改完毕，保持了和博客模板一样的风格，虽然灰色并不是主流的论坛色调，但这样做的目的是为了更好的树立品牌形象。这是我第一次接触 <a href="http://zeuscn.net/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="标签 discuz 下的日志">Discuz</a> 这个论坛程序，所以现在对这个玩意还比较生疏，设置管理等功能都还没有摸透，也只有和当初玩 WordPress 一样，边玩边学了～ </p>
<p>由于这个论坛主要只是为我自己发布的主题做售后和技术支持，所以不会在上面讨论其它主题的使用和心得，所以关于这些内容的讨论还是欢迎大家来 <a href="http://zeuscn.net/archives/tag/wopus" class="st_tag internal_tag" rel="tag" title="标签 WOPUS 下的日志">WOPUS</a> 社区的主题讨论区：<br />
<a href="http://bbs.wopus.org/forum-9-1.html" target="_blank">http://bbs.wopus.org/forum-9-1.html</a><br />
同时也欢迎大家来 WOPUS 的主题站下载更多免费主题：<br />
<a href="http://themes.wopus.org/" target="_blank">http://themes.wopus.org/</a> <img src='http://zeuscn.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>最后欢迎大家前来<a href="http://bbs.zeuscn.net/" target="_blank">zEUS.&#8217; Forum</a>注册试用和交流 Discuz 的使用心得！</p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 26日</a>, <a href='http://www.life-studio.cn' rel='external nofollow' class='url'>万戈</a> writes: 注册了，不能看贴也不能发帖，有时间限制吗？</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 26日</a>, <a href='http://dogorgod.com/' rel='external nofollow' class='url'>Timer</a> writes: 论坛很漂亮～一会儿我也注册个
zEUS.越来越强大了:)</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 26日</a>, <a href='http://www.life-studio.cn' rel='external nofollow' class='url'>万戈</a> writes: 确实很不错，和这个WP是一个风格的</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 26日</a>, <a href='http://www.life-studio.cn' rel='external nofollow' class='url'>万戈</a> writes: 在调试吗？现在打不开了</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 27日</a>, <a href='http://zhang3.net' rel='external nofollow' class='url'>张三</a> writes: 来遛遛腿，加强一下知名度</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 27日</a>, <a href='http://longlan.net' rel='external nofollow' class='url'>Longlan</a> writes: 楼主专项备案了吗？

我说着句话真的不是为了恶心你的！</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 27日</a>, <a href='http://www.shiyufei.com/' rel='external nofollow' class='url'>手足口病</a> writes: 支持一下。占个位置</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 27日</a>, <a href='http://huaimao.org' rel='external nofollow' class='url'>一只坏猫</a> writes: 偶来支持了哦！嘿嘿</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 29日</a>, <a href='http://wsx19891011.blog.sohu.com/' rel='external nofollow' class='url'>w.shengxiang</a> writes: 玩Discuz数年了，自己的游戏论坛换PHP了</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 29日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 哈哈，太好了，我玩这个太不熟练了，有空多来论坛指导“工作”！</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 29日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 谢谢 :-)</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 29日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 博客不也是说要专项备案嘛，但是有人备了吗？
备案其实就是个“眼子”。</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 六月 30日</a>, <a href='http://www.zhangtinggu.com/' rel='external nofollow' class='url'>股票</a> writes: 没用过，用惯了DZ，不过学习中</li><li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">2009年, 七月 2日</a>, <a href='http://www.fendou.info' rel='external nofollow' class='url'>dev</a> writes: 限制少一点，社会更和谐。不要一浏览就要注册，内容好自然会留住访客的。</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html">http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2008/06/28/blog-seo-summing-up-part-one.html" title="博客SEO优化技巧总结（一） (2008年, 六月 28日)">博客SEO优化技巧总结（一）</a> (16)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/25/verse-o-matic.html" title="WordPress 插件：Verse-O-Matic (2008年, 三月 25日)">WordPress 插件：Verse-O-Matic</a> (189)</li>
	<li><a href="http://zeuscn.net/archives/2007/10/15/more-text-modules.html" title="给 Widgets 增加更多的 TEXT 模块 (2007年, 十月 15日)">给 Widgets 增加更多的 TEXT 模块</a> (78)</li>
	<li><a href="http://zeuscn.net/archives/2008/10/25/recall-wopus.html" title="很囧的点名 (2008年, 十月 25日)">很囧的点名</a> (13)</li>
	<li><a href="http://zeuscn.net/archives/2011/08/05/sae-wordpress.html" title="国内免费高速图床——SAE 免费搭建 WordPress (2011年, 八月 5日)">国内免费高速图床——SAE 免费搭建 WordPress</a> (1)</li>
	<li><a href="http://zeuscn.net/archives/2009/07/28/dz-theme-pro-cp-sales-report.html" title="D&#038;Z Theme Pro CP 首月销售报告 (2009年, 七月 28日)">D&#038;Z Theme Pro CP 首月销售报告</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2008/02/27/ipple-utral-beta.html" title="ipple utral beta 上线试运行 (2008年, 二月 27日)">ipple utral beta 上线试运行</a> (23)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/16/syntax-plugins.html" title="三款引用代码语法高亮插件 (2008年, 九月 16日)">三款引用代码语法高亮插件</a> (90)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/16/velle-elle.html" title="wordpress模板：VeLLe ELLe (2007年, 九月 16日)">wordpress模板：VeLLe ELLe</a> (7)</li>
	<li><a href="http://zeuscn.net/archives/2010/02/09/ipple-lite-v2-test.html" title="Ipple Lite V2 小范围测试 (2010年, 二月 9日)">Ipple Lite V2 小范围测试</a> (28)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

