Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/03/2018 in all areas

  1. So I and my team made this blesta plugin to automatic manage virualizor packages, In the configuration panel, You set your currency and price per resource. Then you configure how many packages you want to randomly generate within that range. For example, I want 6 packages to range between 2-4cores the plugin will automatically create 6 packages from small-1 to small-6. This will also create the plans inside virtualizor to ensure virtual machines can be deployed correctly. Prices will start around £7.50/mo branded £14/mo unbranded We may consider selling own license at later date here some examples.
    3 points
  2. It's unfortunate that even with null values set for the optional arguments it still fails. An alternative would be to call a different API end point that wraps systemEncrypt. For example, you could create a simple plugin for Blesta that defines a model and method that returns the value of a call to systemEncrypt. // Plugin model class MyPluginEncryption extends MyPlugin { public function encrypt($text) { return $this->systemEncrypt($text); } } Then, instead of calling systemEncrypt directly via the API, you call your plugin method instead. // API request $response = $api->post("MyPlugin.MyPluginEncryption", "encrypt", array('text' => 'test123'));
    1 point
  3. Hello today we will release a new plugin called Sync Clients Ids . some blesta admins will see in dashboard that client Ids is not sync with Client ID Value, so the client id can be 50 and client id_value can be 120 and this related to the AUTO-INCREMENT bug in mysql, a related threads about this can be found here and here . so the plugin will fix this issue by sync the client_id_value with the client_id. Order you can order the plugin from this link
    1 point
×
×
  • Create New...