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

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

No permission to download

oidmai

New member
May 12, 2022
23
14
3
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: themago

div.tilt2

Member
May 4, 2021
65
48
18
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
 

cyberindeed

Member
May 9, 2022
34
2
8
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!
 

oidmai

New member
May 12, 2022
23
14
3
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
 

cyberindeed

Member
May 9, 2022
34
2
8
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()];
        }
    }
}
 
  • Like
Reactions: Naijamomo

tronmega

New member
Dec 18, 2020
3
0
1
i have installed it but i can't access the admin page when i login its the default user page
 

Latest posts

Forum statistics

Threads
69,279
Messages
908,680
Members
237,544
Latest member
Muhammad Mustafa

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