buy tb-500

Fantastico is not installed at the default location /usr/local/cpanel/3rdparty/fantastico. Either move the Fantastico directory from it’s current location to /usr/local/cpanel/3rdparty/fantastico OR enable ioncube loaders in WHM -> Tweak settings.

May 17th, 2011 by ayad

Solution is

just SSH to the server and restart cpanel services by run the below command

service cpanel restart

Then the issue will be fix.

Than kyou.

Migration from Cpanel server to Cpanel server using command (Linux)

May 15th, 2011 by ayad

if you want to do migration from Linux Cpanel Server to other  Linux Cpanel  server Manually,

1- SSH to the source server

then run below command to package the account

/scripts/pkgacc domain username

after done the packge then run the below command

scp -P portN packgeName root@DIP:/home

then will ask you about the password for the destination server, enter the password and the transfer will be start

after done the transfer, then refer to 2

2- SSH to the destination server, open the home directory by run this command

cd /home

then you will find the package name that you transferred it from the source server, after that refer to 3

3- extract the packge by run this command

/scripts/restoreacc  domain username

That is all, done, then now you need to go Cpanel for the destination server and u will find the domain is migrated already with all the emails and every thing , database

4- change the DNS pointing from registrar to the new server

Notes

portN = SSH port number for the destination server, most of the time will be 22 or 55000
Package name = cpmove_domain username.tar.gz
DIP= destination ip adreess, for the destination server

install rar in linux server

May 11th, 2011 by ayad

if you want to enable rar in your linux server, then refer to below

Download this package:

http://download.gna.org/unrar/unrar-0.0.1.tar.gz

Go to the direcotry where you downloaded it and type these commands (as root):

tar -xvzf unrar-0.0.1.tar.gz
cd unrar-0.0.1
./configure
make
make install

After these steps logout from root and try again to extract your rar file.

references

http://www.unixresources.net/linux/lf/15/archive/00/00/18/06/180675.html

How to create FTP account in Cpanel

May 11th, 2011 by ayad

Please refer to below URL will teach you how to create FTP

http://www.siteground.com/tutorials/ftp/ftp_account.htm

Thank you.

Getting CDONTS to work on Windows Server 2008 x64

May 4th, 2011 by ayad

1) Copy CDONTS.dll from another server to C:\Windows\SysWOW64

2) Run regsvr32 c:\windows\SysWOW64\cdonts.dll

3) Grant the appropriate permissions on C:\inetpub\mailroot\pickup (I granted USERS group Modify permissions).  You could get permission denied if the folder security isn’t adjusted.

4) I’m assuming you have installed the SMTP Service located in Server Manager > Features > SMTP Server option

5) Make sure when you when you install the SMTP service, you enable Relay for localhost > Administrative Tools > Internet Information Services (IIS6) > SMTP Virtual Server > Right click, Properties > Access Tab > Relay button > Add 127.0.0.1 in the option.   Also enable logging for additional troubleshooting.

Reference

http://weblogs.asp.net/steveschofield/archive/2008/08/18/getting-cdonts-to-work-on-windows-server-2008-x64.aspx

Attachment size Smarter mail

May 4th, 2011 by ayad

to increase upload attachment size in smarter mail

  1. Log onto your SmarterMail server.
  2. Open the web.config file with Notepad, located in the:
    c:\program files\smartertools\smartermail\mrs folder
  3. Search for the line <httpRuntime maxRequestLength=”10240″/>
  4. Replace it with <httpRuntime maxRequestLength=”10240″ executionTimeout=”300″/>
  5. Save the File
  6. Stop and Restart the SmarterMail service

reference

https://portal.smartertools.com/KB/a125/smartermail-web-interface-timing-out-when-uploading.aspx

enable backup function in cpanel , not WHM

May 2nd, 2011 by ayad

You can re-enable the backup features in the cPanel interface by logging into WHM and modifying your default feature list at Main >> Packages >> Feature Manager. If you have any questions regarding this, please let me know.

VPS migration to other hardware node

May 2nd, 2011 by ayad

vzmigrate -r no root@192.168.132.4 veid

to run the above migration command, follow the below steps

1- login to the souce hardware node

2- make sure the above ip is the destation ip of the hardware node

3- make sure the VEID  is the vps id in the current hardwarende

Please let us know if you need further assist.

Thank you.

re-install VPS form plesk pwoer panel

May 2nd, 2011 by ayad

How to reinstall your VPS? You may have corrupted your operating system or accidentally removed system files, to restore your VPS to a few operating system, you can perform the following steps

1) Access your power panel home page via https://YourVpsIP:4643

2) Login using your root username and password

3) Click on Maintenance

4) Click on Reinstall

5) Click on Stop Container 6) Click on Reinstall

Thank you

Change VPS (container) password for linux and windows

May 1st, 2011 by ayad

Linux

vzctl set 101 –userpasswd root:123456

101 is the container ID, you can change to any container id

Windows

vzctl set 101 –userpasswdadministrator:123456

Thank you.