• NullMasters - Please Only Handle Nulling Requests That Have Been Given The Approved Badge.

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

Null request - PayPark - Ultimate Parking Management System

replace the setup > index.php line 151 from

Code:
if ($activate_response['status'] != true)

to

Code:
if ($activate_response['status'] == true)

then run installer and put any license key, you'll be able to install the app without any issues.
 
  • Like
Reactions: Babak
replace the setup > index.php line 151 from

Code:
if ($activate_response['status'] != true)

to

Code:
if ($activate_response['status'] == true)

then run installer and put any license key, you'll be able to install the app without any issues.
Well it's done😀
 
hmm.. it does. I found it in app > middleware > LicenceCheck.php

just do this from lines 22 to 32:

Code:
$api = new LicenseBoxAPI();
        if (class_exists('LicenseBoxAPI')) {
            // $res = $api->verify_license();
            // if ($res['status'] !== true) {
            //     Artisan::call('down');
            //     abort(503);
            // }
            return $next($request);
        } else {
            // Artisan::call('down');
            return $next($request);
        }
 
hmm.. it does. I found it in app > middleware > LicenceCheck.php

just do this from lines 22 to 32:

Code:
$api = new LicenseBoxAPI();
        if (class_exists('LicenseBoxAPI')) {
            // $res = $api->verify_license();
            // if ($res['status'] !== true) {
            //     Artisan::call('down');
            //     abort(503);
            // }
            return $next($request);
        } else {
            // Artisan::call('down');
            return $next($request);
        }
Yes they used very cheap license protector for licensing. LicenseBox Lol!😂
 
Somebody with some big balls wrote the author about this resource SMH
 

Attachments

  • Screen Shot 2020-12-10 at 2.24.27 PM.png
    Screen Shot 2020-12-10 at 2.24.27 PM.png
    140.1 KB · Views: 82
  • Like
Reactions: Babak
i tested the admin panel.. seem to work fine.. but not getting the apps to build. seems like v1.0 get bugs. trying to source v.1.1
 
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