<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>创业志</title>
	<link>http://www.chuangyezhi.com</link>
	<description></description>
	<lastBuildDate>Wed, 19 Oct 2011 08:41:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>magento编辑产品时候出现的错误和解决方法</title>
		<description><![CDATA[magento编辑产品的时候出现以下错误提示： Source model “metarobots/product_attribute_source_unit”not found for attribute “meta_robots 解决方法，到数据库里面执行下面语句： DELETE FROM `eav_attribute` WHERE `eav_attribute`.`attribute_code` = 'meta_robots';DELETE FROM `core_resource` WHERE CODE = 'metarobots_setup'; &#160; 如果运行出错，直接到数据库里把&#8217;meta_robots&#8217;和'metarobots_setup';干掉.]]></description>
		<link>http://www.chuangyezhi.com/magento%e7%bc%96%e8%be%91%e4%ba%a7%e5%93%81%e6%97%b6%e5%80%99%e5%87%ba%e7%8e%b0%e7%9a%84%e9%94%99%e8%af%af%e5%92%8c%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95.html</link>
			</item>
	<item>
		<title>magento的robots最正确的写法</title>
		<description><![CDATA[magento的一些内容是不应该被搜索引擎抓取的，可能会导致泄漏网站机密，所以最好不要简单的写成 User-agent: *，应该有所分别。 转自老外的网站： &#160; # $Id: robots.txt,v magento-specific 2010/28/01 18:24:19 goba Exp $ # # robots.txt # # This file is to prevent the crawling and indexing of certain parts # of your site by web crawlers and spiders &#8230; <a href="http://www.chuangyezhi.com/magento%e7%9a%84robots%e6%9c%80%e6%ad%a3%e7%a1%ae%e7%9a%84%e5%86%99%e6%b3%95.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.chuangyezhi.com/magento%e7%9a%84robots%e6%9c%80%e6%ad%a3%e7%a1%ae%e7%9a%84%e5%86%99%e6%b3%95.html</link>
			</item>
	<item>
		<title>屏蔽中文浏览器/英文浏览器 屏蔽中国ip的方法</title>
		<description><![CDATA[为了节省网站的宽带，有时候需要屏蔽一些老外的访问，当然，也可能对英文的蜘蛛造成影响，不过还是做个备份，保存一下。 下面这段代码可以禁止非中文浏览器用户访问网站 添加在 .htaccess 中即可禁止外国人访问我们的网站啦。 [box type="info"]RewriteCond %{HTTP:Accept-Language} ^en.*$ [NC] RewriteRule ^/?$ index_en.htm [R=301,L][/box] 可以判断浏览者使用的浏览器，从而达到屏蔽非中文浏览器 屏蔽中文的浏览器，方法则是 [box type="info"]RewriteCond %{HTTP:Accept-Language} ^zh-cn.*$ [NC] RewriteRule ^/?$ http://www.18ugg.com/ [R=301,L] [/box]&#160;&#160; 主要是依靠apache有一个强大的地址重写模块（Module mod_rewrite）。你也可以在google搜索这些设置。谷歌可以查到很多相关的htaccess的信息。功能比较多，可以说只有你想不到没有做不到。我自己的正品运动鞋 就经常用htaccess规则限制一些访问者的访问，htaccess可谓是利器呀。哈哈[box type="info"]apache有一个强大的地址重写模块（Module mod_rewrite），这个模块的使用可以参照这里和这里。你也可以在google搜索这些设置。功能比较多，可以说只有你想不到没有做不到。 这个模块的一般用法有如下几种：1、这个模块一般都用于一些程序的框架对地址栏的重写。例如wordpress就用到这个模块对地址栏从写，实现固定连接。2、根据用户访问的浏览器用户类型重定向到不同的页面，例如：如果用户使用手机访问的话重定向到wap页面等。3、当网站目录结构发生该变的时候，使用rewirte可以解析旧有的连接跳转到新的连接。举例：只要把下面代码放在.htaccess文件里，就可以将浏览器语言为简体中文的浏览者重定向到你设定的页面abc.htm RewriteCond %{HTTP:Accept-Language} ^zh-cn.*$ [NC] RewriteRule ^/?$ http://www.18ugg.com/ [/box] &#8230; <a href="http://www.chuangyezhi.com/%e5%b1%8f%e8%94%bd%e4%b8%ad%e6%96%87%e6%b5%8f%e8%a7%88%e5%99%a8%e8%8b%b1%e6%96%87%e6%b5%8f%e8%a7%88%e5%99%a8-%e5%b1%8f%e8%94%bd%e4%b8%ad%e5%9b%bdip%e7%9a%84%e6%96%b9%e6%b3%95.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.chuangyezhi.com/%e5%b1%8f%e8%94%bd%e4%b8%ad%e6%96%87%e6%b5%8f%e8%a7%88%e5%99%a8%e8%8b%b1%e6%96%87%e6%b5%8f%e8%a7%88%e5%99%a8-%e5%b1%8f%e8%94%bd%e4%b8%ad%e5%9b%bdip%e7%9a%84%e6%96%b9%e6%b3%95.html</link>
			</item>
	<item>
		<title>magento桌面助手Store Manager for Magento</title>
		<description><![CDATA[淘宝有淘宝助理，拍拍有拍拍助理，magento也有个本地化编辑软件Store Manager for Magento，它可以将magento的产品、客户、订单信息下载到本地进行编辑后再上传到magento网店，很方便。 下载地址：http://www.mag-manager.com/free-download]]></description>
		<link>http://www.chuangyezhi.com/magento%e6%a1%8c%e9%9d%a2%e5%8a%a9%e6%89%8bstore-manager-for-magento.html</link>
			</item>
	<item>
		<title>最近折腾LAMP和LNMP过程中遇到的问题和解决方法</title>
		<description><![CDATA[&#160; 1.LAMP中，wordpress伪静态无法使用，报404错误的解决方法。 编辑apache的httpd.conf &#60;Directory /&#62; Options FollowSymLinks AllowOverride All &#60;/Directory&#62; &#60;Directory “目录”&#62; # # Possible values for the Options directive are “None”, “All”, # or any combination of: #&#160;&#160; Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that “MultiViews” &#8230; <a href="http://www.chuangyezhi.com/%e6%9c%80%e8%bf%91%e6%8a%98%e8%85%belamp%e5%92%8clnmp%e8%bf%87%e7%a8%8b%e4%b8%ad%e9%81%87%e5%88%b0%e7%9a%84%e9%97%ae%e9%a2%98%e5%92%8c%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.chuangyezhi.com/%e6%9c%80%e8%bf%91%e6%8a%98%e8%85%belamp%e5%92%8clnmp%e8%bf%87%e7%a8%8b%e4%b8%ad%e9%81%87%e5%88%b0%e7%9a%84%e9%97%ae%e9%a2%98%e5%92%8c%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95.html</link>
			</item>
	<item>
		<title>magento团购插件和facebook连接应用程序</title>
		<description><![CDATA[介绍几个很不错的插件，对于做海外B2C的朋友会有帮助。 一个是magento的团购插件，免费下载地址：http://www.magentocommerce.com/extension/packages/module/6378/ziziogroupsale#releases 老外还有两个将magento和facebook的page专页连接起来的APP， 第一个：beetailer，可以在facebook page页面调用magento的产品数据，针对facebook的访客设置优惠奖励，用户购买后将引导到magento网店去购买，这个程序的好处是可以对各种数据进行统计，比较直观。总的来说还不错。可免费试用一个月，之后可以付费试用。地址：https://www.beetailer.com 2.Shopializable 没测试，应该也不错，可以试一下。可以连接facebook和magento、prestashop。 截图： http://www.facebook.com/apps/application.php?id=290911957094&#38;fbhref=product.php%3Fid_product%3D32&#38;app_page=1&#38;v=app_290911957094&#38;sk=app_290911957094]]></description>
		<link>http://www.chuangyezhi.com/facebook-connect-magento-buy-plug-ins-and-applications.html</link>
			</item>
	<item>
		<title>电信是赤裸裸的流氓</title>
		<description><![CDATA[每次打开网站的时候浏览器就被劫持，这不是赤裸裸的流氓这是什么？ 前几天南方医科大学的朋友告诉我，我放在国外某服务器的网站在他们学校打不开，后来看了月光的一篇博文才恍然，看来大中华局域网很快就要建设好了，以后我们就会生活在灿烂的阳光下，享受着电信推送的广告。 铁证如山，如下： r: Apache/2.0.43 Content-Type: text/html Expires: -1000 Cache-Control: no-cache Connection: close Date: Fri, 13 May 2011 21:57:33 GMT Content-Length: 1009 &#60;html&#62;&#60;head&#62;&#60;meta http-equiv='pragma' content='no-cache'/&#62;&#60;meta http-equiv='expires' content='-1'/&#62;&#60;script&#62; var stat_path='http://121.32.136.245:81/stat.aspx?p=1305295053&#124;3837857&#124;3592&#124;0&#124;0&#124;0'; var cnt_path=''; window.setInterval('window.status=location.href', 200); &#60;/script&#62;&#60;/head&#62;&#60;body scroll='no' style='border:0; margin:0; padding:0;' id='mainbody'&#62;&#60;iframe src='about:blank' &#8230; <a href="http://www.chuangyezhi.com/telecom-is-a-naked-rogue.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.chuangyezhi.com/telecom-is-a-naked-rogue.html</link>
			</item>
	<item>
		<title>关于做cj的一个提醒</title>
		<description><![CDATA[去年早些时候接触cj，尝试做了下，当时里面也还有一点进账，不多，还不够withdrawal的，后来因为做其他事情就没再去看，昨天登录cj一看，怎么里面的余额大幅减少，遂发email到cj询问，今日收到回复，原来cj有这样一个条款，在你的cj账户停止六个月未有进账的时候，cj将从六个月后开始收取每月10＄的手续费。 做cj的朋友切记了，如果你的账户里面有些余额，就尽快取出来，如果不够100＄，那就去申请个ixwebhosting，自己去买（最好是用朋友的户名买），一般销售处一个ixwebhosting会有90＄的奖励，销售一个godaddy的域名也会有些许入账，够申请收款了。 cj原信如下： Thank you for your inquiry. You are required to earn a commission every 6 consecutive months in order to remain active within our system. After six months without having made a sale, your account will be deactivated &#8230; <a href="http://www.chuangyezhi.com/a-reminder-about-doing-cj.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.chuangyezhi.com/a-reminder-about-doing-cj.html</link>
			</item>
	<item>
		<title>Senuke X 破解版下载</title>
		<description><![CDATA[Senuke X 破解版下载 下载下面的两个文件 点击第一个下载里面的setup.exe安装，自动下载.net framework 4, 然后在senuke的服务器下载安装包和更新，安装完成后，退出。 把第二个下载文件的senuke.exe复制到安装目录（可以右击桌面的快捷图片查看地址，如果找不到这个目录，要在文件夹里面设置不要隐藏文件夹） 然后点击运行，不要输入任何东西，点击验证后就进入使用了。以后进入不要选择更新，任何破解软件都是如此，你知道的。 http://hotfile.com/dl/114489706/bc5878e/SX_BHT.zip.html （包含安装文件） http://www.mirrorcreator.com/files/NLMYSDFY/SEN_crk.zip_links （更新后的破解文件）]]></description>
		<link>http://www.chuangyezhi.com/senuke-x-crack-download.html</link>
			</item>
	<item>
		<title>英文站doffollow列表</title>
		<description><![CDATA[一.dofollow博客列表： 1. PR7 http://mystuff.ask.com/ 2. PR7 http://www.bibsonomy.org/ 3. PR7 http://www.mister-wong.com 4. PR6 http://www.jumptags.com 5. PR6 http://clipclip.org/ 6. PR6 http://www.backflip.com 7. PR6 http://www.linkagogo.com/ 8. PR6 http://www.spurl.net/ 9. PR5 http://www.diigo.com 10.PR5 http://www.buddymarks.com/ 11.PR5 http://mylinkvault.com/ 12.PR5 http://spotback.com/ 13.PR5 http://www.connectedy.com 14.PR5 http://www.myvmarks.com/ 15.PR4 http://furl.net/ &#8230; <a href="http://www.chuangyezhi.com/english-station-doffollow-list.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.chuangyezhi.com/english-station-doffollow-list.html</link>
			</item>
</channel>
</rss>

