• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Change skin for all clients

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.
 
This wold forbidden costumers to changing back their skins to another ?
 
Originally posted by globodata
This wold forbidden costumers to changing back their skins to another ?

No, this will be only default skin, you can change it to another or do what you want.
 
Right, that´s what I thought.

The best way to have all clients using the same skin is backinh up all skins, just in case, and simply deleting all other skins from Plesk.
 
Back
Top