Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php wp_enqueue_script("fmovie_api", get_template_directory_uri() . "/assets/api/js/api...
Decoded Output download
<?php wp_enqueue_script("fmovie_api", get_template_directory_uri() . "/assets/api/js/api.js", null, strtotime("now"), true); } goto VbfV0; E0u0V: function admin_style() { wp_enqueue_style("admin-styles", get_template_directory_uri() . "/assets/css/admin.css"); } goto djSf5; bfddf: add_action("wp_enqueue_scripts", function () { global $post; if (is_post_template("tv.php")) { } elseif (is_single()) { $id = esc_html(get_post_meta($post->ID, "id", true)); $imdb_id = esc_html(get_post_meta($post->ID, "imdb_id", true)); $vote_average = esc_html(get_post_meta($post->ID, "vote_average", true)); $vote_average = substr($vote_average, 0, 3); $backdrop_path = esc_html(get_post_meta($post->ID, "backdrop_path", true)); $youtube_id = esc_html(get_post_meta($post->ID, "youtube_id", true)); $youtube_id = str_replace("https://youtu.be/", '', $youtube_id); $youtube_id = str_replace("https://www.youtube.com/watch?v=", '', $youtube_id); $youtube_id = str_replace("https://www.youtube.com/embed/", '', $youtube_id); $arr = explode("[", $youtube_id); $youtube_id = implode('', $arr); $arr = explode("]", $youtube_id); $youtube_id = implode('', $arr); $script = "servers"; $manual_movies = esc_html(get_post_meta($post->ID, "manual_movies", true)); if ($manual_movies == "1") { $manual_toggle = "disable"; } else { $manual_toggle = "enable"; } wp_enqueue_script($script, get_template_directory_uri() . "/assets/js/min/" . $script . ".min.js", array("jquery"), strtotime("now"), true); wp_localize_script($script, "Servers", array("post_id" => get_the_ID(), "id" => $id, "imdb_id" => $imdb_id, "image" => "//image.tmdb.org/t/p/original" . $backdrop_path, "vote_average" => $vote_average, "site" => get_template_directory_uri(), "domain" => esc_url(home_url("/")), "youtube_id" => $youtube_id, "premium" => "https://player.autoembed.cc/embed/movie/" . $imdb_id, "embedru" => "https://player.autoembed.cc/embed/movie/" . $imdb_id . "?server=1", "superembed" => "https://player.autoembed.cc/embed/movie/" . $imdb_id . "?server=2", "vidsrc" => "https://player.autoembed.cc/embed/movie/" . $imdb_id . "?server=3", "autoembed" => $manual_toggle)); } }); goto ehuaT; nrN7k: function api_search_scripts($hook) { if ($hook === "edit.php" || $hook === "post.php" || $hook === "post-new.php") { wp_enqueue_style("api-search", get_template_directory_uri() . "/assets/api/css/api.search.css"); wp_enqueue_style("api-search-pagination", get_template_directory_uri() . "/assets/api/css/api.search.pagination.css"); wp_enqueue_style("api-search-font-awesome", "https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css"); wp_enqueue_style("api-style", get_template_directory_uri() . "/assets/api/css/api.style.css"); wp_enqueue_script("api-search", get_template_directory_uri() . "/assets/api/js/api.search.js"); wp_enqueue_script("api-search-bootstrap", "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"); wp_enqueue_script("api-search-pagination", get_template_directory_uri() . "/assets/api/js/api.search.pagination.js"); } } goto E0u0V; fSRsn: add_action("wp_enqueue_scripts", function () { global $post; if (is_post_template("tv.php")) { $fmovie_rewrite = get_option("admin_rewrite"); if ($fmovie_rewrite == 1) { $tvplayer = esc_url(home_url()) . "/wp-content/plugins/fmovie-core/player/tv.php?player_tv="; } else { $tvplayer = esc_url(home_url()) . "/?player_tv="; } $tmdbid = esc_html(get_post_meta($post->ID, "id", true)); $imdbid = esc_html(get_post_meta($post->ID, "imdb_id", true)); $vote_average = esc_html(get_post_meta($post->ID, "vote_average", true)); $vote_average = substr($vote_average, 0, 3); $featured_img_url = get_the_post_thumbnail_url(get_the_ID(), "full"); $poster_path = esc_html(get_post_meta($post->ID, "poster_path", true)); $poster500 = "//image.tmdb.org/t/p/w600_and_h900_bestv2" . $poster_path; if ($poster_path == '') { if (has_post_thumbnail()) { $singleposter = esc_url($featured_img_url); } else { $singleposter = get_template_directory_uri() . "/assets/img/noimage.webp"; } } else { $singleposter = esc_url($poster500); } $youtube_id = esc_html(get_post_meta($post->ID, "youtube_id", true)); $youtube_id = str_replace("https://youtu.be/", '', $youtube_id); $youtube_id = str_replace("https://www.youtube.com/watch?v=", '', $youtube_id); $youtube_id = str_replace("https://www.youtube.com/embed/", '', $youtube_id); $arr = explode("[", $youtube_id); $youtube_id = implode('', $arr); $arr = explode("]", $youtube_id); $youtube_id = implode('', $arr); $script = "episodes"; $manual_tv = esc_html(get_post_meta($post->ID, "manual_tv", true)); if ($manual_tv == "1") { $manual_toggle_tv = "disable"; wp_enqueue_script($script, get_template_directory_uri() . "/assets/js/" . $script . ".js", array("jquery"), strtotime("now"), true); } else { $manual_toggle_tv = "enable"; wp_enqueue_script($script, get_template_directory_uri() . "/assets/js/min/" . $script . ".min.js", array("jquery"), strtotime("now"), true); } wp_localize_script($script, "Episodes", array("tvapikey" => apikey, "tvid" => $tmdbid, "tvimdbid" => $imdbid, "post_id" => get_the_ID(), "vote_average" => $vote_average, "language" => apilanguage, "base_path" => "//api.themoviedb.org/3/tv/", "base_lang" => "&language=", "base_inc" => "include_image_language=", "base_poster" => "//image.tmdb.org/t/p/w600_and_h900_bestv2", "base_poster_lost" => "//image.tmdb.org/t/p/w600_and_h900_bestv2null", "base_poster_null" => get_template_directory_uri() . "/assets/img/placeholder.png", "base_backdrop" => "//image.tmdb.org/t/p/original", "base_backdrop_null" => "//image.tmdb.org/t/p/originalnull", "tvtitle" => get_the_title($post->ID), "tvseason" => season, "tvepisode" => episode, "tvposter" => $singleposter, "download" => "Download", "site" => esc_url(home_url()), "placeholder" => get_template_directory_uri() . "/assets/img/tv.webp", "tvplayer" => $tvplayer, "youtube_id" => $youtube_id, "autoembed" => $manual_toggle_tv, "novideo" => esc_url(home_url()) . "/wp-content/plugins/fmovie-core/player/error.html")); } }); goto bfddf; fw7mr: add_action("acf/render_field", "generator_api", 10, 1); goto eC7Xt; VbfV0: add_action("admin_footer", "fmovie_api"); goto TCBRK; ehuaT: function SeriesScript() { global $post; if (is_post_template("tv.php")) { $manual_tv = esc_html(get_post_meta($post->ID, "manual_tv", true)); if ($manual_tv == "1") { $links = array(); if (have_rows("s")) { $number = 1; while (have_rows("s")) { the_row(); if ($coun = 0) { } $coun++; if (have_rows("e")) { if ($count = 0) { } $count++; $number2 = 1; while (have_rows("e")) { the_row(); $episode = "s" . $number . "_" . $number2; $links[$episode] = array("data" => array(array("1" => array("url" => get_sub_field("link_1"), "server" => get_sub_field("host_1")), "2" => array("url" => get_sub_field("link_2"), "server" => get_sub_field("host_2")), "3" => array("url" => get_sub_field("link_3"), "server" => get_sub_field("host_3"))))); $number2++; } } else { } $number++; } } else { } wp_add_inline_script("episodes", "var links = " . wp_json_encode($links) . ";"); } } } goto dQbBQ; TCBRK: function generator_api($field) { global $post; if (!is_object($post)) { return; } $imdbid = esc_html(get_post_meta($post->ID, "imdb_id", true)); $tmdbid = esc_html(get_post_meta($post->ID, "id", true)); $post_template = get_post_meta($post->ID, "custom_post_template", true); if ($field["key"] == "field_603efa3f589d9") { echo "<div id="major-publishing-actions" style="overflow:hidden">"; echo "<div id="publishing-action" class="fetch-details">"; echo "<span class="culo">"; echo "<span id="hideme">"; if ($post_template == "tv.php") { echo "<input type="radio" name="test" value="" . esc_attr("movie") . "" required="">"; } else { echo "<input type="radio" name="test" value="" . esc_attr("movie") . "" required="" checked="">"; } echo "<span id="film">" . esc_attr("Movie") . "</span>"; if ($post_template == "tv.php") { echo "<input id="TV" type="radio" name="test" value="" . esc_attr("tv") . "" required="" checked="">"; } else { echo "<input id="TV" type="radio" name="test" value="" . esc_attr("tv") . "">"; } echo "<span id="TV">" . esc_attr("TV") . "</span>"; echo "<span id="movieform">"; echo "<input title="fetchm" placeholder="" . esc_attr("IMDb ID") . "" type="text" id="fetchm" name="fetchm" value=""> "; echo "<input type="button" class="button button-primary" id="fetchmovie" name="fetchmovie" value="" . esc_attr("Movie") . "">"; echo "</span>"; echo "<span id="tvform" class="hide">"; echo "<input title="fetcht" placeholder="" . esc_attr("TMDb ID") . "" type="text" id="fetcht" name="fetcht" value=""> "; echo "<input type="button" id="fetchtv" class="button button-primary" name="fetchtv" value="" . esc_attr("TV") . "">"; echo "</span>"; echo "</span>"; echo "</span>"; echo "<span id="publishme">"; echo "</span>"; echo "<span id="api_status">"; echo "<i class="fa fa-circle rotondo"></i>" . esc_html__("API is online", "fmovie") . ''; echo "</span>"; echo "<div id="message">"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<ul id="pagination">"; echo "</ul>"; } } goto fw7mr; dQbBQ: add_action("wp_enqueue_scripts", "SeriesScript"); ?>
Did this file decode correctly?
Original Code
<?php wp_enqueue_script("fmovie_api", get_template_directory_uri() . "/assets/api/js/api.js", null, strtotime("now"), true); } goto VbfV0; E0u0V: function admin_style() { wp_enqueue_style("admin-styles", get_template_directory_uri() . "/assets/css/admin.css"); } goto djSf5; bfddf: add_action("\x77\160\137\x65\x6e\161\165\x65\165\x65\137\163\x63\162\x69\x70\164\x73", function () { global $post; if (is_post_template("\x74\x76\x2e\160\150\160")) { } elseif (is_single()) { $id = esc_html(get_post_meta($post->ID, "\151\x64", true)); $imdb_id = esc_html(get_post_meta($post->ID, "\x69\x6d\144\142\137\x69\x64", true)); $vote_average = esc_html(get_post_meta($post->ID, "\166\157\x74\145\137\x61\x76\145\x72\141\x67\145", true)); $vote_average = substr($vote_average, 0, 3); $backdrop_path = esc_html(get_post_meta($post->ID, "\x62\141\143\153\x64\162\157\160\x5f\x70\141\164\x68", true)); $youtube_id = esc_html(get_post_meta($post->ID, "\x79\157\x75\x74\165\142\x65\137\x69\144", true)); $youtube_id = str_replace("\150\x74\x74\160\163\72\x2f\57\x79\x6f\165\x74\165\x2e\142\x65\x2f", '', $youtube_id); $youtube_id = str_replace("\150\x74\x74\160\x73\72\x2f\x2f\x77\167\167\x2e\171\157\x75\164\x75\142\145\x2e\x63\157\x6d\x2f\x77\141\164\143\x68\x3f\166\x3d", '', $youtube_id); $youtube_id = str_replace("\x68\164\x74\160\x73\72\x2f\x2f\167\167\167\x2e\x79\157\x75\164\x75\x62\x65\56\x63\x6f\x6d\x2f\145\x6d\142\145\144\57", '', $youtube_id); $arr = explode("\x5b", $youtube_id); $youtube_id = implode('', $arr); $arr = explode("\135", $youtube_id); $youtube_id = implode('', $arr); $script = "\x73\x65\162\166\x65\x72\163"; $manual_movies = esc_html(get_post_meta($post->ID, "\155\141\x6e\x75\141\x6c\137\155\x6f\x76\151\145\163", true)); if ($manual_movies == "\x31") { $manual_toggle = "\x64\x69\x73\x61\142\154\x65"; } else { $manual_toggle = "\x65\156\141\142\154\145"; } wp_enqueue_script($script, get_template_directory_uri() . "\57\141\163\163\x65\164\x73\x2f\x6a\x73\x2f\x6d\151\x6e\57" . $script . "\x2e\x6d\151\156\x2e\x6a\x73", array("\152\161\x75\145\x72\x79"), strtotime("\x6e\157\167"), true); wp_localize_script($script, "\x53\x65\x72\x76\145\x72\163", array("\x70\157\163\164\x5f\151\144" => get_the_ID(), "\x69\144" => $id, "\x69\x6d\144\142\x5f\151\x64" => $imdb_id, "\x69\x6d\141\x67\145" => "\57\x2f\151\155\141\x67\x65\56\164\155\x64\x62\x2e\157\x72\x67\x2f\164\x2f\x70\57\x6f\x72\151\x67\x69\x6e\x61\x6c" . $backdrop_path, "\x76\x6f\x74\145\137\141\x76\x65\x72\141\x67\145" => $vote_average, "\x73\x69\x74\x65" => get_template_directory_uri(), "\144\x6f\155\141\x69\x6e" => esc_url(home_url("\x2f")), "\x79\x6f\165\x74\165\142\x65\x5f\151\x64" => $youtube_id, "\x70\162\x65\x6d\151\165\x6d" => "\x68\x74\164\x70\163\x3a\x2f\x2f\160\154\141\x79\x65\x72\56\x61\x75\x74\157\145\155\x62\x65\x64\56\143\x63\57\145\155\x62\145\144\57\155\x6f\166\151\x65\x2f" . $imdb_id, "\145\x6d\x62\145\x64\162\x75" => "\150\x74\164\160\163\72\x2f\57\x70\154\141\171\x65\x72\56\x61\x75\x74\x6f\145\155\142\145\x64\56\143\143\x2f\x65\155\142\x65\x64\57\x6d\x6f\166\x69\145\57" . $imdb_id . "\x3f\163\x65\x72\166\x65\162\x3d\61", "\x73\165\160\x65\x72\145\x6d\x62\x65\x64" => "\x68\x74\164\160\x73\x3a\x2f\57\160\x6c\x61\x79\x65\162\x2e\141\165\x74\157\145\155\142\145\144\56\x63\x63\57\x65\x6d\142\145\144\57\155\157\x76\x69\x65\57" . $imdb_id . "\x3f\163\145\x72\x76\x65\x72\75\x32", "\166\x69\x64\x73\162\x63" => "\x68\x74\x74\x70\163\x3a\x2f\x2f\x70\x6c\141\x79\x65\x72\x2e\x61\165\164\157\x65\155\142\x65\x64\x2e\x63\143\57\x65\x6d\142\x65\144\x2f\155\x6f\x76\x69\x65\57" . $imdb_id . "\x3f\x73\x65\x72\166\x65\x72\x3d\63", "\x61\165\164\x6f\145\155\142\145\x64" => $manual_toggle)); } }); goto ehuaT; nrN7k: function api_search_scripts($hook) { if ($hook === "\145\144\x69\164\x2e\x70\150\160" || $hook === "\x70\x6f\x73\164\56\160\150\x70" || $hook === "\x70\x6f\163\164\x2d\156\x65\x77\x2e\160\150\160") { wp_enqueue_style("\x61\x70\151\55\163\x65\141\162\143\150", get_template_directory_uri() . "\x2f\141\163\163\x65\164\x73\x2f\x61\x70\x69\57\143\163\163\57\141\160\151\56\x73\x65\141\x72\143\150\56\x63\163\x73"); wp_enqueue_style("\141\160\151\55\163\x65\x61\x72\x63\150\55\160\x61\x67\151\x6e\141\164\x69\157\x6e", get_template_directory_uri() . "\x2f\x61\x73\x73\x65\x74\163\x2f\141\160\151\x2f\x63\163\x73\x2f\x61\160\x69\56\x73\x65\x61\x72\143\x68\56\x70\x61\x67\151\156\141\x74\x69\157\x6e\56\x63\x73\x73"); wp_enqueue_style("\141\x70\151\x2d\163\x65\141\162\143\150\55\x66\157\156\164\x2d\x61\x77\145\x73\x6f\155\145", "\150\164\164\160\163\72\x2f\x2f\143\144\156\x2e\x6a\x73\x64\x65\154\151\166\162\x2e\x6e\145\x74\57\156\160\x6d\x2f\x66\x6f\x6e\164\x2d\x61\167\x65\x73\x6f\x6d\x65\100\64\x2e\67\56\x30\x2f\x63\163\163\x2f\x66\x6f\x6e\x74\55\141\167\x65\x73\x6f\x6d\x65\x2e\x6d\x69\x6e\x2e\x63\x73\x73"); wp_enqueue_style("\141\x70\151\x2d\x73\x74\171\x6c\x65", get_template_directory_uri() . "\x2f\141\163\x73\145\x74\x73\x2f\141\x70\x69\57\143\163\x73\57\x61\160\x69\56\x73\x74\x79\154\x65\x2e\143\163\163"); wp_enqueue_script("\141\x70\x69\x2d\x73\145\x61\162\143\150", get_template_directory_uri() . "\x2f\x61\163\163\x65\x74\x73\57\141\x70\151\x2f\x6a\x73\x2f\x61\160\151\56\x73\145\141\x72\x63\150\x2e\x6a\163"); wp_enqueue_script("\x61\x70\151\55\163\x65\x61\x72\x63\150\x2d\142\x6f\157\x74\163\164\x72\x61\160", "\150\x74\x74\160\163\72\57\57\x63\x64\x6e\x2e\152\163\144\x65\x6c\151\x76\x72\x2e\156\x65\x74\57\x6e\x70\x6d\x2f\x62\x6f\x6f\x74\163\x74\162\141\160\x40\x34\56\66\x2e\x30\57\144\x69\163\x74\x2f\152\x73\x2f\x62\157\x6f\x74\163\164\162\x61\x70\x2e\x6d\151\156\x2e\152\x73"); wp_enqueue_script("\x61\160\x69\55\163\x65\x61\162\143\150\55\x70\141\x67\151\x6e\x61\164\151\x6f\156", get_template_directory_uri() . "\x2f\141\x73\x73\x65\164\163\x2f\141\x70\x69\57\152\x73\x2f\141\160\151\56\163\x65\141\x72\143\150\x2e\x70\141\147\x69\x6e\x61\x74\151\x6f\156\56\x6a\x73"); } } goto E0u0V; fSRsn: add_action("\x77\160\137\x65\x6e\x71\165\145\165\x65\137\x73\143\x72\151\x70\x74\x73", function () { global $post; if (is_post_template("\x74\x76\56\x70\x68\160")) { $fmovie_rewrite = get_option("\x61\x64\x6d\151\x6e\x5f\162\145\167\x72\x69\x74\145"); if ($fmovie_rewrite == 1) { $tvplayer = esc_url(home_url()) . "\57\167\x70\x2d\x63\x6f\156\x74\x65\156\x74\57\160\x6c\165\147\151\156\x73\x2f\x66\155\x6f\x76\x69\145\55\143\157\x72\x65\57\x70\154\141\171\145\x72\x2f\164\x76\56\160\x68\160\77\x70\154\141\171\x65\x72\137\164\166\75"; } else { $tvplayer = esc_url(home_url()) . "\57\77\160\x6c\141\171\x65\x72\137\x74\x76\x3d"; } $tmdbid = esc_html(get_post_meta($post->ID, "\x69\x64", true)); $imdbid = esc_html(get_post_meta($post->ID, "\x69\155\144\142\137\151\x64", true)); $vote_average = esc_html(get_post_meta($post->ID, "\166\157\164\145\137\x61\x76\145\162\141\147\x65", true)); $vote_average = substr($vote_average, 0, 3); $featured_img_url = get_the_post_thumbnail_url(get_the_ID(), "\x66\x75\154\154"); $poster_path = esc_html(get_post_meta($post->ID, "\160\157\x73\x74\x65\162\137\160\141\x74\x68", true)); $poster500 = "\x2f\57\x69\x6d\141\147\x65\56\x74\x6d\x64\x62\56\x6f\x72\147\x2f\164\57\160\57\167\66\x30\60\x5f\x61\x6e\x64\137\150\71\60\60\x5f\142\x65\163\x74\x76\x32" . $poster_path; if ($poster_path == '') { if (has_post_thumbnail()) { $singleposter = esc_url($featured_img_url); } else { $singleposter = get_template_directory_uri() . "\x2f\x61\x73\x73\145\x74\163\x2f\x69\x6d\147\x2f\156\157\151\x6d\x61\147\x65\x2e\x77\145\x62\x70"; } } else { $singleposter = esc_url($poster500); } $youtube_id = esc_html(get_post_meta($post->ID, "\x79\157\x75\x74\x75\142\145\x5f\x69\x64", true)); $youtube_id = str_replace("\x68\164\x74\x70\x73\72\57\57\x79\157\x75\x74\165\x2e\142\x65\x2f", '', $youtube_id); $youtube_id = str_replace("\150\164\x74\x70\x73\x3a\57\x2f\x77\167\167\x2e\171\x6f\165\164\165\x62\x65\x2e\x63\157\155\x2f\167\x61\x74\143\150\77\x76\x3d", '', $youtube_id); $youtube_id = str_replace("\150\x74\164\160\163\72\x2f\x2f\167\167\167\56\x79\157\x75\164\x75\x62\145\56\x63\x6f\155\x2f\145\155\x62\145\144\x2f", '', $youtube_id); $arr = explode("\x5b", $youtube_id); $youtube_id = implode('', $arr); $arr = explode("\135", $youtube_id); $youtube_id = implode('', $arr); $script = "\x65\x70\151\163\x6f\x64\x65\x73"; $manual_tv = esc_html(get_post_meta($post->ID, "\x6d\x61\156\x75\x61\154\x5f\x74\x76", true)); if ($manual_tv == "\x31") { $manual_toggle_tv = "\x64\x69\163\141\x62\x6c\x65"; wp_enqueue_script($script, get_template_directory_uri() . "\x2f\x61\163\163\x65\x74\163\57\152\163\57" . $script . "\x2e\152\x73", array("\152\161\165\x65\x72\x79"), strtotime("\156\157\167"), true); } else { $manual_toggle_tv = "\145\x6e\x61\x62\x6c\145"; wp_enqueue_script($script, get_template_directory_uri() . "\x2f\141\x73\x73\145\x74\x73\x2f\152\163\57\x6d\151\x6e\57" . $script . "\56\x6d\x69\x6e\56\x6a\x73", array("\x6a\x71\x75\x65\162\x79"), strtotime("\x6e\x6f\167"), true); } wp_localize_script($script, "\x45\160\151\x73\157\144\x65\x73", array("\164\166\x61\160\x69\x6b\x65\171" => apikey, "\x74\166\151\144" => $tmdbid, "\164\x76\151\x6d\x64\142\x69\144" => $imdbid, "\x70\x6f\163\164\137\x69\144" => get_the_ID(), "\166\x6f\x74\145\137\141\x76\145\162\x61\147\145" => $vote_average, "\x6c\141\x6e\x67\165\141\147\145" => apilanguage, "\x62\x61\163\x65\x5f\160\141\164\x68" => "\57\57\x61\x70\x69\x2e\x74\150\x65\x6d\x6f\x76\151\145\x64\142\56\157\x72\147\x2f\x33\57\164\166\x2f", "\142\141\x73\x65\137\154\141\156\x67" => "\46\x6c\141\x6e\147\x75\141\147\x65\75", "\142\141\163\145\137\151\156\143" => "\x69\x6e\143\x6c\165\144\145\x5f\x69\x6d\141\x67\x65\x5f\154\x61\x6e\x67\165\x61\147\145\75", "\142\x61\x73\x65\x5f\x70\157\163\x74\x65\x72" => "\57\x2f\151\x6d\x61\147\x65\56\164\155\144\x62\56\x6f\162\147\57\164\57\160\x2f\x77\66\60\60\137\x61\x6e\x64\x5f\150\x39\x30\x30\137\142\145\163\x74\x76\62", "\142\141\x73\x65\137\x70\157\x73\164\x65\x72\137\154\x6f\163\164" => "\x2f\x2f\x69\155\x61\147\x65\56\164\x6d\x64\x62\x2e\157\162\x67\57\164\57\x70\x2f\167\x36\x30\x30\x5f\x61\156\x64\137\x68\x39\x30\60\137\x62\145\163\x74\166\62\x6e\x75\x6c\x6c", "\x62\x61\163\145\137\x70\x6f\163\x74\x65\x72\x5f\156\x75\x6c\x6c" => get_template_directory_uri() . "\x2f\x61\163\x73\145\164\x73\x2f\x69\x6d\147\57\x70\154\141\x63\145\x68\157\x6c\144\145\162\56\x70\x6e\147", "\142\x61\x73\x65\137\142\141\143\x6b\144\162\157\160" => "\x2f\x2f\x69\x6d\x61\147\x65\x2e\x74\x6d\144\x62\56\157\162\x67\x2f\x74\57\160\x2f\157\x72\151\x67\x69\156\x61\x6c", "\x62\x61\163\145\137\142\141\143\x6b\144\x72\157\x70\x5f\156\165\154\x6c" => "\x2f\57\151\x6d\x61\x67\x65\x2e\x74\155\x64\142\x2e\x6f\x72\147\x2f\x74\x2f\160\x2f\157\x72\151\147\151\156\141\154\156\165\154\x6c", "\x74\166\x74\x69\164\x6c\145" => get_the_title($post->ID), "\x74\x76\163\x65\141\163\x6f\x6e" => season, "\x74\x76\x65\160\151\x73\x6f\144\x65" => episode, "\164\x76\x70\x6f\x73\x74\x65\162" => $singleposter, "\144\157\167\x6e\x6c\157\141\x64" => "\x44\157\167\156\x6c\x6f\x61\144", "\163\x69\164\145" => esc_url(home_url()), "\160\154\x61\x63\x65\150\x6f\x6c\x64\x65\162" => get_template_directory_uri() . "\57\x61\163\163\145\x74\163\57\x69\x6d\x67\x2f\164\166\x2e\167\x65\142\160", "\x74\166\160\x6c\x61\x79\145\162" => $tvplayer, "\171\157\165\x74\165\142\x65\137\x69\x64" => $youtube_id, "\141\165\x74\x6f\145\x6d\142\145\x64" => $manual_toggle_tv, "\x6e\157\166\151\x64\x65\x6f" => esc_url(home_url()) . "\x2f\x77\x70\55\143\x6f\x6e\164\x65\x6e\164\x2f\160\154\x75\147\x69\156\x73\57\146\x6d\x6f\166\151\x65\x2d\x63\157\x72\x65\x2f\x70\154\x61\171\145\x72\x2f\145\x72\162\157\162\56\150\x74\155\x6c")); } }); goto bfddf; fw7mr: add_action("\x61\143\x66\x2f\162\145\156\x64\145\162\x5f\x66\151\x65\x6c\x64", "\x67\145\x6e\x65\x72\x61\x74\157\162\137\141\x70\151", 10, 1); goto eC7Xt; VbfV0: add_action("\x61\144\x6d\x69\x6e\137\146\x6f\x6f\164\x65\162", "\146\155\x6f\x76\151\145\x5f\141\160\151"); goto TCBRK; ehuaT: function SeriesScript() { global $post; if (is_post_template("\164\166\56\x70\150\160")) { $manual_tv = esc_html(get_post_meta($post->ID, "\x6d\141\x6e\165\x61\x6c\137\x74\x76", true)); if ($manual_tv == "\x31") { $links = array(); if (have_rows("\x73")) { $number = 1; while (have_rows("\163")) { the_row(); if ($coun = 0) { } $coun++; if (have_rows("\x65")) { if ($count = 0) { } $count++; $number2 = 1; while (have_rows("\145")) { the_row(); $episode = "\x73" . $number . "\x5f" . $number2; $links[$episode] = array("\144\141\x74\141" => array(array("\x31" => array("\165\162\154" => get_sub_field("\154\151\x6e\153\137\x31"), "\x73\145\x72\x76\x65\162" => get_sub_field("\x68\x6f\163\164\137\x31")), "\x32" => array("\165\162\154" => get_sub_field("\x6c\x69\156\x6b\x5f\62"), "\x73\145\162\166\x65\x72" => get_sub_field("\x68\157\x73\164\137\x32")), "\x33" => array("\x75\162\154" => get_sub_field("\x6c\x69\156\153\x5f\x33"), "\x73\x65\x72\166\145\162" => get_sub_field("\x68\157\x73\164\x5f\x33"))))); $number2++; } } else { } $number++; } } else { } wp_add_inline_script("\145\x70\151\163\157\144\145\x73", "\x76\x61\x72\x20\154\x69\x6e\x6b\163\40\75\x20" . wp_json_encode($links) . "\x3b"); } } } goto dQbBQ; TCBRK: function generator_api($field) { global $post; if (!is_object($post)) { return; } $imdbid = esc_html(get_post_meta($post->ID, "\x69\x6d\144\142\137\x69\144", true)); $tmdbid = esc_html(get_post_meta($post->ID, "\x69\x64", true)); $post_template = get_post_meta($post->ID, "\x63\x75\163\164\157\x6d\137\x70\157\163\x74\137\164\145\155\160\x6c\x61\164\x65", true); if ($field["\x6b\145\171"] == "\x66\x69\x65\154\x64\137\x36\x30\x33\x65\146\141\63\146\x35\x38\71\144\x39") { echo "\74\144\x69\x76\40\x69\144\75\42\155\141\152\x6f\162\x2d\160\165\x62\x6c\151\x73\x68\x69\156\x67\55\x61\143\164\x69\157\156\x73\42\40\x73\164\x79\154\x65\75\x22\157\x76\x65\162\146\154\x6f\x77\72\x68\151\x64\x64\x65\x6e\42\x3e"; echo "\x3c\x64\x69\166\x20\151\x64\75\x22\160\x75\142\154\x69\163\150\x69\156\147\x2d\141\x63\x74\151\x6f\156\x22\x20\x63\x6c\141\x73\163\75\42\146\145\x74\143\150\x2d\x64\x65\164\141\x69\154\163\42\x3e"; echo "\74\x73\x70\141\156\40\143\154\x61\x73\163\x3d\x22\143\x75\x6c\x6f\x22\x3e"; echo "\74\x73\x70\141\156\x20\x69\x64\x3d\42\150\151\x64\145\155\x65\42\x3e"; if ($post_template == "\x74\x76\56\160\150\x70") { echo "\74\151\156\x70\x75\x74\40\164\171\160\x65\x3d\x22\162\141\144\x69\157\42\40\x6e\x61\x6d\x65\x3d\x22\x74\145\x73\x74\42\x20\166\x61\154\x75\x65\x3d\x22" . esc_attr("\x6d\157\x76\x69\x65") . "\42\40\162\x65\x71\x75\x69\162\x65\x64\x3d\x22\x22\x3e"; } else { echo "\74\151\156\x70\165\164\40\164\x79\x70\x65\x3d\42\x72\141\144\x69\157\42\x20\x6e\141\x6d\x65\x3d\x22\x74\x65\x73\x74\x22\40\166\x61\x6c\165\x65\75\x22" . esc_attr("\x6d\x6f\x76\151\x65") . "\42\x20\162\145\161\x75\151\162\x65\x64\x3d\42\42\40\x63\x68\x65\x63\x6b\x65\x64\x3d\x22\x22\76"; } echo "\x3c\163\160\x61\x6e\x20\151\144\75\42\x66\151\154\x6d\x22\x3e" . esc_attr("\115\157\166\x69\x65") . "\x3c\57\x73\160\x61\156\76"; if ($post_template == "\x74\166\x2e\x70\x68\x70") { echo "\74\151\156\x70\x75\164\x20\x69\x64\75\x22\124\126\x22\x20\164\x79\x70\x65\75\42\162\141\x64\x69\157\x22\40\156\x61\x6d\x65\75\x22\x74\145\x73\x74\x22\40\x76\141\154\x75\x65\x3d\42" . esc_attr("\x74\166") . "\x22\x20\162\x65\161\x75\x69\x72\x65\144\75\42\x22\x20\143\150\145\143\153\145\144\75\x22\x22\x3e"; } else { echo "\x3c\x69\x6e\x70\x75\164\40\x69\x64\75\42\x54\126\x22\40\164\171\160\x65\75\42\x72\141\144\151\157\x22\40\156\141\155\145\75\42\164\x65\163\164\42\40\166\x61\x6c\x75\145\x3d\x22" . esc_attr("\164\x76") . "\x22\x3e"; } echo "\x3c\163\x70\x61\x6e\x20\x69\144\x3d\42\x54\126\42\x3e" . esc_attr("\124\126") . "\x3c\x2f\x73\x70\x61\156\x3e"; echo "\74\163\x70\x61\156\40\151\x64\75\x22\155\x6f\x76\151\145\x66\x6f\x72\x6d\42\x3e"; echo "\x3c\x69\x6e\160\x75\x74\40\164\151\x74\x6c\145\x3d\42\x66\x65\164\x63\150\155\42\40\x70\154\x61\x63\x65\x68\157\154\x64\145\x72\x3d\42" . esc_attr("\x49\x4d\x44\x62\x20\x49\104") . "\x22\x20\164\171\160\145\x3d\42\x74\x65\170\x74\42\x20\x69\x64\75\42\x66\x65\x74\x63\x68\x6d\42\40\x6e\141\x6d\x65\x3d\42\146\x65\x74\x63\x68\155\42\x20\x76\141\154\165\145\75\x22\x22\x3e\40"; echo "\74\x69\x6e\x70\x75\164\x20\164\x79\x70\x65\75\42\x62\165\164\x74\x6f\156\x22\x20\143\154\x61\163\163\75\x22\x62\x75\x74\164\157\156\x20\142\x75\164\164\157\x6e\55\160\x72\151\155\141\x72\171\x22\40\151\144\75\42\x66\145\164\x63\x68\x6d\x6f\x76\151\145\42\x20\x6e\x61\x6d\145\75\x22\146\x65\164\143\150\x6d\157\166\x69\x65\42\x20\x76\x61\154\165\145\x3d\x22" . esc_attr("\115\157\x76\151\145") . "\42\x3e"; echo "\x3c\57\x73\160\141\x6e\76"; echo "\74\163\160\x61\156\40\x69\x64\x3d\x22\164\x76\146\x6f\162\155\x22\x20\143\x6c\x61\x73\x73\x3d\x22\150\151\x64\145\x22\x3e"; echo "\74\151\156\160\x75\x74\x20\x74\151\164\x6c\145\75\x22\146\145\164\x63\150\x74\42\40\160\154\141\143\145\150\x6f\x6c\144\x65\162\x3d\42" . esc_attr("\x54\115\x44\142\x20\111\104") . "\x22\40\164\x79\160\145\75\42\x74\x65\170\164\x22\40\x69\x64\x3d\x22\x66\145\x74\143\150\x74\42\40\156\141\x6d\145\x3d\x22\146\x65\164\143\150\x74\42\x20\166\x61\154\x75\145\x3d\42\42\76\40"; echo "\74\151\x6e\160\165\x74\x20\x74\171\x70\145\75\x22\142\165\164\x74\157\x6e\x22\40\x69\x64\x3d\x22\146\145\x74\x63\x68\x74\166\42\40\x63\154\141\x73\x73\x3d\x22\142\x75\x74\164\x6f\x6e\x20\142\165\164\x74\157\x6e\x2d\x70\x72\151\x6d\141\x72\171\x22\x20\x6e\141\x6d\145\x3d\x22\x66\145\x74\143\x68\x74\x76\42\x20\x76\x61\154\165\x65\x3d\42" . esc_attr("\124\126") . "\x22\76"; echo "\74\57\163\160\x61\x6e\76"; echo "\x3c\57\x73\160\141\156\76"; echo "\74\57\x73\x70\x61\x6e\76"; echo "\x3c\163\x70\x61\156\x20\x69\144\75\42\x70\x75\142\154\151\163\150\155\145\42\76"; echo "\74\x2f\163\160\141\156\76"; echo "\x3c\x73\160\x61\x6e\x20\151\x64\75\x22\x61\160\x69\x5f\x73\164\141\x74\165\x73\x22\76"; echo "\x3c\x69\40\143\x6c\x61\163\x73\75\x22\146\x61\x20\146\x61\55\x63\x69\x72\143\154\145\x20\162\157\x74\157\156\x64\x6f\x22\76\x3c\57\x69\76" . esc_html__("\101\120\x49\40\x69\x73\x20\x6f\x6e\x6c\x69\x6e\145", "\x66\155\157\166\151\x65") . ''; echo "\74\57\x73\x70\x61\156\76"; echo "\74\144\x69\166\x20\x69\x64\75\42\x6d\x65\x73\163\141\x67\145\42\76"; echo "\74\57\144\x69\x76\x3e"; echo "\x3c\x2f\x64\151\x76\x3e"; echo "\74\57\x64\x69\166\76"; echo "\x3c\165\154\x20\151\144\x3d\x22\x70\141\x67\151\x6e\x61\x74\x69\157\156\x22\x3e"; echo "\x3c\x2f\165\x6c\x3e"; } } goto fw7mr; dQbBQ: add_action("\167\x70\x5f\x65\156\161\165\x65\x75\x65\137\x73\x63\x72\151\160\164\163", "\123\x65\162\x69\x65\163\123\x63\x72\x69\160\x74");
Function Calls
None |
Stats
MD5 | c6c6e933c9b68e22a5afddc5cb475e4b |
Eval Count | 0 |
Decode Time | 99 ms |