Directadmin Capri Skin
This is a repo for the Directadmin skin so we can update it to newer version and make it even better.
We do not include the functions.php here becouse it have the licence check in it! But we do a version check and update true github
######Note: This skin was not tested on FreeBSD and may not be compatible with it.
To use the in-skin update function u need to chmod all files and folders under /usr/local/directadmin/data/skin/capri to 777 OR set the owner to admin:admin After a directadmin the rights will be reset!
: Update 10-03-2015
Functions.php is now included without licence check. This improves the overal speed of the skin allot. Also is now posible to use this skin in all directadmin servers u have for FREE!
wget -O capri.sh https://raw.githubusercontent.com/Terrorhawk/Capri/master/install-script --no-check-certificate
chmod +x capri.sh
./capri.sh
Note. if you use SSL for Directadmin than need add next option to your directadmin.conf for improve skin loading speed.
ssl_ignore_when_local=1
For full localization need add/change next option in your directadmin.conf to "internal_lang=/usr/local/directadmin/data/skins/capri/lang" (check for valid path) more information -
UPDATE CRONJOB. Since version 1.41 we provide a update.php. U can add a cronjob everyday or every week so the skin will alway's have the latest version.
30 4 * * * /usr/local/bin/php -q -f /usr/local/directadmin/data/skin/Capri/update.php
Make sure u have the correct path to the update.php in the cronjob. The cron can best be run as root