This service has been discontinued

If you are a company selling whmcs modules and you are interested in our code you can contact us with an offer at info at whmcstricks dot com
All other requests will be ignored.

Our Blogposts

February 25, 2020
WHMCS API CreateToDo

For some reasons WHMCS has a UpdateToDoItem to be able to update a todo as well as GetToDoList and GetToDoItemStatuses to manage todo using API, but not a CreateToDo API function. Because of this reason we just decided to create a custom API to create a ToDo record. You can use it as a standard WHMCS […]

Read More
January 20, 2020
Custom module to manage hooks settings

We manage multiple WHMCS installations, all with our hooks. Every time we need to upgrade an hook it is necessary to check the old one, change the settings, then upload it. In the past we made a setting file with a big array for every WHMCS installation, but that way is still suboptimal. We had […]

Read More
February 25, 2017
WHMCS Database Select and loop through results

Let's take a look at a simple operation with the database today. Before using this code you should initialise capsule as written in this post.

Read More
February 24, 2017
WHMCS database management intro

Unfortunately WHMCS documentation does not give enough information about database management. On WHMCS 7 (actually from previous versions already) they implemented they take advantage of Laravel framework’s database component. You can find some info on the WHMCS documentation that is probably useful if you don't need example to understand what to do. I think in this case […]

Read More
February 24, 2017
How to create custom API in WHMCS

In this article we'll see how to create custom API in WHMCS. The reason I'm writing this is because the information you can find on the net are outdated, and since now we are at WHMCS, there is the need for an update. WHMCS is a great piece of software. In certain cases though you […]

Read More