Jump to content

lhn

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by lhn

  1. Question for all Horde webmail user... I can't find my email messages that were left in the inbox. Seems like that Horde webmail delete or move email messages that are 3-4 days old from the inbox. Can someone tells me where Horde stores these messages or if there is a setting in the options that I need to set. Thanks. -Linh
  2. Here is one from an SSL seller: http://www.instantssl.com/products/trustlogo.html You normally have to purchase these logo, but they're currently have a special for their SSL Pro Cert for $69 year which includes the logo to put on your site. You can also see a "Verisign" logo ecommerce sites such as: www.bestbuy.com & www.circuitcity.com. These are located on the bottom of the page. I think the logo is important because it allows the customer to verify that they are shopping on a secure site by clicking on the logo. We're almost there on this issue... -Linh
  3. Great! Thank Jim. Now that everything is straighten out, I have one other question. Does the ssl cert from TCH come with a "Trust Logo"? I would prefer to buy my ssl cert from TCH for ease of implementation. Thanks. -Linh
  4. Ok, lets see if I can get this straight... The first year cost for a TCH ssl cert: $35 installation fee + $85 for SSL cert + $85 for hosting the cert = $205 first year The yearly expenses for an ssl cert from TCH are: $85 for cert + $85 for hosting = $170 a year/every year Is this correct? Thanks.
  5. Critical Mass, I just found out that you have to purchase a ssl cert from here for $80 plus a $30 installing fee. I'm just trying to decide if I want to use the free one or purchase one. A friend recommended a site that i can get a free dedicate ssl cert. Can't use it here. oh well.....
  6. I have a question about SSL hosting? If I get my own SSL certificate, can I install it myself? I was just wondering what is the $85 per/yr fee is for? Thanks. -Linh
  7. This is GREAT!!! DONE.
  8. Ok, here is what I did... Database Server: localhost The database server can be in the form of a hostname, such as db1.myserver.com, or as an IP address, such as 192.168.0.1. Username: asiapdp_linh The username is used to connect to the database server. An example username is mysql_10. Note: If the catalog is to be imported (selected above), the account used to connect to the database server needs to have Create and Drop permissions. Password: "password for username in database" The password is used together with the username, which forms the database user account. Database: asiapdp_ The database used to hold the catalog data. An example database name is catalog. -Linh
  9. finally got it to work. Thanks everyone.... -Linh
  10. thanks, that helps a little. I'm still missing something. Here is what I entered in the blank and it still said access denied for user... Database Server: Locolhost The database server can be in the form of a hostname, such as db1.myserver.com, or as an IP address, such as 192.168.0.1. Username: asiapdp_linh The username is used to connect to the database server. An example username is mysql_10. Note: If the catalog is to be imported (selected above), the account used to connect to the database server needs to have Create and Drop permissions. Password: "password for username in database" The password is used together with the username, which forms the database user account. Database: Localhost The database used to hold the catalog data. An example database name is catalog. -Linh
  11. I tried to create a username, password and database in cpanel under Manage Mysql and this is what I get. 'Connection Strings Perl $dbh = DBI->connect("DBI:mysql:asiapdp_:localhost","asiapdp_linh",""); PHP $dbh=mysql_connect ("localhost", "asiapdp_linh", "") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("asiapdp_");' what is all this mean? -Linh
  12. Thanks kw, I'm trying to install a program from www.oscommerce.com, it's basically an ecommerce website you can download and use it as a template to design an ecommerce store. -linh
  13. Hello everyone, I just joined yesterday. I'm new to website design, hosting and ecommerce. I have some really basic starter questions that I hope someone can help me. I'm working on an ecommerce website for my business and I'm trying to install oscommerce program on the site. I'm being asked for 'database server', 'username', 'password' and 'Database'. Could someone show me how to set them up? Thanks. Linh
×
×
  • Create New...