lukas.flexyyy
Active member
- May 2, 2022
- 753
- 120
- 43
Is this the check for the installation??app/controllers/admin/AdminSettings.php: public function license()
is the function that does the checking
Is this the check for the installation??app/controllers/admin/AdminSettings.php: public function license()
is the function that does the checking
How to null this script.app/controllers/admin/AdminSettings.php: public function license()
is the function that does the checking
Do you have v17.0.,0? Export your database and share the .sql file with me, via dm and I may be able to help youI have installed this version but no statics collected in overview, i can set goals and error 500 in heatmaps page
Anyone have a full worked version?
I have installed v19, i will send my sql fileDo you have v17.0.,0? Export your database and share the .sql file with me, via dm and I may be able to help you
Download v17 from here and try to null itI installed ver 15 and it seems working fine except REPLAYS , it gives 500 error. anyone have same issue?
Thanks, I did. I found the license check code (update.php line 35):Download v17 from here and try to null it
/* Make sure the license is correct */
$response = \Unirest\Request::post($altumcode_api, [], [
'version_code' => $product_info ? $product_info->code : PRODUCT_CODE,
'requested_version_code' => NEW_PRODUCT_CODE,
'license_key_obfuscated' => $license->license,
'license_type' => $license->type,
'installation_url' => url(),
'product_key' => PRODUCT_KEY,
'product_name' => PRODUCT_NAME,
'product_version' => $product_info->version,
'server_ip' => $_SERVER['SERVER_ADDR'],
'client_ip' => get_ip()
]);
if($response->body->status == 'error') {
die(json_encode([
'status' => 'error',
'message' => $response->body->message
]));
}
/* Request the update */
$altumcode_api = 'https://api2.altumcode.com/validate-update';
Yes, thats what I think too. So I guess it's impossible to null, isn't it?Thanks, I did. I found out the license check code (update.php line 35):
Code:/* Make sure the license is correct */ $response = \Unirest\Request::post($altumcode_api, [], [ 'version_code' => $product_info ? $product_info->code : PRODUCT_CODE, 'requested_version_code' => NEW_PRODUCT_CODE, 'license_key_obfuscated' => $license->license, 'license_type' => $license->type, 'installation_url' => url(), 'product_key' => PRODUCT_KEY, 'product_name' => PRODUCT_NAME, 'product_version' => $product_info->version, 'server_ip' => $_SERVER['SERVER_ADDR'], 'client_ip' => get_ip() ]);
I tried removing what comes next :
Code:if($response->body->status == 'error') { die(json_encode([ 'status' => 'error', 'message' => $response->body->message ])); }
didn't work !
I think the problem is from code ABOVE these lines, where it connects to their API server. I thought it's just checking the license code but I guess its more than that. The sql file/code that we need to update v15 -> v17 is not in UPDATE folder nor any other folder in zip file. I think it's on their server !
May I ask for this sql too, please?I have installed v19, i will send my sql file
I'm not an experienced nuller but if this is true, then yes I guess it's impossible. Unless we find the URL of sql file on their server !Yes, thats what I think too. So I guess it's impossible to null, isn't it?
Yeah, I ahte the developer XDI'm not an experienced nuller but if this is true, then yes I guess it's impossible. Unless we find the URL of sql file on their server !
We have to confess, it's pretty smart...
No, if the url was in code the whole developer technic would be useless.Yeah, I ahte the developer XD
Any idea how to find the sql file? Hahaha maybe there is the url in the code somewhere ...
Not yet, but he'll shareDid @rogerv2 send you the new version sql dump? That can solve the problem. We can just replace the whole new ver sql and then edit cells that needs change, like site URL ...
Maybe it was typing mistake... I guess we just have to wait!Not yet, but he'll share.... he's the hope - buit he says he's using v19 and the latest is v17
Didn't try it on this script but on another and it's working fine. If you buy it it would be an amazing contribution, because you could maybe share the database. I wish I could purchase it but in my country I'm unfortunately too young to buy itMaybe it was typing mistake... I guess we just have to wait!
If I can make REPLAYS work somehow, I can live with ver 15.
The script is great and I'll be happy to buy it , but first I need to be sure that I can market it (find clients).
The affiliate plugin is here in babiato , did you try that? Does it work?
In version 15.0, I don't have the opengraph logo added.I installed ver 15 and it seems working fine except REPLAYS , it gives 500 error. anyone have same issue?
Is version 15 sorry this is the link SQL fileNot yet, but he'll share.... he's the hope - buit he says he's using v19 and the latest is v17
Thank you my friend ... May I ask if you purchased it?Is version 15 sorry this is the link SQL file
The new installation system require download the sql dump from altumcode server, i think is so hard, inclusive buying the script