Archive

Archive for June 19th, 2008

域名选择工具和国外域名注册商概述

June 19th, 2008

工欲善其事 必先利其器.为了能注册到一个满意的域名,必须有一个查询工具辅助,找到或者提供一个建议的工具.给你提出选择域名的技巧和建议,这些工具同时还提供了随机生成及根据关键字生成域名的功能。

域名选取工具

1、123finder.com 输入关键字和所需的最大的字母数,列出成批域名供选择。
2、BustAName.com 根据用户输入的关键字来更出可用的域名和一些建议性域名。
3、Domain-Generator.net 给你提出选择域名的技巧和建议,同时还提供了随机生成及根据关键字生成域名的功能。
4、Domain Name Generator 通过关键字查找目前还未被注册的域名。
5、Dot-O-Mator.com 从15个分类的前缀和后缀查找可用的域名组合。
6、Dyyo.com 查找可用的4个字母的短域名
7、Geek.name 按关键字搜索可用的域名。
8、MakeWords.com 随机生成域名。
9、Nameboy.com 按主副两个关键字搜索域名
10、SnapItNow.com 通过关键字和分类查找有效的域名
11、Web 2.0 Name Generator 随机生成可用于web2.0网站的域名。

域名注册商

1、eNom.com 提供一系列的域名转售工具。
2、GoDaddy.com 可能是最有名的域名注册商,价格比较便宜。
3、Name.com – 注册比较便宜,并提供一些免费的附加服务,续费稍贵点,可以转到domainsite.com续费6.99美元,等domainsite.com到期了,再转到name 。不过我没试过,但是很多人都试过可以!

domains

在name.com注册的域名站内转让、转移和续费技巧

June 19th, 2008

一、站内转让

在 Manage domain name (域名管理)页中,选择 Account Transfer (域名转让)或 Bulk transfer names from this account to another name.com account (批量将该 帐户名下的域名转让到name.com的另一个帐户)

输入买家的帐户名,勾选适当的联系方式,点击 Submit (提交)

一般,在24小时内会完成域名转让,请注意,name.com在此过程中,不担当交易中介的角色,买卖双方自己把握分寸,保护自己的利益,如需要name.com参与,请在交易前电话联系name.com公司 。

二、转移

转出时,域名已注册天数至少有 60天 (ICANN的规定)
转出时,域名的状态是 未锁定 unlock(可以在域名管理中解锁)
转出时,需要提供 授权码 Auth Code给转入商(可以在域名管理中查看)
转出时, 隐藏注册信息 的功能必须关闭(可以在控制面板操作)

三、续费
name.com首年便宜,续费贵,所以注册多年不合算。方法是:转到到其它便宜的注册商进行续费,比如domainsite.com6.99美 元,然后再转回来,就又是 5.99 美元。 例如可以在 name.com 与 domainsite.com 之间互转来完成续费。

domains , , ,

WordPress Domain Name Change

June 19th, 2008

BE VERY CAREFUL WITH THIS.
IT WILL HURT. IT WILL HURT.
BACKUP YOUR DATABASE FIRST: Backing Up Your Database . BACKUP YOUR DATABASE FIRST: Backing Up Your Database .
The following is irreversible. There is no “undo” or “undelete” button. This is permanent. Be warned that it can do harm. The following is irreversible. There is no “undo” or “undelete” button. This is permanent. Be warned that it can do harm.

When moving the domain, you will need to restore the database . You then need to upload your files to their new location.

At this point, your blog will NOT work. At this point, your blog will NOT work.

1. Database
1. Follow the guide above to alter the information in the database. Follow the guide above to alter the information in the database.
2. Database Entries Database Entries
1. Log into phpMyAdmin . Log into phpMyAdmin .
2. Backup your database and save the copy off-site. Backup your database and save the copy off-site.
3. Login to phpMyAdmin . Login to phpMyAdmin .
4. Click the link to your Databases . Click the link to your Databases .
5. A list of your databases will appear. Choose the one that is your WordPress database. A list of your databases will appear. Choose the one that is your WordPress database.
6. Look for the name of the table within your database used to hold your post information. Usually it is called wp_posts , but it may have been changed. Write it down. Look for the name of the table within your database used to hold your post information. Usually it is called wp_posts , but it may have been changed. Write it down.
7. Clicking the Browse icon or link, open the wp_posts table. Clicking the Browse icon or link, open the wp_posts table.
8. Look for the field that holds your post “guid”. It is usually called guid , but it may have been changed. Write it down. Look for the field that holds your post “guid”. It is usually called guid , but it may have been changed. Write it down.
9. Click the tab at the top for SQL . Click the tab at the top for SQL .
10. Using the information you wrote down from above and the old and new URL addresses you wish to update or search and replace within your database, type in the following ( CAREFULY ): Using the information you wrote down from above and the old and new URL addresses you wish to update or search and replace within your database, type in the following ( CAREFULY ):

 UPDATE wp_posts SET guid = REPLACE ( guid, 'http://exampleoldsiteurl.com', 'http://examplenewsiteurl.com');

1.
1. Make sure that the names of wp-posts and post_content match the tables and fields within your database. Change them if not. Make sure that the names of wp-posts and post_content match the tables and fields within your database. Change them if not.
2. Ensure that the ONLY content you want to change are within the little single ‘quotes’ . Make sure EVERYTHING is spelled right and that you are sure this is correct. Ensure that the ONLY content you want to change are within the little single ‘quotes’ . Make sure EVERYTHING is spelled right and that you are sure this is correct.
3. Review everything within the SQL input box again. Make sure it is correct. There are no second changes when you take the next action. The change is permanent. Review everything within the SQL input box again. Make sure it is correct. There are no second changes when you take the next action. The change is permanent.
4. When you are sure, click Go . When you are sure, click Go .
5. At the top of the screen will be generated a list of how many of the tables and fields have been changed. At the top of the screen will be generated a list of how many of the tables and fields have been changed.

wordpress , , , ,

Wordpress Changing the URL

June 19th, 2008

1. Backup your database and save the copy off-site. Backup your database and save the copy off-site.
2. Login to phpMyAdmin . Login to phpMyAdmin .
3. Click the link to your Databases . Click the link to your Databases .
4. A list of your databases will appear. Choose the one that is your WordPress database. A list of your databases will appear. Choose the one that is your WordPress database.
5. All the tables in your database will appear on the screen. All the tables in your database will appear on the screen.
6. From the list, look for wp_options . Note: The table prefix of wp_ may be different if you changed it when installing. From the list, look for wp_options . Note: The table prefix of wp_ may be different if you changed it when installing.
7. Click on the small icon indicated as Browse . Click on the small icon indicated as Browse .
8. A screen will open with a list of the fields within the wp_options table. A screen will open with a list of the fields within the wp_options table.
9. Under the field option_name , scroll down and look for siteurl . Under the field option_name , scroll down and look for siteurl .
10. Click the Edit Field icon which usually is found at the far left at the beginning of the row. Click the Edit Field icon which usually is found at the far left at the beginning of the row.
11. The Edit Field window will appear. The Edit Field window will appear.
12. In the input box for option_value , carefully change the URL information to the new address. In the input box for option_value , carefully change the URL information to the new address.
13. Verify this is correct and click Go to save the information. Verify this is correct and click Go to save the information.
14. You should be returned to your wp-options table. You should be returned to your wp-options table.
15. Look for the home field in the table and click Edit Field . Note There are several pages of tables inside wp_options . Look for the > symbol to page through them. Look for the home field in the table and click Edit Field . Note There are several pages of tables inside wp_options . Look for the > symbol to page through them.
16. In the input box for option_value , carefully change the URL information to the new address. In the input box for option_value , carefully change the URL information to the new address.
17. Verify this is correct and click Go to save the information. Verify this is correct and click Go to save the information.
18. Delete the folder wp-content/cache (this is a new folder added with WordPress 2.0). Delete the folder wp-content/cache (this is a new folder added with WordPress 2.0).
19. That is it. That is it.

wordpress ,