<?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>winZeng*北京SEO &#187; PHP</title>
	<atom:link href="http://www.winzeng.org.cn/seo/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winzeng.org.cn</link>
	<description>北京SEO&#38;SEM&#124;网站优化&#124;Google优化&#124;网络营销</description>
	<lastBuildDate>Sat, 24 Sep 2011 13:02:20 +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>IIS环境下ShopEx伪静态配置【图文教程+视频教程】</title>
		<link>http://www.winzeng.org.cn/seo/iis-shopex-rewrite/</link>
		<comments>http://www.winzeng.org.cn/seo/iis-shopex-rewrite/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 09:16:46 +0000</pubDate>
		<dc:creator>winzeng</dc:creator>
				<category><![CDATA[SEO（搜索引擎优化）]]></category>
		<category><![CDATA[计算机&互联网]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shopex]]></category>

		<guid isPermaLink="false">http://www.winzeng.org.cn/?p=1157</guid>
		<description><![CDATA[ 其实ShopEx官网上，关于伪静态的文章分享已经很多了，早在很久以前，我也是按照论坛里的文章给自己的Win2003+iis6服务器配置伪静态，在这期间， 也有不少网友找我帮他配置，其间也遇过不少配置伪静态的问题，在这里我就总结一下并分享一下步骤； ShopEx伪静态配置步骤如下：（Win2003+iis6+php5.X以上环境 1、下载免费版本Rewrite3组件 下载地址：   http://www.helicontech.com/download/isapi_rewrite/ISAPI_Rewrite3_0056_Lite.msi 2、安装完后，Rewrite3已经自动将整个IIS里所有网站都伪静态了，如果担心与其他有影响，你可以直接在IIS“网站”右击属性，在“ISAPI筛选器”中直接删掉ISAPI_Rewrite3，然后在你需要伪静态的网站里同样的步骤来添加即可； 添加步骤：在指定站点上右击 “属性-ISAPI筛选器-添加-选择C:\Program Files\Helicon\ISAPI_Rewrite3\ISAPI_Rewrite.dll”名子打上Rewrite即可； （如果你不担心会影响，可以全部网站都伪静态，这一步就不需要操作了） 3、设置完后，打开 C:\Program Files\Helicon\ISAPI_Rewrite3\httpd.conf 并添加以下规则 # 设置RewriteBase的值为你的商店目录地址 RewriteBase / RewriteCond %{REQUEST_FILENAME} \.(html&#124;htm&#124;php&#124;php2&#124;php3&#124;php4&#124;php5&#124;phtml&#124;pwml&#124;inc&#124;asp&#124;aspx&#124;ascx&#124;jsp&#124;cfm&#124;cfc&#124;pl&#124;cgi&#124;shtml&#124;shtm&#124;phtm)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L] 4、别急，这一步非常关键啊 A.给Helicon目录添加权限，分别添加Everyone、Network service、IIS_WPG 操作步骤：打开 C:\Program Files 对Helicon目录右击“属性-安全-添加-高级-立即查找-选择相应的名称即可” B.给对应的站点加权限，在你IIS中，对你需要伪静态的站点上右击属性，选择权限，增加Network service权限即可 5、一切都配置并设置好后，重启IIS即可 6、在ShopEx后台 “营销推广_SEO设置_启用伪静态”中开启伪静态即可； 如果不能成功伪静态，你可能少操作了如下步骤： 1、检查是否成功添加Helicon目录权限 2、检查是否成功添加你需要伪静态站点的目录权限 3、是否重启过IIS 4、是否有在IIS整个网站中删除ISAPI_Rewrite3，如果没有，重复应用了，也有冲突的； 由于直接录制了视频教程，我就懒得弄图了。大家看视频好了~~~~ 如果大家还是伪不静态，那我就~~~~        视频教程见附件 大家可以直接访问http://68ya.com/help/1010.htm 查看视频教程! 原文地址：http://bbs.shopex.cn/read.php?tid-154799.html]]></description>
		<wfw:commentRss>http://www.winzeng.org.cn/seo/iis-shopex-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在window2003下安装shopex出现 Couldn&#8217;t lock the file !</title>
		<link>http://www.winzeng.org.cn/seo/win-shopex/</link>
		<comments>http://www.winzeng.org.cn/seo/win-shopex/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 09:01:07 +0000</pubDate>
		<dc:creator>winzeng</dc:creator>
				<category><![CDATA[计算机&互联网]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shopex]]></category>

		<guid isPermaLink="false">http://www.winzeng.org.cn/?p=1153</guid>
		<description><![CDATA[Couldn&#8217;t lock the file ! &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; #0  secache-&#62;trigger_error(Couldn&#8217;t lock the file !, 256) called at [D:\WebSites\winzeng\shop\core\include_v5\secache.php:391] #1  secache-&#62;_format(1) called at [D:\WebSites\winzeng\shop\core\include_v5\secache.php:663] #2  secache-&#62;trigger_error(Can&#8217;t open the cachefile: D:\WebSites\winzeng\shop\home\cache\cachedata.php, 256) called at [D:\WebSites\winzeng\shop\core\include_v5\secache.php:100] #3  secache-&#62;workat(D:\WebSites\winzeng\shop\/home/cache/cachedata) called at [D:\WebSites\winzeng\shop\core\include_v5\secache.php:38] #4  secache-&#62;secache() called at [D:\WebSites\winzeng\shop\core\kernel.php:70] #5  kernel-&#62;kernel() called at [D:\WebSites\winzeng\shop\core\include_v5\shopCore.php:16] #6  shopCore-&#62;shopCore() called at [D:\WebSites\winzeng\shop\index.php:18] 空间不支持文件锁,不支持安装会失败 尝试修改config/config.sample.php中 define (&#8216;WITHOUT_CACHE&#8217;,false); [...]]]></description>
		<wfw:commentRss>http://www.winzeng.org.cn/seo/win-shopex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解除phpMyAdmin导入大型MySQL数据库文件大小限制</title>
		<link>http://www.winzeng.org.cn/seo/phpmyadmin-5/</link>
		<comments>http://www.winzeng.org.cn/seo/phpmyadmin-5/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 13:16:22 +0000</pubDate>
		<dc:creator>winzeng</dc:creator>
				<category><![CDATA[计算机&互联网]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.winzeng.org.cn/?p=1145</guid>
		<description><![CDATA[phpMyAdmin 导入大型数据库文件大小限制配置… 1. 修改 php.ini 文件中下列3项的值： upload_max_filesize, memory_limit 和 post_max_size upload_max_filesize，上传文件大小 memory_limit 设置内存 post_max_size 提交数据的最大值   为你想改的大小值. 2. 在 phpMyAdmin 的配置文件中修改或加入这个设置： 这个文件一般是在phpMyAdmin目录下的config.inc.php文件 $cfg['ExecTimeLimit']           = 0;    // maximum execution time in seconds (0 for no limit) 默认为300秒钟，改为0表示不受限制 服务器设置可上传大一点的附件 打开php.ini，首先找到 ;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; 区域，有影响文件上传的以下几个参数： file_uploads = on ;是否允许通过HTTP上传文件的开关。默认为ON即是开 upload_tmp_dir ;文件上传至服务器上存储临时文件的地方，如果没指定就会用系统默认的临时文件夹 upload_max_filesize = 8m ;即允许上传文件大小的最大值。默认为2M [...]]]></description>
		<wfw:commentRss>http://www.winzeng.org.cn/seo/phpmyadmin-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL导入.sql文件的限制问题</title>
		<link>http://www.winzeng.org.cn/seo/mysql-2/</link>
		<comments>http://www.winzeng.org.cn/seo/mysql-2/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 12:55:32 +0000</pubDate>
		<dc:creator>winzeng</dc:creator>
				<category><![CDATA[计算机&互联网]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.winzeng.org.cn/?p=1142</guid>
		<description><![CDATA[以下的文章主要介绍的是MySQL导入.sql文件的具体操作步骤，以及在其实际操作中值得我们大家注意的相关实际操作事项的具体描述，以下就是文章的详细内容的阐述，望大家会有所收获。  一.MySQL的命令行模式的设置： 桌面-&#62;我的电脑-&#62;属性-&#62;环境变量-&#62;新建-&#62; PATH=“；path\MySQL\bin;”其中path为MySQL的安装路径。 二.简单的介绍一下命令行进入MySQL的方法： 1.C:\&#62;MySQL -h hostname -u username -p 按ENTER键，等待然后输入密码。这里hostname为服务器的名称，如localhost，username为MySQL的用户名，如root。 进入命令行后可以直接操作MySQL了。 2.简单介绍一下MySQL命令： MySQL-&#62;CREATE DATABASE dbname;//创建数据库 MySQL-&#62;CREATE TABLE tablename;//创建表 MySQL-&#62;SHOW DATABASES;//显示数据库信息，有那些可用的数据库。 MySQL-&#62;USE dbname;//选择数据库 MySQL-&#62;SHOW TABLES;//显示表信息，有那些可用的表 MySQL-&#62;DESCRIBE tablename;//显示创建的表的信息 三.从数据库导出数据库文件： 1.将数据库mydb导出到e:\MySQL\mydb.sql文件中： 打开开始-&#62;运行-&#62;输入cmd 进入命令行模式 c:\&#62;MySQLdump -h localhost -u root -p mydb &#62;e:\MySQL\mydb.sql 然后输入密码，等待一会导出就成功了，可以到目标文件中检查是否成功。 2.将数据库mydb中的mytable导出到e:\MySQL\mytable.sql文件中： c:\&#62;MySQLdump -h localhost -u root -p mydb mytable&#62;e:\MySQL\mytable.sql 3.将数据库mydb的结构导出到e:\MySQL\mydb_stru.sql文件中： c:\&#62;MySQLdump -h localhost -u [...]]]></description>
		<wfw:commentRss>http://www.winzeng.org.cn/seo/mysql-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL安装教程图解</title>
		<link>http://www.winzeng.org.cn/seo/mysql-1/</link>
		<comments>http://www.winzeng.org.cn/seo/mysql-1/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 11:57:59 +0000</pubDate>
		<dc:creator>winzeng</dc:creator>
				<category><![CDATA[计算机&互联网]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.winzeng.org.cn/?p=1140</guid>
		<description><![CDATA[  MySQL安装教程图解 http://www.duote.com/tech/1/2430_1.html]]></description>
		<wfw:commentRss>http://www.winzeng.org.cn/seo/mysql-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpMyAdmin安装图解教程</title>
		<link>http://www.winzeng.org.cn/seo/phpmyadmin-4/</link>
		<comments>http://www.winzeng.org.cn/seo/phpmyadmin-4/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 11:57:07 +0000</pubDate>
		<dc:creator>winzeng</dc:creator>
				<category><![CDATA[计算机&互联网]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.winzeng.org.cn/?p=1138</guid>
		<description><![CDATA[phpMyAdmin安装图解教程 http://tech.163.com/digi/06/0428/15/2FQBVQPC00161TG1.html]]></description>
		<wfw:commentRss>http://www.winzeng.org.cn/seo/phpmyadmin-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#1045 无法登录 MySQL 服务器 phpmyadmin</title>
		<link>http://www.winzeng.org.cn/seo/phpmyadmin-3/</link>
		<comments>http://www.winzeng.org.cn/seo/phpmyadmin-3/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 10:52:47 +0000</pubDate>
		<dc:creator>winzeng</dc:creator>
				<category><![CDATA[计算机&互联网]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.winzeng.org.cn/?p=1136</guid>
		<description><![CDATA[#1045 无法登录 MySQL 服务器 phpmyadmin 这个目前有两个经常遇到的问题是 1.原始数据账户密码连接有问题，如果是数据账户密码问题 在登录框底下会提示，mysql用户自定义有误的提示， 检查根目录下的config.inc.php文件 $cfg['Servers'][$i]['user']             = &#8216;root&#8217;;      // MySQL user $cfg['Servers'][$i]['password']      = &#8221;;           // MySQL password (only needed 这两条语句之后的注释：原来用户和密码是MySQL数据库的。 但是密码在安装MySQL的时候已经设置过了（假设密码为：admin）。 检查用户名和密码 确认后重新登录 2.php问题 按照1中检查，账户和密码确认无误，而依然出现1045错误，那可能就是php问题，版本或者是安装设置问题，这个最好重新安装一下比较好。]]></description>
		<wfw:commentRss>http://www.winzeng.org.cn/seo/phpmyadmin-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>配置文件现在需要一个短语密码。</title>
		<link>http://www.winzeng.org.cn/seo/phpmyadmin-2/</link>
		<comments>http://www.winzeng.org.cn/seo/phpmyadmin-2/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 10:12:10 +0000</pubDate>
		<dc:creator>winzeng</dc:creator>
				<category><![CDATA[计算机&互联网]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.winzeng.org.cn/?p=1131</guid>
		<description><![CDATA[新版本的PhpMyAdmin 增强了安全性，需要在配置文件设置一个短语密码。否则进入之后会有“配置文件现在需要一个短语密码。”的红色警叹提示。     解决方法：     1、将 phpMyAdmin/libraries/config.default.php中的     $cfg['blowfish_secret'] = &#8221;; 改成 $cfg['blowfish_secret'] = &#8217;123456&#8242;; (注：其中的’123456′为随意的字符)     2、在phpMyAdmin目录中，打开config.sample.inc.php，18行(V3.38版本测试需要修改根目录的config.inc.php文件)     $cfg['blowfish_secret'] = &#8221;; 改成 $cfg['blowfish_secret'] = &#8217;123456&#8242;; (注：其中的’123456′为随意的字符)     这个密码用于Cookies的加密，以免多个PhpMyAdmin或者和其他程序共用Cookies时搞混。     做好以上两步，刷新网页，OK，“配置文件现在需要一个短语密码。”的提示不存在了！ 你的 PHP MySQL 库版本 5.0.45 和你的 MySQL 服务器版本 5.1.46 不同。这可能造成一些未知的问题。 这个问题可以不用管它，至少没有什么影响正常使用。]]></description>
		<wfw:commentRss>http://www.winzeng.org.cn/seo/phpmyadmin-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>链接表的附加功能尚未激活。要查出原因，请点击此处</title>
		<link>http://www.winzeng.org.cn/seo/phpmyadmin-1/</link>
		<comments>http://www.winzeng.org.cn/seo/phpmyadmin-1/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 09:44:38 +0000</pubDate>
		<dc:creator>winzeng</dc:creator>
				<category><![CDATA[计算机&互联网]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.winzeng.org.cn/?p=1125</guid>
		<description><![CDATA[链接表的附加功能尚未激活。要查出原因，请点击此处。 phpmyadmin版本v3以上的好像都会有这个问题 第一步：使用Mysql治理员帐号通过phpmyadmin登陆，然后点击“导进”，然后点击“浏览”按钮，找到phpmyadmin文件夹下的scripts文件夹里的一个名为create_tables.sql的文件。把它导进就OK了。 附网上解决方法补充（把phpmyadmin目录下scripts/create_tables_mysql_4_1_2+.sql（根据版本选择,如果mysql版本小于4.1.2,就使用create_tables.sql）如果提示错误，可以先导入create_tables.sql，然后再导入一次create_tables_mysql_4_1_2+.sql。我用3.38版 没有这一步操作，也能解决问题） 第二步：打开phpmyadmin文件夹下的libraries文件夹，找到名为config.default.php的文件，使用文本编辑工具（不推荐使用记事本，建议使用Dreamweaver之类的工具）打开该文件。对其进行修改。 V3.38版本直接在根目录修改config.inc.php进行修改。 修改的内容并非连续的，请手动进行修改，请勿复制。 修改前的内容： $cfg['Servers'][$i]['pmadb']=”; $cfg['Servers'][$i]['bookmarktable']=”; $cfg['Servers'][$i]['relation']=”; $cfg['Servers'][$i]['table_info']=”; $cfg['Servers'][$i]['table_coords']=”; $cfg['Servers'][$i]['pdf_pages']=”; $cfg['Servers'][$i]['column_info']=”; $cfg['Servers'][$i]['history']=”; $cfg['Servers'][$i]['designer_coords']=”; $cfg['Servers'][$i]['tracking']=”; 修改后的内容： $cfg['Servers'][$i]['pmadb']=‘phpmyadmin’; $cfg['Servers'][$i]['bookmarktable']=‘pma_bookmark’; $cfg['Servers'][$i]['relation']=‘pma_relation’; $cfg['Servers'][$i]['table_info']=‘pma_table_info’; $cfg['Servers'][$i]['table_coords']=‘pma_table_coords’; $cfg['Servers'][$i]['pdf_pages']=‘pma_pdf_pages’; $cfg['Servers'][$i]['column_info']=‘pma_column_info’; $cfg['Servers'][$i]['history']=‘pma_history’; $cfg['Servers'][$i]['designer_coords']=‘pma_designer_coords’; $cfg['Servers'][$i]['tracking']=‘pma_tracking’; 将libraries/config.default.php中的$cfg['PmaAbsoluteUri']改为 $cfg['PmaAbsoluteUri'] = &#8216;http://127.0.0.1/phpMyAdmin/&#8216;;  第三步：注销phpmyadmin之后并重新登录。大功告成！]]></description>
		<wfw:commentRss>http://www.winzeng.org.cn/seo/phpmyadmin-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php一点点</title>
		<link>http://www.winzeng.org.cn/seo/php-alittle/</link>
		<comments>http://www.winzeng.org.cn/seo/php-alittle/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 13:07:01 +0000</pubDate>
		<dc:creator>winzeng</dc:creator>
				<category><![CDATA[计算机&互联网]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.winzeng.org.cn/?p=1021</guid>
		<description><![CDATA[1.date_default_timezone_set()  问题 undefined function 函数不存在。 http://ca2.php.net/date_default_timezone_set 自从PHP5开始支持。 针对服务器时区问题解决方法 在根目录建立一个名为.htaccess的文件 里面添加SetEnv TZ Asia/Shanghai 极解决办法： a.在空间根目录 建立一个名为.htaccess的文件 复制内容到剪贴板 代码: AddHandler x-httpd-php5 .php AddHandler x-httpd-php .php4 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 2.修改php.ini文件 添加： 复制内容到剪贴板 代码: date.timezone = PRC &#60; ?php date_default_timezone_set('Asia/Shanghai'); ?&#62; PRC：People’s Republic of China 中华人民共和国） date.timezone = 的值， 大陆内地可用的有：Asia/Chongqing 或 Asia/Chungking，Asia/Harbin，Asia/Shanghai ，Asia/Urumqi （依次为重庆，哈尔滨，上海，乌鲁木齐） 港台地区可用的有：Asia/Macao 或 Asia/Macau，Asia/Hong_Kong ，Asia/Taipei （依次为澳门，香港，台北） 2.Parse error: [...]]]></description>
		<wfw:commentRss>http://www.winzeng.org.cn/seo/php-alittle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

