• 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
hello guys please i need your help , my website has removed logo and favicon , when i try to replace them it does not show at all , anyone who can help
 

Attachments

  • download (1).jpg
    download (1).jpg
    69.9 KB · Views: 40
Hello guys, I'm getting this error, when I try to register a new account, can anyone help with this?
 

Attachments

  • Screenshot_5.png
    Screenshot_5.png
    125.6 KB · Views: 19
I found the issue and the solution. The .env created is blank. Just copy details from example.env and paste them on the blank .env and installation will work out
Thanks! it works perfectly, but I´m stuck now in:

2. Verify Purchase​



Before you continue with installation we need to verify your license. Please signin with Envato for validation.
 
Last edited:
tuton012 updated MonsterTools: The All-in-One SEO & Web Toolkit, like a Swiss Army Knife with a new update entry:

V2.0.0

Untouched Version

## [2.0.0] - 2023-08-04​

### Improvements
# Improved responsiveness of social share widget on tools page.
# Search box responsiveness improvements.
# Made improvements in XML sitemap generator.

### Added
# Added options to enable/disable favorite system.
# Added option to disable login/register from menu.
# Added option to allow unlimited tools usage.
# For small updates added patches system.
#...

Read the rest of this update entry...
 
  • Love
Reactions: Judge
Any body please help to install this script we are bypassed installation using
This code but when we are accessing admin dashboard them showing this problem to verify purchase please help

<?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);
}
}
 

Attachments

  • Screenshot_20230806-062432.png
    Screenshot_20230806-062432.png
    71.2 KB · Views: 14
Hey guys anyone got approved by adsense , i keep receiving the very same text , i tried many things to change it but nothing is woking -

We found some policy violations​



expand_less
Make sure that your site follows the AdSense programme policies. After you've fixed the violation, you can request a review of your site.
Hi there, have you find the issue or have you fixed the issue ? Thanks
 
  • Like
Reactions: daffanra
replace with this:
Code:
https://filetransfer.io/data-package/iOxXfaOy#link

if need more help you may chat with me here in Technology room. chitchatx.com
Could you please tell me how we can update the latest version? "Version 1.3.0" is working fine for me but when I try to update it crashes. Please help.

Thanks in advance.
 

Forum statistics

Threads
79,453
Messages
1,142,787
Members
248,411
Latest member
ThaGangsta
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