Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/14/2013 in all areas

  1. Hi Guys, We have successfully enabled CSF plugin to unblock IP with option to select servers (if we have configured multiple servers in Blesta). Screenshot attached.
    3 points
  2. We're more than happy to provide the scripts for free. We're a small company and greatly appreciate any donations we receive. Your contribution will help us keep this project up and running, and add new and helpful content. Donate Click here to download, unzip the file, copy the folder 'cpanel_csf' to plugins folder. Now you can see 'cPanel CSF' under Available Plugin, click Install button to complete the installation. Now you should be able to see 'Unblock IP' option under Tools.
    3 points
  3. Hi, We gave the module to Blesta with all the documentation files and screenshots so there should be no problem with docs. We have a dedicated developer who will provide support for everyone who purchased the module from us, so no worries. Exactly Ken.
    2 points
  4. Paul

    Changing Widget Layout

    You got it! Glad it's working for you.
    1 point
  5. Looks good, nice work.
    1 point
  6. Thanks Mike, Yes, we're working on client side too, which will automatically detect the server in which account is hosted and an option to unblock his local IP.
    1 point
  7. Michael

    Cpanel Extended For Blesta

    Thats a nice way to thank both parties.
    1 point
  8. The id_value is not meant to be changed explicitly since it is a function of several company settings and previous values. The company settings that affect this are not fully implemented, but include clients_start, clients_increment, clients_pad_size, and clients_pad_str. If you wanted to change the start value from 1500 to 2000, you could try the following (warning: I have not tested this): <?php ... $api = new BlestaApi($url, $user, $key); $response = $api->put("companies", "setsetting", array('company_id' => 1, 'key' => "clients_start", 'value' => 2000)); ... ?>
    1 point
  9. Paul

    Cpanel Extended For Blesta

    We will be releasing an unencoded version this week.
    1 point
  10. I'm not using it yet anyway, and wouldn't mind not using it until the free version is released... I opened a ticket with them - let's see what they say...
    1 point
  11. The error was triggered while importing email log entries. Interestingly, it looks like you have entries in your email log without a to address. Obviously that's not logical, but it's good you got the error as it allow us to improve the migrator to handle all of these bizarre issues with WHMCS. Update line 845 of /plugins/import_manager/components/migrators/whmcs/whmcs_migrator.php: from: $vars = array( to: if ($message->to == "") continue; $vars = array(
    1 point
×
×
  • Create New...