Jump to content

Joseph H

Members
  • Posts

    395
  • Joined

  • Last visited

  • Days Won

    13

Reputation Activity

  1. Thanks
    Joseph H reacted to AlexPads in NameSilo Module DNS Record Creation Failure   
    That is an interesting idea, I will look into the API more soon and see what I can do for that.
  2. Like
    Joseph H reacted to AlexPads in NameSilo Module DNS Record Creation Failure   
    Hello, 
    When creating any record on any domain using the NameSilo reseller module, you get a success message however NO DNS records are created. Deleting records works. Steps Register a Domain using Namesilo Reseller Module Activate DNS Management Go to DNS Management Page (https://client.enzonix.com/client/services/manage/SERVICE-ID/tabClientDnsRecords/) Try to Create any record Receive Success Message Verified Theme is not the issue. No Generated Errors, No Logs, No Console Logs, Everything Looks successful.  https://client.enzonix.com/client/services/manage/SERVICE-ID/tabClientDnsRecords/ Screenshots attached above Server Information cPanel (CentOS) Blesta: 5.6.1 NameSilo Module: 2.1.3 PHP 7.4 MySQL 5.7.37 Please do let me know if there is any specific place that I should be looking for errors on this specific matter.  
    Looks like there are already at least 3 other reports of this, I might take a look into the code and see what is going on soon.
     
     
  3. Like
    Joseph H reacted to Lampard in Namesilo DNS - Won't edit   
    Nothing in Module Logs too.
  4. Thanks
    Joseph H reacted to VITA in That IP does not exist in your list - Directadmin   
    Hi,
    So I think I had a similar if not the same issue as yours. I wanted to have multiple servers under a DirectAdmin server group, and my server group will be tied to an actual package in Blesta. 
    When adding a Service manually via Admin panel I'm given an option to select a server.

    The IP of one of the servers gets saved in the Product, but it should be read from the module not the product. If I select a different server than one from the package it fails with the error you get as well.
    a:3:{s:5:"error";s:1:"1";s:4:"text";s:21:"Cannot Create Account";s:7:"details";s:40:"That IP does not exist in your list<br> ";}
    So I've made a fix in the direct_admin.php module that uses the IP from the module by fetching it via API from DA itself. It's a one liner placed at 1006th line in the direct_admin.php file:
    $params['ip'] = reset($this->getDirectAdminIps($row));
    This now solves the issue for me, so I can select the server when adding a service.
    Please note that I assume that each DA node/server has only one IP, since my code gets only the first IP from the array.
    I had a longer discussion on Discord if you are interested to look into more details.
    Hopefully this helps.
  5. Like
    Joseph H reacted to mrzell in Notification on every transaction   
    Hi, is it posible to get email notification on every transaction update? How? TQ
  6. Like
    Joseph H reacted to Paul in Blesta Issues   
    1. Does the client have any contacts with login permissions? Contacts that login will link to the client, and the name of the client may not match the name of the contact.
    2. There is a hotfix for this in this task https://dev.blesta.com/browse/CORE-4771 and a resolution shipping with 5.6. You may apply the fix to 5.5.x
  7. Like
    Joseph H reacted to chris207 in WHOIS Privacy checkbox doesn't appear to work with Namesilo (Admin interface)   
    Hi there, I'm using the latest version of Blesta (5.4.1) and I've noticed that the last couple of domain names that I've registered via the admin side don't seem to have WHOIS privacy enabled even though I have checked the box. I am using the Namesilo module. Have anyone else experienced this? I have to log into Namesilo and manually change the setting.
  8. Like
    Joseph H reacted to turner2f in RE-Creating the "C-Panel Logins" link that was removed prior to 4.11.2   
    @Paul

    Or maybe just add a Tool Tip via a rollover so the client knows to click the bar.


    SEE ATTACHED SCREENSHOT.



     

  9. Like
    Joseph H reacted to Blesta Addons in Duplicate Invoices Generated   
    we have this issue in the past, but it was occasional, we have discovered the origin or the real issue, since it not repeated and it was 2 times during this and last year i haven't made any action. but i can confirm this issue exist and occasional .
     
     
  10. Thanks
    Joseph H reacted to Paul in Affiliate module for Blesta   
    Affiliate commissions can be recurring or one time.
    No ETA, but 4.11 is well under way at this point. We just released 4.10 this week.. maybe late June? We'll see.
  11. Like
    Joseph H reacted to armandorg in Lowendhost - Free Modern Hosting Template   
    Lowendhost - Official discussion thread as requested by the marketplace 
    Link to download
     
    About
    It's a completely free HTML/PHP hosting template, now integrated with Blesta. It comes in 3 colors and is fully integrated with Blesta in all 3 colors. 
    It has these pages: Homepage, Web Hosting, VPS, Dedicated, Game Servers and Terms of Service. It's extreemly easy to edit with basic HTML knowledge.
     
    Live preview of HTML version:
    Green Version Preview
    Blue Version Preview
    Red Version Preview
     
    It's developed & designed by our web design firm.
     
    If you have any question or issue, we might help! Reply here don't PM.
     
    Thanks!



  12. Like
    Joseph H reacted to Blesta Addons in Hosting Features   
    we are in 4.8 beta, and we are from v3 waiting something for a real hosting market .
    blesta has added a subdomain feature for cPanel module, from professional view is unused features with that way, companies that sell subdomain with a defined domains can be hosted in cpanel or plesk or vesta or any platform that support subdomains in account creation (almost all panels support this), this feature should be a part of order plugin and not a with cpanel or plesk module, because the client in the first step should select the domain then select the hosting (please make a view in other apps that they have already this done),  and of course the check availability should be working for subdomain, i think a simple way is to check if exist record A for the subdomain with a simple php function dns_get_record() .
    unify functions in registrar modules, like (get name server, set name server, update whois, get whois, get epp, set lock, get lock status,  ....ect ) 
    pricing system for domain, now a lock for transfer/restore  prices .
    bundles package, is a trivial features that all hosting companies need it to make offers/promotions .
    in the end i can say another time Blesta is a good software for almost any thing unless hosting industry .
  13. Like
    Joseph H reacted to Michael in Can't Apply payment   
    Don't you need to put the comma? Like for in my instances if it's £15.00 I don't put 1500 I put 15.00
  14. Like
    Joseph H reacted to Blesta Addons in Can't Apply payment   
    HAVE YOU CHECKED THE ENTRY IN DATABASE BY PHPMYADMIN FOR EXAMPLE ?
     
  15. Like
    Joseph H reacted to Paul in DirectAdmin Module Update - version 2.9.0   
    With the increased demand in DirectAdmin from those migrating away from cPanel, we took a look at the module and made some modifications to improve it.
    During checkout, clients will now only be asked for their domain (not username or password) Usernames and passwords are generated automatically (similar to the cPanel module) There is now a password generator when resetting a DirectAdmin password as a client or staff We'll include the updated DirectAdmin module with Blesta 4.7, but we're including it here for use now in currently supported versions.
    Download Here:
    direct_admin.zip
    To Upgrade or Install:
    Back up your installation. Unzip and upload to /components/modules/ to overwrite your current direct_admin directory. Visit Settings > Company > Modules to click the upgrade button for the module, or to install it for the first time. If you have any feedback, please provide it in this thread.
  16. Like
    Joseph H got a reaction from Michael in Adding A Coupon empties cart   
    I just managed to solve this a minute ago.
    Seems there is a change in blesta's template.
     
    <script type="text/javascript" src="<?php echo $this->Html->safe($this->view_dir . 'javascript/app.min.js' . (!empty($hash_version) ? '?v=' . $hash_version : ''));?>"></script>
  17. Like
    Joseph H got a reaction from Paul in User Info appearance   
    It's solved in 4.6 I confirm ?
  18. Like
    Joseph H got a reaction from Michael in User Info appearance   
    It's solved in 4.6 I confirm ?
  19. Like
    Joseph H reacted to Jono in User Info appearance   
    Both the white space (CORE-3181) and the tooltips remaining open (CORE-3201) are resolved in the final release of 4.6.  They should now remain open for 2/10 of a second unless you hover over the body of the tooltip in which case it will remain open until you mouse off.
  20. Like
    Joseph H reacted to Blesta Addons in Config Addons Quantity field   
    we can add a small text to indicate the limits under the input field.
    in side side i found that more pro and more simple to work, the slider in some browser and some mobile stuck and freeze . but if you want to add a option when we select the quantity text to select between slider and input well be nice also .
  21. Like
    Joseph H reacted to Tyson in Renewal Price Field   
    The renewal price will be grayed out on the package if it is the same price as the base price right next to it. In this case, the difference is moot.
    Is that the case for you? e.g. the price is 5.00 and the renewal price is also 5.00?
  22. Like
    Joseph H reacted to Blesta Addons in Domain Manager - We need your feedback on domains   
    What is the Obstacle Now in Domains? in reality the obstacles are now :
    - Multi Price System, This can be fixed with more price fields like Renewal Price, we add more fields , Transfer Price, Restore Price.
    - Better Domain Management, this also can be fixed by adding the functions to the actual modules .
    - Unification Commands, this also can be done by actualizing the actual modules.
    - Privacy, Forwarding & other addons prices, this can be implemented with the actual  system by addons, we need just to tweak the actual modules to support this addons
    - if we want to distinct with domains modules and other modules we can add a new entry in modules to define is a domain module or not (true/false) or something like the order type definition.
    For me what Blesta need is enhancing the actual system  and not reinventing a whole system for domains.  now we have waited years to only hear a something from blesta, creating another system will take other 2 or 3 years, and the quick solution and the simple is to extend the actual exist mechanism to support new features .
  23. Thanks
    Joseph H reacted to Blesta Addons in Navigation Links , Refactor !   
    Hello All ,
     
    Today i want to suggest/talk about the navigation links , for my poor point of view , it need a full re-factor not just a improvement . why ?
     
    1 - Normally the navigation links should be totally controlled by the admin/staff , as now some of the navigation are not stored in database and is added directly to the navigation.php , it's a -1 point for blesta .
    2 - the admin/staff should be able to add/edit/delete links as it want .
    3 - the navigation link should support access levels , like (all, guests, clients, staff, or based staff based permissions ) , for example i want to make navigation link only showed to the guests , like a registration link , or make a link showed only to clients like payment account .
    4 - the link should also support orders , as i can move order (up/down) of them as  want .
    5 - links should be multi-language of course . (i think that it was the main goal to make them n navigation php class by blesta ).
    7 - the navigation links should support external urls .
    8 - the navigation link should be out of the show_header var .
     
    at the moment , getPrimaryClient is the most wanted .
     
    if blesta accept the deal , they jst add the structure database tables and the class . i can provide a free plug-in to the community to ad/edit/delete/order the links
     
     
     
     
     
     
     
     
  24. Like
    Joseph H got a reaction from activa in Order Search   
    Been through this, It's a very useful to be able to search for order number as well. So +1
  25. Thanks
    Joseph H reacted to Paul in Workaround for different price for order and renewal   
    I think Blesta version 4.6 may solve this for you. Beta soon.
×
×
  • Create New...