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

JobClass - Job Board Web Application

JobClass - Job Board Web Application 13.2.0

No permission to download
RECENT METHOD TO NULL JOBCLASS VERSION 7.0.6.

FOLLOW THESE SIMPLE STEPS TO USE SCRIPT WITHOUT ANY POBLEM.

The method is fully functional, made by me and tested by me as well. Do it at your own risk.

STEP 1:

C: \ wamp64 \ www \ jobclass.com \ app \ Http \ Controllers \ Install \ Traits \ Install

file name: ApiTrait.php

Edit line 37 change from "false" to "true"


STEP 2:

app / Http / Middleware / InstallationChecker.php

Line 133 remove the entire line and enclose ($ purchaseCode == 'null') or enclose only null in quotation marks
Edit line 134 and 135 commenting and add the code below



STEP 3:

C: \ wamp64 \ www \ jobclass.com \ vendor \ laravel \ framework \ src \ Illuminate \ Validation

file name: Validator.php

Comment on line 452

STEP 4: ENJOY


Any questions I am here to help.
Remember that the paths used there are from Wampserver where I took the test.

Do this with the domain where this installation intends to be installed.
array_key_exists(): The first argument should be either a string or an integer
In the: "\vendor\laravel\framework\src\Illuminate\Collections\Arr.php" file at line: 155
 
Why I get this error when Install

Internal Server Error​

The given data was invalid.
In the: "\vendor\laravel\framework\src\Illuminate\Support\helpers.php" file at line: 284

Is it nulled? because I try to put any number in purchase code
 
Can you provide this last version you mentioned, I will null it for you for free
will you please nulled v9.1.2 since I get error

Internal Server Error​

The given data was invalid.
In the: "\vendor\laravel\framework\src\Illuminate\Support\helpers.php" file at line: 284
 
Pourquoi j'obtiens cette erreur lors de l'installation

Erreur Interne du Serveur​

Les données fournies étaient invalides.
Dans le fichier : "\vendor\laravel\framework\src\Illuminate\Support\helpers.php" à la ligne : 284

Est-ce nul ? parce que j'essaie de mettre n'importe quel nombre dans le code d'achat
the script is not nulled
 
Update it please :) v10.0
 
Last edited:
Tu null the script, open the file:

Code:
\app\Http\Controllers\Web\Install\InstallController.php

Replace the line 322 from:
Code:
$this->validate($request, $rules, $messages);
to
Code:
$this->validate($request, $rules);

And delete from the line 305 to 315:
Code:
            if (!is_bool(data_get($purchaseCodeData, 'valid')) || !data_get($purchaseCodeData, 'valid')) {
                $rules['purchase_code_valid'] = 'required';
                if (data_get($purchaseCodeData, 'message')) {
                    $messages = [
                        'purchase_code_valid.required' => 'The :attribute field is required. ERROR: '
                            . '<strong>'
                            . data_get($purchaseCodeData, 'message')
                            . '</strong>'
                    ];
                }
            }

And in the file located at:
Code:
\app\Http\Middleware\InstallationChecker.php

Replace line 169 from:
Code:
dd(data_get($data, 'message'));
to
Code:
file_put_contents(storage_path('installed'), data_get($data, 'license_code'));
 
Last edited:

Forum statistics

Threads
79,462
Messages
1,142,924
Members
248,498
Latest member
edseds
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