Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/30/2015 in all areas

  1. Anyone outside the UK seen this comedy it's amazing some videos are removed due to copyright I believe.
    1 point
  2. I was schearching before any any tables but not in CONTACTS where it was really
    1 point
  3. contact, staff and users
    1 point
  4. Don't you just love cPanel?
    1 point
  5. I thought I saw it in components/modules/logicboxes/logicboxes.php public function renewService($package, $service, $parent_package=null, $parent_service=null) { $row = $this->getModuleRow($package->module_row); $api = $this->getApi($row->meta->reseller_id, $row->meta->key, $row->meta->sandbox == "true"); // Renew domain if ($package->meta->type == "domain") { $fields = $this->serviceFieldsToObject($service->fields); $response = $domains->details(array('order-id' => $fields->{'order-id'}, 'options' => array("OrderDetails"))); $this->processResponse($api, $response); $order = $response->response(); $vars = array( 'years' => 1, 'order-id' => $fields->{'order-id'}, 'exp-date' => $order->endtime, 'invoice-option' => "NoInvoice" ); foreach ($package->pricing as $pricing) { if ($pricing->id == $service->pricing_id) { $vars['years'] = $pricing->term; break; } } // Only process renewal if adding years today will add time to the expiry date if (strtotime("+" . $vars['years'] . " years") > $order->endtime) { $api->loadCommand("logicboxes_domains"); $domains = new LogicboxesDomains($api); $response = $domains->renew($vars); $this->processResponse($api, $response); } }
    1 point
  6. lol, yes I see some episodes in Portugal I love british comedy, my favourites are: Allo Allo (memories) benny hill (memories) Mr Bean (memories) The Office Blackadder Ali G eheh
    1 point
  7. it's seem not a conection issue (port, protocol, firewall), but more an authentication issue, so your login credential could be wrong or you have to mention at mandril account the ip/hostname of the remote server (blesta) for it's be allowed. try also to re-generate your credential at mandrill also have you white listed mandril ip(s) at your firewall, and flush all previous ip blocked
    1 point
  8. I bet any money it's the password you are using.
    1 point
  9. Fantasma

    [Plugin] BlestaCMS

    Does this work for multiple companies? (IE: each company can have its own unique links/setup?)
    1 point
  10. finaly i got it running, there was an issue with entering the vm options in the correct form.
    1 point
  11. digital module is done . what do you except that it can do ? as now , you can create package , upload file and asign it to that package . the client can download the file from the service manage tab . next release , assign more than 1 file to a package ( like zip file , file for documentation ect ... )
    1 point
×
×
  • Create New...