Posts Tagged word

上一篇关于Ecpss跳转的文章成功了

源于考拉同学上行联系了我,得知他是搜ecpss跳转这个词找到我的

查了下,ecpss跳转这个词在google中文里排第六位左右,排上去的文章只有几句话,标题中只有“ecpss”,内容中包含“Ecpss跳转”而已;上一篇ECPSS跳转文章一发部,马上跃居第一位

这应该可以说明,一篇文章,是乱写还是为SEO而写关系很大,要养成内部优化的好习惯

一篇文章上去了,同样的词另一篇文章就下来了,这样也挺合理的

另外,收录的地址是http://www.crazylemon.net/zencart/3353.html?utm_source=rss&utm_medium=rss&utm_campaign=ecpss%25e8%25b7%25b3%25e8%25bd%25ac%25e6%258e%25a5%25e5%258f%25a3-for-zen-cart

怀疑是wordpress sitemap ping功能造成的

可恶的是,百度上的排名新的文章居然没有,而新文章同步到新浪博客的居然排第一了,这博客还是今天刚开的。。。。\

看来为了百度流量,同步到各大博客还是有必要的

  • Share/Bookmark

Tags: , , , , , , , , , , ,

WordPress部份主题在傲游下源文件乱码问题

其实也就是个别主题的文件编码问题

这些问题在firefox或IE下是正常的,就是用傲游不正常,并不影响SEO和GOOGLE抓取,只是访客用傲游查看源文件时,中文全部会变成乱码

解决方法,下载主题文件到本地,用UE打开并保存为utf-8格式即可

一般地,更改主题文件里的header.php为utf-8就行了

  • Share/Bookmark

Tags: , , , ,

博客成功更新到wordpress 3.0.1版本

为了不出差错,特别备份了下数据,更新很成功,没有不兼容的问题出现

  • Share/Bookmark

Tags: , ,

more than 400 attempts to create a session failed

使用WHM->Transfers >> Copy an account from another server with account password方法迁了个cpanel帐号到新的VPS上,迁成功后,打开CPANEL,报错如下:

more than 400 attempts to create a session failed

查了下,是VPS上的Inodes 数目太小了,一下子全用光,造成无法创建新的文件

服务器上的网站也因为无法创建mysql缓存而无法正常显示

ssh登陆,用df -i命令查看:

Filesystem            Inodes   IUsed   IFree IUse% Mounted on
vzfs                  200000  200000       0  100% /
none                 1020063      95 1019968    1% /dev

果然用满了,但之前的另一台VPS里,最大Inodes是2000000,这次的这台VPS明显Inodes数太小了

联系服务器提供商,写信如下:

Please increase the inode for my vps, thanks!

Below is the df -i result:

……

希望能快点解决

另外,临时的解决方法是,先删了一些文件量大但没用的目录,让服务器先可以正常访问

  • Share/Bookmark

Tags: , , , , , ,

wordpress3.0发布,支持多站点

wordpress3.0发布了,提供了对多站点的支持

先升级到wordpress3.0,目前只有英文版,中文版过段时间应该会推出

wordpress3.0默认没有开启多站点的功能,需要手工设置,方法是在wp-config.php文件里添加

define(‘WP_ALLOW_MULTISITE’, true);

然后进入后台即可看到Super Admin功能,再根据提示创建子站点目录和添加配置信息即可

可能需要主机的泛解析和泛子域绑定到同个目录的功能

比如使用主机的DNS,则其DNS会解析*.domain.com到同个IP(IX支持,Bluehost不支持)

泛解析不支持的话,我们可以采用其它DNS来解决,手动添加一个*的A记录

而泛子域到同个目录的功能,则麻烦多了,IX是支持的,Bluehost估计就需要一个个手动加上去了

  • Share/Bookmark

Tags: , , , , , , , ,

FlashFXP 命令行参数

FlashFXP 帮助中有一些介绍,查看FlashFXP Help — Advanced — FlashFXP Command Line Options

::FlashFXP启动后,修复注册表位置为当前路径。
C:\FlashFXP\FlashFXP.exe -repair

::FlashFXP启动后,修复注册表信息。
C:\FlashFXP\FlashFXP.exe -setreg

::FlashFXP启动后,立刻最小化。
C:\FlashFXP\FlashFXP.exe -min

::FlashFXP启动后,最小化至系统托盘。
C:\FlashFXP\FlashFXP.exe -tray

::FlashFXP启动后,设置本地路径为 D:\TDDownload
C:\FlashFXP\FlashFXP.exe -local=”D:\TDDownload”

::FlashFXP启动后,使用指定用户名、密码和端口登陆到指定的FTP服务器。
::remotepath为目录名,不写则为FTP根目录。如果remotepath ,不存在则返回至FTP根目录。
C:\FlashFXP\FlashFXP.exe ftp://user:password@IP:port -remotepath=”/tmp”

::也可以不使用 -remotepath参数 直接写成
C:\FlashFXP\FlashFXP.exe ftp://user:password@IP:port/tmp

::上传文件
C:\FlashFXP\FlashFXP.exe -upload ftp://user:password@IP:port -localpath=”D:\TDDownload\test.txt” -remotepath=”/tmp/test.txt”

::下载文件
C:\FlashFXP\FlashFXP.exe -c4 -local=”D:\TDDownload” -download ftp://user:password@IP:port -remotepath=”/tmp/test.txt” -localpath=”D:\TDDownload\test.txt”

Flashfxp不用任何工具就可以查看密码

这里给大家介绍了一个小方法可以方便的查看到站点的保存用户名及密码。

依次点击“站点”——“站点管理器”,然后在快速连接或者下面的站点列表处右击站点名称。

然后选择“复制到剪切板”这时会弹出一个“是否复制用户名和密码”,点击是。

然后粘贴到记事本里面就是明文显示的啦。

结合上一编文章,很容易实现在网站管理系统中,点击网站相应按钮打开对应的网站FTP

  • Share/Bookmark

Tags: , , , ,

看看,是真的还是假的,ebay没这么夸张吧

from:1243@ebayenforcement.com

We have noted your registration through the Internet registry in your country of XXXXsibay.com, a domain name that is confusingly similar to the famous eBay name and trademark.

The coined term “eBay” is one of the most famous brands on the Internet.  eBay owns exclusive trademark rights to the eBay trademark in many countries worldwide, including the United States, Canada, The United Kingdom,  the European Union  and elsewhere internationally, including related common law rights.  Accordingly, eBay enjoys broad trademark rights in its name.

Arbitrary use of the word BAY in a domain is problematic if the connected website is used in association with a business making use of eBay or operating in the same sphere of business as eBay.

Please review the following links for further information regarding eBay trademarks:
http://pages.ebay.com/help/community/tm.html
http://pages.ebay.com/help/policies/trademark.html

We are concerned that use of your domain name may infringe and/or dilute the famous eBay trademark.  Infringement occurs when a third party’s use of a company’s trademark (or a confusingly similar variation thereof) is likely to confuse consumers as to the affiliation, sponsorship or endorsement of the third party’s services.  Trademark dilution occurs when a third party’s use of a variation of a company’s trademark is likely to lessen the distinctiveness of the company’s famous trademark.  In this case, your use of “BAY” in your domain name, especially if used for an e-commerce web site, is likely to lessen the distinctiveness of the famous eBay brand.  “eBay” is an arbitrary and fanciful trademark; neither “eBay” nor “bay” describe online auctions, online trading, or e-commerce in any way.  We cannot permit the use of the suffix “bay” to evoke eBay or as a shorthand reference to e-commerce.

We appreciate that you may have registered XXXXibay.com with the best of intentions and without full knowledge of the law in this area. 

eBay respects your right of expression and your desire to conduct business on the Internet,  but must enforce its own rights. To avoid further consumer confusion, eBay must insist that you not use the domain name for any purpose, do not sell, offer to sell or transfer the domain name to a third party, and instead simply let the domain registration expire.  In the meantime, the domain name should remain inactive and should not point to any content 

Please confirm in writing that you will agree to resolve this matter as requested.
Thank you in advance for your anticipated cooperation.  

Sincerely,

Edith
eBay Legal Department

  • Share/Bookmark

Tags: , , , , , , , , ,

给wordpress数据库减肥,清理wordpress文章历史版本

使用wordpress的朋友可能已发现,我们可爱的wordpress有一个功能:写文章时,系统会自动保存文章历史版本。

即当我们新建文章或者修改文章时,如果长时间没有点击“发布”或者“更新文章”,系统会每隔一定时间自动保存当前内容为文章历史版本,以防万一。当某个页面需要经常修改、经常更新,长时间会发现下面的文章历史版本相当多,几十个。
要清理这些wordpress自动保存的文章历史版本,直接在后台操作貌似不行。怎么办?直接从数据库中删掉便是,方法如下:

  1. 登录数据库,可使用phpMyAdmin
  2. 找到要操作的对象——wordpress数据库中的”blog_posts”表。浏览该表,找到”post_type”项,发现其中有”revision”
  3. 删除”blog_post”中”post_type”项标识为”revision”的数据

直接使用SQL语句也可:
DELETE FROM `_posts` WHERE `_posts`.`post_type` = ‘revision’;

  • Share/Bookmark

Tags: , , , , , , ,

How to use the html tag HTTP-EQUIV “IMAGETOOLBAR”

This meta tag is used to facilitate how to handle images and photos when you use Internet Exlorer. If you want your images and photos to be visible constantly, it is best not to use this meta tag. 
Using this imagetoolbal tag doesn’t influence your ranking with the search engines. The title of your page the keywords and the description tag do influence your ranking.

<meta http-equiv="imagetoolbar" content="value">

Example meta tag http-equiv=”imagetoolbar”

 

 Add the following meta tag in the source of your webpage. The difference in spelling at the end of the tag is either you use     ” /> = xml or “> = html.
<meta http-equiv="imagetoolbar" content="yes"><meta http-equiv="imagetoolbar" content="no">

 

Where should you add this imagetoolbar tag?

You may add this meta tag to all of your webpages, so not only in the first index page. Make sure that on every page relevant meta tags are added.  Add keywords and phrases that are relevant and correspond to the text and the language on that specific page. It might be a lot of work to add specific meta tags to each page but you will notice in time that it works!

Meta tags Summary – Important SEO things to remember

We suggest that you use the Meta tags in your index.htm or index.html page. Than in all other important pages and last but not least in all the pages of your website. Make sure to put some extra effort in it, it will attract extra visitors to your webpage. Create relevant different meta tags for each and every page.
  • Share/Bookmark

Tags: , , , , , , , , , , ,

LiteSpeed web服务器

LiteSpeed
  • Brief info: LiteSpeed is a commercial web server designed specifically for large websites. One of LiteSpeed’s advantages is that it can read Apache configurations directly which makes it easy to integrate with existing products to replace Apache. The server is lightweight and as the name implies very fast.

    LiteSpeed 一种被特别设计用作大型网站的商业web服务器。 其中一个优势就是它能直接读取Apache 的配置信息。并轻易将它现有的产品结合在一起来代替Apache 。这种服务器是轻量级的就如它的名字暗示出非常快。

  • Used by: WordPress (until recently at least, but now WordPress.com appears to be using nginx), Twitter, GigaOm, Bravenet.
  • Cost: Free to $1,299 depending on the edition.
  • Open Source: No
  • OS platforms: Linux, FreeBSD, Solaris, MacOS X
  • Homepage: www.litespeedtech.com
  • Share/Bookmark

Tags: , , , , , , , , ,