If for some reason the client does not want to use the mail application like web mail or Horde. If the user does not want to disable this kind of setting for any account within the hosting interface; it can also be done by inserting a small file. The user can either be an administrator […]
Category: Tech Support
How to Create a phpinfo file?
A phpinfo page contains a simple PHP script. The purpose of a phpinfo file is to show you how php is configured in your server. You can create a phpinfo file and place it anywhere under your account to view the current PHP configuration of your server. Make sure your server supports PHP. STEP 1: […]
How to Install Front Page Extension in DotNetPanel
You can enable Frontpage Extensions right from your DotNetPanel. Login to DotNetPanel and click on your Package. Now click on your Website from Hosting Space Menu and then Website Properties. You should an interface as below: Next, click on Front Page Tab. Type the name and password of FrontPage account in the FrontPage Account and […]
MySQL Triggers Privilege on Hosting Account ?
What is MySQL Triggers :- MySQL Triggers are one of the newer features within the MySQL which helps to maximize productivity as well as to make it a viable alternative for small or large enterprise applications. Few days ago, those who made their livings by using big commercial databases such are as follows Oracle and […]
Use of rsync script to sync a dedicated server to a local drive
How to use rsync command to copy folders from my dedicated server to a local hard drive or vice versa ? What is Data Synchronization? The Data Synchronization is a process to maintain the uniformity of data content with in folder, web several applications, databases or systems. There are different ways or different solutions for […]
Changing file extension from higher case to lower case with a perl script
How to change file extension from higher case to lower case with a perl script Changing file extension from higher case to lower case with a perl script. If you have a file which is been called multiple times by the end user and you also wanted to change its extension from higher case to […]
Configure FTP in IIS 7.5 on Windows 2008 R2 FTP without authentication
Configure FTP in IIS 7.5 on Windows 2008 R2 FTP without authentication I have a server running with Windows Server 2008 R2 , IIS 7.5 and you are planning to configure the FTP on your server the following are the procedure to do so. If you have a setup an FTP site in IIS 7.5 […]
Webmail Shows Internal Server Error: User is Over Quota.
Internal Server Error User ‘username’ is over quota. When you login to webmail, it might show you an error like above. To correct the issue it is necessary to increase the defined disk quota of the user account. Make sure the email account and the cPanel account as a whole have sufficient space. However, there […]
How Can I Check My SMTP Server Address?
The Simple Mail Transfer Protocol (SMTP) server is used to send mail from an email program like Microsoft Outlook. These servers have Web addresses like “mail.server.com” or “smtp”. Step 1:- Go into the start menu, then run, and type “cmd” the shortcut code (without the quotes) in the box that appears. Press enter to execute […]
PHP Fatal error: Allowed memory size of XXXX bytes
Sometimes you may see the error message like – “PHP Fatal error: The allowed memory size of xxxxx bytes exhausted (tried to allocate xxxxxxx bytes) in Unknown on line 0? while accessing some PHP pages which indicates that those PHP files require more memory for it to execute than the one specified in php.ini file. […]