- 31.05.2020
- 2 338
- 1 468
- $9 293
i think make json file by self that is very easyest methodBut 2024 under module activation on cofigurstion has a check mark to update plans i think this funtion need work. Maybe you can fix
For sure you can improve and make this addon betteri think make json file by self that is very easyest method
look at here plsThis is a code quality issue and can not be fundamentally resolved,Unless you need to rewrite ALL
That's a very big job
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.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.
you can follow https://api.contabo.com/#tag/Instances/operation/createInstance to create newcan you fix update plans?
modules\servers\ContaboVM\packages
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?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
you can follow https://api.contabo.com/#tag/Instances/operation/createInstance to create newcan you fix update plans?
plans.json file at
modules\servers\ContaboVM\packages
We have already made this resource in the internal area, but there are too many ISSUEDo 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?
What issue?We have already made this resource in the internal area, but there are too many ISSUE
That's not a patch cracking or decryption issue, it's more about things in the original code ,like this contabo plugin . We will release it once the code is stableWhat issue?
i have decode Lagom theme 2.3.5 files all.That's not a patch cracking or decryption issue, it's more about things in the original code ,like this contabo plugin . We will release it once the code is stable