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

PasteShr - Text Hosting & Sharing Scripts

PasteShr - Text Hosting & Sharing Scripts v2.9 Nulled

No permission to download
Hi, tell please why enter purchase code need every day?
Try replacing the code as shown below
Replace all code along the path \vendor\ied3vil\language-switcher\src\ied3vil\LanguageSwitcher\Providers\LanguageSwitcherProvider.php with
PHP:
<?php

namespace ied3vil\LanguageSwitcher\Providers;

use ied3vil\LanguageSwitcher\LanguageSwitcher;
use Illuminate\Foundation\AliasLoader;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\ServiceProvider;

class LanguageSwitcherProvider extends ServiceProvider
{
    public function register()
    {
        AliasLoader::getInstance()->alias(base64_decode('TGFuZ3VhZ2VTd2l0Y2hlcg=='), \ied3vil\LanguageSwitcher\Facades\LanguageSwitcher::class);
        App::bind(base64_decode('TGFuZ3VhZ2VTd2l0Y2hlcg=='), function () {
            return new LanguageSwitcher();
        });
    }

    public function boot()
    {
        $this->publishes([
            __DIR__ . base64_decode('Ly4uL2NvbmZpZy9sYW5ndWFnZXN3aXRjaGVyLnBocA==') => config_path(base64_decode('bGFuZ3VhZ2Vzd2l0Y2hlci5waHA=')),
        ]);
        if (!App::routesAreCached()) {
            require __DIR__ . base64_decode('Ly4uL3JvdXRlcy5waHA=');
        }
      
        if (empty(config(base64_decode('c2V0dGluZ3MucGM='))) && request()->path() != base64_decode('c2l0ZS92ZXJpZmljYXRpb24=')) {
            redirect(base64_decode('c2l0ZS92ZXJpZmljYXRpb24='))->send();
        }

    }
}
 
It asks for the purchase code all the time, replacing the code in the vendor file, that a user suggested to do doesn't work and for some reason my admin dashboard doesn't have a "settings" tab
 
It asks for the purchase code all the time, replacing the code in the vendor file, that a user suggested to do doesn't work and for some reason my admin dashboard doesn't have a "settings" tab
same here
after replacing the code in the vendor file, my website blank

anyone can help me ?
 
Need to replace the file code along the path \vendor\ied3vil\language-switcher\src\ied3vil\LanguageSwitcher\Providers\LanguageSwitcherProvider.php to


PHP:
<?php
namespace ied3vil\LanguageSwitcher\Providers;
use ied3vil\LanguageSwitcher\LanguageSwitcher;
use Illuminate\Foundation\AliasLoader;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\ServiceProvider;
class LanguageSwitcherProvider extends ServiceProvider
{ public function register() { AliasLoader::getInstance()->alias(base64_decode('TGFuZ3VhZ2VTd2l0Y2hlcg=='), \ied3vil\LanguageSwitcher\Facades\LanguageSwitcher::class); App::bind(base64_decode('TGFuZ3VhZ2VTd2l0Y2hlcg=='), function () { return new LanguageSwitcher(); }); } public function boot() { $this->publishes([ __DIR__ . base64_decode('Ly4uL2NvbmZpZy9sYW5ndWFnZXN3aXRjaGVyLnBocA==') => config_path(base64_decode('bGFuZ3VhZ2Vzd2l0Y2hlci5waHA=')), ]); if (!App::routesAreCached()) { require __DIR__ . base64_decode('Ly4uL3JvdXRlcy5waHA='); } if (empty(config(base64_decode('c2V0dGluZ3MucGM='))) && request()->path() != base64_decode('c2l0ZS92ZXJpZmljYXRpb24=')) { redirect(base64_decode('c2l0ZS92ZXJpZmljYXRpb24='))->send(); } }
}
can you help me with the code? I tried latest version from babiato but not working for me. 500 error as well old version
I am using cyberpanel > litespeed
 
can you help me with the code? I tried latest version from babiato but not working for me. 500 error as well old version
I am using cyberpanel > litespeed
I use the same code and it works fine with litespeed.
Are you using the 'normal' version or the subdir version?
 
  • Like
Reactions: MaxLevel
Perhaps it is a problem with the .htaccess file, because the normal version requires the configuration of a virtual host as indicated in the documentation.
The 'subdir version' doesn't need anything else, you just install it inside the PUBLIC_HTML folder, its .htaccess file is already configured to work that way.
 
  • Like
Reactions: MaxLevel
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