Deleting the active SKIN by error

radouane

Verified User
Joined
Jan 20, 2005
Messages
5
I can't access to my DA administration cause the active Skind have being deleted ,
Anyone know how to restore the default Skin ?
 
Thank you jmstacey;

But i haven't the Client ID and License ID, cause i have a virtual server

what can i do ?
 
Extraxt the file I've attached to this post in the /usr/local/directadmin/skins/ directory. It is the default skin provided by DirectAdmin.
 

Attachments

  • default.tar.gz
    239.2 KB · Views: 368
when a use tar command, error message :
Cannot open: File exists
Cannot open: File exists

all the files exist ;
 
Delete whatever is left of the default skin in /usr/local/directadmin/skins and run the extraction again:

Code:
cd /usr/local/directadmin/skins
rm -rf default*
download file using wget
tar -zxf default.tar.gz
 
the problem that i have the skin configuration from DA to a skin name : skinrak ; and i have deleted this one by error, now the skin configuration in DA is skinrak,

how can i change to the default skin ( NB : the default skin file exist )
 
Oh. You can change that in /usr/local/directadmin/data/users/USERNAME/user.conf

Changing the docsroot back to the default directory and the name of skin I think.
 
Thank you jmstacey,

it's ok the admin of our hosting company have solve the problem
 
Back
Top