Archive for cPanel Hosting

What is SSI and How to enable it?

SSI stands for server Side Includes which is a simple interpreted server-side scripting language used for the Web.The biggest advantage of SSI is to include the contents of one or more files into a web page on an intenet server. Its common usage includes addition of common piece of code throughout a site, such as a page header, a page footer and a navigation menu. Conditional navigation menus can be conditionally included using control directives.

First you can check SSI are enabled on your server or not. So create one test.html file and add the following code .
<!–#ECHO var=”DATE_LOCAL” –>
Then access the page by using the UR http://domain.com/test.html and  it shows the current date to the screen
Wednesday, 23-Jun-2010 23:53:09 BST
Means SSI was enabled on your server
and If the URL shows the blank page then SSI are not enabled on your server.
If you want to enable it then you need to add the following code into the.htaccess file.
AddType text/html .htm .html .shtm .shtml .sht
AddHandler server-parsed .htm .html .shtml .sht .shtm

Save and exit

If you want to enable the SSI on the server then you need to add
same code in httpd.conf file and restart the apache service.

In order for a web server to recognize an SSI-enabled HTML file and therefore carry out these instructions, either the filename should end with a special extension, by default .shtml, .stm, .shtm, or, if the server is configured to allow this, set the execution bit of the file. It has a simple syntax <!–#directive parameter=value parameter=value –> that Windows and cPanel hostingserver both supports SSI to make task easy.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Related Posts:

How to Use cPanel Ports

cPanel works as a Linux based web hosting control panel that provides a GUI (Graphical User Interface), different automation tools and features designed to simplify and mange hosting resources of a web site. cPanel is designed and developed in a way that it uses a 3 tier structure that provides functionality for administrators, resellers, and end-user website owners to control the various aspects of website and server administration through a standard web browser. Apart from GUI interface(,) cPanel also supports command line and API based access that allows third party software vendors, web hosting organizations, and developers to automate standard system administration processes.

cPanel is designed to function either as a dedicated server or virtual private server and it supports CentOS, Red Hat Linux, and FreeBSD. There are certain ways through which we can access cPanel such as :

1) http://domainname.com/cpanel
2) http://domainname.com:2082
3) http://cpanel.servername.com

But sometimes what happens  local firewalls allow only access to sites on port 80. In such cases, use can use No. 3 URL. This is a web based proxy which provides you with the option to access your cPanel via the default http port 80. We have set this extra service for our Customers which (for whom) Internet Service Providers have blocked ports 2082 and 2083.

You may check if the ports are blocked by executing the following commands:

If you are running Windows operating system then do the following:
· Click on Start button
· Click on Run
· Type cmd in the box
· Type telnet domainname.com 2083
· Type telnet domainname.com 2082

If you are running Linux operating system then do the following:
·Start your Linux/Mac OS console terminal
·Type telnet domainname.com 2083
·Type telnet domainname.com 2082

If the port is not blocked the results should look like the following one. Trying IP_of_the_server ( 10.10.10.10 for an example )…
Connected to servername.com.
Escape character is ‘^]’.

If it shows different results then it means that the port is blocked and you should use the web proxy link provided above. eUKhost UK web hosting service provider has the most affordable and reliable cPanel hosting packages in UK with quality support to host and run a secure business online.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Related Posts:

How to Reset MySQL Root Password

To Store data on the web and to access things from stored databases one server is used on web called MySQL. MySQL is a database system which allows you to create a relational database structure on a web-server somewhere in order to store data online. MySQL works just fine with PHP which is a web scripting language which works as a query to insert and delete records from a server. MySQL is a relational database management system named as RDBMS that runs as a server providing multi-user access to a number of databases. MySQL databases and tables can be managed by cPanel hosting account which allows a GUI (Graphical User Interface) to handle the data stored in the tables and it is an open source in that it’s free and falls under the GNU General Public License (GPL).

But sometime what happens, if you have forgotten the mysql root password and you are not able to access your mysql service then you need to reset the password of mysql root user by using the following steps.

Step 1) root@server [~] /etc/init.d/mysqld stop

Step 2) Start  MySQL server without password:
root@server [~] mysqld_safe –skip-grant-tables &

Step 3) root@server [~] mysql
Once you get the mysql prompt then run the following command

Step 4) mysql >use mysql;

Step 5) mysql >update user set password=Password(“Newpassword”) where User=’root’;
Step 6) mysql > quit

Step 7) root@server [~]/etc/init.d/mysqld stop
root@server [~]/etc/init.d/mysqld start

Now you can access your mysql service by using
[root@server ~]#mysql -u root -p

eUKhost UK web hosting service provider is deploying hosting service from last decade and have tech savvy technical staff to solve any technical query in short time without any downtime for a website.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Related Posts:

How to reset SMF administrative password

SMF stands for Simple Machines Forum which is free, professional Message board grade software package developed and designed in PHP with support of MySQL Database with features and functionality which allows you to set up your own online community within a few minutes with your required categories. It is a powerful custom made template engine written in the popular language PHP and uses a MySQL database with full administrative control of the layout of your message board.

SMF is simple to understand bulletin board with an absolute minimal impact on the resources of the server. SMF is the next generation of forum. But What if you forget your password? Don’t worry if you forgot your password you can reset it by following these steps:

1) Please Go to the SMF script.
2) Click on ‘login’.
3) Click on ‘Forgot your password?’
4) Now Type your ‘Username/Email:’ from the registration Click ‘Send’.

5)You will receive e-mail with link which will force new password to be typed.

If you have forgotten the email address which you have used at the time of registration or do not remember it, there is another way to force new password change:

1) Log in cPanel hosting account and click on ‘phpMyAdmin’ from the Databases box.
2) Select the database of your SMF from the top left box.
3) Click the edit button for the ‘smf_members’ table. Find the administrator user and click the button to edit it.
4) Use something complicated to give a strong password for security reasons.

Now your password is changed to you can use it to log in. eUKhost UK web hosting service provider has tech savvy people working at their place to solve and make any changes to any hosting related issues within a small amount of time.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Related Posts:

How to reset or change Joomla administrator password

Joomla is an open source Content management system developed in Php with MySQL database support to store databases in forms of tables. It is an award-winning content management system called CMS, which has features and functionality which enables you to build Web sites and powerful online applications in easy steps. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. And from best of all its advantages Joomla is an open source solution that is freely available to everyone no need to pay anything to any one.

A content management system is software that keeps track of every piece of content on your Web site and features included in the Joomla best to maintain any such record. From different work point of views content can be simple text, photos, music, video, documents, or just about anything you can think of. A major advantage of using a CMS is that it requires almost no technical skill or knowledge to manage and Joomla makes your task easy by deploying bets CMS management features.

Sometimes one can accidentally make changes or forget Joomla admin password and Joomla’s admin User name can be easily changed with a simple MySQL query. The most convenient way to manage the database is through the phpMyAdmin tool. Go to your cPanel hosting account and click on phpMyAdmin in the Databases box. (If you are not using cPanel or do not have phpMyAdmin, you can run the query directly for Joomla’s database.)

Once in the phpMyAdmin select the Joomla database from the drop-down menu at left. The page will refresh and the database’s tables will be displayed on it. Open the SQL tab (look at the top navigation bar).

In the text field write the following SQL query:

UPDATE ` table name` SET `password` = MD5( ‘new_password’ ) WHERE `table name`.`username` = “admin” ;

“new_password” – replace this with the new password you wish to use.
“admin” – replace this if your admin user name is different.

Click on the GO button to submit the query. If everything goes fine without errors, you should be able to login to Joomla with the new password.

It is easy but if you find any problem in changing Joomla password you can contact your web host. At eUKhost UK web hosting services we provide complete tech support and quality hosting services to to solve any query.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Related Posts:

Last updated by at .

« Previous Page« Previous entries « Previous Page · Next Page » Next entries »Next Page »