1 / 3
Caption Text
2 / 3
Caption Two
3 / 3
Caption Three margin testing

Friday, January 1, 2010

Why doesn't my new Favicon display?

Why doesn't my new Favicon display? - GoDaddy Help Center, Search the GoDaddy Knowledge Base

If you are using Firefox® and you're using an .ICO file as your favicon, you may need to do a "Force Refresh" to get the icon to display properly.

To Perform a Force Refresh in Firefox

  1. Using Firefox, navigate to your website.
  2. Change the URL to point directly at your favicon image file at the root of your site. For example, www.coolexample.com/favicon.ico.
  3. Right-click in the browser window and select Refresh.

The forced refresh prompts Firefox to reload the icon instead of a cached version. The updated icon displays in the address bar. However, you may need to restart Firefox to get the icon to display on tabs and in Favorites.

For information on applying your favicon to your Quick Shopping Cart, see Uploading a Favicon.

How do I change or reset my Zen Cart Admin Password?

Zen Cart(tm) Tutorials and FAQs - How do I change or reset my Admin Password? (I...

1. If you can log in to your Zen Cart admin using another account, please do so, and reset/modify the other admin password as needed via Admin->Tools->Admin Settings

2. If you can't remember your admin account or password, there's still hope.

The first thing you can try is to click the "Resend Password" button and enter the admin email address.

If for some reason that doesn't work for you, you can create a temporary admin account in order to log in.

Open your phpMyAdmin (supplied by your hosting company), click the "SQL" tab and run this query:

DELETE FROM admin WHERE admin_name = 'Admin';
INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level)
VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);

If you are using a prefix for your database tables, you'll naturally need to add that prefix to the table name above. ie. "... FROM/INTO prefix_admin ...".

You should now be able to login using the following details:

Username: Admin
Password: admin

Be sure to use proper case. ie. 'Admin' for username, not 'admin'.

After you log in, remember to delete this temporary admin account and create a new one from Admin->Tools->Admin Settings

Featured Post

Windows和Ubuntu双系统完全独立的安装方法

http://www.ubuntuhome.com/windows-and-ubuntu-install.html  | Ubuntu Home Posted by Snow on 2012/06/25 安装Windows和Ubuntu双系统时,很多人喜欢先安装windows,然...