Jump to content

Leaderboard

Popular Content

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

  1. Hi I bring today a very useful plugin. This is a Uptime Robot and Server Monitoring Plugin, Requires ssh2 installed in the server for Server Monitoring. Features Uptime Robot Check the server every 5 minutes Alerts over Email or via SMS with Twilio Server Monitoring (Requires ssh2 and root Password) Automatic updates (Updates the software and packages every day, via yum or apt-get) RAM Alerts (If only have 10% free) HDD Alerts (If only have 10% free) CPU Alerts (If CPU usage is more than 80%) Update [07/08/15]: Now is possible delete a server Fixed problems with emails I don't have screenshots, but I have a video. https://youtu.be/haI03KEbWSg UPDATE: In some cases the plugin don't create the Cron Job Task, If this occurs login into PHPMyAdmin, Go to your blesta database and go to the cron_task_runs and add the following entry: id => n+1 task_id => Cron Task ID (You can view this in the cron_tasks table) company_id => Your Company ID (Normally 1) time => NULL interval => 5 enabled => 1 date_enabled => 2012-01-01 00:00:00 uptime_robot.zip
    1 point
  2. From his order form themes: If you want send me a donation, you can send to order@cyandark.com.
    1 point
  3. Hello blestars Update 12-08-2015 Finally whois fileds works 100% thanks for the live account and credit from OpenSRS/TwoCows theme Fixed: Whois Get/Edit fields Fixed: Renew Added: Commands TAB (for now only Renew works, later on I will finish the Transfer and Registter Command) See first post how to install/update. Hope you like it Please send feedback Regards, PV
    1 point
  4. I know. But I need my staff to be able to do it in the interface.
    1 point
  5. recieved, is time to make some update in the module .
    1 point
  6. More sophistical solution to avoid invoice attachment in email probleme open app/controllers/client_invoices.php if view function change $this->InvoiceDelivery->downloadInvoices(array($invoice->id)); to $this->InvoiceDelivery->streamInvoices(array($invoice->id)); in components/invoice_delivery/invoice_delivery.php under downloadInvoices() add the fallowing function public function streamInvoices(array $invoice_ids, array $options = null) { $invoices = $this->getInvoices($invoice_ids, true); $this->buildInvoices($invoices, true, $options)->stream(); } this will save the email attachement invoice in pdf .
    1 point
  7. Many Thanks Please Add Donate link
    1 point
  8. No , you are not missing anything , the plugin can't add a new link . the plugin has the ability to change the actual links saved in database . the probleme is from the core blesta functionality and database shema see this threads http://www.blesta.com/forums/index.php?/topic/3619-primary-key-in-plugin-actions/ you can vote for it .
    1 point
×
×
  • Create New...