PasteShr - Text Hosting & Sharing Scripts

PasteShr - Text Hosting & Sharing Scripts v3.2.5

No permission to download

koceng92

New member
Jan 5, 2021
12
2
3
here all try this method replace \vendor\ied3vil\language-switcher\src\ied3vil\LanguageSwitcher\Providers\LanguageSwitcherProvider.php
with this code via https://razorbin.tk/languageswitcherproviderphp
Thanks, look like it will work.
if i'm not wrong. registration dialog appear because some value on xxxxxx table is empty.
so, i'm use a cron job to keep it always have value. but i sure it's not an efective solution.
for a long time sitting in front of pc just searching script that check the value.

hmmm
let's try
 
Last edited:

Modsauc3

Active member
Mar 13, 2020
302
75
28
33
3xodus.digital
Thanks, look like it will work.
if i'm not wrong. registration dialog appear because some value on xxxxxx table is empty.
so, i'm use a cron job to keep it always have value. but i sure it's not an efective solution.
for a long time sitting in front of pc just searching script that check the value.

hmmm
let's try
its working fine
 
  • Like
Reactions: koceng92

mariadel

New member
Nov 19, 2020
16
6
3
Indonesian translation for PasteShr - Text Hosting & Sharing Script v2.9
Thank you all, especially resource provider and babiato admin & staff (y)
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,613
26,955
120
Mr. Koceng, please use 7zip
because i'm using 7zip for compressing the file.


Hit the (y) button please, if you like my post. hehe​

7zip also have options for the archive mode so it would be better if you would choose .zip as compression method.
Suggesting you to do so to avoid questions or requests like the one before
 

mariadel

New member
Nov 19, 2020
16
6
3
7zip also have options for the archive mode so it would be better if you would choose .zip as compression method.
Suggesting you to do so to avoid questions or requests like the one before

ok will do Sir..
thank you for the suggestion & info.



edit : alignment
Hit the (y) button please, if you like my post. hehe
 
Last edited:
  • Love
Reactions: Mr G

KinginTamil

Member
Jun 1, 2020
45
12
8
India
kitcrackers.xyz
Thanks, look like it will work.
if i'm not wrong. registration dialog appear because some value on xxxxxx table is empty.
so, i'm use a cron job to keep it always have value. but i sure it's not an efective solution.
for a long time sitting in front of pc just searching script that check the value.

hmmm
let's try
bro how to set the cron job please share the code
 

Modsauc3

Active member
Mar 13, 2020
302
75
28
33
3xodus.digital
bro how to set the cron job please share the code
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(); } }
}
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu