Jump to content

ptomter

Member
  • Posts

    130
  • Joined

  • Last visited

1 Follower

About ptomter

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ptomter's Achievements

Senior Member

Senior Member (3/3)

4

Reputation

  1. With all due respect, thank you for your input, but I am hoping to hear from WHMCS staff regarding this matter also. . I have used WHMCS since 2004.. and it has newer been prioritized. And not updated since 2020 and earlier.. just dont get my faight that this will be done quickly. Yes in the feature it might be.. but feature.. could be another 2 years.. or more.. leaving us that use whmcs with custom scripts, modules and so on have this vendor libs updated and provided in additonal, as we cant use the one that is with WHMCS as they are to old.. Many vendor libs should be straight farward for WHCMS to update. like the TCPDF from Tecnickom .. and the composer..
  2. I have used whmcs since 2004 and after had 2 years break now from whmcs I am shoked that whmcs stil does not update vendor libs to newer version even when they contains security risks and other updates that make the code more stable. To start with theese as a minimum should be updated and have trouble with php versions over 8.0 Composer 1.10.6 from 2020 now its version 2.8.8 Guzzle 7.0.1 from 2020 now its Version 7.9.3 Promises 1.4.0 from 2020 now its version 2.2.0 tecnickcom 6.2.25 from 2018 now its version 6.9.3 Other libs are also outdated… Illuminate, phpseclib… so on I cant see in 8.13 they are updated. What is whmcs plans to update vendor libs? If any...
  3. We try to get the params ($gatewayParams) for a custom payment gateway but it returns nothing, any ideas what may cause this? Its a clean development whmcs installation. We can print the params for any other module but not this one. Any thoughts / ideas what may be the issue? $gatewayModuleName = 'netpayment'; try{ $gatewayParams = getGatewayVariables($gatewayModuleName); }catch(Exception $e){ echo $e->getMessage(); } echo "<pre>"; print_r($gatewayParams); exit;
  4. I also reported a bug a couple of days regarding also quick to fix, but in my opinion there are few things that is important enought to make hotfix. Most of the bugs will just have to wait until a new minor release of whmcs is coming. There was this wish many years ago that they would create a public bugtracker so people actually could see things that was effecting others.. as now bugs are reported and many are newer mention here in the community.
  5. Because the patterns of users in Norway says that if its 1 step to many they sometimes leave and dont come back, and also that the customers are more satisfied going straight to the option they want without the extra steps / clicks.
  6. We have a payment module (third party solution) that offer, visa, mastercard, and invoice. In the shopping cart, Would it be possible to split this into different options there without them leaving our page first and then make the option what they want? So if they choose visa/mastercard they go directly to pay with this rather then first choose between paying with cards and invoice. Thoughts? Best practise? Could make duplicate modules.. and have defined card for the one module and invoice for the other module, but prefer just to use one module if possible.
  7. I totally agree with you @brian!, I have been using WHMCS since day 1 and and I quite dont know why I even bother suggesting things to the request page anymore. As small usefull things that would probably not take long time to fix is NEWER going to be considered by WHMCS as long as it doesnt have many upvotes. And are a big new feature.. back when WHMCS was launched the chain from suggestion to getting new things done was short.. now it is all about upvotes... all in all there are any feature requests like mine that should haven got attention but will probably newer do! -- but perhaps this should be a disccussion for another day.. and topic..
  8. Yes I current have a Norid module for Norid Registrars that I support, and update. Its not public distributed free of charge, and also only available for Norid Registrars.
  9. Sorry - see this has been repported here -
  10. And same template /includes/domain-search.tpl <a href="{routePath('domain-pricing')}" class="btn btn-link btn-sm float-right">View all pricing</a>
  11. In header.tpl (twenty-one) following has no language string. <span class="input-group-text">Logged in as:</span>
  12. I use SMTP, and Microsoft 365 solution. I downgraded / put a earlier backup in place and now everything works again so I have to figure out this later when planning to upgrade to latest WHM version.
  13. I need some help on how to get the domain sidebars on a custom page that I have created. I have a page moreinfo.php that should get more info on a domainname - Today when going to clientarea.php?action=domaindetails&id=x We have Overview, auto renew, nameservers, get epp code, in the sidebar. When I now go to my new page moreinfo.php I would like to have the sidebar there still. I tried menu and setting context but cant get it to work. And what is a good way to pass on the domainID to the new page?
  14. Hi @brian! Can you please advice on following (as this is an old post) but same topic regarding this. Show item in menu only if domainstatus = active and domain .tld is com
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated