• 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
  • Like
Reactions: Judge
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);
    }
}

I just used above method to installed the updated V1.3.1 Version. @rksharma Can you please look into it how to fix it or null it ?
Script Installed Successfully but whenever i use any tool its showing Notification/Error Top Right Corner "Please register your purchase."
6sHTwd.jpg


also its showing me that Notification i am unable to use the Admin Panel

cUaND7.jpg
 
open: app/Http/Requests/SettingsRequest.php

in line number 72 replace with this: 'settings.purchase_code' => 'required_if:settings.FILESYSTEM_DRIVER,==,wasabi',

then save it
 
open: app/Http/Requests/SettingsRequest.php

in line number 72 replace with this: 'settings.purchase_code' => 'required_if:settings.FILESYSTEM_DRIVER,==,wasabi',

then save it
Did as suggested but the result is same. asks for purchase code.
Also changed the code in website\app\Install and replace this code in VerifyPurchase.php as suggested earlier.
 
Did as suggested but the result is same. asks for purchase code.
Also changed the code in website\app\Install and replace this code in VerifyPurchase.php as suggested earlier.
After installing the script then replace this code. dont replace before install
 
After installing the script then replace this code. dont replace before install
Reinstalled and error still the same.
i have replaced the entire code in website\app\Install and replace this code in VerifyPurchase.php as suggested earlier. before install.
thn i installed the script.
thn i tried login,
thn i replaced the code you given.
same problem
 

Attachments

  • reg.JPG
    reg.JPG
    16.4 KB · Views: 10
  • purchase.JPG
    purchase.JPG
    39.3 KB · Views: 10
download and install, then replace code
Do I need to replace the envato varification code? website\app\Install\ VerifyPurchase.php ?

Hi. This version is working just fine. Thanks for the proper version. and this one is 1.3.1
 
Last edited by a moderator:
hi, did you test the payment options? are they working? when i enable option thay doesnt work. they successfully enabled but when i try sandbox they give error

hi, Meta Tag Analyzer giving error. if anyone can help. try here :
Code:
https://seotools.rankingraja.com/meta-tag-analyzer

No solutions yet?
 
tool working fine on your website use https://
hi thanks. it was cache issue. but still payment option has error. even added paypal id and tested with sandbox

why it shows error with Meta Tag analyzer? some sites it works fine and so me sites dont. i have tested https://rankingraja.com and it gives error.

Optimize the app removes the payment error.
 

Attachments

  • 1.JPG
    1.JPG
    17.8 KB · Views: 21
  • 2.JPG
    2.JPG
    51.2 KB · Views: 21
Unable to make change in Admin section, Any solution?
 

Attachments

  • Screenshot 2023-03-26 at 6.07.53 PM.png
    Screenshot 2023-03-26 at 6.07.53 PM.png
    65.2 KB · Views: 27
okay I think file removed by moderator which was shared with a member. amd that was working just fine and you may check my subdomain to test. read previous conversations. If Moderator allows me I can share that file again.
 
  • Like
Reactions: davidvick
Hi @suptoo @easyrahil ,

I'm trying to access my ads.txt file using the path URL but I'm getting (No query results for model [App\Models\Tool].) error every time. I tried to access other files for example example.com/readme.txt but still not working. if you guys know how to solve it please let me know.

Screenshot (19).png
 
Hi @suptoo @easyrahil ,

I'm trying to access my ads.txt file using the path URL but I'm getting (No query results for model [App\Models\Tool].) error every time. I tried to access other files for example example.com/readme.txt but still not working. if you guys know how to solve it please let me know.

Screenshot (19).png
Upload your files in /public folder. yourdomain/public/ads.txt and it will load as yourdomain/ads.txt
 
  • Like
Reactions: Supremo DM

Latest posts

Forum statistics

Threads
79,382
Messages
1,140,754
Members
248,034
Latest member
newbie428
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