DreamHost Review – Cheap Hosting even cheaper with coupon codes

Jab
So far everything has been great. Fast idle servers… Great prices and great throughput. Easy admin tools. Haven’t had any reliability issues. I have launched several sites there in the last few days and all is well. For now I can’t see ever moving to another provider.

Willem
Extreme Happy Dreamhost Customer. No better value for $$

John
Dreamhost is a provider who offers very cheap prices all around, for more webspace and bandwith than most other hosters can claim to provide.

I haven’t had any issues with them yet, and am quite content actually. On the one occasion that I needed it, support feedback has been quick. The panel, while it is not CPanel and takes some time to apply changes, is still easy to use and offers all features decently organized. I wouldn’t set up a professional business website on it, but for everything else, this provider is the way to go.

Lastly, it should be noted that it’s advisable to sign up for the site with one of the available coupon codes. This allows you to save money on your first bill.

Posted in DreamHost Reviews | Tagged , , , , , | Comments Off

DreamHost Review – Users Experience – Very much recommend as a web host!

KikoLtd

Dreamhost is really the best hosting company! I have been hosted with dh for 1 year. My experience is great! I really love their easy to use control panel. Everything is great! The support-guys are very cool and fast! I have been hosted with many other companies (such as hostgator, ixwebhosting, justhost, vexxhost, subdesign etc) but from all these, dreamhost is the best!

mani

First of all, my websites don’t sell anything online and don’t get huge numbers of visitors, but if I relied on my site for my income, I would think about investing in a local server for piece of mind. For my purposes, showing (my own) video and music clips, Dreamhost shared hosting has been well priced and pretty reliable. When things have gone wrong ( which they do, every now and again ) its usually sorted out in a reasonable amount of time.

I found the User Panel and one step installation plugins (WordPress) and streaming QT very useful for my purposes. I’ve always found the Customer Service top notch via e-mail and the help wiki is very intuitive. I haven’t used the callback option but I tend to find e-mail support do the trick within 10-30 mins on average.

I recently upgraded to the private server to ensure stability which was quite a seamless transfer after a problem for a couple of hours. All as expected and things are running faster more consistently for a little more $ per month. The shared hosting is a very good option anyway and perfect if your starting out. Make sure you take advantage of the discount offers and you can get yourself, cheap reliable hosting…

With hosting generally, I think you generally get the reliability/speed/control you pay for, but with Dreamhost Sharing, you can get an inexpensive, speedy, service with friendly support (from my experience).

Nick

We work about 10 miles away from Dreamhost’s headquarters in Brea. I thought I recommend dreamhost to my boss who runs several e-commerce sites. So we opened up several accounts with dreamhost, everything was fine up until the last few months. I highly recommend that you DO NOT run an e-commerce site on dreamhost. You will lose lots of sales because dreamhost is constantly slow during prime hours. Customers from all over the US complained that the site was extremely slow. Our site is xhtml validate and is even dail-up friendly. We never had problems with our old server that we were leasing from DELL.

ABH

I’ve been with Dreamhost for probably going on 5 or 6 years. They have been a great webhost the entire time and constantly expanding and upgrading their serices. I’ve only ever had to contact customer support twice for techincal issues. Both times the response was prompt and fixed my issue right away.

Very much recommend as a web host!

Jamie

My experience with DreamHost has been awesome so far. I experience very little downtime, download speeds are good for the most part and I have yet to run into a serious problem where I would have to contact customer support. I also love that they add new features every month and the amount of bandwidth and disk space you are allocated grows every week. I personally would recommend this web host to anyone that is starting to get into building/running websites as their web panel is very easy to use.

BH

I currently use DreamHost to host two sites, with one of them being registered there as well. The larger of the two sites serves approx. 4,000 pages per day (not counting the faviocon, robots, and the like) and has an announcement list of approx. 1,000 users who subscribed using a (DreamHost provided) automated system. I have also used DreamHost in the past to host a site for a blogger-run-blog when I had the time to post.

The web hosting aspect is easy to use with standard ftp or secure-ftp access. The management of the various other things (changing billing options, checking user statistics, web-mail, forwarding/redirecting e-mail, and setting up e-mail subscription lists) is very user friendly. The team running it always has a sense of humor in their blog and newsletter — but doesn’t let that get in the way of getting the job done.

I have contacted them over a dozen times in the past with questions on topics such as transferring domains and the use of mailing lists and have gotten helpful responses within 24 hours to each one, often much quicker. (They also have a support wiki that answers a lot of standard questions).

Posted in DreamHost Reviews | Tagged , , , , , | Comments Off

Installing WordPress on Dreamhost hosting

Installing and updating WordPress is very easy on DreamHost hosting. DreamHost provides a one-click installer and upgrader for WordPress (and several other popular web applications) making it as simple as clicking a button in our web panel.  DreamHost even lets you request that they email you whenever a new release is available so you don’t have to keep track of it yourself.

If that is still too much effort and you are willing to give up some flexibility, DreamHost also provides what they call an easy one-click installer, which is really just a fully managed and hosted version of WordPress that we update and maintain for you.

Posted in Wordpress | Tagged , , , | Comments Off

Getting a Backup From phpMyAdmin in DreamHost

You can easily backup your mysql databases in Dreamhost using phpmyadmin.

phpMyAdmin is a MySQL database administration tool that provides a (relatively) easy-to-use UI through a web browser. Here is how to back up a MySQL database using phpMyAdmin.

1. Start phpMyAdmin. Do this by opening the URL of your MySQL database server in your browser, e.g. dbname.domain.com. At DreamHost, this invokes phpMyAdmin for your database server. A user name and password prompt appears.
2. Enter your MySQL user name and password. The phpMyAdmin user interface appears.
3. On the left pane, click the popup menu item (databases) …. A list of MySQL databases on this server appears.
4. Select the datbase which you wish to back up from the list. Information on that database appears in the right pane.
5. On the tabs across the top, click Export. A pane marked “View dump (schema) of database” appears.
6. Underneath the list marked “Export”, click the link Select All. All the table names will be highlighted.
7. In the radio button set below, make sure SQL is selected. This selects the output format.
8. In the section marked “Structure:”, check the box marked Structure:. Within this section check boxes marked Add AUTO_INCREMENT value, and Enclose table and field names with backquotes
9. In the section marked “Data:”, check the box marked Data:. Within this section check boxes marked Use hexadecimal for binary fields. If you are backing up a large database, uncheck extended inserts as when you restore the backup the server may not accept such long SQL commands. If you plan to apply the backup to a database with a different structure (e.g., you applied a mod to PhpBB) or to an updated version of a web application, check complete inserts, otherwise leave it unchecked. Leave other boxes unchanged.
10. Check the box marked Save as file.
11. In the box marked “File name template:”, fill in the name you want the backup file to have. phpMyAdmin expands certain abbreviations in this string: __SERVER__ expands to the server name, __DB__ expands to the database name, and a string like %Y%m%d is expanded according to the rules of PHP’s strftime function.
12. Click Go button.

phpMyAdmin will download a SQL file named as you specified. A file download dialog from the browser appears. Specify where on your local host you want to store the file.

Posted in MySql | Tagged , , | Comments Off

Dreamhost Coupons

One of the best things of Dreamhost is their dreamhost coupons. They offer very affordable plans with unlimited disk space, and bandwidth. What people liked in Dreamhost is their coupons, they offer coupons that gives up to $97 discount on yearly plan. For example, If you use the dreamhost coupon “MAXCOUPON97″, you will get the maximum discount possible.

Dreamhost has very nice customer service. They will help you in setting up word-press, and any other software. They also will reply to your questions very fast. In addition, they offer you the choice to have phone calls with their customer service operators if you really need urgent help, but this is paid and expensive service.

Posted in Dreamhost Coupons | Comments Off

DreamHost Promo Code

Are you looking for the maximum discount dreamhost promo code? Here it is: MAXCOUPON97

All you have to do is put this code when you signup at Dreamhost.

Enjoy it!

Posted in DreamHost Promo Code | Tagged , , | Comments Off

DreamHost Control Panel Demo

Take a test drive of DreamHost control panel before you sign up.

http://demo.dreamhost.com

demo

demo

You can access your billing information, create or modify your MySQL databases, configure your account, create email aliases, and much more! Got a question? Get an answer! DreamHost’s technical support staff is standing by 24 hours a day, 7 days a week to answer any questions that you may have.

Your web admin panel is always available when you need it. Need another POP account at 3 in the morning? Done! Credit card about to expire? Don’t touch that phone! Just login to your web admin panel and make the change yourself in a matter of seconds. This degree of control is available 24 hours a day, 7 days a week, 365 days a year.

Posted in Dreamhost | Tagged , , | Comments Off

DreamHost Questions 65-75 – 24/7 technical support

65. Do you allow the uploading of legal mp3s?

Yes.

66. Will my information be resold or shared with any other company?

No, you can check our privacy policy here: http://www.dreamhost.com/privacy.html

67. Do you support MS FrontPage Extensions?

As of October 2008, no longer.

68. How do I see if the domain name I want is available?

Check the public whois database: http://www.dreamhost.com/domains.html

69. What are your Primary and Secondary DNS numbers?

ns1.dreamhost.com
ns2.dreamhost.com
ns3.dreamhost.com

70. Can I register a domain name without purchasing a Web hosting account?

Yes.

71. Do you offer 24/7 technical support?

Yes, via email.

72. What about over the phone?

No, but you can get live chat and callbacks if you add our premium support option.

73. What currency are your fees in?

USD.

74. What is your spam and bulk e-mail policy?

You can read that policy at http://www.dreamhost.com/spam.html

75. Do you host international domain names ( and IDN)?

Yes and yes.

Posted in Dreamhost | Tagged , , , | Comments Off

DreamHost Questions 54-64 – MySQL databases remote access and cron jobs

54. Can I remotely access my MySQL databases with your service?

Yes, you’ll just need to whitelist the IP you connect from via our web panel.

55. How is payment made, month by month, or a year contract?

It’s up to you!

56. Am I billed automatically?

Yes! Your hosting account renews automatically for the same price and period.

57. What control panel software do you offer?

Our own customized one at https://panel.dreamhost.com/

58. Do you have a demo of your control panel available?

Yes! Check out our mad panel skillz!

59. Do you have any mini servers available?

No.

60. Is python supported via SSH?

Yes.

61. What credit cards do you accept?

* Visa
* MasterCard
* American Express
* Discover
* Diner’s Club
* Carte Blanche

62. Do you support ASP and .NET services?

Nope, no Microsoft here. Debian Linux only.

63. How can I transfer my domain name to you guys?

You can initiate a transfer request via through our panel.

64. Do you allow the creation of cron jobs?

Yes via SSH and via our control panel.

Posted in Dreamhost | Tagged , , , , , , , , , | Comments Off