Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Reputation Activity

  1. Like
    Blesta Addons got a reaction from mrzell in Allow Invoices To Show Within The Browser Instead Of Forcing Download   
    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 .
  2. Like
    Blesta Addons got a reaction from Jason Ryan in [Human Verification] add support for recaptcha V3   
    blesta support recaptcha v2, it would be nice to see support for recaptcha v3 also.
     
  3. Thanks
    Blesta Addons reacted to darksid3 in [Proxmox] Little Update   
    Hi i have added some more actions on thise default module
    its working great for now...
    I want to add in the future NO VNC Support
    and Notes i'm really new on blesta and i want if there is some docs to create or modify existing modules (like how to get data from database or create data, add on panel views and this things) Thx!
    If someone wants this little update DM me!
  4. Thanks
    Blesta Addons got a reaction from Paul in [Plugin] tawk.to Chat Widget   
    the plugin is working, and tested in so many client's site. if is not working in your site is related to your account and not to the plugin itself.
  5. Like
    Blesta Addons reacted to Luis M. in Cached Invoices: invoices cached in the wrong language   
    I'm on 5.1.2 and using cached invoices.
    I usually generate invoices on the admin area or modify existing ones. But but if I select to re-cache the invoice on save (when manually editing), they are cached in the admin's language and not in the client's language. That wasn't a problem when they were generated on the fly, but now when clients want to view or download their invoices, the wrong language cached versions are provided.
    Steps to reproduce:
    1. Enable invoice caching
    2. From the admin area, choose a client with different language settings than the admin's.
    3. Edit something about an invoice and select to regenerate cached version.
    4. View the invoice from the admin area and from the clients panel (both are in the admin's language not in the client's one).
    5. Optional.. Change the admin's language and repeat the procedure. Now the invoice is cached in the new admin's language.
     
    I think it would be better that invoices are generated, cached and re-cached in the client's language when invoice caching is enabled.
     
     
  6. Like
    Blesta Addons reacted to Luis M. in Maintenance Mode login problem   
    I'm on 5.1.2
    A. Login Problems
    Admins can't login to the admin area when maintenance mode is enabled and the admin user has two factor authentication enabled.
    Steps:
    1. Enable 2 factor authentication to the admin
    2. Enable maintenance mode
    3. Try to start a new session on a incognito window or something like that. It returns to the login page.
     
    If you disable 2 factor authentication, the admin can start session in maintenance mode.
     
    B. UI Problem
    When maintenance mode is enabled, the alert banner in mobile browser overflows. I tried in safari and chrome. Landscape mode has no issues.

     
  7. Like
    Blesta Addons got a reaction from cluster in New Section for pending service changes list   
    it would be perfect if we can see a new place/tab for pending service changes. that way we can see the list of pending services changes,  and not sure if possible also to see list of completed services changes.
     
    https://requests.blesta.com/topic/tab-for-pending-service-changes
  8. Like
    Blesta Addons got a reaction from aliman in hetzner dedicated server module comming soon   
    Hello All,
    We want to announce that we are almost finished the development of our new module for Hetzner Dedicated Servers, the most wanted module for server resellers in europe, the module will handle the most important actions from admin and client area. with this module we have covered the big 2 companies in europe for dedicated servers (Ovh, Hetzner).
  9. Like
    Blesta Addons got a reaction from aliman in Hetzner Cloud Module   
    this kinds of confrontation happen frequently in the life. Apologize publicly is a proof that you are a nice man .
     
  10. Like
    Blesta Addons reacted to activa in after email verification return to dashboard   
    When client click in verification email link, the client redirected to checkout page 3 step.
    I think is better to redirect to dashboard and show a message that email is verified.
  11. Like
    Blesta Addons reacted to WHMCSGlobalServices in AWS lightsail module   
    Dera All Community users,
     
    We are pleased to announce that we have released the AWS Lightsail reseller module for Blesta.
     
    Client Area Features
    With AWS Lightsail Module you can allow your clients full access over their servers and you don’t have to worry about technical assistance anymore. Here is all your clients can do now to manage their servers automatically.
     
    Server information
    Your customers can see the server information (like OS name, hostname, server private/static IP, RAM, CPU, disk, region, disk storage and SSH detail to login with server root) Power On / Power Off / Reboot
    Your clients can start, stop, reboot the server directly from the client area. Manage Snapshots
    Customers are allowed to create snapshot backup, delete and restore specific snapshot to server. Stats
    Your customers can see stats in the client area like CPU Overview, CPU Burst, incoming/outgoing network traffic, instance status check failures, system status check failures. Firewall Management
    Your customers can manage firewall rules from the clientarea. Server Activity logs
    Your customers can see the server activity logs from clientarea.
    Admin Area Features
    AWS Lightsail Module Module provides many features in the Blesta admin panel where the admin can easily manage the maximum required action directly from the admin are
     
     
    Create/Suspend/Unsuspend/Terminate Server
    Admin can manually create, suspend, unsuspend and terminate the server from Blesta admin. Start/Stop/Reboot
    Admin can directly start, stop and reboot the server from specific client service under Blesta admin. Server Information
    Admin can see the server information in admin side with specific client service. AWS Launch Scripts
    Module allows the admin to configure the launch scripts for each OS. Admin can set its own launch script with a specific operating system. Custom Email Templates
    Admin can manage the server welcome email template from admin side. Product Configurable Options
    Admin can manage the auto created required product configurable options from the admin side.  
    Product link : https://whmcsglobalservices.com/blesta-amazon-lightsail-module/
    Pricing Starting From : $5/mo
    Order Link : https://whmcsglobalservices.com/order/?pid=207
     
     
     
     
     
     
  12. Like
    Blesta Addons got a reaction from cluster in hetzner dedicated server module comming soon   
    Hello All,
    We want to announce that we are almost finished the development of our new module for Hetzner Dedicated Servers, the most wanted module for server resellers in europe, the module will handle the most important actions from admin and client area. with this module we have covered the big 2 companies in europe for dedicated servers (Ovh, Hetzner).
  13. Thanks
    Blesta Addons got a reaction from Alk in strange errors i blesta logs   
    those URLs is probably a robot exploit crawling. they are many and they fetch for urls that are their database.
    normally when url is access and no entry was find in blesta, the error is logged and 404 error page returned.
  14. Thanks
    Blesta Addons reacted to aliman in Hetzner Cloud Module   
    @TheMaster Please accept this as my official apology. I did not mean any harm towards your business and your plugin works without any issue after fixing the permission issues. That was the first time I dealt with blesta and spend few hours as a beginner to figure things out. Usually , it should work once extracted since it did not i contacted you. Asking $20 made me  think that the developer should help since it was first time installation.  Anyway I'm really sorry about this and hope you resell and keep developing this plugin further and more plugins to come in future.
    Again, Sorry for the trouble caused. For @TheMaster@Paul
    Keep developing your awesome plugin. It will be more helpful if you can make a video kind of thing including installations for blesta beginners like me.
  15. Like
    Blesta Addons reacted to Jono in blesta suspend service that has unpaid invoice for upgrade   
    I was able to reproduce by performing an upgrade in the admin interface (not able to replicate in client interface).  To resolve change app/controllers/admin_clients.php around line 5656 from:
    $invoice_data = $this->makeInvoice( $client, $serviceChange, $pricing->currency, true, $service->id ); To
    $invoice_data = $this->makeInvoice( $client, $serviceChange, $pricing->currency, true, null ); Cheers
  16. Like
    Blesta Addons reacted to SW Hosting in Free Domain with web hosting   
    It would be ideal if it would allow from the configuration of the plan to assign the option of Free Domain when contracting the service for 1 year and select the available terminations

  17. Like
    Blesta Addons reacted to DannyXYZ in Renewal price must be a number.   
    Hello,
    yes if you use comma (see settings from screenshot) then you get this error message. If you use the same with the dot, then you not get this error.

  18. Like
    Blesta Addons reacted to DannyXYZ in Renewal price must be a number.   
    We also use comma in germany to separate decimal.
  19. Like
    Blesta Addons reacted to BeZazz in Hetzner Cloud Module   
    My 2cents. I am not in the industry anymore but reading over this thread I notice 2 things.
    I believe that you have over reacted. For anyone in the hosting industry file permissions/ownership is basic stuff.
    I personally pay no attention to someone throwing around words like "unethical" when all they had to do was set permissions.

    You have nothing to worry about. No one thought less of your script.
  20. Like
    Blesta Addons got a reaction from Paul in Hetzner Cloud Module   
    @TheMasterwe don't want to lose a great developer, is true that some reaction are unacceptable in any case, based on my experience in selling digital products during last 12 years, we have faced more than that, if we count ticket/emails about insulting we can arrive to 10% of the total received, but we never was stopped. i hope you can return because going out is like you have announced the battle lose. i can understand @Paul decision, in other word, the people can say their opinion but also you can maintain your decision. a lot of post in this forums are against me, but i take them openly and i insist in my decision or my work. the true support are by ticket, and if we provide some extra support is because we want to offer it and is not in any obligation for us.
    finally i support you.
  21. Like
    Blesta Addons reacted to TheMaster in Hetzner Cloud Module   
    Mr @aliman this is the second time you call us unethical and this is rude by your side let me clear this for you .
    folder permissions are affected by your server configs. it is has nothing to do with our module,
    we did our best to help you and we answer your tickets and since the first tickets we point you strait for the problem and we told you the javascript file is not accessible by web server and it should be accessible, and we point you for a few things to check if you don't know how to do it then that's not our fault .
    even your htaccess was one of the points and you ask us to check it for you and we did thought it is not our problem to check your htaccess but we offer help with open arms , and finally after loads of tickets and you make us lose plenty of time to checking your issue with no success we tell you we can check your server for a fee , and because of that you call us unethical ,
    also sound you didn't read our TOS which clearly stated the bellow :
    Abuse towards our staff or other clients on our network is not tolerated. Your account and all associated will be suspended pending termination after review.
    if you keep using this kind of words and speech we will terminate your account and suspend your license .
    ask with respect if you have any issue with the module and we will be more than happy to fix it but if you don't know how to setup things on your server that's not our responsibility .
    @Paul is it allowed to call people (unethical) on Blesta forums ?


     
  22. Like
    Blesta Addons reacted to DannyXYZ in Renewal price must be a number.   
    Hello,
    i have checked it, it is the same problem as you described. If i change it to another Format from 1234,56 to 1234.56 it is working without the error message.
  23. Like
    Blesta Addons reacted to Jonathan in Event for email confirmed   
    There's currently an event for contacts.edit which is great but we need one for when an email address for a contact is successfully verified as well for other systems that might need to be updated by plugins for a user's new email address but only need to happen upon the successful validation of the address.
  24. Like
    Blesta Addons got a reaction from SW Hosting in [Domain Manager] Unify Functions Action in modules   
    with the new domain manager , it would be better to unify the functions actions like getExpirationDate(), is the only unified function in domain registrar modules, something like getContacts(), updateContact(), getNameservers(), updateNameservers() .... ect
    this way we can create more plugins/addons that interact with registrar modules with a unified function without care about the registrar module type. other competitors has this.
     
     
  25. Like
    Blesta Addons got a reaction from SW Hosting in [Human Verification] add support for recaptcha V3   
    blesta support recaptcha v2, it would be nice to see support for recaptcha v3 also.
     
×
×
  • Create New...