JobClass - Job Board Web Application

JobClass - Job Board Web Application 13.2.0

No permission to download

guenzet

Member
Trusted Uploader
Nov 29, 2018
40
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...
 

hiitsjb1

Active member
Aug 8, 2019
493
110
43
digitalive.world

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

trkylmz

New member
Sep 29, 2020
7
1
3
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

Member
Trusted Uploader
Nov 29, 2018
40
57
18
astuce-aide.com
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: tanierlyons

guenzet

Member
Trusted Uploader
Nov 29, 2018
40
57
18
astuce-aide.com

xtzcommunity

New member
Nov 5, 2020
5
1
1
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?
 

guenzet

Member
Trusted Uploader
Nov 29, 2018
40
57
18
astuce-aide.com
  • Love
Reactions: tanierlyons

tgkamal

New member
May 15, 2020
13
18
3
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

Member
Trusted Uploader
Nov 29, 2018
40
57
18
astuce-aide.com
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...
 

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