Questions tagged [whmcs]

WHMCompleteSolution, also known as WHMCS, is a commercial billing and automation software program developed by WHMCS Ltd.

Originally, WHMCS was designed to integrate only with cPanel and WHM, a leading web hosting control panel. However, WHMCS has expanded to support additional integration with other web hosting control panels, and it now includes support for a wide range of control panels, payment gateways and other third party software.

WHMCS features automated signups for web hosting customers, automatic invoicing and payment processing in multiple currencies, account provisioning, domain registration and management, as well as a fully featured web ticketing and support system for end users.

516 questions
2
votes
1 answer

Using WHMCS API with a C# .NET Application

I just started taking a class on C# .NET and have found it really fascinating how simple it is. I have been using C++ for years, so the simplistic nature is actually hitting me as somewhat confusing. I would like to do something along these…
user470760
2
votes
1 answer

WHMCS server integration with WHM

I m trying to integrate WHM server with WHMCS server configuration as per its documents. https://docs.whmcs.com/Servers but the problem is its not configuring properly. When ever i try to log into whm from WHMCS its being redirected to WHMCS login…
user7747472
  • 1,874
  • 6
  • 36
  • 80
2
votes
2 answers

how to change WHMCS url by country

I am new in whmcs and I want to change the URL by country. If a customer from the India has a URL like:- http://example.com/in/ or from the UK have a URL like http://example.com/uk/. I am trying this .htaccess file but it is not…
jhon
  • 188
  • 1
  • 15
2
votes
1 answer

how can i invoke my logout hook code in my whmcs?

Intercom('shutdown'); "; die(); } add_hook('ClientLogout', 1, 'logout_intercom'); ?> In this above code was written as seprate hooks.php file, and i need to…
2
votes
1 answer

Whmcs - Custom affiliate links

I joined an affiliate system (whmcs) and I received a affiliate url: https://www.example.com/client/aff.php?aff=xxx The thing is that this link redirects me to the company homepage but I don't want this. I want to redirect to custom pages. Is this…
paulalexandru
  • 9,218
  • 7
  • 66
  • 94
2
votes
2 answers

WHMCS payment gateway: recurring but not credit card

I'm working on a custom WHMCS payment gateway module for the Mollie payment gateway. So far I integrated one-off payments with no issue, but I'm having some trouble implementing recurring payments. The flow for either a subscription or authorization…
Cas
  • 758
  • 14
  • 36
2
votes
1 answer

Triggering suspend, terminate hooks in WHMCS

After reading through the WHMCS documentation on hooks, I am still a little confused about where to begin to trigger custom code when a Product is suspended or terminated. Here is an example of the code I have in a file in includes/hooks: function…
Chris Ullyott
  • 303
  • 1
  • 12
2
votes
1 answer

WHMCS - How to get payment link to paypal

I implementing whole billing system with WHMCS in the background, and calling it via API. Now I'm stuck when client completes billing form and selects paypal as payment gateway i need to immediately take him to paypal page to complete purchase, but…
Luka Svalina
  • 108
  • 12
2
votes
1 answer

Redirect to custompage.php instead of viewinvoice.php if payment fails via WHMCS Addon Module

I submitted a related query: Redirect to custompage.php instead of viewinvoice.php if payment fails in WHMCS Vs 6.2.0, and I got a brilliant response which i successfully implemented. I wish to port my code solution into a custom built WHMCS addon…
Terungwa
  • 395
  • 3
  • 18
2
votes
1 answer

Smarty if statement with date & date = month > to show results

I got table from array and many amounts $$$ for different dates. Example: -08/10/2015 | Amount: 2500$ -19/10/2015 | Amount: 1000$ -20/11/2015 | Amount: 500$ -27/11/2015 | Amount: 720$ -30/12/2015 | Amount: 100$ -31/12/2015 | Amount: 250$ My current…
Acidburns
  • 131
  • 3
  • 13
2
votes
2 answers

Mysql query to get rows of a table as columns of another, with column names from third table

The real problem I'm trying to solve, is how to get all the clients from WHMCS database with all their custom fields. I thought I could use a query in phpmyadmin in order to finally get the result in a csv. Short explanation of database scheme…
user210528
  • 35
  • 1
  • 5
2
votes
1 answer

How to change the displayed customer name in WHMCS clientarea?

I got a working WHMCS setup. I think, that I basically know what I'm doing (did several addons, all work great) but there is one thing I was not able to solve yet. Let's imagine a client of mine, called John Doe. In the clientarea, is says 'Welcome…
mvmoay
  • 1,535
  • 3
  • 15
  • 26
2
votes
0 answers

WHMCS License Addon in Smarty Format

I have a theme I created for WHMCS and would love to license it. However, I cannot use the sample WHMCS code because it is in PHP, so what do I do? I wish to be able to this but in a smarty way... Or do I need to create a whmcs module to do this? I…
2
votes
2 answers

TCPDF Cell text uppercase and color change

I have an TCPDF file where i want to set 1 cell with fill-background color, and to change the text in that cell to Upper-Case and color to white $pdf->SetFont($pdfFont, 'B', 10); $pdf->SetFillColor(59,78,135); $pdf->Cell(50, 6,…
Acidburns
  • 131
  • 3
  • 13
2
votes
1 answer

WHMCS cron job not running (or completed running?)

I have another problem with WHMCS 6. WHMCS' cron.php does not run via CPanel's Cron Job! I have correctly updated the config/configuration files for the crons for the WHMCS 6. Also - If I accessed the cron.php via the browser - the WHMCS cron is…
1 2
3
34 35