• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Search results

  1. A

    Resolved Run bash script as root from extension

    I assume that on extension installation the sbin symlink should be created, in post-install.php. Is there any sample code of creating a symlink from PHP using Plesk API? Thank.
  2. A

    Question code to list subscriptions

    Is there a way to list the subscriptions of the current client? (pm_Session::getClient()) I haven't found anything related to subscription in the developer documentation. Thanks
  3. A

    Resolved Run bash script as root from extension

    @john0001, it works with symlink to wrapper. Thanks.
  4. A

    Resolved Run bash script as root from extension

    I assume you mean pm_ApiCli::callSbin. The script runs as psaadm, shouldn't it run as root? IndexController.php: <?php class IndexController extends pm_Controller_Action { public function myTestAction() { $result = pm_ApiCli::callSbin("myscript.sh")...
  5. A

    Resolved Run bash script as root from extension

    Hello, What is the recommended way (security wise) to launch a bash script as root from a Plesk extension from customer UI? Thanks
  6. A

    Question Develop custom extension for customer panel

    I've followed this Create Your First Extension and I can see hello-world in Extensions in admin, but not in the end-user panel. How can I get my extension visible in the end-user panel?
  7. A

    Question Develop custom extension for customer panel

    After following Create Your First Extension I can see the hello-world extension in admin Extensions > My Extensions But I can't see it in the end-user panel (on port 8443). It doesn't even have an Extensions section.
  8. A

    Question Develop custom extension for customer panel

    Hello, I under the impression that the extension documentation only refers to the admin panel. I would like to write a custom extension for the customer/end-user panel (the panel that runs on port 8443). Is this possible? What is the appropriate documentation for this? Thanks
Back
Top