Archive for the ‘skins’ Category

7 Reasons to Love the New Intel Core i7 Dedicated Hosting Plan

Tuesday, November 10th, 2009

Dedicated Hosting Servers at Lunarpages

Lunarpages is not only a leader in the shared and VPS hosting world, they are also a juggernaut when it comes to dedicated hosting servers too.  The newest member to the dedicated hosting plan family is the new i7 Dedicated hosting plan.  What is so special?  I am going to give you seven reasons you will love the new Intel Core i7 hosting from Lunarpages.

  1. The Intel® Core™ i7 2.66ghz CPU is the most recent technology from Intel® providing faster, intelligent, multi-core technology that applies processing power where it’s needed most.
  2. Also included are 3GB of DD̷ RAM, the best memory you could ever want or need in a dedicated hosting server.
  3. With 2000 GB of bandwidth, you are ready for any Internet traffic storm that might come your way.
  4. 250 GB of storage is included, with room to grow if needed.  You’ll never have to worry about disk space again.
  5. Coming in at only $245 per month, I’m not sure if this would fall under the deal or the steal category. 
  6. As with our other dedicated hosting plan, 2 GB are included and dedicated to backup storage.
  7. With 2 IP addresses, SSH, MySQL Databases, E-Commerce Tools, and more, what is not to love with this dedicated hosting offer?

Every dedicated hosting plan from Lunarpages also comes with the unparalleled security, control and management options you need.  If you are looking to upgrade to a dedicated hosting plan – or get your first, there is no better dedicated hosting platform out there today. 

Related Tips and Tricks:

&copy Lunarpages Web Hosting - Also, don’t forget to follow @lunarpages on Twitter!

Post to Twitter Post to Delicious Post to Facebook Post to StumbleUpon

Original post by Mitch

Great New Database Hosting Tutorials

Thursday, August 20th, 2009

Deep within the confines of my wiki writing hideaway, I have been hard at work coming up with tutorials and documentation covering how to manage databases with your LPCP powered web hosting account. 

MySQL Web Hosting Tutorials

PostgreSQL Web Hosting Tutorials:

Remember, if you have any article suggestions for the web hosting wiki, you can always send them my way, leave a comment, or even submit your own.  The Lunarpages web hosting wiki is the home of over 300 tutorials, articles, tips and tricks you can use with your web hosting account here at Lunarpages.

Related Tips and Tricks:

© Lunarpages Web Hosting - Also, don’t forget to follow @lunarpages on Twitter!

Original post by Mitch

PHP Script to Test Database Connections

Thursday, August 6th, 2009

Need to test if a mySQL database has been setup, associated with a user and working properly?  In most cases where you get a “can not connect to database” issue when installing a script, it is caused by something in your configuration files being wrong. To help you test, create a .php file (could be named anything, such as dbtest.php) and then put this inside of it:

&lt?php

= ‘localhost’;

= ‘mysqluser’;

= ‘mypass’;

= ‘databasename’;

//Don’t change below here

= mysql_connect(, , );

mysql_select_db(, );

echo ‘<hr />anything above this linebreak is BAD!’;

Make sure you change mysqluser, mypass, and databasename to the correct variables as you set them up in your hosting account control panel.  Then, upload the test .php file into your public_html directory, and try to go to it via your browser.  If you see no errors above the line break, it is connecting successfully.  If you do see errors, then there is something wrong with the database or how you typed the information into the test script.

Remember also to use the

hostingusername_databaseusername

or

hostingusername_databasename

format (as it was told to you after creating the database or user for the database) when typing in your information.  Kudos goes to the Joomla forum where I found this script.

Either way it should be a helpful tool when it comes to troubleshooting your MySQL database issues. 

Related Tips and Tricks:

&copy Lunarpages Web Hosting - Also, don’t forget to follow @lunarpages on Twitter!

Original post by Mitch

Best Web Site Speed Analyzers

Thursday, April 9th, 2009

When it comes to testing how fast a page is loading, and what content might be slowing it down, I only have two favorite sources I like to recommend people check out the Web Page Analyzer and Pingdom Tools.  

Web Page Analyzer

This web site will give you a quick and easy way to test how speedy your web site and code really are.  All you have to do is enter your URL and hit “Submit Query”. 

image

Pingdom Tools

Another nice tool to keep handy for web site speed and content testing would be Pingdom Tools.  After loading in your URL, it will tell you how long your web page takes to load and what on the web page is taking the most time.  This is good for identifying exactly what is making your page load slower.

image

Hopefully these two web sites will be of great use to you, next time you need to figure out what on your web site is causing it to slow down.  From too many images, to out of control JavaScript, there are a lot of things that can cause you issues.  With these two resources, you should be better able to find out what the problem is so you can get back up and running faster.

&copy Lunarpages Web Hosting - Great web hosting with unlimited disk space and bandwith for only $4.95 per month? Check out the Winter Special!

Original post by Mitch

Faking The Web Hosting Industry

Sunday, January 25th, 2009

Those who read Daw Web Hosting blog know that this is an authoring website, not a a bunch of web pages created to publish news about “great achievements” of web hosting companies. Most of the articles published here are focused on real issues, not on someone’s product or service. I believe is that the web hosting […]

Original post by D.Avramov