buy tb-500

Domains missing from WHM cpanel

August 21st, 2011 by ayad

Did you try /scripts/updateuserdomains

Also please check the files /var/cpanel/users/username and /etc/trueuserdomains

Thank you.

Ruby on Rails Icon in cPanel

August 21st, 2011 by ayad

Main >> Software >> Module Installers) that allows Ruby Gems to be configured.

How to install joomla

July 21st, 2011 by ayad

How to Install Joomla From Your cPanel Using Softaculous

Last Updated on Monday, 30 November 2009 03:15 Written by Arian Jahansouz Monday, 30 November 2009 03:15

This article will give you a step by step guide on how to install Joomla from your cPanel. Sign into your cPanel and follow these steps:

1) Click Softaculous.

1

2) Scroll down to Portals/CMS. Find the Joomla link and click on it.

2

3) Click Install.

3

4) Fill out all of the boxes. For In Directory type the name of a new directory you would like created. By default, the box will be left blank to install the software into your main directory. When you are finished, click Install.

4

5) You will then get a confirmation page of your installation.

5

This concludes how to install Joomla from your cPanel.

Reset Windows server 2008 administrator password

July 13th, 2011 by ayad

use this command in command prompt

net user administrator 123456

reference

http://www.petri.co.il/change_user_password_from_the_command_prompt.htm

Increase ASP upload file size

July 13th, 2011 by ayad

ncrease File Upload Size in ASP & ASP.NET

There is no GUI option in Server 2003 to increase the ASP upload size limit. This guide will show you how this can be accomplished via the command line.

  • The default server size is 204,800 bytes (200k).
  1. Connect to your server via Remote Desktop. You can follow this guide on How do I connect to my Windows VPS?
  2. Open the command prompt. You can follow this guide on How do I open a command prompt?
  3. At the command prompt type “cd C:\Inetpub\AdminScripts” and press enter:
  4. Type the following command and press enter to check the upload limit:
  5. cscript adsutil.vbs get w3svc/ASPMaxRequestEntityAllowed

  6. To change the value to say 100mb, run the following command:
  7. cscript adsutil.vbs set w3svc/AspMaxRequestEntityAllowed 104857600

  8. Run the IIS restart command by typing: iisreset /restart and you are done.

Fantastico Installation

June 17th, 2011 by ayad

cd /usr/local/cpanel/whostmgr/docroot/cgi
wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz
tar -xzpf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz

Plesk installation.

June 17th, 2011 by ayad

Plesk
1. Go to http://www.parallels.com/download/plesk9 to look for installation file
2. create folder “Plesk” for installation file
a. create plesk folder in /root
b. #mkdir plesk
c. #cd plesk
3. command to download the installation file
a. #wget
http://download1.parallels.com/Plesk/PPP9/CentOS5/parallels_installer_v3.6.0_
build100407.15_os_CentOS_5_x86_64
4. command to change the file permission before install
a. #chmod +x parallels_installer_v3.6.0_build100407.15_os_CentOS_5_x86_64
5. command to start install
a. #./ parallels_installer_v3.6.0_build100407.15_os_CentOS_5_x86_64
6. install the necessary packages
a. PHP 5 support, ASP, backup manager, webmail
7. installation complete approximately 2 hours
8. after done install, Browse URL
a. https://IP:8443
b. enter username:admin
c. password:setup
9. Enter personal information
a. Company Name: Your company name
b. Contact Name: My Domains
c. Email: sreport@domain.com
d. office address
e. office location
f. State/province: Kuala Lumpur
g. Country: Malaysia

Direct Admin installation.

June 17th, 2011 by ayad

1. Login as root and download the setup.sh file
# wget http://www.directadmin.com/setup.sh
Hint: Use “fetch” instead of “wget” on FreeBSD systems.
2. Change permissions on the setup.sh file
# chmod 755 setup.sh
3. Run the setup script!
# ./setup.sh
4. You will be prompted for a client ID number, license ID number, and hostname.

Cpanel installation.

June 17th, 2011 by ayad

Set a valid hostname, such as server123.abc.com
a. mkdir /backup
b. mkdir /home/cpins
c. cd /home/cpins/
wget http://layer1.cpanel.net/latest
d. sh latest

550 550 5.7.1 Unable to relay for

June 17th, 2011 by ayad

If you found this error in the Smartermail logs and you are using IIS 7 and IIS 6, find below for the solution:
1. RDC to the server and go to IIS 6
2. Right click on the SMTP and stop the service
3. Right click SMTP and then open Properties, change the port number to 587
4. Restared Smartermail service for the server and later start the SMTP service in IIS 6
That’s it.