Null request - PayPark - Ultimate Parking Management System

wooyihoo

Active member
Babiato Lover
Trusted Uploader
Oct 26, 2020
159
69
28
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: tanierlyons

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
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😀
 

wooyihoo

Active member
Babiato Lover
Trusted Uploader
Oct 26, 2020
159
69
28
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);
        }
 

ChintanBhat

Well-known member
Null Master
Trusted Uploader
Nov 18, 2020
1,124
1,130
120
39
Universe
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!😂
 

Jg_selisa

Well-known member
Trusted Uploader
Feb 10, 2019
432
302
63
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: 71
  • Like
Reactions: tanierlyons

vibrations

Member
Oct 24, 2020
44
25
18
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
 

Forum statistics

Threads
69,229
Messages
908,458
Members
237,125
Latest member
b4lance10

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