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

MineLab - Cloud Crypto Mining Platform

MineLab - Cloud Crypto Mining Platform Version 2.2 – 12th February 2023

No permission to download
paulo3d updated MineLab - Cloud Crypto Mining Platform with a new update entry:

MineLab - Cloud Crypto Mining Platform

Version 2.2 – 12th February 2023​

  • [FIX] Admin can’t add or update miners.
  • [FIX] 405 error while updating General Setting.
  • [FIX] 404 error while approving pending withdrawals.
  • [FIX] Submenu not appearing on mobile devices.
  • [FIX] Error while rejecting pending payment.
  • [FIX] Error on viewing ticket from admin panel.
  • [FIX] Error on viewing payment details.
  • [FIX] Rounding very small decimal numbers making 0.

Read the rest of this update entry...
 
  • Love
Reactions: rajamsaddique

How to null this script​

this developer did not take much interest in protecting it, so let's go

Step 01​

Open the file Utility.php located in the link​

Code:
..\core\vendor\laramin\utility\src\

Delete or comment the lines between #11 until #13​

Code:
//        if (!Helpmate::sysPass()) {
//            return redirect()->route(VugiChugi::acRouter());
//        }

Step 02​

Open the file Helpmate.php located in​

Code:
..\core\vendor\laramin\utility\src\

Comment or delete the lines between the line #15 until #23​

Code:
//        $hasPurchaseCode = cache()->get('purchase_code');
//        if (!$hasPurchaseCode) {
//            $hasPurchaseCode = env('PURCHASECODE');
//            cache()->set('purchase_code',$hasPurchaseCode);
//        }
//
//        if (!$fileExists || $general->maintenance_mode == 9 || !$hasPurchaseCode) {
//            return false;
//        }

Step 03​

Open the file index.php located in​

Code:
..\install\

Locate the line #77 and put below, this code:​

Code:
    $response = ['error' => 'ok', 'message' => strrev('Nulled by EnigmaGirl')];

Step 04​

Delete or comment the lines between #118 until #120​

Code:
//$file = fopen($response['location'], 'w');
//            fwrite($file, $response['body']);
//            fclose($file);

And put below the line #120 this credentials​

Code:
            $db_name = $_POST['db_name'];
            $db_host = $_POST['db_host'];
            $db_user = $_POST['db_user'];
            $db_pass = $_POST['db_pass'];
            $email = $_POST['email'];
            $siteurl = appUrl();
            $app_key = base64_encode(random_bytes(32));
            $envcontent = "
            APP_NAME=Laravel
            APP_ENV=local
            APP_KEY=base64:$app_key
            APP_DEBUG=false
            APP_URL=$siteurl

            LOG_CHANNEL=stack

            DB_CONNECTION=mysql
            DB_HOST=$db_host
            DB_PORT=3306
            DB_DATABASE=$db_name
            DB_USERNAME=$db_user
            DB_PASSWORD=$db_pass

            BROADCAST_DRIVER=log
            CACHE_DRIVER=file
            QUEUE_CONNECTION=sync
            SESSION_DRIVER=file
            SESSION_LIFETIME=120

            REDIS_HOST=127.0.0.1
            REDIS_PASSWORD=null
            REDIS_PORT=6379

            MAIL_MAILER=smtp
            MAIL_HOST=smtp.mailtrap.io
            MAIL_PORT=2525
            MAIL_USERNAME=null
            MAIL_PASSWORD=null
            MAIL_ENCRYPTION=null
            MAIL_FROM_ADDRESS=null
            MAIL_FROM_NAME='${APP_NAME}'

            AWS_ACCESS_KEY_ID=
            AWS_SECRET_ACCESS_KEY=
            AWS_DEFAULT_REGION=us-east-1
            AWS_BUCKET=

            PUSHER_APP_ID=
            PUSHER_APP_KEY=
            PUSHER_APP_SECRET=
            PUSHER_APP_CLUSTER=mt1

            MIX_PUSHER_APP_KEY='${PUSHER_APP_KEY}'
            MIX_PUSHER_APP_CLUSTER='${PUSHER_APP_CLUSTER}'

            ";
            $envpath = dirname(__DIR__, 1) . '/core/.env';
            file_put_contents($envpath, $envcontent);

And Voilá, This script is nulled 100%​

let me know if it worked for you, with a like or a thank you comment
 
Last edited:
  • Like
Reactions: paulo3d
Thanks bro

How to null this script​

this developer did not take much interest in protecting it, so let's go

Step 01​

Open the file Utility.php located in the link​

Code:
..\core\vendor\laramin\utility\src\

Delete or comment the lines between #11 until #13​

Code:
//        if (!Helpmate::sysPass()) {
//            return redirect()->route(VugiChugi::acRouter());
//        }

Step 02​

Open the file Helpmate.php located in​

Code:
..\core\vendor\laramin\utility\src\

Comment or delete the lines between the line #15 until #23​

Code:
//        $hasPurchaseCode = cache()->get('purchase_code');
//        if (!$hasPurchaseCode) {
//            $hasPurchaseCode = env('PURCHASECODE');
//            cache()->set('purchase_code',$hasPurchaseCode);
//        }
//
//        if (!$fileExists || $general->maintenance_mode == 9 || !$hasPurchaseCode) {
//            return false;
//        }[
/CODE]

[HEADING=2]Step 03[/HEADING]
[HEADING=2]Open the file index.php located in[/HEADING]
[CODE]..\install\

Locate the line #77 and put below, this code:​

Code:
    $response = ['error' => 'ok', 'message' => strrev('Nulled by EnigmaGirl')];

Step 04​

Delete or comment the lines between #118 until #120​

Code:
//$file = fopen($response['location'], 'w');
//            fwrite($file, $response['body']);
//            fclose($file);[
/CODE]
 
[HEADING=2]And put below the line #120 this credentials[/HEADING]
[CODE]
            $db_name = $_POST['db_name'];
            $db_host = $_POST['db_host'];
            $db_user = $_POST['db_user'];
            $db_pass = $_POST['db_pass'];
            $email = $_POST['email'];
            $siteurl = appUrl();
            $app_key = base64_encode(random_bytes(32));
            $envcontent = "
            APP_NAME=Laravel
            APP_ENV=local
            APP_KEY=base64:$app_key
            APP_DEBUG=false
            APP_URL=$siteurl

            LOG_CHANNEL=stack

            DB_CONNECTION=mysql
            DB_HOST=$db_host
            DB_PORT=3306
            DB_DATABASE=$db_name
            DB_USERNAME=$db_user
            DB_PASSWORD=$db_pass

            BROADCAST_DRIVER=log
            CACHE_DRIVER=file
            QUEUE_CONNECTION=sync
            SESSION_DRIVER=file
            SESSION_LIFETIME=120

            REDIS_HOST=127.0.0.1
            REDIS_PASSWORD=null
            REDIS_PORT=6379

            MAIL_MAILER=smtp
            MAIL_HOST=smtp.mailtrap.io
            MAIL_PORT=2525
            MAIL_USERNAME=null
            MAIL_PASSWORD=null
            MAIL_ENCRYPTION=null
            MAIL_FROM_ADDRESS=null
            MAIL_FROM_NAME='${APP_NAME}'

            AWS_ACCESS_KEY_ID=
            AWS_SECRET_ACCESS_KEY=
            AWS_DEFAULT_REGION=us-east-1
            AWS_BUCKET=

            PUSHER_APP_ID=
            PUSHER_APP_KEY=
            PUSHER_APP_SECRET=
            PUSHER_APP_CLUSTER=mt1

            MIX_PUSHER_APP_KEY='${PUSHER_APP_KEY}'
            MIX_PUSHER_APP_CLUSTER='${PUSHER_APP_CLUSTER}'

            ";
            $envpath = dirname(__DIR__, 1) . '/core/.env';
            file_put_contents($envpath, $envcontent);

And Voilá, This script is nulled 100%​

let me know if it worked for you, with a like or a thank you comment
Thanks bro
 
  • Like
Reactions: enigmahernandez

How to null this script​

this developer did not take much interest in protecting it, so let's go

Step 01​

Open the file Utility.php located in the link​

Code:
..\core\vendor\laramin\utility\src\

Delete or comment the lines between #11 until #13​

Code:
//        if (!Helpmate::sysPass()) {
//            return redirect()->route(VugiChugi::acRouter());
//        }

Step 02​

Open the file Helpmate.php located in​

Code:
..\core\vendor\laramin\utility\src\

Comment or delete the lines between the line #15 until #23​

Code:
//        $hasPurchaseCode = cache()->get('purchase_code');
//        if (!$hasPurchaseCode) {
//            $hasPurchaseCode = env('PURCHASECODE');
//            cache()->set('purchase_code',$hasPurchaseCode);
//        }
//
//        if (!$fileExists || $general->maintenance_mode == 9 || !$hasPurchaseCode) {
//            return false;
//        }

Step 03​

Open the file index.php located in​

Code:
..\install\

Locate the line #77 and put below, this code:​

Code:
    $response = ['error' => 'ok', 'message' => strrev('Nulled by EnigmaGirl')];

Step 04​

Delete or comment the lines between #118 until #120​

Code:
//$file = fopen($response['location'], 'w');
//            fwrite($file, $response['body']);
//            fclose($file);

And put below the line #120 this credentials​

Code:
            $db_name = $_POST['db_name'];
            $db_host = $_POST['db_host'];
            $db_user = $_POST['db_user'];
            $db_pass = $_POST['db_pass'];
            $email = $_POST['email'];
            $siteurl = appUrl();
            $app_key = base64_encode(random_bytes(32));
            $envcontent = "
            APP_NAME=Laravel
            APP_ENV=local
            APP_KEY=base64:$app_key
            APP_DEBUG=false
            APP_URL=$siteurl

            LOG_CHANNEL=stack

            DB_CONNECTION=mysql
            DB_HOST=$db_host
            DB_PORT=3306
            DB_DATABASE=$db_name
            DB_USERNAME=$db_user
            DB_PASSWORD=$db_pass

            BROADCAST_DRIVER=log
            CACHE_DRIVER=file
            QUEUE_CONNECTION=sync
            SESSION_DRIVER=file
            SESSION_LIFETIME=120

            REDIS_HOST=127.0.0.1
            REDIS_PASSWORD=null
            REDIS_PORT=6379

            MAIL_MAILER=smtp
            MAIL_HOST=smtp.mailtrap.io
            MAIL_PORT=2525
            MAIL_USERNAME=null
            MAIL_PASSWORD=null
            MAIL_ENCRYPTION=null
            MAIL_FROM_ADDRESS=null
            MAIL_FROM_NAME='${APP_NAME}'

            AWS_ACCESS_KEY_ID=
            AWS_SECRET_ACCESS_KEY=
            AWS_DEFAULT_REGION=us-east-1
            AWS_BUCKET=

            PUSHER_APP_ID=
            PUSHER_APP_KEY=
            PUSHER_APP_SECRET=
            PUSHER_APP_CLUSTER=mt1

            MIX_PUSHER_APP_KEY='${PUSHER_APP_KEY}'
            MIX_PUSHER_APP_CLUSTER='${PUSHER_APP_CLUSTER}'

            ";
            $envpath = dirname(__DIR__, 1) . '/core/.env';
            file_put_contents($envpath, $envcontent);

And Voilá, This script is nulled 100%​

let me know if it worked for you, with a like or a thank you comment
i tried it but still not accepting license
 
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