naren

Member
Dec 11, 2004
7
0
151
Hi,

You can install all the themes freshly by

cd /usr/local/cpanel/base/
mv frontend frontend_bak

With the above you will be moving all the themes, which means currently no themes in the server. Next just do

/scripts/upcp --force

That will create all the themes once again, except xcontroller, monsoon and bluelagoon. You need to install xcontroller once again which is responsible for the fantastico. And monsoons and the blulagoon can be installed from the WHM -> Themes -> Addon cPanel Themes

Please update if you have any problem regarding the same.


With regards,
Narendra.
 

naren

Member
Dec 11, 2004
7
0
151
Hi,

Please go through the following url regarding fantastico installation

http://www.netenberg.com/forum/viewtopic.php?t=2956

In detail...............

*****To install the fantastico in the server please follow the following steps*******


###
### For removing the fantastico and xcontroller from the server completely
###
rm -rf /usr/local/cpanel/3rdparty/fantastico/
rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/fantastico
rm -rf /usr/local/cpanel/base/frontend/*/fantastico
rm -rf /var/netenberg/
rm -f /usr/local/cpanel/base/frontend/x/cells/fantastico.html
rm -rf /usr/local/cpanel/base/frontend/xcontroller

###
### For installing the xcontroller in the server
###
cd /usr/local/cpanel/base/frontend
wget -N http://files.betaservant.com/files/xcontroller/xcontroller.tgz
tar -zxpf xcontroller.tgz
chown -R root.root xcontroller
rm -f xcontroller.tgz

###
### For installing the fantastico whm admin package in the server for installation
###

cd /usr/local/cpanel/whostmgr/docroot/cgi/
wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz
tar -zxpf fantastico_whm_admin.tgz
chown -R root.root fantastico
rm -rf fantastico_whm_admin.tgz

chown -R root.root /var/netenberg/
chown -R root.root /usr/local/cpanel/3rdparty/fantastico/
chown -R root.root /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/


With the above steps you are prepared for installing the fantastico in the server.

i). Login to WHM and make sure the ioncube is enabled in the Tweak Settings.
ii). Next scroll down in the left pane and click on "Fantastico De Luxe WHM Admin" under "Add-ons".
iii). Click on install in the right pane and enter the details appropriately
iv). Proceed as instructed (make sure you select only xcontroller but not x, x2 and monsoon)
v). Finally make sure to disable most of the packages that are installed by the fantastico by clicking on the "Features Sets" and then click on Edit for the default and then select what packages you want to allow through fantastico.

With the above procedure we will get all the new fantastico features in the server.



Note:- Currently there seems to be some problem while downloading the file http://files.betaservant.com/files/xcontroller/xcontroller.tgz . Please check for the same and then proceed. Also to be cautious instead of removing the files, you better move the folders and once you are satisfied you can safely remove the backed up files and folders.

With regards,
Narendra.