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

LocalCoins - Ultimate Peer to Peer Crypto Exchange Platform

LocalCoins - Ultimate Peer to Peer Crypto Exchange Platform v2.2

No permission to download
Babak updated LocalCoins - Ultimate Peer to Peer Crypto Exchange Platform with a new update entry:

LocalCoins v2.2

Download LocalCoins v2.2 - Ultimate Peer to Peer Crypto Exchange Platform Nulled Free
v2.2 – 20th September 2023

  • [ADD] New Elegant Template
  • [ADD] Subscriber Module
  • [ADD] Dynamic Cron Manager
  • [ADD] Update uploader
  • [FIX] Advertisement Search & Filtering Issue
  • [PATCH] Advertisement Module
  • [PATCH] Latest system patch
  • [PATCH] Latest security patch

Read the rest of this update entry...
 
  • Like
  • Love
Reactions: malton and Auwal
for bypass activation change source UtilityController
namespace Laramin\Utility\Controller;

use App\Http\Controllers\Controller;
use App\Lib\CurlRequest;
use App\Models\GeneralSetting;
use Illuminate\Http\Request;
use Laramin\Utility\VugiChugi;

class UtilityController extends Controller{

public function laraminStart()
{
$pageTitle = VugiChugi::lsTitle();
return view('Utility::laramin_start',compact('pageTitle'));
}

public function laraminSubmit(Request $request){
$param['code'] = $request->purchase_code;
$param['url'] = env("APP_URL");
$param['user'] = $request->envato_username;
$param['email'] = $request->email;

$env = $_ENV;
$env['PURCHASECODE'] = $request->purchase_code;
$laramin = fopen(dirname(__DIR__).'/laramin.json', "w");
$txt = '{
"purchase_code":'.'"'.$request->purchase_code.'",'.'
"installcode":'.'"hi~",'.'
"license_type":'.'"hi~"'.'
}';
fwrite($laramin, $txt);
fclose($laramin);

$general = GeneralSetting::first();
$general->maintenance_mode = 0;
$general->save();

return response()->json(['type'=>'success']);

}
}
 
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