All Activity
- Past hour
-
chokhidhani joined the community
-
Nutrax joined the community
- Today
-
Planetmoebel joined the community
-
Couple Health Care joined the community
-
LiyndaDaviso joined the community
-
Emaa000785 joined the community
-
garageupgrade changed their profile photo
-
Pentaboost24 joined the community
-
garageupgrade joined the community
-
localluxuryclean joined the community
-
Rhinos Wrecker Service changed their profile photo
- Yesterday
-
Plambee started following Birthday and Black Friday Deal at Plambee.de - 20% Discount
-
You'd think it was only a few days ago when the whole world was “celebrating” Black Friday, and yet a glance at the calendar reveals that it's been a year, and we'll soon be celebrating Black Friday again. As the Black Friday period also coincides with Plambee.de's birthday, we're starting the offers a little earlier again this year and combining both periods. Up to and including 02.12.2024 (Cyber Monday) you will receive a 20% discount on the purchase of WHMCS modules at Plambee.de with the coupon code BF2024WHMCS. For products with recurring billing, the discount applies to the first billing period. The voucher code is only applicable to new orders and not to renewals or add-ons.
-
RamonCork changed their profile photo
-
Hi, Special Black Friday One-Time Price Offer for Our WHMCS Members! We have 218 professionally made tutorial videos which can be directly import to your WHMCS knowledge-base. Fill your WHMCS Knowledge-base with helpful videos for your customers. Big companies have marketers and content creation / video making team, small companies cannot afford to make hundreds of video tutorials on various hosting software / control panels. We are providing solution for you. Buy 218 Tutorials for your WHMCS Knowledgebase - Just $134 (One-Time) **Discounted price will be shown after you click Continue. Demo 1 - How your WHMCS look after importing our videos. Features: Purchase video tutorials for your Knowledge-base, and stand different from other hosting companies. Helpful for boosting your website SEO/Ranking. Used by various hosting companies. Up-to date. Multilingual - Available in English and Dutch. Buy only specific series(English) cPanel Series Only Plesk Series DirectAdmin Series WordPress Series If you wish to compete with bigger companies having lots of video tutorials for their customers, then it is your chance to advertise and increase your presence by buying high-quality video tutorials from DemoTiger. Supported Platforms/Billing Software: - Any version of WHMCS is supported. Video Categories: Basics of cPanel (26 Videos) DirectAdmin (44 Videos) Plesk Series (47 Videos) WordPress (17 Videos) - New Series Databases(11 Videos) Domain Management (10) Email (5) FTP (4) Mozilla Thunderbird (6) Outlook 2019 (6) FileZilla Client (5) SolusVM (18) Virtualizor (19) Buy 218 Tutorials for WHMCS Knowledgebase! Note: Discounted price will be shown after you click Continue. Thanks.
-
johnharry2 started following Ryan
-
To bridge Proton Mail with WHMCS using SMTP, ensure you’ve enabled SMTP relay in Proton Mail settings and configured the SMTP hostname (mail.protonmail.com), port (587 or 465 for SSL), and authentication credentials correctly in WHMCS. Double-check your cPanel DNS settings for SPF, DKIM, and DMARC records to avoid issues. If errors persist, Proton Mail's bridge app might be needed for encryption handling. Hope this helps!
-
jeffhardy09 changed their profile photo
-
Automating domain pricing for existing customers
mrbrodie94 replied to mrbrodie94's topic in Admin & Configuration Questions
That looks like a solid idea. Where would insert that code to try it out? -
You could loop through all domains and use the UpdateClientDomain endpoint to auto calculate the domain price, after you've updated the TLD pricing in WHMCS. It could look something like this: <?php use WHMCS\Domain\Domain; $activeDomains = Domain::whereIn('status', ['Active', 'Pending', 'Pending Registration', 'Pending Transfer', 'Grace', 'Redemption'])->get(); // Or just use $activeDomains = Domain::all() to get all domains, even expired ones. foreach($activeDomains as $domain) { $command = 'UpdateClientDomain'; $postData = array( 'domainid' => $domain->id, 'autorecalc' => true, ); localAPI($command, $postData); }
-
Automating domain pricing for existing customers
mrbrodie94 replied to mrbrodie94's topic in Admin & Configuration Questions
Just bumping this topic again as no meaningful suggestions have been presented. Anyone? 🥺 -
RadWebHosting started following Change Link on Domain Configuration Page
-
Technically, the [No Hosting! Click to Add] hyperlink links to cart.php in most templates. To change the cart.php redirect, move your WordPress Hosting or eCommerce Hosting product group above the Email Hosting in WHMCS Admin -> Settings -> Products/Services.
-
Jamall started following Whmcs can't connect TO whm
-
I have the same problem. It would be great if someone could help !
- Last week
-
Lara Email Tracker for WHMCS, Email Tracking Platform.
(Amr) replied to (Amr)'s topic in Third Party Add-ons
At this moment, the delivery report is not available in the ticket list as indicated in your description. We appreciate your suggestion and will consider it for potential future developments. -
Brasa changed their profile photo
-
alex_afred started following Lara Email Tracker for WHMCS, Email Tracking Platform.
-
Lara Email Tracker for WHMCS, Email Tracking Platform.
alex_afred replied to (Amr)'s topic in Third Party Add-ons
Is it possible to see the tracking on the tickets screen? -
Looper started following Cloudflare 524 Error Issue with WHMCS
-
Today, when I tried to accept 6 orders together, I encountered a Cloudflare error stating "server overload." However, when I checked the server logs, I didn’t find anything. I have a good amount of resources on my server, and I didn’t find any downtime either. The issue also occurred when I clicked the "Pay" button on the checkout page. The page loaded for over a minute and then showed this error. It never happened with single orders. What could be the issue? WHMCS version: v10.1.0 PHP: v8.1 memory_limit: 512MB max_execution_time: 10 mins max_input_time: 2 mins post_max_size: 64MB
-
Hello evryone, We have the website using WordPress and thinking of the best approach to add WHMCS We have a few options: Subdomain and install WHMCS Subdirectory and install WHMCS Adding a login to the website header Other suggestions Check out the website and let me know what you think. https://simplixi.com/ Many thanks
-
Flutterwave payment gateway Integration
sahostking replied to Kansiime Hamza's topic in Developer Corner
I think this is the module? https://github.com/kingflamez/WHMCS-Rave-payment-module -
Hello WHMCS community members from UAE, Abu Dhabi.
-
Slot88 Gacor changed their profile photo
-
@Evolve Web Hosting, thank you. I am aware of the marketplace.whmcs.com and I searched it before posting it in the community. Since I was unable to find the solution neither via marketplace.whmcs.com nor Google, I posted the topic here.
-
Block payment method based on invoice amount
Evolve Web Hosting replied to banar's topic in Developer Corner
@banar try a google search too. Not every developer posts all of their extensions on the Marketplace. -
@Evolve Web Hosting, got it. I'll try searching it again. I searched it previously and did not succeed finding one that works for this case.
-
Block payment method based on invoice amount
Evolve Web Hosting replied to banar's topic in Developer Corner
@banar I did provide the URL to the Marketplace - from there, you can search the available extensions. I don't have experience with one to recommend to you. There are also extensions to charge a processing fee to specific gateways. -
@Evolve Web Hosting, could you please provide the URL?
-
Block payment method based on invoice amount
Evolve Web Hosting replied to banar's topic in Developer Corner
@banar you can do so with a module from the Marketplace (marketplace.whmcs.com). It's not included by WHMCS. -
It's great that Stripe supports payment using the ACH/eCheck method. However, there is no way to select that payment method and make sure the charge is NOT automatically captured. The WHMCS automation applies both to credit card and ACH/eCheck without a way to separate the two. Clients are happy to pay via ACH, but they ask us to NOT do it automatically. Meaning, they want to login and manually click PAY. Any ideas on how to approach this?