• 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"

Live Support Chat - Live Chat 3

Live Support Chat - Live Chat 3 v5.1.1 Untouched

No permission to download
I guess we can probably bypass that if we create an admin user account in it's mysql table? And then we login with that user account.
 
PHP:
    public function activate_license($license, $client, $create_lic = true){
        $res = array('status' => TRUE, 'message' => 'xxxxxxxx-xxxx-xxxxxx');

        return $res;
    }

    public function verify_license($time_based_check = false, $license = false, $client = false){
        $res = array('status' => TRUE, 'message' => 'xxxxxxxx-xxxx-xxxxxx');
        return $res;
    }

I did this with the verify_license and activate_license functions in the class\class.jaklic.php file and it seems to have worked
 
PHP:
    public function activate_license($license, $client, $create_lic = true){
        $res = array('status' => TRUE, 'message' => 'xxxxxxxx-xxxx-xxxxxx');

        return $res;
    }

    public function verify_license($time_based_check = false, $license = false, $client = false){
        $res = array('status' => TRUE, 'message' => 'xxxxxxxx-xxxx-xxxxxx');
        return $res;
    }

I did this with the verify_license and activate_license functions in the class\class.jaklic.php file and it seems to have worked
Perfect, you're a genius ;)
 
IMO, this script is not safe to use on live sites, it is deeply connected with developer's API, for example:

https://ipgeo.jakweb.ch/api/ and https://jakweb.ch/push/m is used in multiple files for user location data and push service.

$mail->AddAddress('[email protected]');

if we remove these API calls then script features won't work properly. And if we don't touch these API calls then developers knows the API calls from our sites and he can take actions like DMCA.

For me, location data and push is not that important, so I'm going to clean it fully for my use.
 
Last edited:
  • Like
Reactions: enigmahernandez
IMO, this script is not safe to use on live sites, it is deeply connected with developer's API, for example:

https://ipgeo.jakweb.ch/api/ and https://jakweb.ch/push/m is used in multiple files for user location data and push service.

$mail->AddAddress('[email protected]');

if we remove these API calls then script features won't work properly. And if we don't touch these API calls then developers knows the API calls from our sites and he can take actions like DMCA.

For me, location data and push is not that important, so I'm going to clean it fully for my use.
Hi, if you have cleaned the resource, please share it here.
 
  • Haha
Reactions: enigmahernandez
I try update from old to a new version.
This error got.

Oh dear, there is some fire on board. Some fields are not correct, please fix it.
Envato purchase code is invalid, please contact support!
 
Last edited:
  • Haha
Reactions: enigmahernandez
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