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

MonsterTools: The All-in-One SEO & Web Toolkit, like a Swiss Army Knife

MonsterTools: The All-in-One SEO & Web Toolkit, like a Swiss Army Knife V2.1.0

No permission to download

Tuton

Your attitude determines your direction.
Staff member
Moderator
Babiato Lover
Trusted Uploader
May 23, 2019
2,212
3,104
120
Near You
babia.to
tuton012 submitted a new resource:

MonsterTools: The All-in-One SEO & Web Toolkit, like a Swiss Army Knife - Download free MonsterTools: The All-in-One SEO & Web Toolkit, like a Swiss Army Knife Nulled

ntroducing “Monster Tools” – the ultimate web application for all your digital needs! This innovative code offers a comprehensive suite of tools for everyday use, SEO optimization, Image Optimization, Developer Tools, Website Management Tools, and more. With Monster Tools, you can create your very own web application that streamlines your online operations, increases your visibility, and takes your business to the next level.

Transform your website into a revenue-generating machine with...

Read more about this resource...
 

Hi, @rksharma can you share how bypass license?​

open website\app\Install and replace this code in VerifyPurchase.php


Code:
<?php

namespace App\Install;

use Illuminate\Support\Facades\URL;
use Illuminate\Support\Facades\Request;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Facades\Redirect;

class VerifyPurchase
{
    protected $provider = 'https://verify.bcstatic.com/api-provider';
    protected $product = 'monster-tools';
    protected $key_path;

    public function __construct()
    {
        if (!isset($this->provider)) {
            abort(401, 'Something went wrong, please contact support.');
        }

        $this->key_path = storage_path('app/.' . $this->product);
    }

    public function satisfied()
    {
        return true;
        if (file_exists($this->key_path)) {
            return true;
        }

        return false;
    }

    public function authorize()
    {
        $authorized = Request::input('authorized');
        $message = Request::input('message');
        $authorized_key = Request::input('authorized_key', null);

        if ($authorized === 'success' && $authorized_key) {
            return $this->generate_key($authorized_key, $message);
        } else {
            return redirect('/install/verify')->withErrors($message);
        }
    }

    public function login()
    {
        $redirect = $this->provider . '?item=' . $this->product . '&return_uri=' . urlencode(URL::route('verify.return'));

        return Redirect::away($redirect);
    }

    protected function generate_key($code, $message)
    {
        if (!$this->satisfied()) {
            $filename = '.' . $this->product;
            Storage::disk('local')->put($filename, $code);
        }

        return redirect('/install/verify')->withSuccess($message);
    }
}
 
open website\app\Install and replace this code in VerifyPurchase.php


Code:
<?php

namespace App\Install;

use Illuminate\Support\Facades\URL;
use Illuminate\Support\Facades\Request;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Facades\Redirect;

class VerifyPurchase
{
    protected $provider = 'https://verify.bcstatic.com/api-provider';
    protected $product = 'monster-tools';
    protected $key_path;

    public function __construct()
    {
        if (!isset($this->provider)) {
            abort(401, 'Something went wrong, please contact support.');
        }

        $this->key_path = storage_path('app/.' . $this->product);
    }

    public function satisfied()
    {
        return true;
        if (file_exists($this->key_path)) {
            return true;
        }

        return false;
    }

    public function authorize()
    {
        $authorized = Request::input('authorized');
        $message = Request::input('message');
        $authorized_key = Request::input('authorized_key', null);

        if ($authorized === 'success' && $authorized_key) {
            return $this->generate_key($authorized_key, $message);
        } else {
            return redirect('/install/verify')->withErrors($message);
        }
    }

    public function login()
    {
        $redirect = $this->provider . '?item=' . $this->product . '&return_uri=' . urlencode(URL::route('verify.return'));

        return Redirect::away($redirect);
    }

    protected function generate_key($code, $message)
    {
        if (!$this->satisfied()) {
            $filename = '.' . $this->product;
            Storage::disk('local')->put($filename, $code);
        }

        return redirect('/install/verify')->withSuccess($message);
    }
}
Screenshot 2023-02-10 150426.png

Installed but no icon or image visible, also i have to add /public/index.php in order to access the site with my domain. on the domain like xyz.com its showing 403 but xyz.com/public/index.php working without any image
 
Upload the below sql after you have created database ,username and password then paste the following in your .env file:
APP_NAME="Monster Tools"
APP_ENV=local
APP_KEY=base64:QnfTEO6KC5Yugz+Z4g5gVe8z8S8d0zHD6BEyF3MFDy4=
APP_DEBUG=false
APP_URL=https://localhost
APP_INSTALLED=true
APP_VERSION=1.0.0
APP_ADMIN_PREFIX=admin
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
IGNITION_EDITOR=vscode
DEBUGBAR_ENABLED=false
SYSTEM_TIMEZONE=America/Tijuana
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=monster-seo
DB_USERNAME=monster-seo
DB_PASSWORD=monster-seo
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
FILESYSTEM_DRIVER=public
FILESYSTEM_DISK="${FILESYSTEM_DRIVER}"
UPLOADER_TEMP_DISK=local
UPLOADER_TEMP_PATH=temp
PUBLIC_FILES_DISK="${FILESYSTEM_DRIVER}"
PUBLIC_FILES_PATH=uploads
UPLOADER_CHUNKS_PATH=uploads/chunks
MEMCACHED_HOST=127.0.0.1
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=sendmail
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=[email protected]
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
WAS_ACCESS_KEY_ID=
WAS_SECRET_ACCESS_KEY=
WAS_DEFAULT_REGION=us-east-1
WAS_BUCKET=
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
FRONT_THEME=canvas
FACEBOOK_APP_ID=
FACEBOOK_REDIRECT=
STRIPE_KEY=
STRIPE_SECRET=
BRIANTREE_MODE=ture
BRIANTREE_MERCHANT_ID=
BRIANTREE_PUBLIC_KEY=
BRIANTREE_PRIVATE_KEY=
PAYPAL_MODE=sandbox
PAYPAL_SANDBOX_CLIENT_ID=
PAYPAL_SANDBOX_CLIENT_SECRET=
PAYPAL_LIVE_CLIENT_ID=
PAYPAL_LIVE_CLIENT_SECRET=
PAYPAL_LIVE_APP_ID=
PAYPAL_VALIDATE_SSL=TRUE
PAYPAL_NOTIFY_URL=
 
Upload the below sql after you have created database ,username and password then paste the following in your .env file:
APP_NAME="Monster Tools"
APP_ENV=local
APP_KEY=base64:QnfTEO6KC5Yugz+Z4g5gVe8z8S8d0zHD6BEyF3MFDy4=
APP_DEBUG=false
APP_URL=https://localhost
APP_INSTALLED=true
APP_VERSION=1.0.0
APP_ADMIN_PREFIX=admin
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
IGNITION_EDITOR=vscode
DEBUGBAR_ENABLED=false
SYSTEM_TIMEZONE=America/Tijuana
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=monster-seo
DB_USERNAME=monster-seo
DB_PASSWORD=monster-seo
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
FILESYSTEM_DRIVER=public
FILESYSTEM_DISK="${FILESYSTEM_DRIVER}"
UPLOADER_TEMP_DISK=local
UPLOADER_TEMP_PATH=temp
PUBLIC_FILES_DISK="${FILESYSTEM_DRIVER}"
PUBLIC_FILES_PATH=uploads
UPLOADER_CHUNKS_PATH=uploads/chunks
MEMCACHED_HOST=127.0.0.1
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=sendmail
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=[email protected]
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
WAS_ACCESS_KEY_ID=
WAS_SECRET_ACCESS_KEY=
WAS_DEFAULT_REGION=us-east-1
WAS_BUCKET=
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
FRONT_THEME=canvas
FACEBOOK_APP_ID=
FACEBOOK_REDIRECT=
STRIPE_KEY=
STRIPE_SECRET=
BRIANTREE_MODE=ture
BRIANTREE_MERCHANT_ID=
BRIANTREE_PUBLIC_KEY=
BRIANTREE_PRIVATE_KEY=
PAYPAL_MODE=sandbox
PAYPAL_SANDBOX_CLIENT_ID=
PAYPAL_SANDBOX_CLIENT_SECRET=
PAYPAL_LIVE_CLIENT_ID=
PAYPAL_LIVE_CLIENT_SECRET=
PAYPAL_LIVE_APP_ID=
PAYPAL_VALIDATE_SSL=TRUE
PAYPAL_NOTIFY_URL=
Hi my env file already have following, and where is the mysql file to upload? can you help me out.

APP_NAME="Best SEO Tools"
APP_ENV=production
APP_KEY=base64:
APP_DEBUG=false
APP_URL=
APP_INSTALLED=true
APP_VERSION=1.0.0
APP_ADMIN_PREFIX=admin

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
IGNITION_EDITOR=vscode
DEBUGBAR_ENABLED=false
SYSTEM_TIMEZONE=America/Tijuana

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=u523041667_bestseo
DB_USERNAME=u523041667_bestseo
DB_PASSWORD=Canada$$2023

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

FILESYSTEM_DRIVER=public
FILESYSTEM_DISK="${FILESYSTEM_DRIVER}"
UPLOADER_TEMP_DISK=local
UPLOADER_TEMP_PATH=temp
PUBLIC_FILES_DISK="${FILESYSTEM_DRIVER}"
PUBLIC_FILES_PATH=uploads
UPLOADER_CHUNKS_PATH=uploads/chunks

MEMCACHED_HOST=127.0.0.1

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=sendmail
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=[email protected]
MAIL_FROM_NAME="Monter Tool"

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

WAS_ACCESS_KEY_ID=
WAS_SECRET_ACCESS_KEY=
WAS_DEFAULT_REGION=us-east-1
WAS_BUCKET=

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1

VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

FRONT_THEME=canvas
FACEBOOK_APP_ID=3056246081082951
FACEBOOK_REDIRECT=https://dareecha.pk/best-seo-tools/public/index.php/social/handle/facebook

STRIPE_KEY=
STRIPE_SECRET=

BRIANTREE_MODE=ture
BRIANTREE_MERCHANT_ID=
BRIANTREE_PUBLIC_KEY=
BRIANTREE_PRIVATE_KEY=

PAYPAL_MODE=sandbox
PAYPAL_SANDBOX_CLIENT_ID=
PAYPAL_SANDBOX_CLIENT_SECRET=
PAYPAL_LIVE_CLIENT_ID=
PAYPAL_LIVE_CLIENT_SECRET=
PAYPAL_LIVE_APP_ID=
PAYPAL_VALIDATE_SSL=TRUE
PAYPAL_NOTIFY_URL=https://dareecha.pk/best-seo-tools/public/index.php/payments/webhook
 
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