- Edited by slvrsteele -
Note: Not gonna happen as it's not publicly shared.
N-Joy!
link removed for your safetly
link removed for your safetly
always remove generated code from envato in your file name something like this
0U5GN23
I WIll Update It Know
thanks bro
Download EasyPlex v1.2 - Movies - Live Streaming - TV Series, Anime Nulled Free
Changelog 1.2 - Thanks To @TheRyD3r
1- Added Latest Channels & Continue Watching the the home page
2- Added Appodeal as a rewards network
3- Streaming has a new layout
4- Added sort by to library (all genres,by year,by view,by rating) in movies,series,animes
4- Added Multi Audio,Videos, and subtitles (if the media support that)
5- fixed a crash when the media has no cover image...
pm me in private
No straight from marketplace but there are no issues so far from itis it nulled?
i try this by following on documents guide but the result is can't open the app after install hehe its auto-closed immediately after tap hehe
yeah hehe by the way did you already solve this kind of problem or still not yet?The same thing with me lol
But I started a fresh install.
Plus I noticed something quite strange. Image below
![]()
P.S: All good now @Tomz![]()
yeah hehe by the way did you already solve this kind of problem or still not yet?
nice its glad to heard that. i hope you can find the way heheI am on it currently. Gradle update in progress. If i'm able to fix it, I would let you know
Please can anyone assist in decrypting the base64 string below:
Y6dbKcSG0GLDBEi6adrP0g1yKmKLm3oZqKgwb4HsGYw=
I need to know what that is. It is included on the admin .env file
Please can anyone assist in decrypting the base64 string below:
Y6dbKcSG0GLDBEi6adrP0g1yKmKLm3oZqKgwb4HsGYw=
I need to know what that is. It is included on the admin .env file
'key' => env('APP_KEY'),
'cipher' => 'AES-256-CBC',
// And the key generation procedure
protected function generateRandomKey()
{
return 'base64:'.base64_encode(
Encrypter::generateKey($this->laravel['config']['app.cipher'])
);
}