Contabo Cloud/ VPS Automation

Contabo Cloud/ VPS Automation v2024.6 2.3 Fix 1 Nulled

No permission to download
This is a code quality issue and can not be fundamentally resolved,Unless you need to rewrite ALL
That's a very big job
look at here pls

modules/servers/ContaboVM/ContaboVM.php

line 58 the Class id is incorrect.
$classToFind = "sc-eeDRCY sc-eBMEME gvJSKt hzUya";

they dump the whole page https://api.contabo.com/#tag/Instances/operation/createInstance with Curl then find the class

$classToFind = "sc-iKOmoZ sc-cCzLxZ WVNwY VEBGS";
$pattern = "/<div[^>]*class=\"" . preg_quote($classToFind) . "\".*?>(.*?)<\\/div>/si";
if(preg_match_all($pattern, $response, $matches)) {
foreach ($matches[1] as $elementContent) {
if(strpos($elementContent, "Create a new instance for your account with the provided parameters") !== false) {
$productIdPattern = "/<tr><td>(V\\d+)<\\/td>/";
$productPattern = "/<tr><td>V\\d+<\\/td><td>(.*?)<\\/td>/";
$diskSizePattern = "/<tr><td>V\\d+<\\/td><td>.*?<\\/td><td>(.*?)<\\/td>/";
preg_match_all($productIdPattern, $elementContent, $productIdMatches);
preg_match_all($productPattern, $elementContent, $productMatches);
preg_match_all($diskSizePattern, $elementContent, $diskSizeMatches);
$data = [];

maybe you can solve that.
 
Attachments
  • Screenshot 2025-06-08 at 1.30.14 AM.webp
    Screenshot 2025-06-08 at 1.30.14 AM.webp
    160.4 KB · Views: 0
look at here pls

modules/servers/ContaboVM/ContaboVM.php

line 58 the Class id is incorrect.
$classToFind = "sc-eeDRCY sc-eBMEME gvJSKt hzUya";

they dump the whole page https://api.contabo.com/#tag/Instances/operation/createInstance with Curl then find the class

$classToFind = "sc-iKOmoZ sc-cCzLxZ WVNwY VEBGS";
$pattern = "/<div[^>]*class=\"" . preg_quote($classToFind) . "\".*?>(.*?)<\\/div>/si";
if(preg_match_all($pattern, $response, $matches)) {
foreach ($matches[1] as $elementContent) {
if(strpos($elementContent, "Create a new instance for your account with the provided parameters") !== false) {
$productIdPattern = "/<tr><td>(V\\d+)<\\/td>/";
$productPattern = "/<tr><td>V\\d+<\\/td><td>(.*?)<\\/td>/";
$diskSizePattern = "/<tr><td>V\\d+<\\/td><td>.*?<\\/td><td>(.*?)<\\/td>/";
preg_match_all($productIdPattern, $elementContent, $productIdMatches);
preg_match_all($productPattern, $elementContent, $productMatches);
preg_match_all($diskSizePattern, $elementContent, $diskSizeMatches);
$data = [];

maybe you can solve that.
that is static file plans.json,but require right ID. ID is no longer applicable to the new plan, Contabo has only recently updated it.

read and follow
 
Last edited:
that is static file plans.json,but require right ID. ID is no longer applicable to the new plan, Contabo has only recently updated it.

read and follow
Do you know how to null lagom theme 2.3.5 what files. Exacly need to be decoded license.php and what other are checking the sha hash?
 
Top