• The default language of any content posted is English.
ViserLance - Freelancing Marketplace Platform System

ViserLance - Freelancing Marketplace Platform System 1.2 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,369
Reactions
62,091
raz0r submitted a new resource:

ViserLance - Freelancing Marketplace Platform - Freelancing Marketplace Php Platform (Codecanyon Item ID: 32963029)

View attachment 1909

Viserlance NULLED, a professional Freelancing Marketplace Platform that’s comes with Premium features to take your business on a higher level. It is a complete premium item that comes with all features with a combination of all types of the digital marketplace. you able to run gigs-based websites, Hiring based websites, download-based websites, and what you need. We receive several requirements from our buyers, some...

Read more about this resource...
 
Hi, this script still has a bug that prevents you from publishing work, etc. ?
 
How to fix, software details - url
/software/details/post/1
Error decrypt?

The payload is invalid.​


decrypt('1')in /home/viserlance/public_html/core/app/Http/Controllers/SiteController.php (line 120)
  1. public function softwareDetails($slug, $id)
  2. {
  3. $pageTitle = "Software Details";
  4. $software = Software::where('status', 1)->whereHas('category', function ($q) {
  5. $q->where('status', 1);
  6. })->where('id', decrypt($id))->firstOrFail();

  7. $otherServices = Service::where('status', 1)->whereHas('category', function ($q) {
  8. $q->where('status', 1);
  9. })->where('user_id', $software->user_id)->with('user')->limit(4)->orderBy('id', 'DESC')->get();
 
How to fix, software details - url
/software/details/post/1
Error decrypt?

The payload is invalid.​


decrypt('1')in /home/viserlance/public_html/core/app/Http/Controllers/SiteController.php (line 120)
  1. public function softwareDetails($slug, $id)
  2. {
  3. $pageTitle = "Software Details";
  4. $software = Software::where('status', 1)->whereHas('category', function ($q) {
  5. $q->where('status', 1);
  6. })->where('id', decrypt($id))->firstOrFail();

  7. $otherServices = Service::where('status', 1)->whereHas('category', function ($q) {
  8. $q->where('status', 1);
  9. })->where('user_id', $software->user_id)->with('user')->limit(4)->orderBy('id', 'DESC')->get();
did you or anyone solves this? thank you in advance
 
Top