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

WHMCS pages redirect to clientarea.php if user not logged in

WHMCS pages (for example cart.php) redirects to clientarea.php when user is not logged in. I need to disable this and show cart.php page even if user doesn't logged in. I have unchecked this : Tick this box to skip the homepage and forward users…
2
votes
2 answers

How to limit whois servers and TLDs in Domain Search of WHMCS

I've seen options to control this, but now that I need them I can't find them. When a domain name is searched for in my WHMCS install there are as many as 100 TLDs that are searched and status listed (Available/Unavailable). I have a lot of TLDs…
rwkiii
  • 5,716
  • 18
  • 65
  • 114
2
votes
1 answer

Quantity not appearing on invoice created by WHMCS

I am trying to place an order via WHMCS API on my local environment. This is my order code, $postfields["action"] = "addorder"; $postfields["clientid"] = "104"; $postfields["billingcycle"] = "monthly"; $postfields["pid"] =…
Anss
  • 664
  • 2
  • 7
  • 23
2
votes
1 answer

WHMCS Hook for Client Downloads?

WHMCS has a feature for providing downloads to clients. The feature can be found in their admin area at /admin/supportdownloads.php Is there any action hook for when files are uploaded via the admin area? The only related hook I can find is for…
Jamie
  • 105
  • 1
  • 3
  • 9
2
votes
1 answer

How to use the WHMCS API without actually displaying WHMCS?

Is there any way in which i can use the WHMCS API without displaying WHMCS to the clients and users. I want my PHP scripts to first create a WHMCS client, add an order for the client and then copy some files to the client's directory. But i don't…
Mohit Gangrade
  • 652
  • 9
  • 18
2
votes
2 answers

WHMCS Provisioning Module, CreateAccount not activating

In WHMCS, when activating a product, Control flow not coming to my module created new folder in 'modules/servers' of WHMCS 'xyz123' and added file 'xyz123.php' and having a function like function xyz123_CreateAccount($params) { echo '
';
…
YasirPoongadan
  • 683
  • 6
  • 19
2
votes
1 answer

WHMCS Action Hook

Here's what I have for my WHMCS Hook: "0"); $where =…
James
  • 75
  • 5
2
votes
0 answers

WHMCS admin/configregistrars.php Header doesn't seem

I'm using WHMCS 1.5.10. And now I want to add the resellerclub API. But When I clicked "Domain Registrar" on admin page, it opens on a different page. But I'm seeing a corrupted page. Because, when I looking "admin/configregistrars.php" page's…
2
votes
3 answers

Data import from WHMCS to WHMCS

My client using 5 WHMCS tool for 5 different web site, now he would like to merged 5 sites in to one. So I need to merge the data of Client, Products, Orders etc. I mean import WHMCS database from another WHMCS database, the software has plugin to…
Senthil
  • 444
  • 1
  • 10
  • 23
2
votes
2 answers

whmcs/install/install.php was encoded by the ionCube Encoder for PHP 5 and cannot run under PHP 5.5

When I tried to install whmcs, I got this error. /whmcs/install/install.php was encoded by the ionCube Encoder for PHP 5 and cannot run under PHP 5.5.\n Please ask the provider of the script to provide a version encoded with either the ionCube…
Harikrishnan
  • 9,688
  • 11
  • 84
  • 127
2
votes
2 answers

Integration of Whmcs with Cloud Stack

forgive me for asking a amateur question (if it is) i need to know how can i integrate WHMCS with Cloud Stack can any one guide me through generic steps involved do i need to configure whmcs or cloud stack thanks!
ahmad05
  • 438
  • 2
  • 6
  • 23
2
votes
1 answer

How I can add custom whois server to WHMCS

How we can add custom whois server to WHMCS. I've an API access for ccTLD domain and want to add whois server from API. Thanks for your help.
Domnic
  • 43
  • 1
  • 6
2
votes
4 answers

WHMCS java script not calling or woking

I have WHMCS script but my main problem is Java script not working, I have tried many solutions but no luck. I'm sure about files path and their work I have tested it in another script, but no luck. header.tpl
user2884425
  • 117
  • 1
  • 4
  • 11
2
votes
2 answers

base64 encode and serialize array WHMCS

I use WHMCS API. I am trying to use their API to make request.That api need that array need to be serialize and in base64_encode. They give example with php and I try to convert it into C# code but it not work. PHP CODE : …
Hiren
  • 1,381
  • 5
  • 24
  • 41
2
votes
1 answer

how to ignore the .htaccess in root from a subfolder

I have a problem with my integration of Wordpress installed in root, and Whmcs installed in the a subfolder called "client". and both has their own .htaccess file: Wordpress (root): # BEGIN WordPress RewriteEngine…
jonnys
  • 21
  • 2