G
GARMTECH
Guest
Maybe someone need that as I do.
First of all you need to get console of your Plesk server. Then type that command:
#mysql -uadmin -p
Enter password: (your plesk admin password)
and then this commands:
USE psa;
SELECT * FROM `Skins`;
(Here you will get table with skins ID and names)
UPDATE `cl_param` SET `val`="10" WHERE `param`="skin_id";
(Change 10 to skin ID you like)
QUIT;
Now all your clients have one and the same skin.
First of all you need to get console of your Plesk server. Then type that command:
#mysql -uadmin -p
Enter password: (your plesk admin password)
and then this commands:
USE psa;
SELECT * FROM `Skins`;
(Here you will get table with skins ID and names)
UPDATE `cl_param` SET `val`="10" WHERE `param`="skin_id";
(Change 10 to skin ID you like)
QUIT;
Now all your clients have one and the same skin.