• 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"

eClassify - Classified Buy and Sell Marketplace Flutter App with Laravel Admin Panel

eClassify - Classified Buy and Sell Marketplace Flutter App with Laravel Admin Panel v1.0.0

No permission to download

ihale64

Member
Dec 8, 2018
39
36
18
Babak submitted a new resource:

eClassify - Classified Buy and Sell Marketplace Flutter App with Laravel Admin Panel - Download eClassify Classified Buy and Sell Marketplace Flutter App with Laravel Admin Panel 51588129

Promo - Copy.jpg
Download eClassify Classified Buy and Sell Marketplace Flutter App with Laravel Admin Panel 51588129 Nulled Free
Dynamic Home Layout
Offers a customizable home page with filter options and layout designs, improving user experience and engagement.

Item Management

Users can manage their items and mark them as sold out when necessary.

Location-Based Item Fetching

Items are fetched based on the user’s location, enhancing relevance and convenience...

Read more about this resource...
 
not null, Please null it or upload databese .


I installed the untouched version. However, you can easily null it.

Change the content of the relevant file (InstallerController.php) with the code below and enter the word "babiato" as the purchase code.

Relevant file path:
Eclassify Admin Panel\app\Http\Controllers\InstallerController.php

New content of the file:

Code:
<?php


namespace App\Http\Controllers;
use dacoto\EnvSet\Facades\EnvSet;
use dacoto\LaravelWizardInstaller\Controllers\InstallFolderController;
use dacoto\LaravelWizardInstaller\Controllers\InstallServerController;
use Exception;
use Illuminate\Http\Request;
use Illuminate\Routing\Controller;


class InstallerController extends Controller {
    public function purchaseCodeIndex() {
        if (!(new InstallServerController())->check() || !(new InstallFolderController())->check()) {
            return redirect()->route('LaravelWizardInstaller::install.folders');
        }
        return view('vendor.installer.steps.purchase-code');
    }




    public function checkPurchaseCode(Request $request) {
            try {
                $purchase_code = $request->input('purchase_code');
                if ($purchase_code === 'babiato') {
                    EnvSet::setKey('APPSECRET', $purchase_code);
                    EnvSet::save();


                    return redirect()->route('install.database');
                } else {
                    return view('vendor.installer.steps.purchase-code', ['error' => 'invalid key.']);
                }
            } catch (\Throwable $e) {
                return view('vendor.installer.steps.purchase-code', ['error' => $e->getMessage()]);
            }
        }
    }
 
I installed the untouched version. However, you can easily null it.

Change the content of the relevant file (InstallerController.php) with the code below and enter the word "babiato" as the purchase code.

Relevant file path:
Eclassify Admin Panel\app\Http\Controllers\InstallerController.php

New content of the file:

Code:
<?php


namespace App\Http\Controllers;
use dacoto\EnvSet\Facades\EnvSet;
use dacoto\LaravelWizardInstaller\Controllers\InstallFolderController;
use dacoto\LaravelWizardInstaller\Controllers\InstallServerController;
use Exception;
use Illuminate\Http\Request;
use Illuminate\Routing\Controller;


class InstallerController extends Controller {
    public function purchaseCodeIndex() {
        if (!(new InstallServerController())->check() || !(new InstallFolderController())->check()) {
            return redirect()->route('LaravelWizardInstaller::install.folders');
        }
        return view('vendor.installer.steps.purchase-code');
    }




    public function checkPurchaseCode(Request $request) {
            try {
                $purchase_code = $request->input('purchase_code');
                if ($purchase_code === 'babiato') {
                    EnvSet::setKey('APPSECRET', $purchase_code);
                    EnvSet::save();


                    return redirect()->route('install.database');
                } else {
                    return view('vendor.installer.steps.purchase-code', ['error' => 'invalid key.']);
                }
            } catch (\Throwable $e) {
                return view('vendor.installer.steps.purchase-code', ['error' => $e->getMessage()]);
            }
        }
    }
yes bro i null it thank you
 
  • Like
Reactions: ihale64

Version 1.0.1​

( updated on 12-Apr-2024 )

+ [Imrovement] RTL Layout (App + & Admin Panel)
+ [Imrovement] Mobile responsive layout (Admin Panel)
+ [Improvement] Dark Theme
+ [Added] Filters added in Custom Fields & Items (Admin Panel)
+ [Added] English Name field added in language form (App & Admin Panel)
+ [Added] Interstitial Google + (App)
+ [Added] Native Share Link (App)
+ [Fix] Missing language labels
+ [Fix] Known Bug Fixes

Update please
 
I installed the untouched version. However, you can easily null it.

Change the content of the relevant file (InstallerController.php) with the code below and enter the word "babiato" as the purchase code.

Relevant file path:
Eclassify Admin Panel\app\Http\Controllers\InstallerController.php

New content of the file:

Code:
<?php


namespace App\Http\Controllers;
use dacoto\EnvSet\Facades\EnvSet;
use dacoto\LaravelWizardInstaller\Controllers\InstallFolderController;
use dacoto\LaravelWizardInstaller\Controllers\InstallServerController;
use Exception;
use Illuminate\Http\Request;
use Illuminate\Routing\Controller;


class InstallerController extends Controller {
    public function purchaseCodeIndex() {
        if (!(new InstallServerController())->check() || !(new InstallFolderController())->check()) {
            return redirect()->route('LaravelWizardInstaller::install.folders');
        }
        return view('vendor.installer.steps.purchase-code');
    }




    public function checkPurchaseCode(Request $request) {
            try {
                $purchase_code = $request->input('purchase_code');
                if ($purchase_code === 'babiato') {
                    EnvSet::setKey('APPSECRET', $purchase_code);
                    EnvSet::save();


                    return redirect()->route('install.database');
                } else {
                    return view('vendor.installer.steps.purchase-code', ['error' => 'invalid key.']);
                }
            } catch (\Throwable $e) {
                return view('vendor.installer.steps.purchase-code', ['error' => $e->getMessage()]);
            }
        }
    }
Thanks Mate
 
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