Jump to content

Paul

Blesta Developers
  • Posts

    6,728
  • Joined

  • Last visited

  • Days Won

    841

Posts posted by Paul

  1. 2 hours ago, ChrisSD said:

    Hello,

    New to blesta, we currently use whmcs.

    So to clarify we don't use whmcs/blesta for anything hosting. We use it for our services and rentals business.

    Question:

    In whmcs we can add custom questions to the products/order form which we can the choose to display on the invoice, can this be done in blesta?

    T.I.A.

    Chris 

    What kind of questions do you add? Maybe an example will help with a recommendation. However, if there's not a module for it I would recommend using the Universal Module and creating service fields for any questions/details you need. If the field will affect the price, then the field should be created as a Configurable Option under Packages > Configurable Options, by creating the option, assigning the option to an option group, and assigning that Configurable Option Group to the Package itself.

  2. On 10/27/2024 at 11:13 AM, Education said:

    Currently installed is 5.10.1

    Latest release is 5.10.3 : https://www.blesta.com/2024/10/22/blesta-5-10-3-patch-released/

     

    I already read https://docs.blesta.com/display/user/Upgrading+Blesta#UpgradingBlesta-Patchinganexistinginstall , but still not sure :

    - So can i upgrade to 5.10.3 directly, or need upgrade to 5.10.2 first?

    - I download blesta-5.10.0-5.10.3.zip file & My PHP version is 8.x
    So the files i upload, its ok only the one under hotfix-php8 folder?

     

     

     

    If you are running 5.10.0, 5.10.1, or 5.10.2 you can use the 5.10.3 patch. It works as long as you are running 5.10.x. If you were running 5.9.x or older, then you'd need the full version. DO NOT use the hotfix-php8 directory unless you do not have ioncube but instead have sourceguardian. Default files work for PHP 7.2, 7.3, 7.4, 8.1, 8.2, 8.3 with Ioncube.

  3. On 10/17/2024 at 3:21 PM, Web Host Pro said:

    Oh, I disabled: Use SSL when connecting to the API (recommended)

    And it worked. Any idea how to be able to enable this?

    Does your DA server have a valid SSL certificate on the secure port? Is the secure port open at your firewall for egress? Those are 2 reasons that it may not work with SSL.

  4. On 10/20/2024 at 2:25 AM, Mucahost said:

    Hi

    I want to diretect users to login page by default. visitors can't visit blesta clientare without login to their account. How to do this?

     

    Thanks.

    The / URL of Blesta by default is the Portal page. If you uninstall the Portal plugin under Settings > Company > Plugins, then / will redirect to /client/ and if the client is not logged in they will be prompted to login.

    Does that accomplish what you are after?

  5. If the issue is that email sent from the support system is coming from support@my.rippinhost.com then there are 2 places in Blesta to check for this.

    1. Under Settings > Company > Emails, edit all the templates for the "Support Manager". On ticket receipt, the template used to auto reply is "Ticket Received". Edit and check the From Address.
    2. Now, there is an option to OVERRIDE the from address on the templates on the department. Support > Departments: Edit. Make sure the department email is correct, and the option "Override the from address set in email templates with the email address set for this department" is checked.

    image.png

  6. On 9/15/2024 at 8:01 AM, Mehmood Ahmed said:

    Hi,

    I want to add .com.pk in domain availability check. so as per blesta documentation in following file

    /vendors/io-developer/php-whois/src/Iodev/Whois/Configs/module.tld.servers.json

    we need to put whois line, but PKNIC has not provide whois server line.

    In whmcs I am using following in dist.whois.json file and it works while searching .pk domains as well ordering

    {
      "extensions": ".pk,.com.pk,.net.pk,.org.pk,.edu.pk,.gov.pk",
      "uri": "https://pk6.pknic.net.pk/pk5/lookup.PK?name=",
      "available": "Domain not found"
        }

    but as I planned to shift bleta, in blesta whois file its not working, it tried in different ways but not working.

    {"zone": ".pk", "host": "https://pk6.pknic.net.pk/pk5/lookup.PK?name="}

    and

    {"zone": ".pk", "host": "https://pk6.pknic.net.pk/pk5/lookup.PK"}

    pls help

    The hostname should not include "https://" in it, here's an example of another TLD from the file:

    {"zone": ".com", "host": "whois.verisign-grs.com"},

    the host should be the whois server for the TLD. You'll need to add a line for each extension. I tried to find what the whois server is for .pk, but they seem to have implemented something non-standard, a webpage lookup essentially than a true whois.

    However, I did a test with whois.pknic.net.pk and I got a response, so I would suggest trying it with that hostname.

    # jwhois -h whois.pknic.net.pk domain.pk
    [Querying whois.pknic.net.pk]
    [whois.pknic.net.pk]
    # WHOIS .PK Domains (PKNIC)
    
        Domain: domain.pk
        Status: Domain is Registered
    
    
        Creation Date: 2006-01-20
        Expiry Date: 2026-01-20
        Name Server: carol.ns.cloudflare.com
        Name Server: johnny.ns.cloudflare.com
        Name Server:
        Name Server:

    So maybe something like this might work:

     {"zone": ".pk", "host": "whois.pknic.net.pk"},

     

  7. 4 hours ago, Pravin said:

    Hi

    How can I view all the TLDs that are available on generic domains, I am looking for .co.za in particular, which it seems is not supported, if so, is there a way I can add it in?

    The TLD list is included in /components/modules/generic_domains/config/generic_domains.php

    You can try adding the TLD to the list exactly like the others. If the whois library has support for the TLD for looking up availability, then than may be all you need to do.

  8. Deleting a client within the interface also removes any/all data associated with that customer. Transactions, services, etc. Only clients with no active services or open invoices can be deleted via the UI. If you simply delete the client, you may be leaving orphaned data. I would recommend digging deeper into how the delete client code works, it's possible you need to perform some other steps also.

  9. 6 hours ago, Pravin said:

    Hi

    How do I integrate a domain reseller into Blesta with an API, I've created an API access in Blesta and obtained a key, but I cannot find a plugin or module where I can use the key.

    The domain reseller account is with Asurahost which uses MyOrderBox for the reselling of services

    You need to determine what module is required. MyOrderBox sounds like Logicboxes, but I'm not certain. Registrar modules can be installed under Packages > Domain Options: Registrars. TLDs configured under TLD Pricing, and to sell create an order form (Packages > Order Forms) of the type "Domain and Other".

  10. 59 minutes ago, bins said:

    What's the view on WEB3 domains, especially the ability to create tld's?

    At present, it does not appear compatible with traditional hosting & billingplatforms and it seems that you can only build websites via 4 commercial site builders.

    With the ability to own your own tld, is there an opportunity for Blesta users to lead the pack on selling these sites/domains (especially their own tld's)?

     

    Can you provide some details/context? By WEB3 domains are you talking about crypto domains that do not work like typical domains? How would you see this working with Blesta? Please be specific.

  11. It looks like you are mixing the old Package method with the domain manager. The domain manager automatically creates and manages hidden Packages, so all your pricing should be set under Packages > Domain Options ONLY. The domain manager also never enables more than 1 TLD per hidden Package, that will break everything. You should delete any manually created Packages and use the Domain Manager to create your TLDs only. If the module does not support TLD import or price sync, then you need to add them manually in the pricing grid under Packages > Domain Options > TLD Pricing. Click the "+ Add TLD" button to manually add new TLDs one at a time, then click Edit to set pricing, and enable after pricing is set.

  12. 15 minutes ago, Education said:

    Didnt anyone have Addon Companies & have this problem too with latest version (5.10.1)?

     

    I tried this simple hot fix works :

    open blesta\plugins\domains\domains_plugin.php
    find all : registration_date
    replace all with : registration_date2

     

    Install plugin Domain Manager again as another company

     

     

    But better waiting for official hot fix

    That will likely cause other issues and we do not recommend anyone do this.

  13. On 8/2/2024 at 3:52 AM, cluster said:

    --- bump ---

    I can confirm this, smart search does not show any results when searching for service domain or domain name.

    It would be nice if this little thing could be fixed quickly.

    Why not do a service search? Smart search cannot search everything or it would be incredibly slow, which is why there are more specific options.

  14. 3 minutes ago, Benjamin Biswas said:

    I want them in the admin home page similar of my attachment not in client profile. I mean just want to get a quick idea about my whole business after login to admin and yes, all widgets should be clickable that why I can go to easily the end point to take any actions.

    like this.png

    Admin "cards" do not exist yet, there is no way to make or add them. We may add them in the future. The System Overview widget includes all of the information you've mocked up in the cards. The only way to create cards now is to create your own plugin that adds a widget, and then display your own cards within the widget.

×
×
  • Create New...