To Reset your domain password in your cPanel Server, you may follow these steps :

1) First click on the Change Password button on the home page.

2) In the Old Password field enter your current password .

3) Now Enter your new password in the New Password and New Password (again) fields.

4) Click on the Change your password now! button. Your password has now been changed.

Post to Twitter Tweet This Post

Comments Off    Read More   

In cPanel Addon Domain is a feature which provides you to add extra domain name to your hosting account and each domain has its own separate website. (for example: yourdomain1.com & yourdomain2.com, etc) as your visitors can access each addon domain separately and each addon domain will appear as a completely different website.

To add an Addon Domain follow these steps:-

1) First log-in to your cPanel.

2)Click on Addon Domains icon and enter the following info:
New Domain Name: the addon domain which you like to add to your account (example: bodhost.com)
Username/directory/subdomain Name: the name of the subfolder of your account to upload the files of that addon domain (example: bodhost)
Password: any password (NOT your main account password), this password will be used to access the special FTP account of that addon domain

Note:Once the domain is added, you should be able to see a folder with the name of your domain (e.g. if your domain is bodhost.com your folder name is going to be bodhost – unless you change your folder name).

Post to Twitter Tweet This Post

Comments Off    Read More   
Nov
14


What is AutoResponder?

This feature allow you to send an automatic response to anyone who sends an email to your email account. When an email is sent to your account, the response which you have created will be sent back to the person who send you the email. This feature will not prevent your email from being delivered. This feature can be useful for informing customers that you are on vacation, or providing useful information when a customer submits a question or order.


Follow these steps to configure AutoResponder in cPanel:-

1) To Access the Mail Menu, click on the icon above the word Mail on the main screen of your cPanel interface.

2) Now click on Autoresponder to enter it’s maintenance screen.

3) To add a New Autoresponder, click on Add Autoresponder.

4) Enter the email address you wish to send the autoresponses from, the name you wish the message to come from, the subject of the autoresponse email, and the message in the respective fields.

5) If you wish the message to be displayed in HTML format, check the box next to HTML message.

6) Use the drop down box to select the character set you wish the autoresponse to appear in.

7) Click on Create/Modify to create the Autoresponder.

Auto-responder can easily be setup on cPanel Virtual Private Server

Post to Twitter Tweet This Post

Comments Off    Read More   

Just follow the steps below to perform a full backup in cPanel Hosting:-

1) Login into your cPanel with the Username and password

2) Click on Backup cPanel backup, backup website cpanel, cpanel hosting backup.

3) Click on Generate / Download a Full Backup.

4) Select Home Directory in Backup Destination and enter your email address. others just leave blank and click Generate Backup.

5) Done! You just perform a full backup in cPanel. You will received a notification email once the backup is done.

6) Once the backup is ready, you can FTP into your Account to download the backup file. CPanel locate your backup file in your root directory (/home/username/) and cPanel backup filename normally look like this:-
backup-mm.dd.yyyy_hh-mm-ss_username.tar.gz

Note:You also can FTP your full backup file to your another FTP server (if you have more than 1 server). Just enter the Remote Server (FTP / SCP) which is the IP or domain name, Remote User (FTP / SCP) and Remote Password (FTP / SCP) in the Generate Backup page before you hit Generate backup button, your Backup File will be transfer to the remote server.

Post to Twitter Tweet This Post

Comments Off    Read More   

Some webhosting companies are offering the cheapest web hosting plans which allow to host unlimited domains and support unlimited web sites with separate login, email, ftp and other users details – all on one single website hosting account.

The benefit of this unlimited hosting is saving money by hosting all your websites on one hosting account, there are also many other benefits but for us the main benefit is only having to learn one hosting control panel instead of several which could have a long learning curve. Multiple domain hosting all of your domains on one single server and allows you to manage them much more efficiently.

Post to Twitter Tweet This Post

Comments Off    Read More   
Nov
13
Posted on 13-11-2007

What is PHPauction?

Phpauction is a software which help its customers to retain their privacy while they take advantage of what the Internet has to offer.PHPauction includes the main features for an auction website: Reserve price, Buy it now, Standard & Dutch auctions, Item & Auction watch, among many others. If you are planning to develop your own custom web-based auction site than it is a good starting point, easy to install and manage through web based installer and friendly administration back-end. Flexible, reliable & easy to customize.

These are some main features of PHPauction:-

* It is customizable HTML templates for easy design changes
* mySQL database backend for superior control over data
* HTML product listings with uploadable photos
* Complete search function which searches entire database for products
* The display of current users and current auctions
* New user registration
* Users login/logout
* “Forgot your password?”
* User defined usernames
* Password retrevial via email
* Free bids for registered users
* Email notification of bids
* Auctions: User defined Item descriptions
* Users can upload pictures
* Reserve prices, minimum bids
* Standard, dutch auctions
* View bid history
* Auction Displays: Displayed seller name and information
* Displayed quanity of items
* Ability to send auction to a friend
* Browse able categories
* Displays the last created auctions
* Displays the Highest bids
* Displays Auctions ending soon
* Help system
* News system
* Money formatting options

What are the requirements for PHPauction?

Phpauction’s basic server requirements are as follows:

1)an Apache web server
2)PHP 4 (or above)
3)MySQL Database
4)Ability to run cron jobs

Post to Twitter Tweet This Post

Comments Off    Read More   

By following these steps you can edit a php.ini file:

1) First find the location of php.ini file

2) Place this script on your server.

3) Run this script in your Web browser by going to http://anyofyour.url.here/phpinfo.php in your Web browser (on your own computer, this may be like http://localhost/phpinfo.php or http://localhost/~username/phpinfo.php).

4) In the result page, look for the line which says “Configuration File (php.ini) Path”. It should be about 6 rows down in the table.

5) Note the location of your php.ini file. It is the active file PHP is using. Your server may have multiple php.ini files on it but this is the one that counts.

6) If you don’t have a php.ini file on your server (if the value is blank in the phpinfo.php script or if you go to the directory it lists and there’s no php.ini file there), create it one by one :
a) Download the complete source code from http://www.php.net/downloads.php.
b) Extract the source (unzip or whatever)j so that you now have a folder of files.
c) Find the php.ini-dist file, located in the main folder.
d) Rename this file as php.ini and move it to the proper directory.

7) Open the php.ini file in a text editor (do not use Notepad, Word, TextEdit, or any other text editor which will not properly display line or will not let you save a plain text file).

8) Make the changes you want, keeping in mind the following:

a) Comments are marked using a semi-colon(;). Anything after the semi-colon is ignored.
b) Instructions on what most of the settings mean are included in the file.
c) The top of the page lists general information with examples. Do not change these values. Change the settings where they appear later in the file.
d) Note for safety purposes, do not change any default settings, just comment them out (by preceding the line with a semi-colon), then add the new, modified line afterwards.
e) Add a comment (using the semi-colon) to mark what changes you made and when. For example:

; register_globals = Off
register_globals = On ; Added by LEU 1/9/2007

9) Save the file.

10) Restart the Web server (Apache, IIS, etc.). You do not need to restart your whole computer.

11) Rerun the phpinfo.php script to make sure the changes took effect.

Post to Twitter Tweet This Post

Comments Off    Read More   


cPanel Dedicated Server Web Hosting

These are some Steps to secure your cPanel Dedicated Server:-

1) Use secure passwords:

Insecure passwords are the most common security vulnerability for many servers. If an account password is not secure and is compromised, client websites can be Hacked, infected, or used to spread viruses. Having secure passwords is paramount to having a secure server. Generally, a password utilizing at least 8 characters including alphanumeric and grammatical symbols is sufficient. Never use passwords based upon dictionary words or significant dates because it is easy to crack that.You can also edit /etc/login.defs to configure many password options on your system which is well documented.

2) Secure your SSH:

Disable password authentication and enable public key authentication for SSH .Move SSH access to a different port. People are looking for port 22 as a possible way to access your servers. Moving SSH to a different port will add a simple way to deter those without specific knowledge of your server from easily discovering your SSH port.You should always use SSHv2 only as SSHv1 is not secure.You can also set Shell Resource Limits for your users to prevent applications and scripts from using all up your resources and taking down your server.

3) Secure Apache:

The most easily available source to access a web server is the web server application. So it is important to take steps to secure your Apache installation.

a) The best tools for preventing malicious Apache use is mod_security.

b) When compiling Apache, you should include suexec to ensure that CGI applications and scripts run as the user that owns / executes them. This will help identify where malicious scripts are and who is running them. It will also enforce permission and environment controls.

c) It is also recommend compiling Apache + PHP with PHPsuexec. PHPsuexec forces all PHP scripts to run as the user who owns the script. This means that you will be able to identify the owner of all PHP scripts running on your server. If one is malicious, you will be able to find it’s owner quickly and resolve the issue.

d) Enable PHP’s open_basedir protection because this protection will prevent users from open files outside of their home directory with PHP.

e) You may also include safe_mode for PHP 5.x and below. Safe_mode ensures that the owner of a PHP script matches the owner of any files to be operated on.

4) Secure your /tmp partition
:

It is recommended that you use a separate partition for /tmp which is mounted with nosetuid. Nosetuid will force a process to run with the privileges of it’s executor. You may also wish to mount /tmp with noexec after installing cPanel. Check the mount man page for more information.Also, Running /scripts/securetmp will mount your /tmp partition to a temporary file for extra security.

5)Turn off daemons and services which you are not using:

Any service or daemon that allows a connection to be established to your server is away for hackers to gain access. To reduce security risks, you should disable all services and daemons that are not being used.

Post to Twitter Tweet This Post

Comments Off    Read More   
Nov
12
Posted on 12-11-2007

What is Game Servers ?

The server which is used by a game clients is called as a Game Dedicated Server. To play a video game over the internet generally requires a connection to a game server.When the data is sent from the game client to the particular game server, from there the game server processes that data and sends it back out to one client or many clients. This Game servers often require large amounts of bandwidth due to the amount of data that has to be sent between the server and all the clients who are connected to it.


What are the types of Game Servers?

There are two types of Game Servers that is :

1) Listen Server

and

2) Dedicated Server

1) Listen Server :

The Servers which run on the same machine as the game client is called as Listen servers.When the client disconnects it, the listen server shutdowns automatically because the server and host client are runnig together.These Listen servers supports small number of players because of bandwidth and CPU requirements. The primary purpose of a listen server is to launch a game server and be able to play on it at the same time.Listen servers are mostly used by single players in a LAN party setting.

2) Dedicated Server
:

The servers which are set up on a separate machine is called Dedicated Server.It is always hosted in a data center; thus they have great bandwidth and do not have to share CPU with the client’s game. In general, dedicated servers are more preferable for large game servers and/or 24/7 up time.These Servers are used by the providers of game server to host individual game servers or Massively multiplayer online games. In general Massively multiplayer online games are all run on dedicated servers it oftenly hosted by the software company which developed and owns the game title, as this allows them to control and update content. In many cases they are run on clustered servers to allow for huge environments and large player counts.

What is Game Server Hosting?

The Servers Which is leased on monthly basis by the companies for games is called game server hosting. These companies are usually referred to as Game Server Providers (GSPs). Often each member of a gaming clan will donate to help defray the monthly costs which can reach hundreds of dollars.These Game server providers often offers Several game titles, primarily in the first person shooter genre.

There are two main types of game server provider that is :

1) The Server which is based on Windows operating systems.

and

2) The Server Which is based on Linux or FreeBSD.

Game server providers often offer web based tools to help control and configure the individual game servers and most allow those that rent/lease to modify the games being leased.

Post to Twitter Tweet This Post

Comments Off    Read More   

IIS is a Web server produced by Microsoft. This IIS will only run on computers using a Windows operating system. Microsoft Web servers are used by approximately 20% of all Web sites.It is the world’s second most popular web server in terms of overall websites, behind Apache HTTP Server. Internet Information Services (IIS) makes it easy for you to publish information on the Internet or your intranet.IIS includes a broad range of administrative features for managing Web sites and your Web server. With programmatic features like Active Server Pages (ASP), you can create and deploy scalable, flexible Web applications. IIS is not installed by default but can be added using the Add/Remove Programs dialog box from the Control Panel.

How to Install Internet Information Service (IIS)?

1)Insert your Windows XP Professional CD-Rom into the disc drive.

2)Go to Add or Remove Programs: Start > Control Panel > Add or Remove Programs

3)Click on the Add/Remove Windows Components button on the left hand side of the window.

4)The Windows Components Wizard will then appear. Scroll down to Internet Information Service (IIS) tick the check box and click next.

5)If you do not have Windows XP Professional in your disc drive you will be asked to insert it at this point.

6)The installation should now begin, you will be prompted once the installation is complete, then click finish.

7)You will now be able to view your home page in a web browser by typing http://localhost into the address bar.

8)You should now be looking at the IIS documentation.

Your default web directory for your website files is C:\Inetpub\wwwroot you can set up your own virtual directory through the Internet Information Services Window:

1) Go to Administration Tools: Start > Control Panel > Administration Tools

2) Double-click on the Internet Information Services icon.

3) To add a new virtual directory, expand the Web sites folder in the left pane of the window and right click on Default Web Site. Select New from the pop up menu followed by Virtual Directory.

4) The Virtual Directory Creation Wizard should appear, click next.

5) You will then be prompted to give your virtual directory an Alias to access the it from your web browser (this is the name you will type into your web browser after localhost/ to view any web pages you place in the directory).

6) Click Browse to assign the directory location of server files then click next.

7) Lastly you will see a series of boxes, this is for security. If you are not worried about security select them all and click next.

8) Once the virtual directory is created you can view the web pages in the folder by typing http://localhost/alias into the address bar of your web browser

Post to Twitter Tweet This Post

Comments Off    Read More