Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Good question, but still unanswered. The documentation is also not clear about this.
  3. Today
  4. Yesterday
  5. This is one of the most ludacris updates to whmcs I've seen in a long time! If they take away the editable feature I as well am done, been with whmcs for more than 10 years, this would be it for me. You don't get to tell me how to run my business. We have over 400 customers in the system, say goodbye to my monthly fee whmcs if you keep this up. You do realize that most guys in this community that pay you could spin up your replacement in a day or two in chatgpt right?? Only reason we don't is convenience, we have more important things to do, but this is going too far! I'm getting tired of these breaking updates.
  6. Last week
  7. Simplest way to tell if the licence is a genuine licence is by entering your domain here it will tell you if your licenced or not. https://www.whmcs.com/members/verifydomain.php/verifydomain.php
  8. Yeah, the fact that they offer a lifetime license and that their updater is basically a work around the built-in updater suggest that you're using a nulled version af WHMCS.
  9. I’m actually experiencing something very similar after upgrading, and I have the same question because the financial inconsistencies are really concerning. The way certain transactions are being classified just doesn’t make sense from an accounting perspective, especially things like late fees showing as “Amount Out” or cancelled invoices appearing as income. It makes it really hard to trust the reports or use them for any kind of real decision-making. What’s also frustrating is the lack of a clear update or workaround, especially if support has already confirmed it’s a critical issue. I’m in the same position where I’m double-checking everything manually just to be sure the numbers are accurate, which defeats the purpose of having an automated system. Really hoping others can share if they’re seeing the same behavior and whether there’s any temporary fix or timeline for a proper resolution.
  10. Strongly suggest this is not a legal version of WHMCS. There are few companies allowed to sell this as a standalone, and no chance whatsoever it's legal at $1.99 a month.
  11. - Just got a WHMCS license from a reseller - Download WHMCS 9.0.3 file from : docs.licensedash.com/whmcsauto , since i dont have whmcs.com account - WHMCS installed, but still just got error message below Using PHP 8.3, ioncube 13.3.1 : The file /home/username/domains/mydomain.com/public_html/vendor/whmcs/whmcs-foundation/lib/License.php is corrupted. Using PHP 8.2, ioncube 13.3.1 : 503 Service Unavailable Please help, what could be the problem or i can try Other info -Directadmin latest version -Webmaster expert, my latest whmcs install 10 years ago, discontinue & lost the whmcs.com account
  12. Here is their latest reply, basicly telling me to * off, they dont care that 1: Domain is already paid and renewed properly as shown in WHOIS 2: that they are scamming people with double renewals Dear Thomas, Regarding the issue with the restore for XXXXX.pl I've confirmed with our technical team that our system is working within the rules of the .PL registry. Since your contact for domain management services for XXXXXXX.pl is with us and not with the registry directly, the service is provided as-is per the terms and conditions existing. What a shitshow of a domain provider. But im gonna escalate this to icann and nask what is governing .PL domains
  13. Any chance you could stop bumping old threads and advertising in the sections where it's not allowed?
  14. I see, thank you! Is there no "proper" way to modify these panels? All other elements in the clientarea can be changed via hooks, so I found it odd that there doesn't seem to be any way to do the same for these panels. I might want to replace the quotes panel with a custom one so it would be nice to be able to do it in the same fashion as the other elements in there. But if that's not an option I can just go via the tpl files of course.
  15. https://docs.whmcs.com/8-13/troubleshooting/troubleshoot-the-support-system/ticket-replies/mail-import-test-failed-errors/
  16. You can't add a meta description directly. But you can do this using the SEO SMO Manager addon module it can add all possible metadata automatically and manually. For more details, you can visit the link WHMCS SEO SMO Manager
  17. Find the clientareahome.tpl file into your selected template directory. in this file you will find the code {else} <div class="col-sm-3 col-xs-6 tile" onclick="window.location='clientarea.php?action=quotes'"> <a href="clientarea.php?action=quotes"> <div class="icon"><i class="far fa-file-alt"></i></div> <div class="stat">{$clientsstats.numquotes}</div> <div class="title">{$LANG.quotes}</div> <div class="highlight bg-color-green"></div> </a> </div> just remove or comment it to remove it from this section
  18. What it is: An enterprise-grade fraud detection addon for WHMCS. We built this internally for our own hosting operation and are releasing it open-source under MIT. What it does: Cloudflare Turnstile invisible bot challenge (server-side validated) IP intelligence — proxy, VPN, Tor, datacenter detection Device fingerprinting (canvas, WebGL, fonts, screen) Email validation with disposable address detection OFAC/SDN sanctions screening Behavioral biometrics (mouse entropy, keystroke dynamics) 15-pattern bot recognition engine FraudRecord community database integration Duplicate client detection across 15 dimensions Velocity-based rate limiting Platform features: Pre-checkout fraud blocking (stops orders before payment) 10-tab admin dashboard with full theme customization + dark mode 3D threat map visualization (Globe.gl) Client area integration pages REST API with four tiers (Free → Premium at $99/mo) — auto-provisioned on activation CSRF protection, parameterized queries, GDPR data removal Requirements: WHMCS 8.0+, PHP 8.2+, MySQL 5.7+ GitHub: https://github.com/CyberNinja7420/whmcs-fraud-prevention-suite Docs: GitHub Wiki (14+ guides) Support: support@enterprisevpssolutions.com Happy to answer questions or take feedback — this is actively maintained and we're still adding features. Drop a reply or open an issue on GitHub.
  19. Hello everyone, I wanted to share a simple but effective security approach I implemented in WHMCS to reduce spam registrations and fake account abuse. The idea is straightforward: users must verify their email before they can access any part of the client area or place orders. Overview If a user has not verified their email address, they are completely restricted from using the client area. This includes blocking access to: $blockedPages = [ "clientarea", "services", "invoices", "domains", "tickets", "productdetails", "upgrade", "addons", "downloads", "supporttickets", "serverstatus" ]; Access control behavior When a user is not verified: They cannot access the dashboard They cannot view services They cannot access billing or invoices They cannot open or view support tickets They cannot use upgrades or addons The only allowed access is the email verification flow. Allowed page for unverified users Unverified users are only allowed to access: /user/profile From this page they can: Resend the verification email Update their email address if needed Complete the verification process User flow User registers an account Verification email is sent automatically User logs in System checks verification status If not verified, all client area access is blocked User is redirected to the profile page After verification, full access is restored automatically Purpose The main goal of this system is to reduce spam accounts, fake registrations, and abuse of hosting resources. It ensures that only verified users can interact with services, which significantly improves account quality and reduces unwanted usage. Result This approach helps: Reduce bot registrations Prevent disposable email abuse Improve security of client accounts Keep hosting resources clean Ensure only real users access services EXAMPLE BELOW THIS IS HOW IT LOOKS, If anyone is interested, I can share the hook code for this implementation.
  20. Version 5.8.2 Updated: Custom variables: Group name, Product name, Price, Description, billing cycle Updated: Support WHMCS 9.0.x Updated: the License System Updated: Remove Support for PHP 8.1 Updated: Help Page Fixed: Compatibility issues with the WHMCS in-built X-sell feature
  21. AI wont kill WHMCS right now and any near future. The logic behind a system like WHMCS its too huge to replicate easily, domain renewals is one thing, but making it all work together with invoices, dns, hosting, etc etc etc. You need to spend alooooooot of tokens for doing that. So no, right now AI wont kill WHMCS, but give it 2-3 years surely yes WHMCS will be replaced by other systems.
  22. Hi all! We're Enterprise VPS Solutions, an MSP and managed hosting provider that's been running WHMCS for years. Over that time we've built out a pretty deep stack of custom addon modules to handle fraud prevention, billing automation, AI-assisted support, and more. We finally decided to stop sitting on our tooling and start sharing it, our Fraud Prevention Suite just hit v4.2.3 on GitHub and we've been actively working to make it production-ready for other hosts to use. We'll drop a proper post about it in the right section. Happy to trade notes with anyone building on WHMCS, especially around fraud/security, API integrations, or custom module architecture. Cheers! ing from everyone here and sharing what we've built. Feel free to say hi!
  23. The pricing is simply unrealistic, unworkable and anti-partner/customer. And then there are additional costs and friction like monthly subscription. There's no way one can sell anything with their pricing.
  1. Load more activity
×
×
  • 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