• 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
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>'
                    ];
                }
            }
thank you my friend :)
 
Hello,
I get a view like this if I go to the admin page. css is not readable.
1653638380963.png
Is there a solution to solve it, thank you
 
Hello,
I get a view like this if I go to the admin page. css is not readable.
1653638380963.png
Is there a solution to solve it, thank you
I don’t have this issue..
Are you sure all technical requirements were met? And open_basedir is deactivated?
 
after install :

403​

Forbidden​

Access to this resource on the server is denied!
 
Did you uploaded the .htaccess from the script to your server? This is weird, I didn't had any of this issues.
 
this is my htaccess file :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
 
After a few days of test I wouldn't recommend this script, there are a bunch of bugs from small ones to pretty big ones.. I'll switch back to my old WordPress + WP Job Manager combination.
 
  • Like
Reactions: Yongsan
Didn't tried this one yet, have you?
Maybe I'll give it a shot later, my website is currently up and running and I'm having visitors i.e. So I don't want to switch scripts each week haha

But at some point I'll have to leave the WordPress + WP Jon Manager stuff, it's overcomplicated for nothing.
me too bro i like the script above ( it is shared here on Babiato Family too ) is more good to go on Script than on wordpress that has many complicated things and you are still a bit limited to do what you want
 
I Had Just Installed Version 10..0.1,, Now Is Trying. Did Anyone Able Changed The Logo, I Do Had Change It At The Admin Panel. But Unable Save It

Do Anyone Had The Latest Version 10.0.4 Or Method To Solved It
 
Last edited:
I Had Just Installed Version 10..0.1,, Now Is Trying. Did Anyone Able Changed The Logo, I Do Had Change It At The Admin Panel. But Unable Save It

Do Anyone Had The Latest Version 10.0.4 Or Method To Solved It
I've had the same issue when I tried the script and some other bugs too. The whole thing is buggy, I came back to my old script. Will try maybe later when a new version will be released.
 
Can I get this script?
 

Attachments

  • Screenshot 2022-09-03 104434.png
    Screenshot 2022-09-03 104434.png
    272.9 KB · Views: 10
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.
I don't see.. anything like this
www \ jobclass.com \ app \ Http \ Controllers \ Install \ Traits \ Install

file name: ApiTrait.php

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

I mean, yes, i found apitrait.php but, there's no code like 'false' or something you mentioned above.
 
From new version there's no something like that.... anyway, thanks.
I was successful to skip check purchase code

For Install :
Go to app/Http/Controllers/Install/InstallController.php
find code method -> public function siteInfo(Request $request)

Remove or comment this code :
Code:
$purchaseCodeData = $this->purchaseCodeChecker($request->input('purchase_code'));
if ($purchaseCodeData->valid == false) {
  $rules['purchase_code_valid'] = 'required';
  if ($purchaseCodeData->message != '') {
    $messages = ['purchase_code_valid.required' => 'The :attribute field is required. ERROR: <strong>' . $purchaseCodeData->message . '</strong>'];
  }
}


After Install
go to app/Http/Middleware/InstallationChecker.php

find method -> checkPurchaseCode($request)

remove or comment this code :
Code:
$apiUrl = config('larapen.core.purchaseCodeCheckerUrl') . config('settings.app.purchase_code') . '&item_id=' . config('larapen.core.itemId');
$data = Curl::fetch($apiUrl);

and add this code:
Code:
$data = json_encode(['valid' => true, 'message' => '', 'license_code'=>'12345']);

By the way maybe this for temporary only, please wait @NullMaster to share nulled version

Thanks
 
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