<?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://www.85904.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.85904.com</link>
	<description></description>
	<lastBuildDate>Tue, 10 Apr 2012 08:54:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ZenCart产品标签producttags插件</title>
		<link>http://www.85904.com/post/460.html</link>
		<comments>http://www.85904.com/post/460.html#comments</comments>
		<pubDate>Tue, 10 Apr 2012 08:54:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zencart]]></category>

		<guid isPermaLink="false">http://www.85904.com/?p=460</guid>
		<description><![CDATA[这个插件最早是在lightinthebox里使用的,是从他模板里面扣出来的，这款插件网上有很多，这里只是收集，整理，备查。 zen cart producttags功能就是在网站底部显示26个英文字母，当用户点击其中的一个的时候，就查找出来所有以这个字母开头的产品。这个功能对客户不是很有用，对seo来说可是非常之有用，可为你的网站添加很多的分类收录。 使用方法 1.上传文件覆盖。 （更正）2.在.htaccess中# For Open Operations Info Manager上面增加(下载包中附完整.htaccess) 1 #producttags 2 RewriteRule ^producttags/([-\w]+)/$ index\.php?main_page=producttags&#38;letter=$1&#38;%{QUERY_STRING} [L] 3 RewriteRule ^producttags/([\w])/([0-9]+).html$ index\.php?main_page=producttags&#38;letter=$1&#38;page=$2&#38;%{QUERY_STRING} [L] 4 RewriteRule ^wishlist/$ index\.php?main_page=wishlist [L] 5 RewriteRule ^wishlist/([\w])/$ index\.php?main_page=wishlist&#38;letter=$1&#38;%{QUERY_STRING} [L] 6 RewriteRule ^wishlist/([\w])/([0-9]+).html$ index\.php?main_page=wishlist&#38;letter=$1&#38;page=$2&#38;%{QUERY_STRING} [L] 3.在includes\templates\你的模板\common\tpl_footer.php中添加适当位置添加 1 &#60;!-- bof productTags--&#62; 2 &#60;div style="width:100%;margin:10px 0;text-align:center"&#62;Product Tags: 3 &#60;?php 4 // display productTagList [...]]]></description>
			<content:encoded><![CDATA[<p>这个插件最早是在lightinthebox里使用的,是从他模板里面扣出来的，这款插件网上有很多，这里只是收集，整理，备查。</p>
<p>zen cart producttags功能就是在网站底部显示26个英文字母，当用户点击其中的一个的时候，就查找出来所有以这个字母开头的产品。这个功能对客户不是很有用，对seo来说可是非常之有用，可为你的网站添加很多的分类收录。</p>
<p><a href="http://www.ezencart.com/wp-content/uploads/2011/12/product_tags.jpg"></a></p>
<p><strong>使用方法</strong></p>
<p>1.上传文件覆盖。</p>
<p><strong>（更正）</strong>2.在.htaccess中# For Open Operations Info Manager上面增加(下载包中附完整.htaccess)</p>
<div id="highlighter_749664">
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>#producttags</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code>RewriteRule ^producttags/([-\w]+)/$ index\.php?main_page=producttags&amp;letter=</code><code>$1</code><code>&amp;%{QUERY_STRING} [L]</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>RewriteRule ^producttags/([\w])/([0-9]+).html$ index\.php?main_page=producttags&amp;letter=</code><code>$1</code><code>&amp;page=</code><code>$2</code><code>&amp;%{QUERY_STRING} [L]</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>RewriteRule ^wishlist/$ index\.php?main_page=wishlist [L]</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>RewriteRule ^wishlist/([\w])/$ index\.php?main_page=wishlist&amp;letter=</code><code>$1</code><code>&amp;%{QUERY_STRING} [L]</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>6</code></td>
<td><code>RewriteRule ^wishlist/([\w])/([0-9]+).html$ index\.php?main_page=wishlist&amp;letter=</code><code>$1</code><code>&amp;page=</code><code>$2</code><code>&amp;%{QUERY_STRING} [L]</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>3.在includes\templates\你的模板\common\tpl_footer.php中添加适当位置添加</p>
<div id="highlighter_826781">
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>&lt;!-- bof productTags--&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>2</code></td>
<td><code>&lt;div style=</code><code>"width:100%;margin:10px 0;text-align:center"</code><code>&gt;Product Tags:</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>3</code></td>
<td><code>&lt;?php</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>4</code></td>
<td><code>// display productTagList</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>5</code></td>
<td><code>foreach</code><code>(range(</code><code>'a'</code><code>, </code><code>'z'</code><code>) </code><code>as</code> <code>$letter</code><code>) {</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>6</code></td>
<td><code>echo</code> <code>'&lt;a target="_top" href="'</code> <code>.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>7</code></td>
<td><code>HTTP_SERVER.DIR_WS_CATALOG.</code><code>'producttags/'</code><code>.</code><code>$letter</code><code>.</code><code>'/" &gt;'</code><code>.</code><code>strtoupper</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>8</code></td>
<td><code>(</code><code>$letter</code><code>).</code><code>'&lt;/a&gt; '</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>9</code></td>
<td><code>}</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code>echo</code> <code>'&lt;a target="_top" href="'</code> <code>.</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>HTTP_SERVER.DIR_WS_CATALOG.</code><code>'producttags/0-9/" &gt;0-9&lt;/a&gt; '</code><code>;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>12</code></td>
<td><code>?&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>13</code></td>
<td><code>&lt;/div&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>14</code></td>
<td><code>&lt;!-- eof productTags--&gt;</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p><strong>（更正）</strong>下载地址：<a href="http://dl.dbank.com/c0r3wjjik4" target="_blank">Dbank网盘下载</a> | <a href="http://www.kuaipan.cn/file/id_4311112078074650.html" target="_blank">金山快盘下载</a></p>
<p><strong>（新增）</strong>4.调整页面显示个数</p>
<p>在includes\templates\template_default\templates\tpl_producttags_default.php中查找</p>
<div id="highlighter_623345">
<div>
<div>
<table>
<tbody>
<tr>
<td><code>1</code></td>
<td><code>$producttags_split</code> <code>= </code><code>new</code> <code>splitPageResults(</code><code>$producttags_split_sql</code><code>, 100,</code><code>'p.products_id'</code><code>, </code><code>'page'</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<p>将100改为自己想要的个数即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.85904.com/post/460.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何查询同一服务器IP下的网站【根据IP查域名】</title>
		<link>http://www.85904.com/post/458.html</link>
		<comments>http://www.85904.com/post/458.html#comments</comments>
		<pubDate>Mon, 02 Apr 2012 01:47:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[国外空间]]></category>
		<category><![CDATA[默认分类]]></category>

		<guid isPermaLink="false">http://www.85904.com/?p=458</guid>
		<description><![CDATA[知道域名查询IP是很容易的，但反过来呢？如何查询一个IP上有哪些域名？如果你使用的是独立IP，你不会为你的IP绑定了多少个域名而烦恼。但如果你使用的是虚拟主机，你可能会有兴趣知道你这台服务器上绑定了多少个域名。因为如果用户数过多，主机的性能可能有所降低。之前很多博客介绍了My IP Neighbors这个IP反查网站，这里重点介绍另外一个提供类似服务的网站：You Get Signal。 如上图所示，在表单里输入要查询的域名或IP，即可反查域名。 另外一个同类的服务My IP Neighbors稍微麻烦一点，因为需要输入验证码。 You Get Signal反查后给出的域名都是以直接链接的形式给出的，很方便点击查看这些网站，而My IP Neighbors是通过js在原页面打开的。显然前者更好一些。 另外，You Get Signal还会将可能会被搜索引擎认为是spam的域名以红色标记出来。查询可知，有一个以fuc*开头的域名和可能吧同在一个服务器。 如下图，在My IP Neighbors上查询kenengba.com能查到292个域名， 而在You Get Signal能查询到271个域名。 为什么两者的数据不一样呢？ 因为这两个服务的原理是：一个一个地从搜索引擎收集域名的IP数据，然后通过IP进行分类存储域名信息，最后在查询时调用这些可能已经过时的数据。 因此，你可能在查询结果里看到一些已经不在此主机上的域名，同时可能不能看到一些新绑定的域名。因此IP反查域名的数据不是完全准确的。 另外需要注意的问题是，并不是说查询到多少域名，服务器上就有多少个用户，因为每个用户可绑定的域名可能不止一个。 这样的服务有什么用呢？ 1、可以看到自己的IP邻居。例如我可以通过他们查询到CPH上其它博客。 2、如果你准备购买虚拟主机，主机商说每人只能绑定2个域名，一台服务器最多放100个用户，而你反查能查到300个域名，这时你就应该好好思考一下了。]]></description>
			<content:encoded><![CDATA[<p>知道域名查询IP是很容易的，但反过来呢？如何查询一个IP上有哪些域名？如果你使用的是独立IP，你不会为你的IP绑定了多少个域名而烦恼。但如果你使用的是虚拟主机，你可能会有兴趣知道你这台服务器上绑定了多少个域名。因为如果用户数过多，主机的性能可能有所降低。之前很多博客介绍了<span style="text-decoration: underline;"><span style="color: #0000ff;"><a href="http://www.myipneighbors.com/" target="_blank">My IP Neighbors</a></span></span>这个IP反查网站，这里重点介绍另外一个提供类似服务的网站：<span style="text-decoration: underline;"><span style="color: #0000ff;"><a href="http://www.yougetsignal.com/tools/web-sites-on-web-server/" target="_blank">You Get Signal</a></span></span>。</p>
<p>如上图所示，在表单里输入要查询的域名或IP，即可反查域名。</p>
<div><img src="http://hiphotos.baidu.com/keydyzy/pic/item/50fc92f364729244372acc63.jpg" border="0" alt="" /></p>
<p>另外一个同类的服务<span style="text-decoration: underline;"><span style="color: #0000ff;">My IP Neighbors</span></span>稍微麻烦一点，因为需要输入验证码。</p>
<p><span style="text-decoration: underline;"><span style="color: #0000ff;">You Get Signal</span></span>反查后给出的域名都是以直接链接的形式给出的，很方便点击查看这些网站，而My IP Neighbors是通过js在原页面打开的。显然前者更好一些。</p>
<p>另外，You Get Signal还会将可能会被搜索引擎认为是spam的域名以红色标记出来。查询可知，有一个以fuc*开头的域名和<span style="text-decoration: underline;"><span style="color: #0000ff;">可能吧</span></span>同在一个服务器。</p>
<p>如下图，在My IP Neighbors上查询kenengba.com能查到292个域名， 而在You Get Signal能查询到271个域名。</p>
</div>
<div>
<p><img src="http://hiphotos.baidu.com/keydyzy/pic/item/b82325b16be632400b230263.jpg" border="0" alt="" /></p>
<p><strong><span style="color: #ff6600; font-size: medium;">为什么两者的数据不一样呢？</span></strong></p>
<p><strong> </strong><strong> </strong>因为这两个服务的原理是：一个一个地从搜索引擎收集域名的IP数据，然后通过IP进行分类存储域名信息，最后在查询时调用这些可能已经过时的数据。</p>
<p>因此，你可能在查询结果里看到一些已经不在此主机上的域名，同时可能不能看到一些新绑定的域名。因此IP反查域名的数据不是完全准确的。</p>
<p>另外需要注意的问题是，并不是说查询到多少域名，服务器上就有多少个用户，因为每个用户可绑定的域名可能不止一个。</p>
<p><strong><span style="font-size: medium;"><span style="color: #ff6600;">这样的服务有什么用呢？</span></span></strong></p>
<p>1、可以看到自己的IP邻居。例如我可以通过他们查询到CPH上其它<span style="color: #000000;">博客</span>。</p>
<p>2、如果你准备购买虚拟主机，主机商说每人只能绑定2个域名，一台服务器最多放100个用户，而你反查能查到300个域名，这时你就应该好好思考一下了。</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.85904.com/post/458.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在莆田，你也可以像他一样创立自己的fangpai团队</title>
		<link>http://www.85904.com/post/456.html</link>
		<comments>http://www.85904.com/post/456.html#comments</comments>
		<pubDate>Sun, 28 Aug 2011 12:26:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[外贸其他]]></category>

		<guid isPermaLink="false">http://www.85904.com/?p=456</guid>
		<description><![CDATA[本人在莆田一家公司就职seo业务员6个月（2-7月份），7月份辞职后，现在自己组建一个 seo团队3人，现在团队已经上正轨，每日出单1-2单左右。现在就简单介绍一下我这半年的 经历： 简单介绍这家公司的架构：一个seo主管，3个手工外链员，5个业务员，1个zencart PHP技 术人员。SOE主管也叫SEO经理（据说是广东请过来的，工资8000一个月），负责公司的 SEO整体指导。其中5个业务员有任命一个主管，这个主管之前从事过seo，其他4个业务员 都是新手，且都是外地人，大家都懂得的，在莆田做外贸，招聘时都要求是外地人，统统不 要莆田本人，其中的道理，你懂的。其中3个外链员有一个负责虫虫博客，公司架构配置基 本是这样的。下面介绍一下我们老板，28岁，男，据说他在2010年仅仅用1个月的时间买了 一条天籁。现在他就是驾驶那辆天籁，可见仿品的暴利。我们老板有5家仿品外贸公司，我 就职的这家公司仅仅是他的一个分公司，在莆田从事仿品的很多都是亲戚带亲戚做，或者朋 友和同学合作，共同投资等。 操作流程及手法： 1.Zencart技术人员负责搭建网站，管理网站服务器，修改zencart模板，解决技术难题，当 然也有使用一些购买付费模板，毕竟一个技术人员如果每个站都要修改，时间不够。 2.业务部5人，做的产品主要有：NFL jerseys,UGG, Air Max, Supra, Jordan等。至于为什么只 有这些品牌，因为我们老板5家公司，其它几家公司就做包包，手表等等。每个业务员分配 一个系列产品，不是交叉做，比如我就是NFLjersey的业务员，专职的，这样分配的好处是， 让我们业务员熟悉这类产品，研究透这类关键词，这一点非常重要，因为每个业务员如果培 训得好，他可以熟练的运用这些产品，找到最有价值的keywords。还有这样专职的话，他们 上传产品速度也较快，我们这家公司都没有使用zencart批量表，都是人工手动上传，据说这 样比较有利于收录。 3.重点介绍一下业务员的工作内容： a. 每日上传50个产品左右，产品图片名称上传后，同时必须正确书写meta，其中对meta书 写要求很高，首页title，keywords，description 的确认都需要业务员跟seo经理来共同确定， ，目录页，比如 nfl jerseys 的目录一遍是这样分类的 ArizonaCardinals Jerseys Atlanta Falcons Jerseys Baltimore Ravens Jerseys Buffalo Bills Jerseys Carolina Panthers Jerseys Cincinnati Bengals Jerseys 对于目录页的meta一般都放大词如：Arizona [...]]]></description>
			<content:encoded><![CDATA[<p>本人在莆田一家公司就职seo业务员6个月（2-7月份），7月份辞职后，现在自己组建一个</p>
<p>seo团队3人，现在团队已经上正轨，每日出单1-2单左右。现在就简单介绍一下我这半年的</p>
<p>经历：<br />
简单介绍这家公司的架构：一个seo主管，3个手工外链员，5个业务员，1个zencart PHP技</p>
<p>术人员。SOE主管也叫SEO经理（据说是广东请过来的，工资8000一个月），负责公司的</p>
<p>SEO整体指导。其中5个业务员有任命一个主管，这个主管之前从事过seo，其他4个业务员</p>
<p>都是新手，且都是外地人，大家都懂得的，在莆田做外贸，招聘时都要求是外地人，统统不</p>
<p>要莆田本人，其中的道理，你懂的。其中3个外链员有一个负责虫虫博客，公司架构配置基</p>
<p>本是这样的。下面介绍一下我们老板，28岁，男，据说他在2010年仅仅用1个月的时间买了</p>
<p>一条天籁。现在他就是驾驶那辆天籁，可见仿品的暴利。我们老板有5家仿品外贸公司，我</p>
<p>就职的这家公司仅仅是他的一个分公司，在莆田从事仿品的很多都是亲戚带亲戚做，或者朋</p>
<p>友和同学合作，共同投资等。<br />
操作流程及手法：<br />
1.Zencart技术人员负责搭建网站，管理网站服务器，修改zencart模板，解决技术难题，当</p>
<p>然也有使用一些购买付费模板，毕竟一个技术人员如果每个站都要修改，时间不够。<br />
2.业务部5人，做的产品主要有：NFL jerseys,UGG, Air Max, Supra, Jordan等。至于为什么只</p>
<p>有这些品牌，因为我们老板5家公司，其它几家公司就做包包，手表等等。每个业务员分配</p>
<p>一个系列产品，不是交叉做，比如我就是NFLjersey的业务员，专职的，这样分配的好处是，</p>
<p>让我们业务员熟悉这类产品，研究透这类关键词，这一点非常重要，因为每个业务员如果培</p>
<p>训得好，他可以熟练的运用这些产品，找到最有价值的keywords。还有这样专职的话，他们</p>
<p>上传产品速度也较快，我们这家公司都没有使用zencart批量表，都是人工手动上传，据说这</p>
<p>样比较有利于收录。<br />
3.重点介绍一下业务员的工作内容：<br />
a. 每日上传50个产品左右，产品图片名称上传后，同时必须正确书写meta，其中对meta书</p>
<p>写要求很高，首页title，keywords，description 的确认都需要业务员跟seo经理来共同确定，</p>
<p>，目录页，比如 nfl jerseys 的目录一遍是这样分类的</p>
<p>ArizonaCardinals Jerseys</p>
<p>Atlanta Falcons Jerseys<br />
Baltimore Ravens Jerseys</p>
<p>Buffalo Bills Jerseys<br />
Carolina Panthers Jerseys<br />
Cincinnati Bengals Jerseys<br />
对于目录页的meta一般都放大词如：Arizona Cardinals Jerseys，不做小词，不做长尾。对于</p>
<p>产品页，全部用长尾关键词，所以title书写也是要求都是采用长尾模式来书写如：mens </p>
<p>cheap Arizona Cardinals 1 NeilRackers Red Jersey, 或者 2011 new mens<br />
Arizona Cardinals 1 Neil Rackers Red Jerseys 等等。<br />
b．做SEO的都知道，google喜欢网站更新快，所以我们SEO经理要求每个业务员每日处理上</p>
<p>传产品外，每天要求每个站更新2篇小小新闻。我们公司的每个站都有新闻插件。直接在首</p>
<p>页进行最新新闻滚动。这样做也可以做长尾词。伪原创新闻时title一定要写热词，google </p>
<p>keywords 里面有5000左右的搜索量的词就是我们的经理所为的热词，例如：Wholesale NFL </p>
<p>Jerseys could be theperfect item，Cheap NFL Jerseys have changed thelife of many </p>
<p>ordinary people。<br />
c．给每个站添加google管理员工具和GA, 随时关键词排名。一旦有关键词展示次数多余300</p>
<p>后，把这类有效关键词整理出来，添加上锚文本，统一分放给外链人员进行外链建设。<br />
4. 外链部分。由于本人不是外链专员，所以对外链的具体工作不是非常了解。但是我知道他</p>
<p>们大概外链的建设模式。外链来源：淘宝买一部分质量比较高的资源（list），分析竞争对手</p>
<p>收集一部分资源，虫虫群发软件，第三方博客群。外链主要是进行博客评论留言，虫虫群发</p>
<p>，第三方博客建设加锚文本。<br />
这家公司这样的规模，平均一天大概出20-30单左右。我的经历就是这样.</p>
<p>更多权威信息见fangpaiSEO技术软件分享群：95338574，有分享精神的人士请进入。<br />
大家共同成长，共同进步。如果是专为下载群共享资料和软件而来下完就走的，请绕道。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.85904.com/post/456.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>如何修改zencart的订单号</title>
		<link>http://www.85904.com/post/454.html</link>
		<comments>http://www.85904.com/post/454.html#comments</comments>
		<pubDate>Sat, 06 Aug 2011 04:13:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zencart]]></category>

		<guid isPermaLink="false">http://www.85904.com/?p=454</guid>
		<description><![CDATA[今天心血来潮突然想修改下zencart的订单号（order number）,主要是订单数量太少让客户看到会可能产生不信任感。好了废话不多说进入正题。 进入后台-工具(tool)-店铺管理器(store manager)，里面有个重置当前订单号（Reset Current Order ID). 首先你得测试购买一次（不要告诉我你不会），就会产生当前订单号（比如50），把它填入Old Order ID，接着在New Order ID 填入你想要的订单号（比如500），那么你的50订单号跟下一个购买的订单的号就会变成500和501，就这么简单，应该学会了吧。]]></description>
			<content:encoded><![CDATA[<p>今天心血来潮突然想修改下zencart的订单号（order number）,主要是订单数量太少让客户看到会可能产生不信任感。好了废话不多说进入正题。</p>
<p>进入后台-工具(tool)-店铺管理器(store manager)，里面有个重置当前订单号（Reset Current Order ID). 首先你得测试购买一次（不要告诉我你不会），就会产生当前订单号（比如50），把它填入Old Order ID，接着在New Order ID 填入你想要的订单号（比如500），那么你的50订单号跟下一个购买的订单的号就会变成500和501，就这么简单，应该学会了吧。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.85904.com/post/454.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何让gmail不过滤垃圾邮件</title>
		<link>http://www.85904.com/post/452.html</link>
		<comments>http://www.85904.com/post/452.html#comments</comments>
		<pubDate>Fri, 05 Aug 2011 06:50:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gmail使用]]></category>

		<guid isPermaLink="false">http://www.85904.com/?p=452</guid>
		<description><![CDATA[有个用户报怨他的好多国外邮件收不到, 跑去后台一看都到垃圾邮件里去了.  因为用的是google的免费企业邮件, 应该是google的垃圾过滤系统给过掉了.  在我的印象中gmail的垃圾过滤还是值得信赖的. 但出现这样的问题,  只有把垃圾过滤系统禁止了. 在gmail的后台没有找到相应的功能设置, 如何让gmail不过滤垃圾邮件呢. 只有想其它的办法,  下面就有一个好方法. 在后台创建一个过滤器，让过滤器里所有邮件都不发送至垃圾邮件中: 第一步：创建过滤器，在包含字符里用通配符 *，其他的框框留空。 第二部：勾选 不要将其发送至“垃圾邮件” 最后确定创建过滤器就可以了。 所有的邮件都会到收件箱中. 2010-10-12更新———————————– 我那个朋友还是收到很多垃圾邮件, 说明上面这个方法是错误的, 出错就是在条件的选择上, gmail的条件选择并不支持  * 这些的通配等号. 他有自己的一套语法.  垃圾邮件和语法是  is:spam. 所以上面的条件应该改为: is:spam 在”包含字词”中写入这个条件后, 会提示你包含语法, 直接点确定就是了.   其它的设置和上面一样. 这下应该没有问题了. 就等着收垃圾邮件吧 ^_^ 原文地址：http://www.dengor.com/archives/953.html]]></description>
			<content:encoded><![CDATA[<p>有个用户报怨他的好多国外邮件收不到, 跑去后台一看都到垃圾邮件里去了.  因为用的是google的免费企业邮件, 应该是google的垃圾过滤系统给过掉了.  在我的印象中<strong>gmail</strong>的垃圾过滤还是值得信赖的. 但出现这样的问题,  只有把<strong>垃圾过滤系统禁止</strong>了.</p>
<p>在gmail的后台没有找到相应的功能设置, <strong>如何让gmail不过滤垃圾邮件呢</strong>. 只有想其它的办法,  下面就有一个好方法.</p>
<p><strong>在后台创建一个过滤器，让过滤器里所有邮件都不发送至垃圾邮件中:</strong></p>
<p>第一步：创建过滤器，在包含字符里用通配符 *，其他的框框留空。</p>
<p>第二部：勾选 <strong>不要将其发送至“垃圾邮件”</strong></p>
<p>最后确定创建过滤器就可以了。 所有的邮件都会到收件箱中.</p>
<p><strong>2010-10-12更新———————————–</strong></p>
<p>我那个朋友还是收到很多垃圾邮件, 说明上面这个方法是错误的, 出错就是在条件的选择上, gmail的条件选择并不支持  * 这些的通配等号. 他有自己的一套语法.  垃圾邮件和语法是  <strong>is:spam</strong>. 所以上面的条件应该改为:</p>
<blockquote><p>is:spam</p></blockquote>
<p>在”包含字词”中写入这个条件后, 会提示你包含语法, 直接点确定就是了.   其它的设置和上面一样. 这下应该没有问题了. 就等着收垃圾邮件吧 ^_^</p>
<p>原文地址：<a href="http://www.dengor.com/archives/953.html" target="_blank">http://www.dengor.com/archives/953.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.85904.com/post/452.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>安装了kloxo,如果面板无法访问,一般是iptables原因</title>
		<link>http://www.85904.com/post/450.html</link>
		<comments>http://www.85904.com/post/450.html#comments</comments>
		<pubDate>Wed, 03 Aug 2011 06:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kloxo]]></category>

		<guid isPermaLink="false">http://www.85904.com/?p=450</guid>
		<description><![CDATA[安装了kloxo,如果面板无法访问,一般是iptables原因 http://域名:7778,无法访问，可以试试service iptables stop]]></description>
			<content:encoded><![CDATA[<p>安装了kloxo,如果面板无法访问,一般是iptables原因</p>
<p>http://域名:7778,无法访问，可以试试service iptables stop</p>
]]></content:encoded>
			<wfw:commentRss>http://www.85904.com/post/450.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hostmonster/bluehost上安装网站显示ERR500错误</title>
		<link>http://www.85904.com/post/445.html</link>
		<comments>http://www.85904.com/post/445.html#comments</comments>
		<pubDate>Mon, 01 Aug 2011 14:51:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hostmonster]]></category>

		<guid isPermaLink="false">http://www.85904.com/?p=445</guid>
		<description><![CDATA[网友遇到的一个安装网站报500错误的问题，网站源码为Magento 。安装和错误细节：上传压缩包到bluehost帐户public_html目录后解压缩，访问http://www.yourdomain.com/install.php时提示ERR 500错误。 解决方法： 试访问：http://www.yourdomain.com/LICENSE.txt ，显示正常。 上传内容为&#60; ?php phpinfo(); ? &#62; 的测试文件info.php，用浏览器访问，显示正常。 检查目录和文件属性，发现均不正常。 目录见图1，图中目录的允许均为775，实际应为755，全部进行修改。   文件见图2，图中文件的允许为664，正常应为644，全部修改后访问 ：http://www.yourdomain.com/install.php 可以正常显示Magento的安装向导。  find . -type d -exec chmod 777 {} \;  find . -type f -exec chmod 644 {} \; 推测判断是安装包的解压缩过程或复制移动过程出的问题，因为不是由笔者操作，以前也没有遇到过同样问题，具体原因不得而知。]]></description>
			<content:encoded><![CDATA[<p>网友遇到的一个安装网站报500错误的问题，网站源码为Magento 。安装和错误细节：上传压缩包到bluehost帐户public_html目录后解压缩，访问http://www.yourdomain.com/install.php时提示ERR 500错误。<br />
解决方法：</p>
<p>试访问：http://www.yourdomain.com/LICENSE.txt ，显示正常。<br />
上传内容为&lt; ?php phpinfo(); ? &gt; 的测试文件info.php，用浏览器访问，显示正常。</p>
<p>检查目录和文件属性，发现均不正常。</p>
<p>目录见图1，图中目录的允许均为775，实际应为755，全部进行修改。</p>
<p><img id="img-left" src="http://www.85904.com/wp-content/uploads/2011/08/145103naM.jpg" alt="bluehost-magento-install-error-500" /> </p>
<p>文件见图2，图中文件的允许为664，正常应为644，全部修改后访问<br />
：http://www.yourdomain.com/install.php 可以正常显示Magento的安装向导。</p>
<p><img id="img-left" src="http://www.85904.com/wp-content/uploads/2011/08/1451038Kv.jpg" alt="bluehost-magento-install-error-500" /></p>
<p> find . -type d -exec chmod 777 {} \;<br />
 find . -type f -exec chmod 644 {} \;</p>
<p style="clear: both; overflow: hidden;">推测判断是安装包的解压缩过程或复制移动过程出的问题，因为不是由笔者操作，以前也没有遇到过同样问题，具体原因不得而知。 <!-- 详情 --><br />
<a href="http://bbs.bluehost-cn.com/webhosting/tellmemore.html" target="_blank"><img src="http://www.85904.com/wp-content/uploads/2011/08/1451044Op.jpg" alt="点这里查看Bluehost支持的环境和产品详情列表" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.85904.com/post/445.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove apache test page in CentOS</title>
		<link>http://www.85904.com/post/443.html</link>
		<comments>http://www.85904.com/post/443.html#comments</comments>
		<pubDate>Sun, 31 Jul 2011 22:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kloxo]]></category>

		<guid isPermaLink="false">http://www.85904.com/?p=443</guid>
		<description><![CDATA[After you install apache web server in CentOS and point your browser to http://localhost you will see a Apache 2 Test Page powered by CentOS. You can disable or remove this apache test page from the configuration file. Before you do any modification, please make sure you have the privilege to reload the apache webserver. [...]]]></description>
			<content:encoded><![CDATA[<p>After you install apache web server in CentOS and point your browser to http://localhost you will see a Apache 2 Test Page powered by CentOS. You can disable or remove this apache test page from the configuration file. Before you do any modification, please make sure you have the privilege to reload the apache webserver.<br />
 <br />
<img class="alignnone size-full wp-image-1823" title="apache test page" src="http://www.techiecorner.com/wp-content/uploads/2010/09/apache-test-page.jpg" alt="apache test page" width="400" height="222" /></p>
<h3>To remove apache test page in CentOS, follow the steps below:-</h3>
<p><span id="more-1822"> </span> </p>
<ul>
<li>Start your Terminal and login to your webserver thru SSH</li>
<li>Once logged in, edit this file with your favorite editor
<pre>/etc/httpd/conf.d/welcome.conf</pre>
</li>
<li>The content of the file should look similar like this:-
<pre># This configuration file enables the default "Welcome"
# page if there is no default index page present for
# the root URL.  To disable the Welcome page, comment
# out all the lines below.
#
&lt;LocationMatch "^/+$"&gt;
   Options -Indexes
   ErrorDocument 403 /error/noindex.html
&lt;/LocationMatch&gt;</pre>
</li>
<li>To remove the apache test page, comments all the line like below:-
<pre># This configuration file enables the default "Welcome"
# page if there is no default index page present for
# the root URL.  To disable the Welcome page, comment
# out all the lines below.
After you install apache web server in CentOS and point your browser to http://localhost you will see a Apache 2 Test Page powered by CentOS. You can disable or remove this apache test page from the configuration file. Before you do any modification, please make sure you have the privilege to reload the apache webserver.

<img class="alignnone size-full wp-image-1823" title="apache test page" src="http://www.techiecorner.com/wp-content/uploads/2010/09/apache-test-page.jpg" alt="apache test page" width="400" height="222" /></pre>
</li>
</ul>
<h3>To remove apache test page in CentOS, follow the steps below:-</h3>
<p><span id="more-1822"> </span> </p>
<ul>
<li>Start your Terminal and login to your webserver thru SSH</li>
<li>Once logged in, edit this file with your favorite editor
<pre>/etc/httpd/conf.d/welcome.conf</pre>
</li>
<li>The content of the file should look similar like this:-
<pre># This configuration file enables the default "Welcome"
# page if there is no default index page present for
# the root URL.  To disable the Welcome page, comment
# out all the lines below.
#
&lt;LocationMatch "^/+$"&gt;
   Options -Indexes
   ErrorDocument 403 /error/noindex.html
&lt;/LocationMatch&gt;</pre>
</li>
<li>To remove the apache test page, comments all the line like below:-
<pre># This configuration file enables the default "Welcome"
# page if there is no default index page present for
# the root URL.  To disable the Welcome page, comment
# out all the lines below.
#
#&lt;LocationMatch "^/+$"&gt;
#    Options -Indexes
#    ErrorDocument 403 /error/noindex.html
#&lt;/LocationMatch&gt;</pre>
</li>
<li>now reload your apache web server
<pre>service httpd reload</pre>
</li>
<li>Now point your browser to http://localhost and you shouldn&#8217;t see any Apache Test Page again.</li>
</ul>
<p>#<br />
#&lt;LocationMatch &#8220;^/+$&#8221;&gt;<br />
# Options -Indexes<br />
# ErrorDocument 403 /error/noindex.html<br />
#&lt;/LocationMatch&gt;</p>
<li>now reload your apache web server
<pre>service httpd reload</pre>
</li>
<li>Now point your browser to http://localhost and you shouldn&#8217;t see any Apache Test Page again.</li>
]]></content:encoded>
			<wfw:commentRss>http://www.85904.com/post/443.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kloxo怎么设置使用IP直接访问网站</title>
		<link>http://www.85904.com/post/440.html</link>
		<comments>http://www.85904.com/post/440.html#comments</comments>
		<pubDate>Sat, 30 Jul 2011 17:17:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kloxo]]></category>

		<guid isPermaLink="false">http://www.85904.com/?p=440</guid>
		<description><![CDATA[IP地址-》配置域名-》选择你想被访问的域名-》update 后台面板点击 IP地址 按钮，再点击你要访问的IP，进去以后选择配置域名，选择你要直接用这个IP访问的域名就可以了。 当然你必须先把域名解析到这个IP，不然会提示你失败。 再说一个题外话，如果你用的是汉化包，那个比较老了错误也不少，后面那个除外客户是翻译错误，其实是独享客户的意思。也就是说如果你用kloxo来开空间给其他人，选择IP然后独享客户，就等于分配了一个独立IP给这个客户]]></description>
			<content:encoded><![CDATA[<p>IP地址-》配置域名-》选择你想被访问的域名-》update</p>
<p>后台面板点击 IP地址 按钮，再点击你要访问的IP，进去以后选择配置域名，选择你要直接用这个IP访问的域名就可以了。 当然你必须先把域名解析到这个IP，不然会提示你失败。 再说一个题外话，如果你用的是汉化包，那个比较老了错误也不少，后面那个除外客户是翻译错误，其实是独享客户的意思。也就是说如果你用kloxo来开空间给其他人，选择IP然后独享客户，就等于分配了一个独立IP给这个客户</p>
]]></content:encoded>
			<wfw:commentRss>http://www.85904.com/post/440.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>修改kloxo免费虚拟主机控制面板默认IP主页Kloxo Default Page方法</title>
		<link>http://www.85904.com/post/432.html</link>
		<comments>http://www.85904.com/post/432.html#comments</comments>
		<pubDate>Sat, 30 Jul 2011 17:02:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kloxo]]></category>

		<guid isPermaLink="false">http://www.85904.com/?p=432</guid>
		<description><![CDATA[ 通常，虚拟主机的控制面板有cp、da两种世界上最出名的可以使用，不过他们都是需要收费的，世界上当然也会有免费的午餐，所以kloxo免费的虚拟主机控制面板就诞生了。     安装了kloxo之后，所有的PHP环境都是一起自动配置好的，所以新手就不用再去命令行下在繁琐的配置php环境了。不过安装好后默认使用ip浏览的话会出现kloxo自己的主页，也就是Kloxo Default Page，那么我们要如何修改这个主页呢？今天小石头就为大家带来了修改的方法。     方法如下：首先使用sftp软件通过ssh登陆到VPS系统当中，进入根目录，如下图所示：     然后进入home目录，如下图所示：       然后进入kloxo目录，如下图所示：       最后的default目录就是默认的kloxo ip网页，在这里修改掉index.html文件就可以使得ip访问的页面修改了。     kloxo是一款免费的虚拟主机管理软件，他的使用也是非常简单的，只要你用心去钻研了，终究会得到回报的。]]></description>
			<content:encoded><![CDATA[<p> 通常，虚拟主机的控制面板有cp、da两种世界上最出名的可以使用，不过他们都是需要收费的，世界上当然也会有免费的午餐，所以kloxo免费的虚拟主机控制面板就诞生了。</p>
<p><a href="http://www.85904.com/wp-content/uploads/2011/07/170226iZf.jpg" target="_blank"><img class="insertimage" title="点击在新窗口中浏览此图片" src="http://www.85904.com/wp-content/uploads/2011/07/170226iZf.jpg" border="0" alt="点击在新窗口中浏览此图片" /></a><br />
    安装了kloxo之后，所有的PHP环境都是一起自动配置好的，所以新手就不用再去命令行下在繁琐的配置php环境了。不过安装好后默认使用ip浏览的话会出现kloxo自己的主页，也就是Kloxo Default Page，那么我们要如何修改这个主页呢？今天小石头就为大家带来了修改的方法。</p>
<p>    方法如下：首先使用sftp软件通过ssh登陆到VPS系统当中，进入根目录，如下图所示：<br />
<a href="http://www.85904.com/wp-content/uploads/2011/07/170227W9e.jpg" target="_blank"><img class="insertimage" title="点击在新窗口中浏览此图片" src="http://www.85904.com/wp-content/uploads/2011/07/170227W9e.jpg" border="0" alt="点击在新窗口中浏览此图片" /></a></p>
<p>    然后进入home目录，如下图所示：<br />
<a href="http://www.85904.com/wp-content/uploads/2011/07/170227hbG.jpg" target="_blank"><img class="insertimage" title="点击在新窗口中浏览此图片" src="http://www.85904.com/wp-content/uploads/2011/07/170227hbG.jpg" border="0" alt="点击在新窗口中浏览此图片" /></a></p>
<p>      然后进入kloxo目录，如下图所示：<br />
<a href="http://www.85904.com/wp-content/uploads/2011/07/170228gD0.jpg" target="_blank"><img class="insertimage" title="点击在新窗口中浏览此图片" src="http://www.85904.com/wp-content/uploads/2011/07/170228gD0.jpg" border="0" alt="点击在新窗口中浏览此图片" /></a></p>
<p>      最后的default目录就是默认的kloxo ip网页，在这里修改掉index.html文件就可以使得ip访问的页面修改了。<br />
<a href="http://www.85904.com/wp-content/uploads/2011/07/170228wMp.jpg" target="_blank"><img class="insertimage" title="点击在新窗口中浏览此图片" src="http://www.85904.com/wp-content/uploads/2011/07/170228wMp.jpg" border="0" alt="点击在新窗口中浏览此图片" /></a></p>
<p>    kloxo是一款免费的虚拟主机管理软件，他的使用也是非常简单的，只要你用心去钻研了，终究会得到回报的。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.85904.com/post/432.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

