66Analytics – Analytics & Session Tracking [Extended License]

66Analytics – Analytics & Session Tracking [Extended License] V39.0.0

No permission to download

lukas.flexyyy

Active member
May 2, 2022
753
120
43
I 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?
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 you
 

pumpy

Member
Sep 9, 2022
82
36
18
I installed ver 15 and it seems working fine except REPLAYS , it gives 500 error. anyone have same issue?
 

pumpy

Member
Sep 9, 2022
82
36
18
Download v17 from here and try to null it
Thanks, I did. I found 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 !

Code:
/* Request the update */

$altumcode_api = 'https://api2.altumcode.com/validate-update';
 

lukas.flexyyy

Active member
May 2, 2022
753
120
43
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 !
Yes, thats what I think too. So I guess it's impossible to null, isn't it?
 

lukas.flexyyy

Active member
May 2, 2022
753
120
43
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 !
We have to confess, it's pretty smart...
Yeah, I ahte the developer XD
Any idea how to find the sql file? Hahaha maybe there is the url in the code somewhere ...
 

pumpy

Member
Sep 9, 2022
82
36
18
Yeah, I ahte the developer XD
Any idea how to find the sql file? Hahaha maybe there is the url in the code somewhere ...
No, if the url was in code the whole developer technic would be useless.

I don't know if you know this tool, it can help search whole script code to find needed text :
"Advance Find and Replace". you can download from soft98.ir
 
  • Like
Reactions: lukas.flexyyy

lukas.flexyyy

Active member
May 2, 2022
753
120
43
Did @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 ...
Not yet, but he'll share :) .... he's the hope - buit he says he's using v19 and the latest is v17
 

pumpy

Member
Sep 9, 2022
82
36
18
Not yet, but he'll share :) .... he's the hope - buit he says he's using v19 and the latest is v17
Maybe 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?
 

lukas.flexyyy

Active member
May 2, 2022
753
120
43
Maybe 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?
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 it :(
 

rogerv2

Member
Jul 4, 2018
42
3
8
Not yet, but he'll share :) .... he's the hope - buit he says he's using v19 and the latest is v17
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
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu