ssh help for skins

DAclub

Verified User
Joined
Aug 24, 2003
Messages
30
hello guys

i have root access to my server with a big ZERO knowledge about SSH.
can someone help me to understand just how to place upload or delete skins through ssh ?
while i was using a custom skin i made, i deleted it !
so i cant login to my panel anymore :(

thank you
 
jasonyates said:
You might be able to change the skin manually via SSH by editing the conf file.
Yes, that is what I would do. Running this should work:

Code:
perl -pi -e 's#docsroot=\./data/skins/\w+#docsroot=./data/skins/default#g' /usr/local/directadmin/data/users/admin/user.conf
 
Back
Top