Proxmox VE VPS For WHMCS

Proxmox VE VPS For WHMCS 3.8.0 Nulled

No permission to download
only for php 8.1 and more issue bug like:
backend setting can not save etc
New Feature: WHMCS V8.7 support
Improvement: The server information table displayed in the client area will be now automatically refreshed every 60 seconds - case #1377
Improvement: Optimized loading of server cluster list for a large number of nodes and VMs in Proxmox addon module - case #210, #216
Improvement: "Subnet Mask" for Proxmox addon IP management will be now automatically filled in based on the provided CIDR - case #212
Improvement: Added support for "EPYC-Milan" CPU type - case #1391
Changed: Disabled validation of public/private IP addresses when adding new addresses in the Proxmox addon - case #205
Removed: Support for WHMCS V8.3 and previous
Removed: Support for PHP 7.3 version
Bug Fix: Fixed issue that might have caused the "Call to a member function get() on array in (...) /Fields.php:91" error - case #1341
Bug Fix: Resolved issue that may occur when the "Service Password" option was enabled for "Guest Agent" and all of the IP addresses were assigned to a single network interface only, leaving the other ones empty - case #1345
Bug Fix: Eliminated problem with running the Cloud-Init scripts that contained single apostrophes - case #1347
Bug Fix: Solved cases when the entire "IP Management" section was empty after creating snippets and the VMs had stopped working - case #1349
Bug Fix: Fixed issue with missing "Create Private Network" button if the SDN has been used before - case #1350
Bug Fix: Reinstalling the server from the OS template will no longer cause the WHMCS product password field to be cleared - case #1351
Bug Fix: Using the "Change Password" module command will now correctly update the password on the server - case #1352
Bug Fix: After disabling the access to the "Backups Collections", the related button in the client area will no longer be available - #1354
Bug Fix: Fixed case that could cause issues with creating an account due to the "Load Balancer: Cannot find node with free resources" error even with modes with available resources - case #1335
Bug Fix: Hiding the ability to work with backups will no longer display the "Backup Jobs" link in the client area sidebar menu - case #1336
Bug Fix: Creating backups will be now possible if "Backups Size Limit" is set to "-1" as unlimited value - case #1344
Bug Fix: Solved problem with the number of IP addresses that could not be properly set based on configurable option value - case #1348, #1338
Bug Fix: Fixed various issues related to network SDN Zones and SDN TAGs - case #1355
Bug Fix: Reinstalling a VM will now properly take into account the number of set IP addresses from configurable options
Bug Fix: Eliminated "TypeError: in_array()" that could occur when adding the security group on PHP 8.1
Bug Fix: Adjusted displaying of the backup files limit counter in the backup job notice when its value was set to unlimited
Bug Fix: Corrected setting of the "Backup" status for the primary disk drive
Bug Fix: Resolved timeout issue that could appear when the connection to the Proxmox server breaks after saving the product configuration - case #1376
Bug Fix: Corrected "Reconfigure Network" functionality for Windows-based machines - case #1382
Bug Fix: "Network Device" will be now properly created for IPv6 when using integration with IP Manager For WHMCS module - case #1385
Bug Fix: Adjusted selecting nodes for multiple servers when creating a new IP address in the Proxmox addon - case #1389
Bug Fix: Cloud-Init drive will be now correctly created for KVM virtualization type - case #1397
Bug Fix: Assigning a VM to a private network will now also include its firewall configuration
Bug Fix: Eliminated "500 error" that could occur when assigning a VM to a private network on a different Proxmox server
Bug Fix: Corrected issues with reassigning private networks between different virtual machines - case #1383
Bug Fix: Fixed "Invalid format" error that could occur when cloning a template with an already configured "cicustom" parameter - case #1403
Bug Fix: Leaving an empty "Last IP Address" field will no longer prevent creating an IPv6 address in the Proxmox addon
Bug Fix: Solved problem with listing IP address in Proxmox Addon assigned for multiple servers when using PHP 8.1 - case #209
Bug Fix: Eliminated issue with inserting a newline character into assigned IP addresses database list of the Proxmox addon, which was causing problems with the execution of Cloud-Init scripts - case #206
Bug Fix: Restoring a VM from a backup will now properly restore the server configuration that existed at the time of creating the backup instead of the product configuration - case #1412
Bug Fix: When reinstalling a VM from a template clone, the firewall options will be set based on the WHMCS product settings instead of the used template - case #1393
Bug Fix: Corrected setting up of the disk speed when the main hard disk and the additional disk were set on the same storage - case #1420
Bug Fix: Other minor code corrections and improvements
  • WHMCS V8.5 support
  • Manage VPS firewall settings and rules for owned IP addresses - case #204
  • Configure product with "Auto" payment frequency that will automatically bill the ordered server for every given number of months based on the selected WHMCS billing cycle - case #162, #287
  • WHMCS V8.6 support
  • Support for PHP 8.1 version
  • Support for Proxmox VE 7.3 version
  • "Backups Collection" - allow clients to restore instances from backups created from other virtual machine they own - case #1328
  • Define the number of IPv6 subnets for server assignment
  • The "IP Management" section of the Proxmox addon has been refreshed to allow easier generation of IPv4 and IPv6 addresses as well as IPv6 subnets - case #1210, #1175
  • Snapshots can now be automatically deleted after the defined number of storage days has been exceeded - case #1206
  • Reconfigure the network without using the "Change Package" tool to easily update the network interfaces (KVM virtualization type) - case #1203
  • Allow clients to attach their servers to the created network interfaces - case #1244
  • Select a default "Template User" for Cloud-Init - case #1195
  • Define the MTU value for the private network interface - case #1147
NEW FEATURE
  • WHMCS V8.5 support
IMPROVEMENT
  • Added "fetchBackupsForArchive" parameter into the "global_options.yml" file, which allows skipping a large number of backups from being loaded into the "Archive" list in the product configuration - case #1202
BUG FIX
  • Resolved problem of the private IP addresses that were not reassigned after the virtual machine reinstallation - case #1184
  • Fixed "Call to a member function getPrivateNetworkType()" issue that could interrupt the action of building an instance from a clone - case #1228
  • Solved problem of cloning an instance with an EFI disk in a template that lead to marking that disk as unused and adding another one in its place - case #1230
  • Eliminated problem with duplication of the "ProxmoxAddon_IpServers" records in the database table each time the Proxmox addon module was reactivated - case #193
now i can;t see anything for updating. but it is lastest version ,thanks dear to @piticu81
because from this version ,mg team use new method for curl get license checking informaiton.

PHP:
 private function callServer($url, $data)
    {
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url . $this->verifyPath);
        curl_setopt($ch, CURLOPT_POST, 1);
        curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
        curl_setopt($ch, CURLOPT_TIMEOUT, 15);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
        $response = curl_exec($ch);
        $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
        curl_close($ch);
        if ($httpCode !== 200) {
            throw new Exception("no_connection");
        }
        return $response;
    }

if didn;t edit hosts ,mg team will get your information like
array ( 'licensekey' => 'ModulesGarden_ProxmoxVPSdownfromnullproru', 'domain' => 'www.test2.com', 'ip' => '188.188.188.198', 'dir' => 'F:\\www\\www.whmcs.com', 'whmcs' => '8.2.1-release.1', 'module' => NULL, 'php' => '7.3.29', )

if your hostsing have not limit about it ,you did not need change hosts.and it is work normal

v3.4.1​

Released: Mar 2nd, 2022

  • WHMCS V8.4 support
REMOVED
  • Support for WHMCS V8.0 and previous
BUG FIX
  • Fixed case where the product details in the admin area might have been limited by the width of the service page - case #1124
  • Eliminated "Storage (...) is not available on node (...)" error that might have occurred when trying to access the module settings - case #1151
Back
Top