(Request) Muvitomatic Plugin for Muvipro Themes

gembels

Active member
Dec 11, 2018
140
49
28
nyit-nyit.net
Thanks
@Aidan challenge bro ? Nulled this one.

I am helping decrypting 3 files to get nulled on files muvitomatic/includes/ ..

@NullMaster @freenulled check my decode files for this check attachment

got error
Fatal error: Uncaught Error: Using $this when not in object context in /usr/local/lsws/domain/localhost/html/wp-content/plugins/muvitomatic/includes/plugin.php:22 Stack trace: #0

Parse error: syntax error, unexpected ';' in /usr/local/lsws/domain/localhost/html/wp-content/plugins/muvitomatic/includes/utils.php on line 95

Fatal error: Uncaught Error: Using $this when not in object context in /usr/local/lsws/domain/localhost/html/wp-content/plugins/muvitomatic/includes/utils.php:110

Fatal error: Uncaught Error: Using $this when not in object context in /usr/local/lsws/domain/localhost/html/wp-content/plugins/muvitomatic/includes/licensing.php:11



plugin.php
utils.php
licensing.php
 

Attachments

  • muvi2.zip
    23.3 KB · Views: 105
Last edited:
  • Like
Reactions: Aidan

ronny1989

Well-known member
May 16, 2020
612
347
63
35
Florida
It looks very good. I was looking for it but I couldn't find it. .if someone finds it and can share thank you all
 

adam2206

New member
Feb 18, 2020
23
8
3
arenakumpul.my.id
In the IDMuvi-Core plugin There is an auto embed movie script, in the /lib/movie/metabox.php file, is there anyone who can make it work?

idmuvi-core is plugin for muvipro themes Screenshot_2020-06-22-08-27-21-36_87c2225eebc34d2513fa0e7ad5b93cfc.jpg
 

adam2206

New member
Feb 18, 2020
23
8
3
arenakumpul.my.id
[QUOTE = "gembels, posting: 196883, anggota: 11038"]
bagaimana Anda mengaturnya dari tema psyplay ke muvipro? bagikan ini!
[/MENGUTIP]
broo this not for psyplay,I just accidentally opened the muvipro theme files, but I found the above, maybe someone knows what it is and can make it work
 
  • Like
Reactions: Aidan

gembels

Active member
Dec 11, 2018
140
49
28
nyit-nyit.net
In the IDMuvi-Core plugin There is an auto embed movie script, in the /lib/movie/metabox.php file, is there anyone who can make it work?

idmuvi-core is plugin for muvipro themes Screenshot_2020-06-22-08-27-21-36_87c2225eebc34d2513fa0e7ad5b93cfc.jpg

actually after I am checking on it... its in folder
wp-content/plugins/idmuvi-core/lib/movie

not in themes, it used to be auto grab from gdriveplayer API, due to CORS issue or Access-Control-Allow-Origin issue, its useless now... it wont work... you can modify it using curl or jquery json post metode.. or jsonp

like in wordpress...

Code:
if (isset($_GET['imdbID'])) {
$item1x = $_GET['imdbID'];
$urlqq = "https://api.gdriveplayer.us/v1/imdb/".$item1x;
$requestq = wp_remote_get( $urlqq );
if( is_wp_error( $requestq ) ) {
    return false;
}
$dataq = json_decode( $requestq, true );
if( ! empty( $dataq ) ) {
   // echo $dataq['player_url']; // do what you want
        }
}

or simple PHP code

PHP:
$url="https://api.gdriveplayer.us/v1/imdb/tt2582802";
$result = file_get_contents($url);
$data = json_decode($result, true);
echo $data['player_url'];

sorry can not help you today..
 

adam2206

New member
Feb 18, 2020
23
8
3
arenakumpul.my.id
actually after I am checking on it... its in folder
wp-content/plugins/idmuvi-core/lib/movie

not in themes, it used to be auto grab from gdriveplayer API, due to CORS issue or Access-Control-Allow-Origin issue, its useless now... it wont work... you can modify it using curl or jquery json post metode.. or jsonp

like in wordpress...

Code:
if (isset($_GET['imdbID'])) {
$item1x = $_GET['imdbID'];
$urlqq = "https://api.gdriveplayer.us/v1/imdb/".$item1x;
$requestq = wp_remote_get( $urlqq );
if( is_wp_error( $requestq ) ) {
    return false;
}
$dataq = json_decode( $requestq, true );
if( ! empty( $dataq ) ) {
   // echo $dataq['player_url']; // do what you want
        }
}

or simple PHP code

PHP:
$url="https://api.gdriveplayer.us/v1/imdb/tt2582802";
$result = file_get_contents($url);
$data = json_decode($result, true);
echo $data['player_url'];

sorry can not help you today..
thank you bro, i will try it self, and now i am try to edit muvitomatic psyplay,but i am always get problem debug error...


Do you have a muvitomatic plugin script that has been decoded and has not been changed?
I need the original file, because I want to see the difference between nulled that you have changed
 

adam2206

New member
Feb 18, 2020
23
8
3
arenakumpul.my.id
try this... who ever use PHP between 7.0 - 7.3 (tested with 7.4) and PsyPlay Themes

I did not sleep all night just to edit this script, up to 3 cups of coffee I drank hahahahaha.... but the results were satisfying... this script can run properly, this script is real for MUVIPRO THEMES, because I tried it for the first time on the Psyplay theme.... This script still needs improvements in the video player, maybe here someone can help continue editing....

Thank you Screenshot_2020-06-23-07-46-21-87.jpg
 

Attachments

  • muvitomatic_EditedByAdam.zip
    51.6 KB · Views: 233

yogisparingga

New member
Jun 2, 2020
10
0
1
I did not sleep all night just to edit this script, up to 3 cups of coffee I drank hahahahaha.... but the results were satisfying... this script can run properly, this script is real for MUVIPRO THEMES, because I tried it for the first time on the Psyplay theme.... This script still needs improvements in the video player, maybe here someone can help continue editing....

Thank you Screenshot_2020-06-23-07-46-21-87.jpg

on muvipro, cant use this
 

Forum statistics

Threads
69,206
Messages
908,333
Members
236,823
Latest member
User1500

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