Skip to content

Instantly share code, notes, and snippets.

@jesussuarz
Last active July 16, 2025 21:47
Show Gist options
  • Save jesussuarz/0b74fec85031a8e50d2f78187aaa46d3 to your computer and use it in GitHub Desktop.
Save jesussuarz/0b74fec85031a8e50d2f78187aaa46d3 to your computer and use it in GitHub Desktop.
Question forum for whmcs bypass with full updates

Hello, welcome to this project. The purpose of this project is to track updates from the whmcsfull.com site and ensure the latest versions are made available.

I want to emphasize that this project is for educational purposes only. I do not intend to cause any inconvenience or engage in any illegal activities. My sole intention is to provide others with an opportunity to test the software. If you have the means to purchase the software officially, I encourage you to do so.

Feel free to share your ideas or questions; I will respond as soon as possible.

Best regards.

@DeVoresyah
Copy link

Hello @jesussuarz ,
I've donated $25 to your PayPal. Please update the license to support the latest WHMCS version v8.13.0
Screenshot 2025-05-09 at 10 54 58

@piticu81
Copy link

piticu81 commented May 9, 2025

Hi man can you update the license for v 8.13.0

@jesussuarz
Copy link
Author

Hello @jesussuarz , I've donated $25 to your PayPal. Please update the license to support the latest WHMCS version v8.13.0 Screenshot 2025-05-09 at 10 54 58

Oh, thanks. I'm going to work on this next week and it will be ready.

@polen1kaa
Copy link

Hello, @jesussuarz, in version 8.13.0, a new function isActive() has been added to the License.php file, without which WHMCS cannot be used. Please update the licence file.

@jesussuarz
Copy link
Author

Hello, @jesussuarz, in version 8.13.0, a new function isActive() has been added to the License.php file, without which WHMCS cannot be used. Please update the licence file.

I just released the new version 8.13.

I wasn't able to test the automatic updates, but they should still work.

@DeVoresyah
Copy link

@jesussuarz I've downloaded the new file but it's empty

@jesussuarz
Copy link
Author

@jesussuarz I've downloaded the new file but it's empty

Please, test again! :)

@alihusnainarshad
Copy link

Working Perfectly fine. thanks, @jesussuarz

@ABADINO2025
Copy link

Qué limitación tiene?

@jesussuarz
Copy link
Author

Qué limitación tiene?

Hola. No entiendo tu pregunta, cómo qué limitación tiene? No tiene ninguna limitación, las he anulado para que se pueda usar.

@ABADINO2025
Copy link

Gracias por responder la pregunta... "Ninguna". Y en la web dice "Las versiones publicadas aquí son 100% sin modificaciones" por lo que me llama a la pregunta realizada.
Gracias.

@jesussuarz
Copy link
Author

jesussuarz commented May 11, 2025

Gracias por responder la pregunta... "Ninguna". Y en la web dice "Las versiones publicadas aquí son 100% sin modificaciones" por lo que me llama a la pregunta realizada. Gracias.

Estás confundiendo dos aspectos distintos:

Por un lado, los archivos ZIP que publico son versiones originales de WHMCS, 100% limpias y sin modificaciones, tal como se indica en la web.

Estos se descargan automáticamente desde los servidores de WHMCS mediante un sistema automatizado que cree.

Por otro lado, para anular la verificación de licencia, es necesario agregar manualmente el archivo licence.php en la ruta correspondiente, como también se explica. Es este archivo el que permite usar la versión sin restricciones, no el contenido del ZIP en sí.

Así que no existe ninguna limitación funcional: simplemente debes aplicar ese paso final para que funcione como una versión anulada.

@fiberhost
Copy link

You are a hero bro. 👍

@errorhat0
Copy link

I upgraded from within the script itself. After upgrading, I uploaded the license file I created, but the following error occurred:
Oops!
Something went wrong and we couldn't process your request.
Please go back to the previous page and try again.

Is there anything else I should do besides these steps?
1
2

@jesussuarz
Copy link
Author

Please add a debug to the config to see what the error is.

$display_errors = true;

@jesussuarz
Copy link
Author

I upgraded from within the script itself. After upgrading, I uploaded the license file I created, but the following error occurred: Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again.

Is there anything else I should do besides these steps? 1 2

I’ve just published a new update for the license file, now fully compatible with WHMCS 8.13.
The RemoteCheckManager class was rewritten due to a type conflict with the Carbon class. The issue has been resolved, and the license validation system is now working as expected with this version.

@errorhat0
Copy link

I’ve just published a new update for the license file, now fully compatible with WHMCS 8.13. The RemoteCheckManager class was rewritten due to a type conflict with the Carbon class. The issue has been resolved, and the license validation system is now working as expected with this version.

I tried and same problem

The error that appears

Error: Call to undefined function WHMCS\WHMCS\collect() in /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/License.php:51
Stack trace:
#0 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/License.php(262): WHMCS\RemoteCheckManager->init()
#1 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Admin.php(0): WHMCS\License->validate()
#2 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Admin/Controller/HomepageController.php(0): WHMCS\Admin->__construct()
#3 [internal function]: WHMCS\Admin\Controller\HomepageController->index()
#4 /home/client/public_html/vendor/middlewares/utils/src/CallableHandler.php(26): call_user_func_array()
#5 /home/client/public_html/vendor/middlewares/fast-route/src/FastRoute.php(96): Middlewares\Utils\CallableHandler::execute()
#6 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/HandleProcessor.php(0): Middlewares\FastRoute->process()
#7 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/AssumingMiddlewareTrait.php(0): WHMCS\Route\Middleware\HandleProcessor->_process()
#8 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\HandleProcessor->process()
#9 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#10 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#11 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/DelegatingMiddlewareTrait.php(0): Middlewares\Utils\Delegate->process()
#12 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Admin\ApplicationSupport\Route\Middleware\Assent->process()
#13 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#14 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#15 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/DelegatingMiddlewareTrait.php(0): Middlewares\Utils\Delegate->process()
#16 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Security/Middleware/Authorization.php(0): WHMCS\Security\Middleware\Authorization->process()
#17 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/AbstractProxyMiddleware.php(0): WHMCS\Security\Middleware\Authorization->process()
#18 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/AssumingMiddlewareTrait.php(0): WHMCS\Route\Middleware\AbstractProxyMiddleware->_process()
#19 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\AbstractProxyMiddleware->process()
#20 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#21 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#22 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/DelegatingMiddlewareTrait.php(0): Middlewares\Utils\Delegate->process()
#23 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/AbstractProxyMiddleware.php(0): WHMCS\Admin\ApplicationSupport\Route\Middleware\Authentication->process()
#24 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/AssumingMiddlewareTrait.php(0): WHMCS\Route\Middleware\AbstractProxyMiddleware->_process()
#25 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\AbstractProxyMiddleware->process()
#26 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#27 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#28 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/DelegatingMiddlewareTrait.php(0): Middlewares\Utils\Delegate->process()
#29 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Admin\ApplicationSupport\Route\Middleware\DirectoryValidation->process()
#30 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#31 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#32 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/BackendPsr7Response.php(0): Middlewares\Utils\Delegate->process()
#33 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/BackendPsr7Response.php(0): WHMCS\Route\Middleware\BackendPsr7Response->_process()
#34 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\BackendPsr7Response->process()
#35 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#36 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#37 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(56): Middlewares\Utils\Delegate->process()
#38 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/BackendDispatch.php(0): Middlewares\Utils\Dispatcher->dispatch()
#39 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/AssumingMiddlewareTrait.php(0): WHMCS\Route\Middleware\BackendDispatch->_process()
#40 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\BackendDispatch->process()
#41 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#42 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#43 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/RoutableContentTypeRequest.php(0): Middlewares\Utils\Delegate->process()
#44 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/AssumingMiddlewareTrait.php(0): WHMCS\Route\Middleware\RoutableContentTypeRequest->_process()
#45 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\RoutableContentTypeRequest->process()
#46 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#47 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#48 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/RoutePathMatch.php(0): Middlewares\Utils\Delegate->process()
#49 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/AssumingMiddlewareTrait.php(0): WHMCS\Route\Middleware\RoutePathMatch->_process()
#50 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\RoutePathMatch->process()
#51 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#52 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#53 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/WhitelistFilter.php(0): Middlewares\Utils\Delegate->process()
#54 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/DelegatingMiddlewareTrait.php(0): WHMCS\Route\Middleware\WhitelistFilter->_process()
#55 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\WhitelistFilter->process()
#56 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#57 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#58 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/RoutableClientModuleRequest.php(0): Middlewares\Utils\Delegate->process()
#59 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/AssumingMiddlewareTrait.php(0): WHMCS\Route\Middleware\RoutableClientModuleRequest->_process()
#60 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\RoutableClientModuleRequest->process()
#61 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#62 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#63 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/RoutableAdminRequestUri.php(0): Middlewares\Utils\Delegate->process()
#64 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/AssumingMiddlewareTrait.php(0): WHMCS\Route\Middleware\RoutableAdminRequestUri->_process()
#65 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\RoutableAdminRequestUri->process()
#66 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#67 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#68 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/RoutableRequestUri.php(0): Middlewares\Utils\Delegate->process()
#69 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/AssumingMiddlewareTrait.php(0): WHMCS\Route\Middleware\RoutableRequestUri->_process()
#70 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\RoutableRequestUri->process()
#71 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#72 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#73 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/RoutableRequestQueryUri.php(0): Middlewares\Utils\Delegate->process()
#74 /home/client/public_html/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Strategy/AssumingMiddlewareTrait.php(0): WHMCS\Route\Middleware\RoutableRequestQueryUri->_process()
#75 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(76): WHMCS\Route\Middleware\RoutableRequestQueryUri->process()
#76 [internal function]: Middlewares\Utils\Dispatcher->Middlewares\Utils{closure}()
#77 /home/client/public_html/vendor/middlewares/utils/src/Delegate.php(31): call_user_func()
#78 /home/client/public_html/vendor/middlewares/utils/src/Dispatcher.php(56): Middlewares\Utils\Delegate->process()
#79 /home/client/public_html/admin/index.php(0): Middlewares\Utils\Dispatcher->dispatch()
#80 {main}

@Vasolix
Copy link

Vasolix commented May 13, 2025

I think there is a bug in downloading the license file
image

@pdesignsGh
Copy link

Has anyone got the license for version 8.13? I cannot download it from the website. there is no downloadable link available.

@jesussuarz
Copy link
Author

Hi, sorry for the mistake, I already fixed it and uploaded the correct file.
Screenshot_386

@errorhat0
Copy link

Hi, sorry for the mistake, I already fixed it and uploaded the correct file. Screenshot_386

Thanks bro, it's working now.

@ianchamba
Copy link

Hi, sorry for the mistake, I already fixed it and uploaded the correct file. Screenshot_386

Thanks bro, it's working now.

Dude, I had a problem with WHMCS in version 8.13.0, when the customer is finalizing the payment it is asking for the "purchasesource" column in the "tblorders" table. Can you tell me why?

@jesussuarz
Copy link
Author

Hi, sorry for the mistake, I already fixed it and uploaded the correct file. Screenshot_386

Thanks bro, it's working now.

Dude, I had a problem with WHMCS in version 8.13.0, when the customer is finalizing the payment it is asking for the "purchasesource" column in the "tblorders" table. Can you tell me why?

This isn't a licensing issue. So you should check your installed modules.

@Harmanthind01
Copy link

Create a website same for a modules, where all WHMCS modules are available, including license-bypassed .

@ExGPL-Dev
Copy link

Create a website same for a modules, where all WHMCS modules are available, including license-bypassed .

This won't be possible in any way unless we're ready to pay at least 10–15% of the actual price. Free options won’t offer much. We're grateful to @jesussuarz at least he's actively working on WHMCS, and that's already a big help for us.

@jesussuarz
Copy link
Author

Create a website same for a modules, where all WHMCS modules are available, including license-bypassed .

If you're referring to the official WHMCS modules, they can all be activated with my license file.

So you can use all official WHMCS modules without any additional licenses. Please try activating an official WHMCS module. You'll see that they can all be used.

Regards.

@jesussuarz
Copy link
Author

Create a website same for a modules, where all WHMCS modules are available, including license-bypassed .

This won't be possible in any way unless we're ready to pay at least 10–15% of the actual price. Free options won’t offer much. We're grateful to @jesussuarz at least he's actively working on WHMCS, and that's already a big help for us.

I have never charged, nor will I ever charge, any percentage for sharing methods or solutions. The reason I published the licensing method and maintained the process that allows automatic updates directly from WHMCS (something other activation methods did not support, as they only bypassed initial validation without the ability to update later), was solely as a form of protest against WHMCS after they ignored my reports regarding vulnerabilities in their software. Initially, I reached out to WHMCS to responsibly disclose the issue and offer a solution, but their response was indifferent—they showed no interest and refused to compensate or acknowledge my findings.

What I did was essentially an act of digital activism. However, I want to clarify that while I will continue sharing methods and solutions specifically related to WHMCS on my website (whmcsfull.com), I will not crack or publish methods for any other software. My exclusive focus will remain on WHMCS, and I'll keep the methods I've already published available, even if my site ever goes offline.

This is simply my personal way of protesting WHMCS's indifferent attitude towards those of us who genuinely contribute to enhancing the security of their platform.

@ashish168527
Copy link

Hi @jesussuarz thanks for maintaining this project, Would you be able to share the method you're using to decrypt the ionCube PHP files? It would be incredibly helpful.

@Harmanthind01
Copy link

@jesussuarz hye if you share method you're using to decrypt the ionCube PHP files i try to bypass other whmcs modules lic. like a domain reseller other !! all

Create a website same for a modules, where all WHMCS modules are available, including license-bypassed .

If you're referring to the official WHMCS modules, they can all be activated with my license file.

So you can use all official WHMCS modules without any additional licenses. Please try activating an official WHMCS module. You'll see that they can all be used.

Regards.

@jesussuarz
Copy link
Author

@jesussuarz hye if you share method you're using to decrypt the ionCube PHP files i try to bypass other whmcs modules lic. like a domain reseller other !! all

Create a website same for a modules, where all WHMCS modules are available, including license-bypassed .

If you're referring to the official WHMCS modules, they can all be activated with my license file.
So you can use all official WHMCS modules without any additional licenses. Please try activating an official WHMCS module. You'll see that they can all be used.
Regards.

You can use https://easytoyou.eu/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment