Skip to content

hungud/DA-Enhanced-Pro

 
 

Repository files navigation

DA-Enhanced-Pro

DA-Enhanced-Pro - Free DirectAdmin Skin by dugalex

If installed as "enhanced" skin, it will be automatically updated on DirectAdmin updates and will retain it's original design.

Admin Reseller User Themes

#Installation & Update:

!!! WARNING !!! This will change the default "enhanced" skin but will not overwrite any existing DirectAdmin files if they are newer. Use the same command to update.

cd /usr/local/directadmin/data/skins/
wget https://github.com/dugalex/DA-Enhanced-Pro/archive/master.zip
unzip master.zip
\cp -pru DA-Enhanced-Pro-master/* enhanced
chown -R diradmin:diradmin enhanced
rm -rf DA-Enhanced-Pro-master
rm -f master.zip
exit

#!!! OR !!!

This will not change the default "enhanced" skin. It will create a new "enhanced-pro" skin.

To update when directadmin has been updated, get the latest enhanced.tar.gz skin from here and install as "enhanced-pro" via Skin Manager at Reseller Level. It will overwrite the default "enhanced" files but not the extra files that make up the skin.

cd /usr/local/directadmin/data/skins/
wget https://github.com/dugalex/DA-Enhanced-Pro/archive/master.zip
unzip master.zip
mv DA-Enhanced-Pro-master enhanced-pro
chown -R diradmin:diradmin enhanced-pro
rm -f master.zip
exit

!!! Updating (if saved as enhanced-pro) !!!

cd /usr/local/directadmin/data/skins/
wget https://github.com/dugalex/DA-Enhanced-Pro/archive/master.zip
unzip master.zip
\cp -pru DA-Enhanced-Pro-master/* enhanced-pro
rm -rf DA-Enhanced-Pro-master
rm -f master.zip
exit

About

A Free DirectAdmin skin by dugalex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.9%
  • CSS 41.4%
  • JavaScript 1.4%
  • Shell 0.3%