All Activity
- Past hour
-
Free WHMCS module for Hetzner, Vultr, DigitalOcean!
caasify replied to caasify's topic in Commercial Modules and Addons
Please check this article. - Today
-
elbaliko joined the community
-
Amber Kelly joined the community
-
FenceandDeck joined the community
-
TBroMEM started following Using AddTransaction API to issue a credit for invoice
-
In the application, you can open a paid invoice and issue a Refund and set the Refund Type as 'Add to Client's Credit Balance'. What is the correct API request for this? Would the following work (sample is using localAPI from a hook? I don't see a description available when issuing from invoice refund, so not sure it applies. Also, is amountout correct? //Add create credit from refund transaction $command = 'AddTransaction'; $values = array( 'invoiceid' => $invoiceid, // this would be passed in as declared var 'transid' => 'Test', 'userid' => $clientid, // this would be passed in as declared var 'description' => 'Credit added to client...', // not sure this would be used without testing 'amountout' => $creditamt, // not sure if amountin or amountout is used. This would be passed in as delcared var 'fees' => '0.00', 'credit' => '1', ); $addInvoiceCredit = localAPI($command, $values, $adminuser);
-
pRieStaKos started following timestamp on AddTransaction
-
timestamp on AddTransaction
pRieStaKos replied to Walking with me's topic in WHMCS 8.13 Release Discussion Board
Use Carbon for setting the formatting, in your code (https://carbon.nesbot.com/docs/#api-formatting) Provide example to assist you any further. -
michalej758 joined the community
-
marisacarronn joined the community
-
timestamp on AddTransaction
Walking with me replied to Walking with me's topic in WHMCS 8.13 Release Discussion Board
any ideas please? -
tiemtracamxuc joined the community
-
is there a way to add datetime to tblcredit?
AladdinJ replied to AladdinJ's topic in Developer Corner
Hello @DristiTechnologies thanks for your thoughts there is no hook called "CreditAdded" but tblactivitylog seems good idea to start with , -
rcartists started following Preloader For Client Area
-
Hello, Dear, We need a Preloader fine for the Client Area, which requires WHMCS coding confirmation. Thanks
-
- whmcs
- client area
-
(and 1 more)
Tagged with:
-
sweethome started following Issues after upgrading to 8.13
-
Issues after upgrading to 8.13
sweethome posted a topic in Installation, Upgrade, and Import Support
good morning, Some clients are getting the "choose account" screen when trying to pay an invoice. They have only one account on the screen which they can click and proceed to the next page. This is very annoying and sometime the client also gets unauthorized access. Like he doesn't have access to the page/module. How can this be debugged / fixed please? This is NOT happening when masquarading clients from admin and seems also to happen only from Win10/11/chrome. thanks, Justin -
DristiTechnologies started following is there a way to add datetime to tblcredit?
-
is there a way to add datetime to tblcredit?
DristiTechnologies replied to AladdinJ's topic in Developer Corner
Hey AladdinJ, There are two options I can think of: Create a custom table (e.g., mod_credit_log) with the fields you need, and update it using hooks like CreditAdded. You can then use this table wherever you require timestamped credit history. Use the tblactivitylog table. WHMCS logs credit additions and removals in this table, which includes a timestamp field. You can leverage this for tracking purposes as well. - Yesterday
-
Hello everyone 👋 I noticed that in WHMCS, the tblcredit table only stores the date of each credit transaction, without the time — it’s just a DATE field. For my business, it’s important to see both the date and exact time when credit is added or removed. Is there a safe and recommended way to achieve this, while still keeping WHMCS upgradable and compatible with future updates? I’d appreciate any advice or best practices from others who faced the same need. Thanks in advance! 🙏
-
Hi everyone, I’m Emdadul — I work with a team that helps students, freelancers, and professionals access academic project PDFs (like feasibility studies, engineering designs, and case reports) in a way that supports learning, not plagiarism. We’re exploring how to use WHMCS to manage access control, auto-deliver digital files after payment, and create subscription-based content packages for educational platforms. Would love to hear: If others have used WHMCS for educational or document-based businesses? Any advice on modules or plugins for secure PDF delivery? How to balance automation with personalized user support? Thanks — excited to learn from the community here!
-
installation Noc-PS and SynergyCP Only Managed
rcartists replied to rcartists's topic in Developer Corner
NOC-PS reseller selling the but dedicated and VPS server can hope is me. -
stbullcash changed their profile photo
- Last week
-
I added one of my personal domains to my personal account on one of my Plesk servers and neglected to set it as a free account. The system suspended it and terminated it as it was designed to do, but now every time I try to put that domain back in it deletes all record of it every night. How do I tell the system that this domain should not be deleted? I have tried to set it to a free account using a 100% discount code, set it as a free account on the payment page, set it to not allow a change of status but nothing is working. Is there a way to remove all record of that domain from the system and just start over?
-
Is WHMCS 7.8.3 compatible with MariaDB 10.5 or 10.6?
bear replied to rockhost's topic in Admin & Configuration Questions
Shareholders. Capital investors have folks they need to answer to, and that answer is how to constantly increase the income from held properties. Owned license holders might not buy support, but leased license users have to or lose access. Clear to see from the marketplace additions that get them a bit of money each time a license holder buys in. It all adds up, and it will certainly continue moving forward. The only way this gets checked is if at least one competitor gets off their butt and makes their title as fully featured as WHMCS without breaking the bank. Even then, it won't be easy getting folks to move off, barring huge increases here, once the other product is ready. Unlikely. -
WHMCS shows the server IP instead of Admin or Client IP !
WHMCS John replied to musti19's topic in General Discussion
Hi @cadetbester, WHMCS checks for the following HTTP headers in this order. If the IP is available and not a local address, it will use that as the client's IP address on the order form, details, and logs. If none of these are available, WHMCS will return the REMOTE_ADDR as the IP. This applies to both IPv4 and IPv6 connections. HTTP_CLIENT_IP HTTP_X_FORWARDED_FOR HTTP_X_FORWARDED HTTP_X_CLUSTER_CLIENT_IP HTTP_FORWARDED_FOR HTTP_FORWARDED REMOTE_ADDR -
cart Cart error problem
WHMCS John replied to rcartists's topic in WHMCS 8.13 Release Discussion Board
Hi @rcartists, This error is typically caused by an syntax error in a template customisation, after-market module or action hook. 1. To look for template errors, follow these steps: https://docs.whmcs.com/troubleshooting/general-troubleshooting/empty-pages/ 2. If the problem persists follow these steps to troubleshoot other customisations: https://docs.whmcs.com/troubleshooting/general-troubleshooting/blank-or-partially-rendered-pages/#oops-or-blank-pages-elsewhere -
Is WHMCS 7.8.3 compatible with MariaDB 10.5 or 10.6?
rockhost replied to rockhost's topic in Admin & Configuration Questions
@bendrop Not yet, I am going to have to update eventually. Obviously, sooner rather than later, but I am holding out as long as possible. I mean, all WHMCS had to do was increase the price of support and upgrades for owned licenses, and I would have been happy to pay it. Not sure why they felt like they had to be so rigid. Please post back here if you do upgrade to 10.11 (or 11.4). I will be very curious to know what happens. Cheers! -
Is WHMCS 7.8.3 compatible with MariaDB 10.5 or 10.6?
bendrop replied to rockhost's topic in Admin & Configuration Questions
@rockhost Did you ever upgrade any higher, such as 10.11 or even 11.4? -
ManagedOutsourceSolutions changed their profile photo
-
That's very interesting. Thank you for sharing
-
CloudFlare Turnstile did the job. I haven't had one spam submission in 48 hours.
-
I have added fifteen (15) people who purchase this module will get 15% off the Sales Price. To get this 15% discount, you must use the discount code WSMon when you order. If you do not use this discount code when you order, you will NOT get the 15% off. Please remember to use the discount when you order.
-
1. WHMCS Module Bundles - Everything you need, in one monthly plan! We've spent over 13 years developing modules that now help thousands of WHMCS businesses get more done, and we've always kept it flexible for how you buy them. But a lot has changed in the way people grow professionally, plan ahead, and form budgeting habits. And so, we've changed too. It's a moment of great pride for us to introduce WHMCS Module Bundles - complete sets of our most popular modules, now available with attractive monthly billing! Instead of buying one module at a time or paying up front for a license you might outgrow, you get a full suite of tools, all included in one easy-to-manage order. Each bundle is built around specific business goals, targeting: Hosting Accounts Provisioning On-Premises VPS & Cloud Provisioning IaaS VPS & Cloud Provisioning Domain Reseller Commerce CRM Accounting Customer Experience It's more than a one-time solution for your current needs. We believe it's an investment in future growth, with hundreds of dollars saved per year by paying up to 50% less depending on the bundle! These monthly bundles are undoubtedly the biggest update to our offer in years, and one that comes directly from the feedback many of you have shared. To help you get the full picture, we've shared a detailed breakdown on our Blog - it's a great place to start exploring! Transform the way you use WHMCS modules - one monthly bundle at a time! 2. Proxmox VE VPS & Cloud For WHMCS 4.0 Stable - 10% OFF We've never packed so many breakthroughs into one month - July is breaking all the records! Just last week, after years of running in parallel, our two trusted Proxmox VE modules came together as one. With the stable launch of version 4.0, Proxmox VE VPS & Cloud For WHMCS becomes a powerful dual-purpose solution ready for production use! This marks the official end of switching between separate features to manage VPS and Cloud - everything's finally in one place. This means less to keep track of for you and a clearer development path for us. You'll find that both provisioning styles now use the same range of familiar tools you already know (and maybe even a few new favorites!). We've also made some solid improvements under the surface, so the module runs more reliably, and looks a whole lot cleaner too, especially when working with Cloud instances. If you'd like to see how the idea took shape, we've put together a quick guide through the highlights of the 4.0 generation. Plus, you've still got a few days to get the stabilized module at 10% OFF - don't miss it! Take the hybrid leap forward with Proxmox VE VPS & Cloud For WHMCS 4.0! 3. cPanel Extended For WHMCS 4.1.0 - 10% OFF Next up is an awaited update to one of our long-time favorites: cPanel Extended For WHMCS is now available in version 4.1.0, fully compatible with WHMCS 8.13! We've also made a few thoughtful improvements this time. The Queue section now gives you a clearer view of how many tasks are in progress, and there's a handy button that lets you jump straight to a filtered list. We've also updated the framework to enhance compatibility across our modules and support ongoing internal development. If you've been using this module for a while, we hope the new version feels even better. And if you're just now discovering it - welcome aboard! There's a 10% discount to help you get started! Take a moment to see what's new in cPanel Extended For WHMCS 4.1.0! Need WHMCS Module Development For Your Business? Get Your Free Quote Now! We can customize our modules to fit your exact needs or even create a completely new one from scratch to give your WHMCS platform an added boost!
-
Hello, Dear, Best Client Area for the WHMCS Theme on a free customisation theme needs confirmation here. Please, you need to help me. Thanks
-
- client area theme
- whmcs
-
(and 3 more)
Tagged with:
-
Amazon Pay Gateway Module For WHMCS
Robinsen replied to Modules Stack's topic in Third Party Add-ons
Hello I'm currently using the Amazon Pay Gateway Module for WHMCS, and it’s been working really well for me. The setup was smooth, and it makes accepting payments easy for my clients. I’d definitely recommend checking out the Amazon Pay Gateway Module from Module Stack if you're looking for a reliable payment solution for your business. Thanks- 1 reply
-
- whmcs
- whmcs module
-
(and 2 more)
Tagged with: