• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Kayako Fusion Helpdesk

Kayako Fusion Helpdesk 4.93.13

No permission to download
thank you for that, I will test it out and see how it works with the keygen that i have then report back, might be a slight delay due to it being monday, however will work to provide an updated status.
I'm doing a fresh install, but I don't have the key.php file. in the previous posts the links are down. Can anybody help me? thank you
 
tho it is a nice idea, it has to run on ubuntu and most companies run linux, so really it's not as good as you think. I have the steps to make it work, granted I am still pushing for the latest version in various means.
Hello, I have the keygen to deskpro v4, which recquires a keyfile to generate keygen, I can attach. I just iinstalled the V5, and have no way of generating a keyfile and I am wondering if you can help with a crack or getting it to work please.

Better still if you have a better way of getting it to work kindly aid. Thank you.
 

Attachments

  • keygenDeskpro.php.zip
    4.1 KB · Views: 29
@sinauth if you can keep updating this resource it may be reassigned to you
 
Hello, I have the keygen to deskpro v4, which recquires a keyfile to generate keygen, I can attach. I just iinstalled the V5, and have no way of generating a keyfile and I am wondering if you can help with a crack or getting it to work please.

Better still if you have a better way of getting it to work kindly aid. Thank you.

You have to run the keygen in php 7.1 and then run the site on 7.3, unless the newer version supports over 7.3/7.4 but I’ll be working on it tonight.
 
  • Like
Reactions: jhonybravo12
update: Tested it out and you can do the keygen in PHP 7.1, then you go as far as 7.4 for the latest PHP version it supports. It won't work on PHP 8.0 or 8.1, at least that I can tell of as it gave me errors when I went above 7.4, so you can run it on 7.4 for sure.
 
update: Tested it out and you can do the keygen in PHP 7.1, then you go as far as 7.4 for the latest PHP version it supports. It won't work on PHP 8.0 or 8.1, at least that I can tell of as it gave me errors when I went above 7.4, so you can run it on 7.4 for sure.
Which version of Deskpro did you install please, is it the version 5 please or the version 4 please. Can you share steps or zip a working files please??
 
Which version of Deskpro did you install please, is it the version 5 please or the version 4 please. Can you share steps or zip a working files please??
Deskpro isn't the same as Kayako. I think you're mixing up the systems. There isn't a V5, it's Kayako Fusion V4.98.8 as the latest.
 
The current latest version of GFI Helpdesk 4.98.8 is available in this Google Drive folder. This is a temporary measure to get the latest build out while we are in process of making the build available on the official channel.
Code:
https://drive.google.com/drive/folders/1uM0YBojDzTK3DpheUrRVSbHH3CjU40B_

Please note that
This version work with PHP7.3
PHP version 7.3 is fully supported by Kayako Classic versions 4.93.0 to 4.98.9
Check system
Code:
https://classichelp.kayako.com/hc/en-us/articles/360006378700-Server-configuration-requirements

We recommend install on cPanel server

Code:
https://classichelp.kayako.com/hc/en-us/articles/360006378680-Installing-Kayako-Classic

I have keygen but work with PHP5

Edit this file
change your domain to want install
Code:
    $_licenseContainer['domains']['1']        = "support.babia.to";
    $_licenseContainer['domains']['2']        = "babia.to";
run it
You will get license code
Copy and save as key.php to root of domain or sub-domain

Have fun!

Code:
<?php
    function GenRandomString($length = 10)
    {
        $characters = "0123456789ABCDEF";
        $string = "";
        for ($p = 0; $p < $length; $p++) {
            $string .= $characters[mt_rand(0,15)];
        }
        return $string;
    }
 
    $_licenseContainer = array();


/**
* ###############################################
* MODIFY LICENSE DETAILS HERE
* ###############################################
*/

    $_licenseContainer['expiry']            = strtotime("2050-12-31 23:59:59");
    $_licenseContainer['fullname']            = "Babia.to Inc.,";
    $_licenseContainer['product']            = "Fusion";
    $_licenseContainer['licensedstaff']        = 999;
    $_licenseContainer['domains']['0']        = "localhost";
    $_licenseContainer['domains']['1']        = "support.babia.to";
    $_licenseContainer['domains']['2']        = "babia.to";
    $_licenseContainer['package']            = "Fusion";
    $_licenseContainer['organization']        = "Babia.to Inc.,";
    $_licenseContainer['uniqueid']            = GenRandomString(32);
    $_licenseContainer['istrial']['0']        = 0;
 
    // | md5_base64 | md5_decrypted | extended key | base64_data |
 
    $iv_size = mcrypt_get_iv_size( MCRYPT_RIJNDAEL_256, MCRYPT_MODE_ECB );
    $iv = mcrypt_create_iv( $iv_size, MCRYPT_RAND );
 
    $_decryptedData = serialize( $_licenseContainer );
    $_extendedKey = GenRandomString(12);
    $b64d = mcrypt_encrypt( MCRYPT_RIJNDAEL_256, "A376545AD82A8B695A60".$_extendedKey, $_decryptedData, MCRYPT_MODE_ECB, $iv );
    $_base64Data = base64_encode ( $b64d );
 
    $_keyChunksContainer[0] = md5( $_base64Data );
    $_keyChunksContainer[1] = md5( $_decryptedData );
    $_keyChunksContainer[2] = $_extendedKey;
    $_keyChunksContainer[3] = $_base64Data;
    $_resultKey = "<?php /* [" . $_keyChunksContainer[0] . ";" . $_keyChunksContainer[1] . ";" . $_keyChunksContainer[2] . ";" . $_keyChunksContainer[3] . "] */ ?>" . $_licenseContainer['uniqueid'];
 
     echo "<textarea rows=20 cols=100>". $_resultKey . "</textarea>";
    echo "<br><br>";
    echo "Av0id // REVENGE";
?>


BONUS
App for PC
Windows
Code:
https://drive.google.com/u/0/uc?id=1uJ23_onTSODEBu9K40hFhH6fqPNVL2TE&export=download
For Mac
Code:
https://classichelp.kayako.com/hc/en-us/article_attachments/4415742536850/KayakoDesktopForMac.pkg
For iPhone and iPad
Code:
https://apps.apple.com/us/app/kayako-classic/id843956132?platform=iphone

For Android
Code:
https://play.google.com/store/apps/details?id=com.kayako.android&hl=en_US
 
Last edited:
The current latest version of GFI Helpdesk 4.98.8 is available in this Google Drive folder. This is a temporary measure to get the latest build out while we are in process of making the build available on the official channel.
Code:
https://drive.google.com/drive/folders/1uM0YBojDzTK3DpheUrRVSbHH3CjU40B_

Please note that
This version work with PHP7.3
PHP version 7.3 is fully supported by Kayako Classic versions 4.93.0 to 4.98.9
Check system
Code:
https://classichelp.kayako.com/hc/en-us/articles/360006378700-Server-configuration-requirements

We recommend install on cPanel server

Code:
https://classichelp.kayako.com/hc/en-us/articles/360006378680-Installing-Kayako-Classic

I have keygen but work with PHP5

Edit this file
change your domain to want install
Code:
    $_licenseContainer['domains']['1']        = "support.babia.to";
    $_licenseContainer['domains']['2']        = "babia.to";
run it
You will get license code
Copy and save as key.php to root of domain or sub-domain

Have fun!

Code:
<?php
    function GenRandomString($length = 10)
    {
        $characters = "0123456789ABCDEF";
        $string = "";
        for ($p = 0; $p < $length; $p++) {
            $string .= $characters[mt_rand(0,15)];
        }
        return $string;
    }
 
    $_licenseContainer = array();


/**
* ###############################################
* MODIFY LICENSE DETAILS HERE
* ###############################################
*/

    $_licenseContainer['expiry']            = strtotime("2050-12-31 23:59:59");
    $_licenseContainer['fullname']            = "Babia.to Inc.,";
    $_licenseContainer['product']            = "Fusion";
    $_licenseContainer['licensedstaff']        = 0;
    $_licenseContainer['domains']['0']        = "localhost";
    $_licenseContainer['domains']['1']        = "support.babia.to";
    $_licenseContainer['domains']['2']        = "babia.to";
    $_licenseContainer['package']            = "Fusion";
    $_licenseContainer['organization']        = "Babia.to Inc.,";
    $_licenseContainer['uniqueid']            = GenRandomString(32);
    $_licenseContainer['istrial']['0']        = 0;
 
    // | md5_base64 | md5_decrypted | extended key | base64_data |
 
    $iv_size = mcrypt_get_iv_size( MCRYPT_RIJNDAEL_256, MCRYPT_MODE_ECB );
    $iv = mcrypt_create_iv( $iv_size, MCRYPT_RAND );
 
    $_decryptedData = serialize( $_licenseContainer );
    $_extendedKey = GenRandomString(12);
    $b64d = mcrypt_encrypt( MCRYPT_RIJNDAEL_256, "A376545AD82A8B695A60".$_extendedKey, $_decryptedData, MCRYPT_MODE_ECB, $iv );
    $_base64Data = base64_encode ( $b64d );
 
    $_keyChunksContainer[0] = md5( $_base64Data );
    $_keyChunksContainer[1] = md5( $_decryptedData );
    $_keyChunksContainer[2] = $_extendedKey;
    $_keyChunksContainer[3] = $_base64Data;
    $_resultKey = "<?php /* [" . $_keyChunksContainer[0] . ";" . $_keyChunksContainer[1] . ";" . $_keyChunksContainer[2] . ";" . $_keyChunksContainer[3] . "] */ ?>" . $_licenseContainer['uniqueid'];
 
     echo "<textarea rows=20 cols=100>". $_resultKey . "</textarea>";
    echo "<br><br>";
    echo "Av0id // REVENGE";
?>


BONUS
App for PC
Windows
Code:
https://drive.google.com/u/0/uc?id=1uJ23_onTSODEBu9K40hFhH6fqPNVL2TE&export=download
For Mac
Code:
https://classichelp.kayako.com/hc/en-us/article_attachments/4415742536850/KayakoDesktopForMac.pkg
For iPhone and iPad
Code:
https://apps.apple.com/us/app/kayako-classic/id843956132?platform=iphone

For Android
Code:
https://play.google.com/store/apps/details?id=com.kayako.android&hl=en_US


Why are you doing this? It has been already advised and all the steps have been laid out. You literally haven't been on this thread and then blast all this vs leaving the thread as is?
 
Why are you doing this? It has been already advised and all the steps have been laid out. You literally haven't been on this thread and then blast all this vs leaving the thread as is?
This post with file untouch download from dev
The guide used keygen to active product without nulled or modified core file
 
This post with file untouch download from dev
The guide used keygen to active product without nulled or modified core file
The steps that I have given is only doing keygen and key file then how to apply it nothing with core files or huge modifications. Those are done at the expense of the user nothing before hand.
 
GFI Helpdesk 4.98.9 Build 10335
Code:
https://drive.google.com/drive/folders/1EOXXR9p-yDZsG0Mq5s4qX58nRLdFyeHb

GFI Helpdesk 4.99.4 Latest
PHP version 8.2.1 is required by Kayako Classic versions 4.99+ (It won't work with PHP 7)
Code:
https://drive.google.com/drive/folders/1CE0V6WvenrheJABls_VgFagYqrsB5-sA
 
  • Like
Reactions: inetzec
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock