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

Stake - Online Casino Gaming Platform | Laravel Single Page Application | PWA

Stake - Online Casino Gaming Platform | Laravel Single Page Application | PWA v1.21.0 Untouched

No permission to download
Can you share the way to cancel, I can understand it, you would do us all a favor, thanks in advance.
I haven't checked the file yet but let me see what I can do.

EDIT: Here's what I am doing to bypass the activation of any source file I tried from babiato so far.

First, I'll look for the installation pages file (refer to the img below).
1673173823706.png

Then I will look for the specific page (step) that is designated for the activation page.
Activation Page:
1673173956193.png
Activation Page Source File:
1673174001155.png

Lastly, you can do whatever you want to do to bypass the activation page. You can either remove line 7 to 14 altogether, set up a pre-defined value for the purchase code and email field, or whatever you want to as long as you can proceed to the next step without inputting the purchase code and email. And thats it.
 
Last edited:
  • Like
Reactions: zerozu and themago
I haven't checked the file yet but let me see what I can do.

EDIT: Here's what I am doing to bypass the activation of any source file I tried from babiato so far.

First, I'll look for the installation pages file (refer to the img below).
1673173823706.png

Then I will look for the specific page (step) that is designated for the activation page.
Activation Page:
1673173956193.png
Activation Page Source File:
1673174001155.png

Lastly, you can do whatever you want to do to bypass the activation page. You can either remove line 7 to 14 altogether, set up a pre-defined value for the purchase code and email field, or whatever you want to as long as you can proceed to the next step without inputting the purchase code and email. And thats it.

It's just views. Something must be done in the controllers
 
this scripts downloads additional files during installation & not possible without original license code. so whatever you do script will not work!

possible if someone have installed the script using original license & find those additional files & put into nulled version!
 
this scripts downloads additional files during installation & not possible without original license code. so whatever you do script will not work!

possible if someone have installed the script using original license & find those additional files & put into nulled version!
Well, this might be the answer to why you can't make it work @TheJohnClone214. I've never encountered any system that implements a process like this one yet
 
here is the code!
you can check at app/services/LicenseServices.php


PHP:
    public function download($code, $email, $hash, $version)
    {
        try {
            $client = new Client(['base_uri' => config('app.api.products.base_url')]);

            $response = $client->request('POST', 'products/download', [
                'form_params' => [
                    'code' => $code,
                    'email' => $email,
                    'domain' => request()->getHost(),
                    'hash' => $hash,
                    'version' => $version
                ],
            ]);

            return $response->getHeaderLine('Content-Type') == 'application/zip'
                ? (object) ['success' => TRUE, 'message' => $response->getHeaderLine('Security-Hash'), 'content' => $response->getBody()->getContents()]
                : json_decode($response->getBody()->getContents());
        } catch (\Throwable $e) {
            return (object) ['success' => FALSE, 'message' => $e->getMessage()];
        }
    }
}
 
i have installed it but i can't access the admin page when i login its the default user page
 
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