Vultr VPS For WHMCS

Vultr VPS For WHMCS 2.0.0 Beta Not Nulled

No permission to download
create new file name delwhmcs.php in your cronjob folder and paste this code

PHP:
<?php
// change your directory
include_once('/your/home/directory/to/configuration.php');
$conn = mysqli_connect($db_host, $db_username, $db_password, $db_name);
if(! $conn ) {
               die('Could not connect: ' . mysqli_connect_error());
            }
$sql = "DELETE FROM tblconfiguration WHERE setting='vultr_vps_localkey'";
if(mysqli_query($conn, $sql)){
    echo "Records were deleted successfully.";
} else{
    echo "ERROR: Could not able to execute $sql. " . mysqli_error($conn);
}
// Close connection
mysqli_close($conn);
die;

then create cronjob for run every day and use this code
Python:
php -q /your/home/directory/to/your/folder/delwhmcs.php
cron job have risk ,best don't use this to do something ,you can find better in link https://developers.whmcs.com/advanced/db-interaction/ ,or cron job have risk.
I don't know what happened to you, but the patch updates the key automatically
 
thanks to dear member @hargrave updated Vultr VPS For WHMCS with a new update entry:

changelog

NEW FEATURE
  • WHMCS V8.6 support
  • Support for PHP 8.1 version
  • Support for Vultr "Marketplace Apps" for product configuration and configurable options which allows to install the selected application automatically upon instance creation - case #87
  • White-label noVNC console support - Note: Please contact Vultr support first to be able to use this feature
  • Specify a random domain prefix that will be used when the hostname is not provided for created instances -...

Read the rest of this update entry...
 
thanks to dear member updated Vultr VPS For WHMCS with a new update entry:

December 18th, 2024

  • New Feature: Implemented addon module for easy management of "App Templates", "Media Library", "Queue", "Translations" and "Logs" Note: After upgrading from version V1.X, enable the addon module. Previously configured product data will be migrated to version V2.X, except for the current task list and configured applications, which must be reconfigured in the addon module
  • New Feature: Introduced "App Templates" allowing the creation of predefined sets of applications, ISO images...

Read the rest of this update entry...
 
thanks to dear member @yazdan updated Vultr VPS For WHMCS with a new update entry:

Vultr VPS For WHMCS 2.0.0 Beta

v2.0.0​

Released: Dec 18th, 2024
New Feature
  • Stable release
  • WHMCS V8.12 support
  • Added ".webp" image format support for "Media Library" logotypes
Improvement
  • Configuration guide in the "App Templates" section can now be permanently collapsed
  • Adjusted "Setting Details" table scaling for narrow browser windows
  • Hidden empty IPv4 or IPv6 tables in server details when no public networks are assigned
  • Improved sorting of available plan...

Read the rest of this update entry...
 
Top