JobClass - Job Board Web Application

JobClass - Job Board Web Application 13.2.0

No permission to download

akdxb

Member
Apr 4, 2020
87
27
18
Need help, can't the php version 8.02 and the exec doesn't get fixed even though I am using php version 8.1 and have tried in the 8.0

used different browsers, issue is still the same.

this setup is using in the cPanel.
 

Attachments

  • Screen Shot 2022-09-27 at 1.41.46 PM.png
    Screen Shot 2022-09-27 at 1.41.46 PM.png
    291.1 KB · Views: 21

jefflau76

Member
May 14, 2022
114
20
18
CheckIn
Sir, The JobClass Documentation Show That Needed To Added CronJob * * * * * {PHP_BIN_PATH} /path/to/public_html/artisan schedule:run >> /dev/null 2>&1 If I Using Cpanel How May I Put. May Anyone Gave Me Some Guide
 

Job

New member
May 30, 2021
18
-1
1
hello i get this security issue
1 issue detected
Google has detected harmful content on some of your site’s pages. We recommend that you remove it as soon as possible. Until then, browsers such as Google Chrome will display a warning when users visit or download certain files from your site.
What those harmful on this product
 
May 31, 2021
41
12
8
Aizawl, Mizoram
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
I can't found second option you mentioned above.
 

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