Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/18/2016 in all areas

  1. Abdy

    [Theme] Cloud

    The counters are dummy you need develop a plugin or something for get the counters. Check this:
    3 points
  2. Abdy

    [Theme] Cloud

    Hi, I have this theme in my computer about half year, this theme is of a cancelled project and I will not use the theme anymore, for this I will decided share the theme to the community, this can be useful for something. This theme not will receive updates. If you want a customization you can send me a PM to get a quote. cloud.zip
    2 points
  3. Hello All . @Licensecart has request me to do a simple plugin to fetch client data and include it in your Html Template. The Plugin Is Available in Github https://github.com/Blesta-Addons/Client_Data Blesta Plugin That Allow Dev/Themers Get Client Data Info As Json Response , then they can use it in their Template or Plugin . This Plugin didn't need install, just upload the folder client_data to plugins and you are ready to go . Not all request should be Done Via Ajax , a direct call will return a blank page . Example of Requests : 1 - For Tickets, the last element is the Tickets status Get CLient's Open Tickets http://your_domain.com/blesta_dir/plugin/client_data/client_main/count_tickets/open Get CLient's Closed Tickets http://your_domain.com/blesta_dir/plugin/client_data/client_main/count_tickets/closed 2 - For Services, the last element is the Service status Get CLient's Active Services http://your_domain.com/blesta_dir/plugin/client_data/client_main/count_services/active Get CLient's Suspended Services http://your_domain.com/blesta_dir/plugin/client_data/client_main/count_services/suspended 3 - For Invoices, the last element is the Invoices status Get CLient's Open Invoices http://your_domain.com/blesta_dir/plugin/client_data/client_main/count_invoices/open Get CLient's Vioded Invoices http://your_domain.com/blesta_dir/plugin/client_data/client_main/count_invoices/vioded To get the info by Ajax request in template us this code <?php $this->Javascript->setInline(' $(document).ready(function() { fetchInvoices("open"); }); function fetchInvoices(status) { $(this).blestaRequest("GET", "' . $this->Html->safe($this->base_uri . "plugin/client_data/client_main/count_invoices/") . '" + status, null, function(data) { if (data) $("#my_div_id_to_replace").html(data); }, null, {dataType:"json"}); } '); ?> To explain the code , you need to change the url and the div to put the requested data .
    1 point
  4. With Blesta (and most other ticket systems), you can create a ticket by sending an email to the email address associated with the account. While this is a very nice convenience for clients, it also poses a security risk. Say I am trying to attack David Smith (david@smith.com), and I know he hosts with 'XHost'. All I need to do is find the support email for 'XHost' and spoof an email coming from david@smith.com saying something like this: Now, I just have to keep trying the password I asked for, and soon it will be changed. The best way to prevent this is to have an indication on each reply to say if it came in via email or the client area. That way the host could take extra precautions, like asking for a reply via the client area before sensitive actions are taken. Another thought would to have a "BoxTrapper" type system, where if you open a ticket via email, the system sends you a link to click on, and it would then mark the ticket safe.
    1 point
  5. @naja7host You should create a video on youtube for us newbies
    1 point
  6. Digital Ocean are the best mate, I was with them for a few years.
    1 point
  7. Paul

    Have I been Pwned?

    https://haveibeenpwned.com/ Just stumbled across this site, let's you enter your email or username and find out if your account details were leaked in any known breaches. Turns out my details were stolen from Adobe, LinkedIn, and vBulletin. Fun. Good idea to subscribe to notifications if your details show up in any new dumps, since not all companies notify their user bases.
    1 point
  8. Interesting, just checked all my usernames and emails, all clean here
    1 point
  9. Hix

    Have I been Pwned?

    Adobe, Badoo, Linkedin, Modaco, Myspace. Well.. didnt know about Modaco... edit: + Ashley Madison
    1 point
  10. Yep: $lang['ClientTickets.reply.system'] = "System"; $lang['AdminTickets.reply.system'] = "System"; in: /plugins/support_manager/language/en_us/client_tickets.php & in: /plugins/support_manager/language/en_us/admin_tickets.php
    1 point
  11. The best cloud is one that does not rain on you I like OVH for there services
    1 point
  12. I wish this was possible in v3 but sadly it isn't but Paul said it is coming in v4 though.
    1 point
  13. First . We never change password to a password that client want . We change the passwords to a generated one and send email about the new password . The client can request password change but can't determinate it via ticket . Also is good to see a lebel about how this ticket was opened (manager, email piped, import email, Api ... )
    1 point
  14. From what I hear Vultr are good. But I would only personally use them providers for development & testing.
    1 point
  15. JNdev

    [Theme] Cloud

    I love navigation
    1 point
×
×
  • Create New...