View Single Post
  #6 (permalink)  
Old 03-04-08, 05:38
Rodricks Rodricks is offline
BOD Member
 
Join Date: Jul 2007
Posts: 128
Default

If you wants to download and install your FREE XController theme, you will just need to log into your server via SSH as root and enter the following codes:

HTML Code:
cd /usr/local/cpanel/base/frontend
rm -f xcontroller.tgz*
wget -N http://netenberg.com/files/xcontroller/xcontroller.tgz
tar xzpf xcontroller.tgz
chown -R root.root xcontroller
rm -f xcontroller.tgz
cd /usr/local/cpanel/lang
touch catalan french indonesian polish romanian spanish german italian portugues russian turkish
ln -s /usr/local/cpanel/base/frontend/xcontroller /usr/local/cpanel/3rdparty/fantastico
Reply With Quote