post hereTry to search the code, still finds nothing
***Update***
Found the solution already, if you guys who want the fix, please contact or e-mail me, thanks.
post hereTry to search the code, still finds nothing
***Update***
Found the solution already, if you guys who want the fix, please contact or e-mail me, thanks.
Bro pls share to meTry to search the code, still finds nothing
***Update***
Found the solution already, if you guys who want the fix, please contact or e-mail me, thanks.
Try to search the code, still finds nothing
***Update***
Found the solution already, if you guys who want the fix, please contact or e-mail me, thanks.
Wow, nice one.This is untouched and therefore needs nulling. No time, energy, inclination right now!
PasteShr - Text Hosting & Sharing Script v2.9 UNTOUCHED
codecanyon-pasteshr-text-hosting-sharing-script-2.9_UNTOUCHED.zip - Share 4 Developers
Download file - codecanyon-pasteshr-text-hosting-sharing-script-2.9_UNTOUCHED.zipshare.4dev.club
TassieNZ![]()
thats cool and all, but doesnt solve the license reverification every 12 hoursWow, nice one.
LET ME CHECKThis is untouched and therefore needs nulling. No time, energy, inclination right now!
PasteShr - Text Hosting & Sharing Script v2.9 UNTOUCHED
codecanyon-pasteshr-text-hosting-sharing-script-2.9_UNTOUCHED.zip - Share 4 Developers
Download file - codecanyon-pasteshr-text-hosting-sharing-script-2.9_UNTOUCHED.zipshare.4dev.club
TassieNZ![]()
Download PasteShr v2.9 - Text Hosting & Sharing Script Nulled Free
v2.9 (February 11, 2021) Thanks To @TassieNZ
- Upgraded laravel version (PHP 7.2.* ~ PHP 7.4.* Required)
- Added description, tags fields for paste
- Added comments section in admin panel to manage
- Added guest comments
- Changed default avatar api
- Set autocomplete off for some fields
- Fixed QR code api
- Improved language translation mechanism
- Fixed default paste settings
- Improved site...
Lol my email was in Turkish with your repose? StrangeThere is a license problem.
<?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();
}
}
}
<?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();
}
}
}
Replace all code along the path \vendor\ied3vil\language-switcher\src\ied3vil\LanguageSwitcher\Providers\LanguageSwitcherProvider.php withPHP:<?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(); } } }
testing this out now<?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(); } } }