• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by nijina

  1. N

    Issue with pm_View_List_Simple while creating extesnion

    I can see following options. column-1' => array( 'title' => 'select', 'noEscape' => true, 'searchable' => true, 'sortable' => false, ) when defining a column. However I am not able to find any specific option related to...
  2. N

    Issue with pm_View_List_Simple while creating extesnion

    I am trying to build a front panel with pm_View_List_Simple. I need to have check box in every table and an action window at the top . I was able to create a table but unfortunately I am not able to create a checkbox in each table and an action window. What I need is just like the domains...
  3. N

    Edit root cron using Parallel Extension

    Nikolay, Thank you for your help. However I need to do many tasks with root privilege and editing cron job is only one of them.
  4. N

    Edit root cron using Parallel Extension

    Hello, I was finally able to find a solution. The extension works perfectly with Plesk 12.0 version. I am using pm_ApiCli::callSbin to do this. But in older versions I am getting undefined method error. The exact error is pasted below. ERROR: Call to undefined method pm_ApiCli::callSbin()...
  5. N

    Edit root cron using Parallel Extension

    I was creating an Plesk extension and I need to edit root's crontab for the extension to work properly. While doing some experiment I understand that the Plesk extension works with the permission of psaadm . So I cannot use shell_exec to do this. Is there any api or cli interface where I will be...
  6. N

    Hotlink Protection in Plesk panel

    Wow! that works great. Is there any commands for older versions of Plesk
  7. N

    Hotlink Protection in Plesk panel

    I know that Plesk provides an option to protect the websites from hotlinking through Plesk panel. But I need to enable this for all domains. I was writing a script to do the same but unfortunately I was not able to complete. To complete the same I need to have a MySQL query or a file which...
  8. N

    Catch all email not working

    Catch all email in Pesk panel is not working. I have changed the Catchall email from mail ==> change settings but still the catch all email goes to some unknown email address. Even when we put reject the email goes to some unknown location. The Postfix is the MTA used. Fix done so far run...
Back
Top