PDA

View Full Version : Remote Skin Install


nappa
07-10-2003, 06:08 AM
I just saw Loop4Evers skin. It looks reallly nice. I wanted to appply, but from my 56k modem, and the terrible line conditions here, I don't have a chance in hell in uploading the skin. Either a way to get the file from a local directory ( I can WGET the file ) , or a remore url would be really nice.

NAPPA

DirectAdmin Support
07-10-2003, 09:37 AM
You can manually install skins by creating a skins directory in your resellers home:

/home/username/skins

creating the skin name:

/home/username/skins/skinname
cd /home/username/skins/skinname

downloading the skin:

wget http://domain.com/skin.tar.gz

and extracting it inside the "skinname" directory:

tar xvzf skin.tar.gz


John