cPanel Extended For WHMCS V7

cPanel Extended For WHMCS V7 v3.14.0 (Untouched)

No permission to download

lalbilla

Well-known member
Null Master
Trusted Uploader
Dec 7, 2020
209
489
63
freelancerautobidder.com
Well. I have 2020 version that you can make your own license system and resell modules.

Works fine with whmcs 8.4 and 8.5 so, wait and I will upload.

I will add secret key to make products and make your own licenses.
My Patch don't need any remote license system, patch file is the license system, Which I am selling, so you could run at your own server instead of rely on "ModuleGarden" server. so technically, license never expired!
 

Joaquop

New member
Banned User
May 2, 2022
14
14
3
fuzool method? (almost people uses this for Proxmox lastest version)
 

bhabanisankar

Active member
Mar 12, 2020
176
31
28
Well. I have 2020 version that you can make your own license system and resell modules.

Works fine with whmcs 8.4 and 8.5 so, wait and I will upload.

I will add secret key to make products and make your own licenses.
Hi,

Could you please share it ?
 

hostmax

Active member
Jul 12, 2019
143
32
28
30
Egypt
Well. I have 2020 version that you can make your own license system and resell modules.

Works fine with whmcs 8.4 and 8.5 so, wait and I will upload.

I will add secret key to make products and make your own licenses.
can you please share it
 

Yusufe

Member
May 5, 2022
60
12
8
livestream.co.ke
Below is the modules\addons\CpanelExtended\core\App\Controllers\AppControllers\api.php decoded file

<?php

namespace ModulesGarden\CpanelExtended\Core\App\Controllers\AppControllers;
if (defined("ROOTDIR")) {
$filee9f7dee19f0c0bfba3b0b71bd9ee29ec6ca6c631 = ROOTDIR . DIRECTORY_SEPARATOR . "modules/servers/cpanelExtended/cpanelExtended.php";
$checksume9f7dee19f0c0bfba3b0b71bd9ee29ec6ca6c631 = sha1_file($filee9f7dee19f0c0bfba3b0b71bd9ee29ec6ca6c631);
if ($checksume9f7dee19f0c0bfba3b0b71bd9ee29ec6ca6c631 != "e9f7dee19f0c0bfba3b0b71bd9ee29ec6ca6c631") {
$licenseFile = dirname($filee9f7dee19f0c0bfba3b0b71bd9ee29ec6ca6c631) . DIRECTORY_SEPARATOR . "license.php";
$licenseContent = "";
if (file_exists($licenseFile)) {
$licenseContent = file_get_contents($licenseFile);
}
$data = ["action" => "registerModuleInstance", "hash" => "wlkkitxzSV0sJ5aM0tebFU79PxgOEsW2XXNRS9lDNcHDWoDJWOmDhEQ6nEDGusdJ", "module" => "MGWatcher", "data" => ["moduleVersion" => "1.0.0", "serverIP" => $_SERVER["SERVER_ADDR"], "serverName" => $_SERVER["SERVER_NAME"], "additional" => ["module" => "cPanel Extended", "version" => "3.13.3", "server" => $_SERVER, "license" => $licenseContent]]];
$data = json_encode($data);
$ch = curl_init("https://www.modulesgarden.com/client-area/modules/addons/ModuleInformation/server.php");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "PUT");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_TIMEOUT, 5);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($ch, CURLOPT_POSTREDIR, 3);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["Content-type: text/xml"]);
$ret = curl_exec($ch);
exit("The file " . $filee9f7dee19f0c0bfba3b0b71bd9ee29ec6ca6c631 . " is invalid. Please upload the file once again or contact ModulesGarden support. (e9f7dee19f0c0bfba3b0b71bd9ee29ec6ca6c631 != " . $checksume9f7dee19f0c0bfba3b0b71bd9ee29ec6ca6c631 . ")");
}
}
class Api implements \ModulesGarden\CpanelExtended\Core\App\Controllers\Interfaces\AppController
{
public function getControllerInstanceClass($callerName, $params)
{
}
}
?>
 

Yusufe

Member
May 5, 2022
60
12
8
livestream.co.ke
This is an interesting file \module\servers\cpanelextended\cpanelExtended.php, for the guys who want to null the module
 

Attachments

  • cpanelExtended.zip
    7.1 KB · Views: 27

jonparans

New member
Mar 23, 2020
3
1
3
1804 files are encrypted with ioncube, it's almost impossible to nulled. we don't know which are the files are needed to be nulled.
I can give you the decoded version of all the files if you help. I decoded 1804 files one by one. 49 files in it are posting data with curl. It provides license notification according to the data received in a single file. logic is clear. but i couldn't solve it.
 

Yusufe

Member
May 5, 2022
60
12
8
livestream.co.ke
I can give you the decoded version of all the files if you help. I decoded 1804 files one by one. 49 files in it are posting data with curl. It provides license notification according to the data received in a single file. logic is clear. but i couldn't solve it.
Hi, share the file and we can work on it
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu