All Activity
- Past hour
-
shaernworn674 joined the community
- Today
-
omnisurgexldiscount joined the community
-
ThemeMetro started following Introducing the WHMCS Smart Email Campaign Addon - ThemeMetro
-
Everything You Need for Email Deliverability Key Features Validate client email addresses in bulk Detect invalid, disposable, catch-all, and risky email addresses Reduce hard bounces and protect your sender reputation Automatically process bounced emails Create smart recipient segments using products, client groups, countries, status, and more Send targeted email campaigns directly from WHMCS View detailed validation and campaign reports many more.. Why it matters Over time, every WHMCS database collects invalid and inactive email addresses. Sending campaigns to these addresses can hurt your email reputation and reduce inbox delivery. Smart Email Campaign helps you keep your mailing list clean so your emails reach more real customers. Learn More & Get Started.
-
bryoupdated2026 joined the community
-
Professional WHMCS Development Services Available!
WGS replied to WGS's topic in Third Party Add-ons
โ๏ธ WGS Summer Sale is Live โ Save 40%! Celebrate this summer with our biggest seasonal offer! Get Flat 40% OFF on all WHMCS modules, themes, integrations, and other products from WHMCS Global Services for a limited time. Don't miss this opportunity to upgrade your hosting business while saving big. Grab the deal before it ends and supercharge your WHMCS platform with premium solutions at an unbeatable price! Need a Custom Solution? Bring your ideas to life with our expert development team and enjoy an exclusive 30% OFF on all custom development services. Our custom development services include: Third-Party API Integrations Custom WHMCS Module Development Custom WHMCS Hooks Custom WHMCS Themes Custom Order Form Development Tailored Integrations & Business Automation Whether you need a unique feature, a custom integration, or a complete WHMCS solution, we're here to help. Share your project requirements today and unlock this exclusive 30% discount on your custom development project. ๐ Hire Our Experts & Get Started Today -
WGS VMware WHMCS Module Announcement of Latest Release
WGS replied to WGS's topic in Third Party Add-ons
We are excited to announce a new update to our VMware VPS & Cloud WHMCS Module v5.0.0. This release introduces several powerful new features, major UI improvements, and enhanced compatibility to make VMware provisioning and management even more efficient. What's New Completely redesigned Client Area and Admin interfaces Password reset from both Client Area and Admin Area Cluster-based IP Pool support and VM deployment to specific VMware Clusters Added a new dedicated Virtual Machines List page with Start, Stop, and Reboot actions Added a new dedicated Cluster Management page with running VM statistics VM Reinstallation Activity Logs Icon Manager for Datacenters and Operating Systems Operating System Version Group management VM resource usage statistics on the Admin Product/Service page Improvements Enhanced VM resource usage statistics with more detailed performance information. Improved Linux password reset using Cloud-Init Compatibility with WHMCS v9.0.5 and PHP 8.4.x Performance, security, and stability improvements This release focuses on improving usability, simplifying VMware infrastructure management, and providing administrators with greater visibility and control over their virtual machines. As always, we appreciate your feedback and thank you for your continued support. Download the latest version from your client area and let us know your feedback! - Yesterday
-
JBSONLINE joined the community
-
Giorgi Tedoradze joined the community
-
Hello. We need to changing client status from cliens.php in admin by checkboxes. for example check users which we want to change status and on clicking button(change) change selected users status (or more every client has additional link/button when click change status on closed. please tell us right way for your cms. p.s. and please sql request tell too maybe from mysql changing will need. please check what i did. and tell me is it good way? add_hook('AdminAreaFooterOutput', 1, function ($vars) { if ($vars['filename'] != 'clients') { return; } $token = generate_token('plain'); return <<<HTML <script> jQuery(function($){ window.closeClientFromList = function(userid) { if (!confirm('แแแ แฌแแฃแแแแฃแแ แฎแแ แ, แ แแ แแกแฃแ แ แแ แฉแแฃแแ แแแแแแขแแแแก แแแฎแฃแ แแ? แแก แแแแแขแแแกแ แแ แแแแแฃแฎแแแ แแแแแแกแแแก แแแฃแฅแแแแฃแแแ แแแแงแแแแแก.')) { return false; } var url = 'clientssummary.php?userid=' + userid + '&action=closeclient' + '&token={$token}'; var iframe = $('<iframe>', { src: url, style: 'display:none;', load: function() { setTimeout(function(){ location.reload(); }, 1000); } }); $('body').append(iframe); return false; }; $('table tbody tr').each(function(){ var row = $(this); var checkbox = row.find('input[name="selectedclients[]"]'); if (!checkbox.length) { return; } var userid = checkbox.val(); var link = '<a class="btn btn-xs btn-danger ml-1" ' + 'href="#" ' + 'onclick="return closeClientFromList(' + userid + ');">' + 'แแแแแแขแแก แแแฎแฃแ แแ</a>'; row.find('td:last').append(' ' + link); }); }); </script> HTML; }); add_hook('AdminAreaFooterOutput', 1, function ($vars) { if ($vars['filename'] != 'clients') { return; } $token = generate_token('plain'); return <<<HTML <script> jQuery(function($){ var btn = $('<button type="button" class="btn btn-danger" id="closeSelectedClients" style="margin-left:-160px;margin-top:20px;padding:10px;">แแแแแจแแฃแแ แแแแแแขแแแแก แแแฎแฃแ แแ</button>'); $('#btnSearchClients').after(btn); $('#closeSelectedClients').click(function(){ var clients = []; $('input[name="selectedclients[]"]:checked').each(function(){ clients.push($(this).val()); }); if (clients.length == 0) { alert('แแแฎแแแ แแแแแจแแแข แแแแแแฃแ 1 แแแแแแขแ'); return; } if (!confirm('แแแ แฌแแฃแแแแฃแแ แฎแแ แ, แ แแ แแกแฃแ แ แแ แฉแแฃแแ แแแแแแขแแแแก แแแฎแฃแ แแ? แแก แแแแแขแแแกแ แแ แแแแแฃแฎแแแ แแแแแแกแแแก แแแฃแฅแแแแฃแแแ แแแแงแแแแแก.')) { return; } var completed = 0; clients.forEach(function(userid){ var url = 'clientssummary.php?userid=' + userid + '&action=closeclient' + '&token={$token}'; var iframe = $('<iframe>', { src: url, style: 'display:none;', load: function(){ completed++; if (completed == clients.length) { location.reload(); } } }); $('body').append(iframe); }); }); }); </script> HTML; });
-
WHMCS 9.0.6 and WHMCS 8.13.5 are now available as maintenance releases for the 9.0 and 8.13 series. These releases deliver a combination of security and stability updates aimed at keeping your WHMCS platform dependable and well protected. We recommend that all users update to the latest available version for their release series as soon as possible. Maintenance and Security UpdatesWHMCS 9.0.6 and WHMCS 8.13.5 include a number of updates related to the security of the platform. Consistent with...View the full blog post
-
classicmobilecardetailing joined the community
-
Suplee joined the community
- Last week
-
We are already running into issues with this change. We had to add the line of code to config just to make some changes to a client wanting to upgrade their account which required the invoice to be updated. We need the ability to edit an invoice. Service upgrades, downgrades, additions, removals, you name it. This should obviously be something we choose to enable.. not force it on us. REMOVE THIS FEATURE
-
RStream joined the community
-
We are pleased to announce the release of Hetzner Cloud WHMCS Module v1.4.1. This update focuses on enhancing the overall user experience, improving Floating IP Management, and resolving several issues reported by our customers. Our team has worked to deliver a smoother, more reliable experience for both administrators and clients while introducing new functionality that offers greater flexibility when managing Floating IP resources. What's New in Version 1.4.1 ๐ Enhanced Floating IP Management: Clients can now purchase additional Floating IPs with automatic currency conversion and an improved management experience. ๐จ Client Area UI Enhancements Enhanced the Client Area design, fixed UI/CSS issues, and restored the Create Floating IP button. ๐ ๏ธ Bug Fixes & Stability Improvements Fixed translation issues and prevented unintended Floating IP creation during server provisioning. โ๏ธ WGS Summer Sale is Live โ Save 40%! Celebrate this summer with our biggest seasonal offer! Get Flat 40% OFF on all WHMCS modules, themes, integrations, and other products from WHMCS Global Services for a limited time. Don't miss this opportunity to upgrade your hosting business while saving big. Grab the deal before it ends and supercharge your WHMCS platform with premium solutions at an unbeatable price! Need a Custom Solution? Bring your ideas to life with our expert development team and enjoy an exclusive 30% OFF on all custom development services. Our custom development services include: Third-Party API Integrations Custom WHMCS Module Development Custom WHMCS Hooks Custom WHMCS Themes Custom Order Form Development Tailored Integrations & Business Automation Whether you need a unique feature, a custom integration, or a complete WHMCS solution, we're here to help. Share your project requirements today and unlock this exclusive 30% discount on your custom development project. ๐ Hire Our Experts & Get Started Today
-
- Hetzner
- Hetzner Cloud
-
(and 22 more)
Tagged with:
- Hetzner
- Hetzner Cloud
- Hetzner Cloud Servers
- Hetzner VPS
- Customising
- custom develop
- custom
- custom theme
- Custom hooks
- Custommodule
- custom invoice
- custom template
- custom reports
- order form
- order form template
- Custom Software Development
- Custom Software
- Summer Deal
- Summer Promotion
- hostx
- CloudX
- VMware
- kyc
- admin theme
-
What system?
-
Hi everyone, We have built the OTT Master Panel for WHMCS โ a combined addon and provisioning module that automates IPTV and OTT service management across multiple reseller panels from a single WHMCS installation. โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ SUPPORTED PANELS โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ XUI ONE โ API and configured login โ NXT Dash โ API and configured login โ Xtream UI โ administrator login โ OneStream โ API and configured login โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ PRODUCT TYPES SUPPORTED โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ Streamline Accounts (M3U username/password lines) โ MAG Device Accounts (MAC address provisioning) โ Reseller Accounts (create reseller logins + credits) โ Reseller Credit Top-Ups (add credits to existing resellers) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ HOW IT WORKS โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 1. Add your OTT panels with URL and credentials 2. Test connection before saving 3. Create WHMCS products and select panel + service type 4. Map panel packages to WHMCS billing cycles 5. Configure bouquets and credential settings 6. Orders provision automatically on payment 7. Renewals, suspensions, terminations run via WHMCS automation โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ CORE FEATURES โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ Multi-panel management from one WHMCS installation โ Automated account creation on order payment โ Automated renewals, suspensions, unsuspensions, terminations โ Billing cycle package mapping (monthly, quarterly, semi-annual, annual, biennial, triennial) โ Bouquet management with customer self-selection โ Order validation (username, MAC address, reseller checks) โ Panel synchronization (credentials, expiry, remote IDs) โ Low credit monitoring with admin email alerts โ Random or custom credential generation โ Customer-supplied credential option โ Dedicated email templates for each service type โ Admin dashboard with service statistics โ Full API and activity logging โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ CLIENT AREA โ WHAT CUSTOMERS SEE โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ Username and password (with reveal option) โ MAG address display โ M3U playlist URL โ Portal URL and Web TV link โ App download link โ Expiry date with countdown โ Bouquet update option (where supported) โ Credential change option (where supported) โ Reseller login details and credit view โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ COMPATIBILITY โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ WHMCS 8.x and 9.x โ PHP 8.1, 8.2, 8.3, 8.4 โ ionCube Loader required โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ PRICING & LICENSING โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ๐ฐ $249.00 USD โ One-time payment โ 7-day free trial included โ Lifetime owned license โ No recurring fees โ Instant download after purchase โ Multi-level technical support โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ORDER & MORE INFORMATION โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ๐ https://whmcsmodules.org/product/ott-master-panel-for-whmcs/ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ OTHER MODULES AVAILABLE โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Individual panel modules if you run a single panel type: โ XUI ONE Reseller Module โ $99 โ NXT Dash Reseller Module โ $99 โ Xtream UI Reseller Module โ $99 โ OneStream Reseller Module โ $99 Payment Gateway Modules: โ Stripe Checkout, Square, Amazon Pay, Coinbase Commerce โ from $49 Full product range: https://whmcsmodules.org/products/ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ Happy to answer any questions about setup, panel compatibility, or which module fits your business. WHMCSModules.org
-
No time to wonder if you will end up on the list. But time to plan for replacement option.
-
When the system went down for maintenance, I wasnโt aware it down for maintenance so I tried to switch users. Iโm trying to switch back to my original user and it will not allow me to switch into my original user name
-
These payment gateways work reliably with WHMCS: Stripe Checkout โ best for recurring billing, handles subscription retries automatically Square โ great for US/UK/Canada based businesses Coinbase Commerce โ crypto payments, zero chargebacks, no payment processor restrictions Amazon Pay โ adds trust factor, customers pay with their existing Amazon account You can find ready-made integrations for all of these at WHMCSModules.org โ worth checking out.
-
[WHMCS] XUI Reseller Panel Module โ Full IPTV Automation
Prabhdeep replied to viveksingh89's topic in Third Party Add-ons
Great to see more IPTV modules being built for WHMCS! For anyone needing multi-panel support โ covering XUI ONE, NXT Dash, Xtream UI and more from a single WHMCS installation โ we built the OTT Master Panel module that handles all panels under one interface. Also have a dedicated XUI ONE Reseller Module if you prefer panel-specific automation with deeper XUI-specific features. Both come with 7-day free trial and one-time lifetime license. WHMCSModules.org -
Prabhdeep changed their profile photo
-
Capital Finance changed their profile photo
-
Hello @Mostafa Mahmoodi Yes, we can definitely help with this project. Our team has 15+ years of experience in WHMCS custom development and has successfully built numerous provisioning modules, cPanel/WHM integrations, WordPress automation solutions, and custom WHMCS workflows. We can develop a clean, hook/module-based solution that includes: Fully automated Duplicator package deployment after hosting provisioning Product-to-package mapping from the WHMCS admin area Automatic database configuration and installer cleanup Display of WordPress login details in the client area 7-day trial workflow with standard WHMCS renewals Client area UI enhancements Mobile number & SMS-based authentication Full compatibility with WHMCS 9.0.5 without modifying core files The solution will follow WHMCS best practices, using standard hooks and modules to ensure future compatibility and maintainability. We're currently offering a Flat 30% Discount on all Custom Development Services, making this a great time to get your project started. Feel free to contact us to discuss your requirements in detail and receive a no-obligation estimate. Contact Us here https://whmcsglobalservices.com/whmcs-custom-development/
-
15 years in the web hosting industry have taught us plenty, including that no two hosting companies grow in exactly the same direction. That's one of the reasons our WHMCS modules have continued to evolve over the years, becoming the part of ModulesGarden that most people know us for. What often stays behind the scenes is everything else we build through Custom Software Development. Every day, our team helps hosting companies fill the gaps that no marketplace product was ever meant to cover. Sometimes the answer is a brand-new module, sometimes it's an extra integration, and sometimes it's simply giving an existing platform one more capability that changes everything. The further those projects evolve, the less they tend to fit inside a single platform. We've delivered custom solutions for Proxmox, cPanel, Plesk, DirectAdmin, and many other technologies that power hosting businesses around the world. Tempted to turn an idea into working software? We made sure this summer will finally give it the push it needed! Our Custom Software Development services are currently available with 25% OFF, so your next project could cost as little as $249! Let's build what's been on your mind! Want to see how far custom software can take you? We've recently refreshed our Custom Software Development page with real-world examples from projects we've delivered over the years. There's a good chance you'll leave with a few new ideas of your own. Take a peak beyond the marketplace!
-
Oh wow - I wonder if Australia will end up on this list.
- Earlier
-
The main concern is the migration path for existing MarketConnect providers and their customers. Clear timelines, data-export options, and supported replacement builders would help prevent service disruption and give providers time to plan.
-
No US so far, but as you say, not looking too promising for the future. Thanks for the link.
-
Starting with 60 countries: https://www.weebly.com/app/help/us/en/topics/changes-to-weebly-global-operations No develoment since 2018. Writing is on the wall for Weebly, Just wondering how long it will take WHMCS to address?
-
Here is an update to my situation and a fix for when the "Mark Paid" button was used after the 9.x upgrade. this comes directly from Support. I hope this helps someone My situation was that when a client pays money for an invoice via normal EFT, I would always mark the invoice as paid using the "Mark Paid" button on the invoices page. After the 9.x upgrade I continued to follow my normal process but quickly became aware that my income reports were misaligned with my actual income. It was determined that when using the "Mark Paid" button on invoices, the system applies a credit note to the invoice instead of marking it as paid with a normal invoice payment transaction and this it was seen as credit applied. After much back and forth with support, the below is the steps to rectify any invoices that are now incorrect. IMPORTANT! This is only applicable where the "Mark Paid" button was used to mark an invoice as paid for an eft payment after the 9.x upgrade as the upgrade changes the way we need to add payments.
- 57 replies
-
- WHMCS-24931
- WHMCS-24949
-
(and 1 more)
Tagged with:
-
Dear all the community members, We're excited to announce WHMCS AI Helpdesk Assistant v2.0.0, a major update focused on making customer support faster, smarter, and more interactive. This release introduces AI-powered service management, domain operations, persistent chat sessions, and a new AI reply assistant for support agents. โจ What's New in v2.0.0 ๐ Secure Service Password Reset Customers can securely reset their service passwords using OTP-based verification, providing an additional layer of security. ๐ฅ๏ธ View Server Details in Chat Customers can now retrieve server information directly from the AI chatbot without navigating through the client area. โก Service Management from Chat The AI chatbot now supports common service actions, allowing customers to: Start server Stop server Reboot server All directly from the chat conversation. ๐ Domain EPP/Auth Code Retrieval Customers can securely request and receive their domain EPP/Auth codes through the chatbot. ๐ Update Domain Nameservers Nameserver updates can now be performed directly using simple chat commands. ๐ WHOIS Lookup The chatbot now supports domain WHOIS lookups, enabling customers to quickly retrieve registration details. ๐ค Intelligent Follow-up Suggestions After service or domain-related interactions, the AI provides contextual follow-up suggestions to help customers complete their tasks more efficiently. ๐ฌ Persistent Chat Sessions Chat conversations are now preserved across page refreshes, allowing customers to continue where they left off without losing context. ๐ซ AI Reply Assistant for Support Staff Support agents can now generate and refine ticket replies using AI directly within the WHMCS ticket editor. Features include: Custom AI instructions One-click Apply response Instant Undo option Faster and more consistent customer replies
