• 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

guenzet

Member
Trusted Uploader
Nov 29, 2018
42
57
18
astuce-aide.com
guenzet submitted a new resource:

JobClass - Job Board Web Application - JobClass - Job Board Web Application

JobClass.jpg


JobClass is a powerful Job Board Web Application, an Open Source and modulable job board app having

a fully responsive design. It is packed with lots of features.
Features
  • Installation module integrated
  • Clean and Modern Design
  • Fully Responsive (also in Admin panel)
  • Built with PHP/MySQL & HTML5/CSS3
  • Frameworks: Laravel, Bootstrap, jQuery, VueJS...

Read more about this resource...
 

I am unable to install the script while installation its asking for the purchase code and not accepting any random Key. (
  • The purchase code valid field is required. ERROR: Invalid purchase code. The code must be 36 characters (including dashes).


Can you please provide the Nulled Version As well or someone can Null this script ?
 
  • Like
Reactions: trkylmz
I am unable to install the script while installation its asking for the purchase code and not accepting any random Key. (
  • The purchase code valid field is required. ERROR: Invalid purchase code. The code must be 36 characters (including dashes).


Can you please provide the Nulled Version As well or someone can Null this script ?

Is it the same? I live too @guenzet
 
guenzet updated JobClass - Job Board Web Application with a new update entry:

JobClass - Job Board Web Application with a new update

News:
  • From the v6.1.0 the script requires PHP 7.3 or higher.
  • Laravel 8.x support added.
  • Usage of Laravel Migrations instead of Raw SQL.
  • Usage of Eloquent (instead of Raw SQL) for ads search. By significantly reducing the number of SQL queries performed during a search.
  • GDPR: Users can allow marketing usage of their email address from forms.
  • Settings & Home sections codes improved.
  • Important: Language code is removed from URLs. Session is used...

Read the rest of this update entry...
 
  • Love
Reactions: Babak
I am unable to install the script while installation its asking for the purchase code and not accepting any random Key. (
  • The purchase code valid field is required. ERROR: Invalid purchase code. The code must be 36 characters (including dashes).


Can you please provide the Nulled Version As well or someone can Null this script ?

any solution to that?
 
  • Love
Reactions: Babak
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
 
Last edited:
guenzet updated JobClass - Job Board Web Application with a new update entry:

JobClass - Job Board Web Application with a new updatek

News:

Fixed:
Bugfix: Similar Ads (Near the ad location).
Update: PHP extension json checking before starting installation, added.
Update: The app can now detect the primary language of the country (without making redirection or using session).
NOTE:
* You have to activate the "Auto Detect and Select Language" option in the "Admin panel → Setup →...

Read the rest of this update entry...
 
  • Love
Reactions: Pirust and Babak

Forum statistics

Threads
78,864
Messages
1,127,907
Members
246,575
Latest member
Nación Pádel
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