Hai kawan, apakah ada pembaharuan,Aku sudah coba download plugin dari sini namun belum menemukan yang berjalan dengan baik,tolong kawan
english please...
Hai kawan, apakah ada pembaharuan,Aku sudah coba download plugin dari sini namun belum menemukan yang berjalan dengan baik,tolong kawan
Thanksthis file v2 , please nulled it bro,thank youhttps://mega.nz/file/1t5lDQrJ#kDBSRGmtcZzualyu1Crc0iR-3_ybd-JNsmG2vglPbVc
Ok, Bro... I will learn your way to nulled something... thanks so much...anyone have tried yet with psyplay themes? so babiato can release it ..
how did you manage it from psyplay themes to muvipro ? share it!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
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
}
}
$url="https://api.gdriveplayer.us/v1/imdb/tt2582802";
$result = file_get_contents($url);
$data = json_decode($result, true);
echo $data['player_url'];
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...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..
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....try this... who ever use PHP between 7.0 - 7.3 (tested with 7.4) and PsyPlay Themes
![]()
File on MEGA
mega.nz
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![]()