Archive

Archive for the ‘cPanel Hosting’ Category

An Overview Of PHP And PHP Hosting Solutions

February 3rd, 2011 Comments off

PHP has a reputation of being one of the best scripting language which can be used either on a web server or can be used to write various scripts to help programmers so that they can create interactive webpages. PHP plays an important role to make a webpage with great features and more dynamic. This is an open source product and can be easily supportive for HTML embedding hence it becomes very easy to make not only static pages but also dynamic web pages. PHP website hosting is also based on same platform which adds PHP code as a output to HTML pages as a destination.

Here are some highlights of PHP website hosting

  • Direct compilation of the scripts of webpages without any external tools.

  • The PHP Web pages effects will only be visible to the viewer of the website if the host has PHP. If the host does not have PHP, the website will be loaded with errors and might not function properly.

  • PHP is supportive for the connectivity with various type of databases.

  • Its easy to learn php quickly and as it is an open source solutions for programming bugs are available widely and easily which are invented by other users.

  • With the usage of PHP a visitor can personalize a webpage in better way by storing cookies and remembering passwords and usernames. These type of things impress a visitor as he feels easy to surf through website and need to not to enter details each time.

A web hosting provider should take various factors in to account such as compatibility issue of old and new versions of PHP, Though PHP hosting comes under one of the cheapest hosting options including cPanel Hosting or Linux Hosting, a client need to clarify the details about the modules used in PHP scripts and another future enhancement wished by hosting client. Adopting PHP scripts with combination of languages and proper synchronization and back-end as MySQL produces one of the best results for a webmaster.

Which Control Panel For Your Website?

January 30th, 2011 Comments off

If you are a serious webmaster who is very careful about his website then you might have idea about ‘how important a control panel is for your website?’ There are many control panels available and selection of a specific control panel is a difficult decision because each of these comes with their own pros and cons.

cPanel

Many webmasters will claim cPanel as the best control panel and even web hosting services providers provides a hosting package with this name as ‘cPanel web hosting‘. More than being simple and availability of extra features this control panel is very easy to learn and comfortable from both, client and admin side. Latest upgrades of providing better support for service clustering in windows it has captured more share of internet market, but still this feature has few bugs which should be removed very soon.

Plesk

Plesk’s presence is very long in the market as it has few features of its unique type and not available with other control panels. Plesk provides better clustering support than any other control panel. It is possible to set up a network of multiple servers and make them to act as a single service unit. So surprisingly it becomes possible to run both Linux servers and Windows servers as a single unit. According to to recent news Parallels has taken over Plesk

Direct Admin

This control panel is becoming very popular with a cruising speed these days. Though it may not have as much features as other control panels have, but so far stability and resource usage is concerned it is far better than others. Other advantage is because of having less features the ratio of bugs is also less. This is suitable for budget hosts as it is capable of hosting multiple clients with a great stability.

Other control panels like ‘Hsphere’ are outdated already and being dominated cleanly by above three which are really making the choice difficult for webmasters.

How can I change my MySQL database collation?

January 10th, 2011 Comments off

Generally you would require to change your MySQL collation in order to solve any problems with foreign character encodings. The very common step that can be taken here is to change your MySQL collation from latin1 to utf8. The same can be changes by using phpMyAdmin and the by following the below mentioned steps :

1. First you need to login to your cPanel account provided with your web hosting account and then click on phpMyAdmin icon located in the Database Box.

2. Now you need to select the Database you would want to manage from the drop down menu located on the left.

3. Then click on the Operations tab in the top menu of your phpMyAdmin

4. Once you click on Operations you will see at the bottom of the page the collation option. You need to now select a collation from the drop down menu and click on the Go button.

Please be informed that after you change the collation of a database only the new tables will be created with the new collation. All the other tables will remain with the collation, they were initially created with.

Internal server error – HTTP Error 500

January 7th, 2011 Comments off

The best and easy way to figure out the reason for “Internet server error 500” would be to check the error logs generated for your website. You can check the error logs by accessing cPanel > Error Log. Or else you could check the error logs by contacting your Web Hosting Service Provider.

While checking the error logs using cPanel which is available with your cPanel Web Hosting Account you will see a detailed list of the last error messages generated by your website. It provides you with detailed information about each error occurred, with the date and time of the error, also information about the client receiving the error is included. It also provides information about which folder and file is causing or generating the error.

internet-server-error-500

Below mentioned are examples of some errors causing an Internet server error 500 and steps to fix them:

  • [2011-01-01 02:45:01]: error: directory is writable by others: (/home/user/public_html/)

The above error can be fixed by changing the permissions of the file or directory in consideration. You need to change the permissions by using the File Manager in cPanel, or by an FTP client. You need to enter the correct permissions, you can get the correct permissions by contacting you web hosting service provider.

  • [2011-01-01 02:45:01]: error: file has no execute permission: (/home/user/public_html/)

While fixing this issue, you need to use your FTP client or the File Manager through your cPanel account and change the permissions. You can get the permissions from your Web Hosting Service Provider.

  • [Sat Jan 01 02:45:01 2011][client 121.0.0.60] (13)Permission denied: /home/user/public_html unable to check htaccess file, ensure it is readable

The above error is caused because of incorrect permissions of the .htaccess file. Such an error message can also occur sue to incorrect permissions for the folder. You need to ensure that the permissions are correct. They can be obtained by contacting your web hosting service provider.

  • [Sat Jan 01 02:45:01 2011] [client 121.0.0.86] Premature end of script headers: /home/user/public_html

Such error message could be occurred sue to several reasons:

The script requires more than the usual time to be processed and is being killed or terminated by the system.

This could also be because of an error within the programming code of the script in consideration. In such a case it should be revised by a professional web developer who will be able to assist you further.

How can I reset my Mambo administrator password?

December 9th, 2010 Comments off

Mambo is one of the very popular and powerful Content Management System (CMS) available in the market. Websites cab be created easily with the web based interface and the user friendly features of Mambo CMS.

m-logo1

Mambo administrator password can be changed or reset using its MySQL Database available in your control panel provided by your web hosting services provider.

The most easy way to manage the database is through the phpMyAdmin tool. You need to go to your cPanel provided with you cPanel Hosting account and click on phpMyAdmin in the Databases box.

In phpMyAdmin you need to select Mambo’s database from the drop down menu at the left side. The page will automatically refresh and the table of database’s will be displayed. Access the SQL tab, it can be found at the top navigation bar.

Write the below mentioned SQL Query in the text field available :

UPDATE `mos_users` SET `password` = MD5( ‘new_password’ ) WHERE `mos_users`.`username` = “admin_username” LIMIT 1 ;

“new_password” – replace with the new password to be used.
“admin_username” – replace with the username the password for which should be updated.

Once done, click on the GO button to submit your query. If the query completes without any errors, you would be able to login to Mambo with the newly assigned password.

RVSitebuilder : Website Builder Application

November 19th, 2010 Comments off

RVSitebuilder is an user friendly application developed to build websites. This website building tool is a convenient and useful software application for all cPanel users and resellers. Being an experienced graphic designer is not at all important to utilize the software. There is no necessity to be acquainted with pre-designed templates or how to customize an already created one. In their effort to build a user community all around the world, the software tool is accessible in many languages. Another great feature is the fact you can use RVSitebuilder with cPanel and not just RvSkin.

If you are using a cPanel reseller program, you become entitled to using RVSitebuilder for free. This strong advantage can be used as leverage with future customers, but is also a perfect compliment to personal, individual website creations. Its time to forget the complicated, expensive designs and get acquainted to easy to use applications. Your reseller business just gets easier because this has been integrated with a free domain reseller account, free billing tools and software, and script installation tools.

RVSitebuilder will build a personal, customized website in only minutes skipping the complications and expenses. Start with a pre-designed template and build on by adding the ready-made features. Customize and change features as time allows. Adding gadgets and features is not at all a time consuming tack with RVSitebuilder.

The guiding tool walks you through the entire process step by step with a navigator. Start your website with a business or company name and website title. Next, you have the option of uploading your personal logo. Also, guidance is available through template choices, page structure management, and adding extra components, services, and gadgets. Preview feature lets you preview your website before publishing it.

You can choose from many templates that are already available suiting your requirements, or you could upload your own unique template to make sure no other user can claim your design. Creation of blogs, guestbooks, newsletters and photo albums is quite easy with RVSitebuilder.

cPanel Hosting

November 4th, 2010 Comments off

cPanel is a popular Linux control panel used by web hosting companies to offer low cost Linux hosting services such as shared web hosting, although it is also available with most Linux VPS server and Linux dedicated server packages. As well as making it easier for hosting customers to manage their own shared web hosting accounts, cPanel also makes it easier for system administrators to manage the servers that they are responsible for. cPanel is a standard feature of most Linux shared hosting packages and so any cheap web hosting provider you find should be able to provide you with cPanel hosting. If you prefer to use a Linux VPS server or Linux dedicated server then you may find that you have to pay extra for a cPanel license. It is recommended that you have a medium to high specification server if you wish to run cPanel because the control panel and its subsidiary applications will require a decent amount of resources to be able to run effectively; the more websites that you are going to be hosting on your cPanel server, the more server resources you are going to need to help guarantee a certain level of stability to those that you are hosting for.

Read more…

Linux Web Hosting

March 28th, 2010 Comments off

Linux Web Hosting

Linux web hosting services are usually the cheapest web hosting packages available from most web hosting providers and can offer a large proportion of users the features that they require from a web hosting package. Linux web hosting services are popular with users who have static HTML websites but a Linux web hosting package will also be able to host dynamic websites that have been developed using open source technologies such as PHP and MySQL. If you are looking for cheap web hosting then a Linux web hosting service is going to be the way for you to go since a basic Linux shared web hosting package will be able to provide you with a wealth of features at an acceptable cost; it is also a good idea to consider that any reputable web hosting provider will allow you to modify the specifications of your Linux web hosting service so that you can create a web hosting package that is more ideal for you. Linux VPS servers and Linux dedicated servers are available in large numbers for those who feel that a Linux shared web hosting package won’t be capable of meeting their requirements perfectly; however, a dedicated web hosting service is going to cost more and you will need to take on more responsibility in terms of the management of your server. Most web hosting providers will also allow you control panel access so that you can manage your Linux shared hosting account, the most popular control panel being cPanel; cPanel web hosting services are generally very reliable and the control panel itself is able to add an extra later of security to the hosting server. The architecture of the Linux operating system means that Linux web hosting can offer you a highly reliable web hosting experience that will guarantee you high levels of uptime; for businesses this can be highly beneficial as it means that they are able to get on with the tasks that are more important to them without having to worry about the uptime of their website.

Security is another important factor that can be offered by Linux web hosting as there are many different applications and components available for use on Linux servers that can be used to create a highly secure web hosting environment; if your website is going to be handling the personal information of your visitors to any extent then it is important for you to be using a secure web hosting environment as you will be the one who is held responsible if any of the data is leaked or stolen.

Read more…

Affordable Web Hosting

September 14th, 2009 Comments off

Web hosting does not always have to be an expensive affair.If your research is done correctly,you can find a number of affordable web hosting services that can very well fulfill your website requirements.While searching for such a service provider,it is important that the web host offers value for your money. There are multiple companies that offer affordable web hosting services at fairly affordable prices. Failing to find an appropriate web host can cause serious damage to your online business. Due to the current phase of recession, cheaper web hosting packages are offered by hosting services providers,hence are the most popular among users. Incase you are truly looking for a cheap web hosting package,Shared Web Hosting would be the most affordable option to be offered.These packages are offered at real cheap price which can benefit users.
The next thing that most of the users are concerned about is the level of service that is offered with Shared hosting packages. Lets clear a misconception that Affordable Web Hosting or Cheap Web Hosting does not mean nasty hosting service.Incase you avail an affordable web hosting package from a reputable web hosting provider,reliability should be the last thing that should bother you. When looking for an affordable web hosting service, it is more necessary that you consider the resources that are provided with the package instead of the package price,due to the cost of the web hosting package you shouldn’t expect resources alike dedicated hosting packages.I think this is quite logical that one cannot get a Dedicated Hosting service at the price of a Shared Hosting package. Affordable web hosting can become inappropriate only when your web hosting provider isn’t able to make a profit  and start overselling their web hosting services,which would inturn affect the performance of your website as the server would be overloaded and give an optimum performance.

Affordable web hosting packages can prove to be really beneficial.The main reason for this is the cheap price that is paid for the service.Though there isn’t any such reason why one shouldn’t  receive good value for money with an affordable web hosting package. The lower cost of an affordable web hosting package is probably the one biggest advantage that you will find to benefit you the most, and it is a good thought of doing your research, so that you can make sure that you get the cheapest web hosting package.If you are paying less for your web hosting package then you will obviously have more money to spend on other things that may be more important, and if you are behind an affordable web hosting package then its more likely that you are looking to save as much as possible on your web hosting package. Affordable web hosting packages can also offer better value for money than traditional web hosting packages in most cases, and one of the reasons for this is that these web hosting packages are normally made up of the spare resources that web hosting providers have; you shouldn’t let this put you off, but for an Affordable web hosting package to be effective, its very important that you make sure that you purchase one from a reputable web hosting provider only. Affordable web hosting packages are more likely to be much suitable for your requirements, offering you smaller resource assignments than perhaps other forms of web hosting would offer; most consumers aren’t that demanding with their resources and because of this an inexpensive web hosting package can be more effective in some cases.

SUMMARY
Cost – An affordable web hosting package would definetly save your finanacial resources,which can be used for other business requirements such as SEO, SEM etc.The idea of Affordable web hosting is to offer cheap cost web hosting packages – as most web hosting providers have spare capacity to sell off they will normally offer this spare capacity in the form of cheap web hosting packages, this is the reason that their prices will be fairly low.But,to make this happen,it is necessary to sign up with a reputed web hosting provider.
Better Value for money - An affordable web hosting package can offer good value for money in some cases, as you will find that the resource allotment that you get for your money are quite large, due to the fact that the spare capacity that your web hosting provider is selling off – if you shop around for affordable web hosting packages,you will find that most web hosting providers are offering different resources with the package. But if you find the correct web hosting provider for your requirements then you can get an affordable web hosting account which is definetly within your budget and have much better resources.
Resource Allotment – The resource alloted by most web hosting packages are either conservative or just above average for what you are paying.If you aren’t that demanding with what you want from your web hosting package then an affordable web hosting package might just be what you want – although some web hosting providers design their packages with the customer requirements in mind.
An Affordable web hosting service can prove highly benefitial for you.Typically,if its your first instance to use web hosting service a shared web hosting service would be most suited for you. Only a reputed web hosting provider can offer a cheap web hosting package with complete reliability for a low price, these are the two of the most important factors that should be considered when choosing a web hosting service.

Common Misunderstandings about Managed Web Hosting Services.

August 20th, 2009 Comments off

Fully Managed Web Hosting offered by Host.co.in

There are various misunderstandings about Managed Web Hosting Services. Today, most of the small and mid sized businesses use managed web servers to carry out their mission critical businesses.Depending on the requirements, Shared hosting and VPS hosting services have gained popularity, but alongwith it, there are various misunderstandings and misconceptions that have rooted in the minds of users. Following is an in depth explanation of about the misunderstandings.

A) Managed Services are entirely Outsourced.

This is one of the biggest misunderstanding among individuals.It isn’t always true. Sometimes, web hosts outsource their post sales technical support tasks to other companies for the purpose of offering better services to their customers. There are a lot of automated services you get with a managed dedicated hosting service provider.The volume of privileges differ with the web hosting package.Most of the reputed web hosting providers have dedicated and professional technical and support staff available 24×7 at the DC’s. Though, the website design, promotion and the website administration needs to be taken care by yourself.

B) Its the newbies who must opt for Managed Web Hosting services.

Many users have a thinking that Managed services are suitable for newbies due to their lack of webmaster skills and web server management skills. This probably may be a thought arose due to the fact that, dedicated server management needs some amount of web master skills. Some outsource this task to other professional companies for better server management.But, this is very untrue that managed web hosting service is suitable only for newbies and not webmasters. There are many factors involved in web server management and require dedicated people to handle the crucial task of server management. Therefore,managed hosting is preferred by most of the consumers in the Web Hosting Industry.

C)Managed Hosting Service isn’t as Reliable as Unmanaged Services.

Its actually the other way round.Reliability basically depends on the web hosting provider you have chosen.Most of the reputed web hosts offer reliability and scalability of their servers.

Instead,if you choose an unmanaged service from a hosting provider, you need to take care of the server management which includes installing new security patches, installation of software upgrades etc.Whereas with a managed web hosting provider, these tasks are taken care by the host themselves and you can concentrate your focus on other aspects of your business.

D) Managed Web Hosting is Insecure

This is another biggest misunderstanding that managed web hosting service is insecure.In todays highly competitive world, it is important to provide the utmost services to the customers.Hence, maximum web hosting providers take utmost care to provide best of the best security and reliability of their servers and services.They take enough precautions to avoid intrusions, attacks, malicious activity etc so as to keep their customers safe and secure. Managed Web hosting provider are well aware of the various online threats, hence take ample care to avoid those.

E) Managed Web Hosting is Very Costly.

Yes, thats true to some extent. But, understand that if it would have been that expensive, would anyone have had chosen these packages? The answer is NO. There are web hosting providers who offer these services at affordable prices. One must differentiate between the fact that you do not have to invest in purchasing costly server hardware and softwares etc. Inaddition to that you do not need to employ teams for the purpose of your server management, therefore if you jot all the expenses, you would realize that choosing a managed web hosting service is far more cheaper than purchasing your own hardware etc. In the long run you would realize that managed hosting services are much more cost effective than the unmanaged hosting solutions.