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 if ($options["\141\x75\164\x6f\137\154\141\156\x67\x75\x61\x67\x65"] == "\x74\x72\x..
Decoded Output download
<?php
if ($options["auto_language"] == "true" && !empty($options["auto_language"])) { goto F46e2; } if (empty(isset($_GET["language"]))) { goto K4IXg; } $negara = $_GET["language"]; goto r1esg; K4IXg: $negara = $options["site_language"]; r1esg: goto cchCK; F46e2: $negara = $BAHASA_NEGARA[$countryCode]; cchCK: class TMDB { const KZEKw = "http://api.themoviedb.org/3/"; private $_apikey; private $_lang; private $_debug; function _get($url) { if (function_exists("curl_exec")) { goto traum; } if (function_exists("file_get_contents")) { goto M8FjY; } if (function_exists("fopen") && function_exists("stream_get_contents")) { goto Mbns7; } $url_get_contents_data = false; goto ORHUk; traum: $ch = curl_init(); $header[0] = "Accept: text/xml,application/xml,application/xhtml+xml,"; $header[0] .= "text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"; $header[] = "Cache-Control: max-age=0"; $header[] = "Connection: keep-alive"; $header[] = "Keep-Alive: 300"; $header[] = "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7"; $header[] = "Accept-Language: en-us,en;q=0.5"; $header[] = "Pragma: "; curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_ENCODING, "gzip,deflate"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); curl_setopt($ch, CURLOPT_REFERER, CURLOPT_REFERER()); curl_setopt($ch, CURLOPT_AUTOREFERER, true); curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_HTTPHEADER, $header); curl_setopt($ch, CURLOPT_USERAGENT, USERAGENT()); $url_get_contents_data = curl_exec($ch); curl_close($ch); if (!($url_get_contents_data == false)) { goto QmlDn; } $ch = curl_init(); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_URL, $url); $url_get_contents_data = curl_exec($ch); curl_close($ch); QmlDn: goto ORHUk; M8FjY: $url_get_contents_data = @file_get_contents($url); goto ORHUk; Mbns7: $handle = fopen($url, "r"); $url_get_contents_data = stream_get_contents($handle); ORHUk: return $url_get_contents_data; } public function __construct($apikey, $lang = "en", $debug = false) { $this->setApikey($apikey); $this->setLang($lang); $this->_debug = ''; } public function ___construct($data) { $this->_data = $data; } private function setApikey($apikey) { $this->_apikey = (string) $apikey; } private function getApikey() { return $this->_apikey; } public function setLang($lang = "en") { $this->_lang = $lang; } public function getLang() { return $this->_lang; } public function setAdult($adult = true) { $this->_adult = $adult; } public function getAdult() { return $this->_adult; } private function _call($action, $appendToResponse, $negara) { $url = self::KZEKw . $action . "?api_key=" . $this->getApikey() . "&" . $appendToResponse . $negara . "&adult=true"; $contents = $this->_get($url); $results = htmlspecialchars_decode(htmlentities($contents, ENT_COMPAT, "UTF-8"), ENT_QUOTES); if (!($this->_debug == "debug")) { goto ICUvP; } echo "<pre>"; print_r($url); echo "</pre>"; ICUvP: return (array) json_decode($results, true); } public function getMovie($idMovie, $appendToResponse = "append_to_response=videos,trailers,images,credits,translations,alternative_titles,keywords,similar,tagline,recommendations,reviews,providers,rating,external_ids") { return $this->_call("movie/" . $idMovie, $appendToResponse, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTVShow($idTVShow, $appendToResponse = "append_to_response=videos,trailers,images,credits,translations,alternative_titles,keywords,similar,tagline,recommendations,reviews,providers,rating,external_ids") { return $this->_call("tv/" . $idTVShow, $appendToResponse, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTVSeason($idTVShow, $season = '', $appendToResponse = "append_to_response=videos,trailers,images,credits,translations,alternative_titles,keywords,external_ids") { return $this->_call("tv/" . $idTVShow . $season, $appendToResponse, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTVEpisode($idTVShow, $season = '', $episode = '', $appendToResponse = "append_to_response=videos,trailers,images,credits,translations,alternative_titles,keywords,rating,external_ids") { return $this->_call("tv/" . $idTVShow . $season . $episode, $appendToResponse, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getPerson($idPerson, $appendToResponse = "append_to_response=movie_credits,tv_credits,images,combined_credits,translations,tagged_images,external_ids") { return $this->_call("person/" . $idPerson, $appendToResponse, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getCompany($idCompany, $appendToResponse = "append_to_response=movies,alternative_names,images") { return $this->_call("company/" . $idCompany, $appendToResponse, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getCompanyMovie($idCompany, $page = 1) { return $this->_call("discover/movie", "page=" . $page, "&with_companies=" . $idCompany, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getNetwork($idNetwork, $appendToResponse = "append_to_response=tv,alternative_names,images") { return $this->_call("network/" . $idNetwork, $appendToResponse, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getNetworkTV($idNetwork, $page = 1) { return $this->_call("discover/tv", "page=" . $page, "&with_networks=" . $idNetwork, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getprovidersMoviesALL() { return $this->_call("watch/providers/movie", "language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getprovidersMoviesRegion($watch_regionMovies = 1) { return $this->_call("watch/providers/movie", "watch_region=" . $watch_regionMovies, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getMoviebyProvidersRegion($idProviders, $watch_region, $page = 1) { return $this->_call("discover/movie", "page=" . $page, "&with_watch_providers=" . $idProviders . "&watch_region=" . $watch_region, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getprovidersTVALL() { return $this->_call("watch/providers/tv", "language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getprovidersTVRegion($watch_regionTV = 1) { return $this->_call("watch/providers/tv", "watch_region=" . $watch_regionTV, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTVShowProvidersRegion($idProviders, $watch_region, $page = 1) { return $this->_call("discover/tv", "page=" . $page, "&with_watch_providers=" . $idProviders . "&watch_region=" . $watch_region, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getMovieProviders($idMovie = '') { return $this->_call("movie/" . $idMovie . "/watch/providers", "language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTVProviders($idTV = '') { return $this->_call("tv/" . $idTV . "/watch/providers", "language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function discoverYearTV($years = '', $page = 1) { return $this->_call("discover/tv", "page=" . $page, "&first_air_date_year=" . $years, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function discoverYearMovie($year = '', $page = 1) { return $this->_call("discover/movie", "page=" . $page, "&primary_release_year=" . $year, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function discoverCountry($country = '', $page = 1) { return $this->_call("discover/tv", "page=" . $page, "&with_origin_country=" . $country, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function discoverMovieCountry($country = '', $page = 1) { return $this->_call("discover/movie", "page=" . $page, "&with_original_language=" . $country, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getLatestMovie($page = 1) { return $this->_call("movie/latest", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getPopularMovies($page = 1) { return $this->_call("movie/popular", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getNowPlayingMovies($page = 1) { return $this->_call("movie/now_playing", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTopRatedMovies($page = 1) { return $this->_call("movie/top_rated", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getUpcomingMovies($page = 1) { return $this->_call("movie/upcoming", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getLatestTVShow($page = 1) { return $this->_call("tv/latest", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTopRatedTVShows($page = 1) { return $this->_call("tv/top_rated", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getPopularTVShows($page = 1) { return $this->_call("tv/popular", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getOnTheAirTVShows($page = 1) { return $this->_call("tv/on_the_air", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getAiringTodayTVShows($page = 1) { return $this->_call("tv/airing_today", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTrendingAllDay($page = 1) { return $this->_call("trending/all/day", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTrendingAllWeek($page = 1) { return $this->_call("trending/all/week", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTrendingMovieDay($page = 1) { return $this->_call("trending/movie/day", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTrendingMovieWeek($page = 1) { return $this->_call("trending/movie/week", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTrendingTVDay($page = 1) { return $this->_call("trending/tv/day", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTrendingTVWeek($page = 1) { return $this->_call("trending/tv/week", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTrendingPersonDay($page = 1) { return $this->_call("trending/person/day", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getTrendingPersonWeek($page = 1) { return $this->_call("trending/person/week", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function GetGenreMovies($id, $page = 1) { return $this->_call("genre/" . $id . "/movies", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function GetGenreTVShow($id, $page = 1) { return $this->_call("discover/tv", "with_genres=" . $id, "&page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function GetKeywordMovies($id, $page = 1) { return $this->_call("keyword/" . $id . "/movies", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function GetKeywordTVShow($id, $page = 1) { return $this->_call("discover/tv", "with_keywords=" . $id, "&page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function GetFilterMovie($id, $page = 1) { return $this->_call("discover/movie", $id, "&page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function GetFilterTVShow($id, $page = 1) { return $this->_call("discover/tv", $id, "&page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getJobs($id, $page = 1) { return $this->_call("job/" . $id . "/movies", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getJobsTVShow($id, $page = 1) { return $this->_call("job/" . $id . "/tv", "page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function getPopularPersons($page = 1) { return $this->_call("person/popular", "&page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function searchMulti($movieTitle, $page = 1) { return $this->_call("search/multi", "query=" . urlencode($movieTitle) . "&page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function searchMovie($movieTitle, $page = 1) { return $this->_call("search/movie", "query=" . urlencode($movieTitle) . "&page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function searchTVShow($tvShowTitle, $page = 1) { return $this->_call("search/tv", "query=" . urlencode($tvShowTitle) . "&page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } public function searchPerson($personName, $page = 1) { return $this->_call("search/person", "query=" . urlencode($personName) . "&page=" . $page, "&language=" . $this->getLang(), "&include_image_language=en,null&include_video_language=en,null"); } } if (!(get_webinfo("creator") != "MangOpin" or get_webinfo("creatorweb") != "deqila.id")) { goto i1_LH; } header("Location: https://deqila.id"); i1_LH: $ISaN9 = strtolower(str_replace(" ", '', get_webinfo("customer_name"))); $WSZN9 = strtolower(str_replace(".", '', get_webinfo("customer_email"))); $GXZQ9 = implode("-", str_split(substr(strtoupper(md5("opin" . strtolower(get_webinfo("theme_id")) . $ISaN9 . $WSZN9)), 0, 20), 4)); if (!($GXZQ9 != get_webinfo("serial_key"))) { goto MS58S; } header("Location: https://deqila.id"); MS58S:
?>
Did this file decode correctly?
Original Code
<?php
if ($options["\141\x75\164\x6f\137\154\141\156\x67\x75\x61\x67\x65"] == "\x74\x72\x75\145" && !empty($options["\x61\x75\x74\157\x5f\154\x61\156\147\165\x61\147\145"])) { goto F46e2; } if (empty(isset($_GET["\x6c\141\x6e\x67\x75\x61\x67\x65"]))) { goto K4IXg; } $negara = $_GET["\154\x61\156\147\165\x61\x67\x65"]; goto r1esg; K4IXg: $negara = $options["\x73\151\x74\x65\137\154\141\156\x67\165\141\x67\x65"]; r1esg: goto cchCK; F46e2: $negara = $BAHASA_NEGARA[$countryCode]; cchCK: class TMDB { const KZEKw = "\x68\164\x74\x70\72\57\57\141\x70\x69\x2e\x74\150\x65\155\x6f\166\x69\145\144\x62\56\x6f\162\147\x2f\63\57"; private $_apikey; private $_lang; private $_debug; function _get($url) { if (function_exists("\x63\x75\162\154\137\x65\x78\x65\x63")) { goto traum; } if (function_exists("\x66\151\x6c\x65\137\x67\145\x74\137\x63\157\x6e\x74\145\156\x74\163")) { goto M8FjY; } if (function_exists("\146\157\160\145\156") && function_exists("\x73\164\x72\x65\x61\155\x5f\x67\145\x74\x5f\x63\x6f\156\164\145\x6e\x74\x73")) { goto Mbns7; } $url_get_contents_data = false; goto ORHUk; traum: $ch = curl_init(); $header[0] = "\101\143\143\145\160\x74\x3a\x20\x74\145\170\x74\57\x78\x6d\x6c\54\x61\x70\x70\154\x69\143\141\164\151\157\156\x2f\x78\155\x6c\x2c\x61\160\x70\154\x69\143\x61\x74\x69\x6f\156\57\x78\150\164\155\154\x2b\170\155\154\54"; $header[0] .= "\x74\145\x78\x74\57\x68\x74\x6d\154\73\x71\75\60\56\x39\54\x74\x65\170\x74\57\x70\154\141\x69\x6e\x3b\161\x3d\x30\56\x38\x2c\151\x6d\141\x67\145\57\x70\156\147\x2c\52\x2f\x2a\73\x71\x3d\x30\56\x35"; $header[] = "\103\141\143\150\145\55\103\x6f\156\x74\x72\x6f\x6c\x3a\x20\155\x61\170\x2d\141\147\x65\75\x30"; $header[] = "\x43\x6f\x6e\156\145\143\x74\x69\x6f\x6e\x3a\x20\x6b\145\145\x70\55\141\x6c\x69\x76\x65"; $header[] = "\113\x65\x65\x70\55\101\154\x69\166\145\72\40\x33\60\x30"; $header[] = "\101\143\143\x65\160\x74\x2d\103\x68\141\x72\163\145\164\x3a\40\x49\123\x4f\x2d\x38\70\x35\x39\55\x31\x2c\165\x74\x66\55\x38\x3b\x71\75\60\x2e\67\x2c\52\x3b\161\75\x30\56\67"; $header[] = "\x41\143\x63\x65\x70\164\55\114\141\156\x67\165\x61\x67\x65\72\40\x65\156\x2d\165\163\x2c\145\x6e\x3b\161\75\x30\x2e\65"; $header[] = "\120\x72\x61\147\155\141\72\x20"; curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_ENCODING, "\x67\x7a\x69\160\x2c\144\145\146\x6c\x61\164\145"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); curl_setopt($ch, CURLOPT_REFERER, CURLOPT_REFERER()); curl_setopt($ch, CURLOPT_AUTOREFERER, true); curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_HTTPHEADER, $header); curl_setopt($ch, CURLOPT_USERAGENT, USERAGENT()); $url_get_contents_data = curl_exec($ch); curl_close($ch); if (!($url_get_contents_data == false)) { goto QmlDn; } $ch = curl_init(); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_URL, $url); $url_get_contents_data = curl_exec($ch); curl_close($ch); QmlDn: goto ORHUk; M8FjY: $url_get_contents_data = @file_get_contents($url); goto ORHUk; Mbns7: $handle = fopen($url, "\162"); $url_get_contents_data = stream_get_contents($handle); ORHUk: return $url_get_contents_data; } public function __construct($apikey, $lang = "\x65\156", $debug = false) { $this->setApikey($apikey); $this->setLang($lang); $this->_debug = ''; } public function ___construct($data) { $this->_data = $data; } private function setApikey($apikey) { $this->_apikey = (string) $apikey; } private function getApikey() { return $this->_apikey; } public function setLang($lang = "\145\x6e") { $this->_lang = $lang; } public function getLang() { return $this->_lang; } public function setAdult($adult = true) { $this->_adult = $adult; } public function getAdult() { return $this->_adult; } private function _call($action, $appendToResponse, $negara) { $url = self::KZEKw . $action . "\77\141\x70\x69\137\153\145\x79\x3d" . $this->getApikey() . "\x26" . $appendToResponse . $negara . "\x26\x61\x64\x75\x6c\164\75\x74\162\165\x65"; $contents = $this->_get($url); $results = htmlspecialchars_decode(htmlentities($contents, ENT_COMPAT, "\x55\x54\106\x2d\x38"), ENT_QUOTES); if (!($this->_debug == "\144\x65\x62\x75\147")) { goto ICUvP; } echo "\x3c\x70\x72\x65\76"; print_r($url); echo "\x3c\x2f\160\x72\145\x3e"; ICUvP: return (array) json_decode($results, true); } public function getMovie($idMovie, $appendToResponse = "\x61\x70\x70\x65\156\x64\137\164\x6f\x5f\x72\145\163\160\157\156\x73\x65\x3d\166\151\144\145\x6f\163\x2c\x74\x72\x61\151\x6c\145\162\163\54\151\155\x61\x67\x65\163\54\x63\162\x65\144\151\x74\x73\54\164\x72\141\x6e\x73\x6c\141\x74\x69\x6f\x6e\163\54\141\x6c\164\x65\162\x6e\141\x74\151\166\145\x5f\x74\x69\x74\154\145\163\54\x6b\145\x79\x77\x6f\x72\144\x73\54\163\x69\155\151\x6c\141\162\x2c\x74\x61\x67\154\x69\x6e\145\54\162\x65\x63\157\x6d\x6d\145\x6e\x64\x61\164\x69\157\x6e\163\x2c\x72\145\166\x69\x65\167\x73\54\x70\x72\157\x76\x69\144\x65\162\x73\54\x72\141\x74\x69\156\x67\x2c\x65\170\x74\145\x72\x6e\x61\154\137\x69\x64\x73") { return $this->_call("\x6d\157\x76\151\145\57" . $idMovie, $appendToResponse, "\x26\154\141\156\x67\x75\141\x67\x65\75" . $this->getLang(), "\x26\151\156\143\154\165\x64\145\137\151\x6d\141\147\x65\137\x6c\141\x6e\x67\165\141\x67\x65\x3d\x65\156\x2c\x6e\x75\154\154\x26\x69\x6e\x63\154\165\144\x65\x5f\166\x69\x64\x65\157\137\x6c\x61\x6e\147\x75\141\x67\145\x3d\x65\x6e\54\x6e\165\154\x6c"); } public function getTVShow($idTVShow, $appendToResponse = "\x61\160\160\x65\x6e\x64\137\x74\157\x5f\162\x65\x73\x70\157\156\x73\145\75\x76\151\x64\145\157\x73\54\x74\162\x61\x69\x6c\145\162\163\x2c\151\155\x61\147\145\163\54\x63\162\x65\144\x69\x74\163\x2c\x74\x72\141\156\163\x6c\141\x74\151\x6f\x6e\x73\54\x61\154\164\x65\x72\x6e\141\x74\x69\x76\145\137\x74\151\x74\x6c\x65\x73\54\x6b\145\x79\167\x6f\162\x64\x73\x2c\x73\151\x6d\x69\154\141\162\54\x74\141\x67\x6c\151\x6e\x65\x2c\x72\145\x63\157\155\155\x65\x6e\144\141\x74\151\157\x6e\163\x2c\x72\x65\x76\151\x65\x77\x73\54\x70\x72\157\166\x69\x64\x65\x72\163\54\x72\141\164\x69\156\147\x2c\x65\x78\x74\145\162\x6e\141\x6c\137\151\x64\163") { return $this->_call("\x74\166\57" . $idTVShow, $appendToResponse, "\x26\x6c\141\x6e\x67\x75\x61\147\x65\x3d" . $this->getLang(), "\46\151\156\x63\x6c\165\x64\x65\x5f\x69\x6d\141\147\x65\137\x6c\141\x6e\147\165\x61\147\x65\x3d\x65\x6e\54\x6e\x75\154\x6c\46\x69\x6e\143\154\x75\x64\145\x5f\166\151\x64\x65\157\x5f\x6c\x61\x6e\x67\165\x61\x67\145\75\145\x6e\54\x6e\x75\x6c\x6c"); } public function getTVSeason($idTVShow, $season = '', $appendToResponse = "\x61\x70\160\x65\x6e\x64\x5f\x74\x6f\137\162\145\163\x70\x6f\x6e\x73\145\75\166\x69\x64\145\x6f\x73\x2c\x74\x72\x61\x69\154\x65\162\x73\x2c\151\155\141\x67\x65\x73\54\x63\x72\x65\x64\x69\164\x73\x2c\164\162\x61\x6e\x73\154\x61\164\x69\157\156\x73\x2c\x61\154\x74\x65\x72\x6e\141\164\x69\x76\x65\137\x74\x69\164\x6c\145\163\54\x6b\x65\x79\x77\157\162\144\163\54\x65\170\x74\145\x72\x6e\141\x6c\137\x69\x64\163") { return $this->_call("\164\166\57" . $idTVShow . $season, $appendToResponse, "\46\x6c\x61\x6e\x67\x75\x61\147\145\x3d" . $this->getLang(), "\x26\x69\156\x63\154\x75\x64\145\x5f\151\155\x61\147\145\137\154\x61\156\147\165\x61\x67\145\75\x65\156\x2c\156\165\154\x6c\46\151\156\x63\x6c\x75\x64\x65\x5f\166\x69\144\x65\x6f\x5f\154\x61\x6e\147\165\141\x67\x65\x3d\145\156\54\x6e\x75\x6c\x6c"); } public function getTVEpisode($idTVShow, $season = '', $episode = '', $appendToResponse = "\141\160\160\145\x6e\x64\137\164\x6f\x5f\x72\x65\x73\160\x6f\x6e\x73\x65\x3d\166\151\144\x65\157\163\x2c\x74\x72\x61\151\x6c\x65\x72\x73\54\x69\x6d\141\147\x65\x73\x2c\143\x72\145\144\x69\164\x73\54\164\162\x61\156\163\x6c\x61\164\x69\157\x6e\x73\x2c\141\x6c\x74\145\162\156\141\x74\151\x76\x65\x5f\164\x69\164\x6c\x65\163\54\x6b\x65\171\x77\157\162\144\x73\54\162\141\164\151\x6e\x67\x2c\x65\170\x74\145\162\156\141\x6c\x5f\x69\144\x73") { return $this->_call("\164\x76\x2f" . $idTVShow . $season . $episode, $appendToResponse, "\x26\x6c\141\156\x67\x75\x61\147\145\75" . $this->getLang(), "\x26\x69\156\143\x6c\165\144\145\x5f\151\155\141\147\145\x5f\x6c\141\x6e\147\x75\141\x67\145\75\145\x6e\x2c\x6e\165\154\154\46\x69\156\x63\154\165\144\145\137\166\x69\x64\145\157\x5f\154\141\156\147\165\x61\147\x65\x3d\x65\156\54\156\165\154\x6c"); } public function getPerson($idPerson, $appendToResponse = "\x61\160\160\145\156\x64\137\x74\157\137\x72\145\163\160\157\156\x73\x65\x3d\155\157\166\151\x65\137\x63\162\145\x64\151\x74\163\54\164\166\137\143\162\x65\x64\x69\x74\163\x2c\151\x6d\x61\x67\145\x73\54\143\x6f\x6d\142\151\156\x65\x64\x5f\x63\x72\x65\144\x69\164\x73\54\164\162\x61\156\x73\x6c\141\164\x69\x6f\156\163\54\164\x61\x67\x67\x65\x64\137\151\x6d\x61\147\x65\163\54\x65\x78\x74\x65\x72\156\x61\154\137\151\144\x73") { return $this->_call("\160\x65\x72\x73\157\156\57" . $idPerson, $appendToResponse, "\x26\154\141\x6e\x67\165\x61\x67\x65\75" . $this->getLang(), "\46\151\156\x63\154\x75\x64\145\x5f\x69\x6d\141\147\145\x5f\154\x61\156\147\165\141\147\x65\75\145\156\x2c\156\165\154\154\46\151\156\143\x6c\165\144\145\137\x76\x69\x64\145\x6f\137\154\141\x6e\x67\165\141\x67\145\x3d\145\156\x2c\156\x75\154\154"); } public function getCompany($idCompany, $appendToResponse = "\x61\x70\x70\x65\x6e\x64\137\164\x6f\x5f\x72\145\x73\160\x6f\x6e\x73\x65\75\155\x6f\166\151\x65\163\54\141\x6c\164\145\162\x6e\x61\x74\151\x76\x65\x5f\x6e\141\x6d\x65\x73\x2c\151\155\x61\147\x65\x73") { return $this->_call("\143\x6f\155\x70\x61\156\171\x2f" . $idCompany, $appendToResponse, "\46\x6c\x61\156\x67\x75\x61\147\145\75" . $this->getLang(), "\46\151\x6e\x63\x6c\165\x64\145\137\x69\155\141\147\x65\x5f\154\141\156\x67\x75\x61\x67\x65\75\x65\x6e\x2c\x6e\165\x6c\x6c\x26\151\156\x63\154\x75\144\145\137\x76\x69\144\145\157\x5f\154\x61\156\x67\165\x61\x67\x65\x3d\x65\156\x2c\156\165\x6c\154"); } public function getCompanyMovie($idCompany, $page = 1) { return $this->_call("\144\x69\163\x63\157\x76\145\162\x2f\155\157\166\151\145", "\160\x61\147\145\75" . $page, "\x26\167\x69\164\x68\137\143\x6f\155\160\141\156\151\145\x73\75" . $idCompany, "\46\x6c\141\x6e\x67\165\141\147\145\75" . $this->getLang(), "\46\151\156\x63\154\x75\x64\x65\x5f\151\155\x61\147\145\137\154\141\x6e\x67\x75\141\147\x65\75\x65\156\54\156\165\x6c\154\46\x69\156\143\154\x75\x64\x65\x5f\x76\x69\x64\x65\157\x5f\154\141\156\147\x75\x61\147\145\75\x65\156\x2c\x6e\x75\x6c\x6c"); } public function getNetwork($idNetwork, $appendToResponse = "\141\x70\x70\145\x6e\x64\x5f\x74\157\x5f\x72\145\x73\160\x6f\x6e\163\145\75\164\166\54\x61\154\x74\x65\x72\x6e\141\164\151\166\145\x5f\156\x61\155\145\x73\x2c\x69\x6d\x61\x67\145\x73") { return $this->_call("\x6e\145\x74\167\157\162\x6b\57" . $idNetwork, $appendToResponse, "\46\154\x61\x6e\147\165\x61\x67\x65\x3d" . $this->getLang(), "\x26\x69\156\143\x6c\165\x64\145\x5f\151\155\141\147\x65\x5f\154\x61\x6e\x67\165\141\x67\145\x3d\145\156\54\x6e\165\154\154\x26\151\156\x63\x6c\165\x64\145\137\166\x69\144\145\157\137\x6c\141\156\147\165\x61\147\145\x3d\x65\x6e\x2c\x6e\x75\154\154"); } public function getNetworkTV($idNetwork, $page = 1) { return $this->_call("\x64\151\x73\x63\x6f\x76\145\x72\57\164\x76", "\160\x61\x67\145\x3d" . $page, "\x26\167\151\164\150\137\x6e\145\164\x77\157\x72\153\163\75" . $idNetwork, "\46\x6c\141\x6e\x67\165\141\x67\x65\x3d" . $this->getLang(), "\46\x69\156\143\x6c\x75\x64\145\137\151\155\141\147\x65\137\154\141\x6e\147\x75\141\x67\145\75\145\156\54\156\165\154\154\x26\x69\156\x63\x6c\165\144\x65\x5f\166\x69\144\x65\x6f\137\154\141\156\147\165\141\147\x65\75\145\156\x2c\156\165\x6c\154"); } public function getprovidersMoviesALL() { return $this->_call("\167\141\164\x63\x68\57\x70\x72\x6f\x76\x69\144\x65\162\x73\57\155\157\166\x69\145", "\154\141\156\147\x75\141\147\x65\75" . $this->getLang(), "\x26\151\156\x63\154\x75\144\x65\137\x69\x6d\141\x67\x65\137\154\141\156\x67\165\x61\x67\x65\x3d\x65\156\54\x6e\165\154\154\46\x69\x6e\x63\154\x75\x64\x65\137\x76\151\x64\145\157\137\154\x61\x6e\x67\x75\x61\147\x65\x3d\x65\x6e\54\x6e\x75\x6c\x6c"); } public function getprovidersMoviesRegion($watch_regionMovies = 1) { return $this->_call("\167\141\164\x63\x68\x2f\160\162\x6f\166\151\x64\x65\162\x73\57\155\x6f\166\x69\145", "\x77\x61\x74\143\150\137\162\145\x67\x69\x6f\156\x3d" . $watch_regionMovies, "\46\x6c\x61\156\x67\165\x61\147\145\x3d" . $this->getLang(), "\46\151\156\x63\154\x75\144\145\x5f\151\155\x61\x67\145\x5f\x6c\141\156\x67\165\141\x67\145\x3d\145\156\54\156\165\154\154\x26\x69\x6e\143\x6c\x75\144\145\137\166\151\x64\145\x6f\137\154\141\x6e\x67\x75\x61\147\x65\75\x65\156\x2c\156\165\x6c\154"); } public function getMoviebyProvidersRegion($idProviders, $watch_region, $page = 1) { return $this->_call("\x64\x69\163\143\x6f\166\x65\162\57\155\x6f\x76\x69\145", "\160\141\x67\x65\x3d" . $page, "\46\167\151\x74\150\x5f\167\x61\164\143\150\137\x70\x72\x6f\x76\x69\x64\x65\162\163\x3d" . $idProviders . "\x26\167\141\x74\x63\150\x5f\162\x65\x67\x69\x6f\156\x3d" . $watch_region, "\x26\x6c\141\x6e\147\165\x61\x67\145\75" . $this->getLang(), "\x26\151\x6e\x63\154\x75\144\145\x5f\x69\x6d\x61\x67\145\x5f\154\141\x6e\147\x75\141\x67\x65\x3d\145\x6e\x2c\156\x75\x6c\x6c\x26\151\156\143\154\165\144\x65\137\x76\151\144\145\x6f\x5f\x6c\141\x6e\147\165\141\147\145\75\x65\156\54\x6e\x75\x6c\x6c"); } public function getprovidersTVALL() { return $this->_call("\x77\141\164\143\150\57\160\x72\157\166\151\x64\x65\x72\x73\x2f\164\x76", "\x6c\141\x6e\x67\165\x61\x67\145\75" . $this->getLang(), "\x26\x69\156\x63\x6c\x75\144\145\137\151\155\x61\x67\145\x5f\154\141\x6e\147\x75\141\x67\x65\x3d\x65\156\x2c\x6e\165\154\x6c\46\151\156\x63\x6c\165\144\x65\137\166\151\144\145\157\137\154\141\x6e\147\165\x61\x67\145\75\145\x6e\x2c\156\x75\x6c\154"); } public function getprovidersTVRegion($watch_regionTV = 1) { return $this->_call("\x77\x61\x74\x63\150\x2f\160\x72\x6f\166\151\x64\x65\x72\x73\x2f\x74\x76", "\167\141\x74\x63\150\137\162\x65\x67\x69\157\156\x3d" . $watch_regionTV, "\46\154\x61\156\147\165\x61\147\145\75" . $this->getLang(), "\x26\151\156\x63\x6c\165\x64\x65\x5f\151\155\141\147\x65\137\154\x61\x6e\x67\165\141\x67\x65\x3d\x65\x6e\54\x6e\165\x6c\154\46\151\x6e\x63\x6c\165\144\x65\137\x76\151\144\x65\x6f\x5f\154\x61\x6e\147\165\141\x67\145\x3d\145\156\x2c\x6e\x75\x6c\154"); } public function getTVShowProvidersRegion($idProviders, $watch_region, $page = 1) { return $this->_call("\x64\151\x73\x63\157\x76\145\162\57\164\166", "\160\141\x67\145\x3d" . $page, "\x26\x77\151\164\150\137\167\141\x74\x63\150\x5f\160\x72\157\x76\151\x64\x65\x72\163\75" . $idProviders . "\46\167\x61\x74\x63\150\x5f\x72\x65\147\151\157\x6e\75" . $watch_region, "\46\x6c\141\156\x67\x75\141\147\x65\75" . $this->getLang(), "\x26\x69\156\x63\154\165\144\145\x5f\151\155\x61\147\x65\137\x6c\141\x6e\x67\165\141\x67\145\75\145\x6e\54\156\165\x6c\x6c\x26\151\x6e\x63\x6c\165\x64\x65\x5f\166\x69\144\145\x6f\x5f\x6c\141\156\x67\165\141\x67\145\x3d\x65\x6e\x2c\x6e\165\x6c\154"); } public function getMovieProviders($idMovie = '') { return $this->_call("\x6d\157\x76\x69\x65\x2f" . $idMovie . "\57\167\x61\164\143\x68\57\160\x72\157\x76\151\x64\145\x72\x73", "\x6c\x61\x6e\147\165\141\x67\x65\75" . $this->getLang(), "\46\x69\156\143\x6c\165\x64\145\137\x69\x6d\x61\x67\145\x5f\x6c\x61\156\147\x75\x61\x67\x65\75\x65\156\54\156\165\154\x6c\x26\151\x6e\143\x6c\165\x64\145\x5f\166\x69\x64\145\x6f\x5f\154\141\156\x67\x75\141\x67\x65\75\x65\x6e\54\156\x75\154\154"); } public function getTVProviders($idTV = '') { return $this->_call("\164\166\57" . $idTV . "\57\x77\x61\x74\143\150\x2f\x70\162\157\x76\151\x64\x65\162\x73", "\x6c\x61\x6e\147\x75\x61\x67\145\75" . $this->getLang(), "\46\x69\x6e\143\x6c\165\x64\x65\137\151\155\x61\x67\145\137\154\x61\156\x67\165\x61\x67\145\x3d\x65\156\x2c\156\x75\154\x6c\x26\151\x6e\x63\154\x75\x64\145\x5f\166\151\x64\145\x6f\x5f\x6c\141\x6e\147\165\x61\x67\x65\75\x65\156\54\x6e\165\x6c\x6c"); } public function discoverYearTV($years = '', $page = 1) { return $this->_call("\144\x69\x73\143\157\x76\145\x72\x2f\164\166", "\x70\x61\x67\145\x3d" . $page, "\x26\x66\151\162\x73\x74\x5f\141\151\x72\x5f\x64\x61\x74\145\x5f\x79\x65\141\x72\x3d" . $years, "\46\154\141\156\x67\165\141\x67\145\x3d" . $this->getLang(), "\46\x69\x6e\x63\154\165\144\145\x5f\x69\155\141\x67\x65\137\x6c\x61\156\x67\165\x61\x67\x65\75\x65\x6e\x2c\x6e\x75\x6c\x6c\x26\x69\x6e\143\x6c\x75\144\x65\137\166\151\x64\145\x6f\137\154\141\156\x67\x75\141\147\145\75\x65\156\x2c\156\165\x6c\x6c"); } public function discoverYearMovie($year = '', $page = 1) { return $this->_call("\144\151\163\143\157\166\145\162\x2f\155\157\166\x69\x65", "\160\x61\147\145\75" . $page, "\x26\160\x72\151\x6d\141\162\x79\137\x72\145\x6c\x65\x61\x73\145\x5f\x79\x65\x61\x72\x3d" . $year, "\x26\x6c\x61\156\147\x75\x61\147\145\75" . $this->getLang(), "\x26\x69\x6e\x63\x6c\165\144\145\x5f\x69\x6d\x61\x67\145\137\x6c\x61\x6e\x67\x75\141\147\145\75\x65\156\54\156\x75\154\154\x26\151\156\x63\x6c\x75\144\x65\x5f\166\151\144\x65\157\137\x6c\141\x6e\147\165\x61\147\x65\75\145\156\x2c\156\x75\154\x6c"); } public function discoverCountry($country = '', $page = 1) { return $this->_call("\144\x69\163\143\x6f\166\x65\162\57\x74\166", "\160\141\x67\145\x3d" . $page, "\46\x77\x69\164\150\x5f\157\x72\x69\x67\x69\x6e\x5f\143\x6f\x75\156\x74\x72\x79\x3d" . $country, "\x26\x6c\141\156\x67\165\141\x67\x65\x3d" . $this->getLang(), "\x26\x69\x6e\x63\154\165\144\x65\137\151\155\141\x67\x65\137\154\x61\156\147\165\x61\147\145\75\145\156\x2c\156\165\154\x6c\46\x69\x6e\143\x6c\x75\x64\x65\137\166\151\144\145\x6f\137\154\x61\x6e\x67\x75\141\x67\145\75\145\156\54\156\165\x6c\154"); } public function discoverMovieCountry($country = '', $page = 1) { return $this->_call("\x64\151\163\x63\x6f\166\x65\162\x2f\155\x6f\x76\x69\x65", "\x70\x61\147\145\x3d" . $page, "\x26\167\151\x74\150\137\157\162\151\x67\x69\156\x61\x6c\x5f\x6c\141\156\x67\165\141\147\145\x3d" . $country, "\46\154\x61\x6e\147\x75\141\x67\x65\x3d" . $this->getLang(), "\46\x69\x6e\143\154\165\x64\145\137\151\x6d\141\x67\145\x5f\154\x61\x6e\147\165\x61\147\x65\x3d\145\156\x2c\x6e\165\x6c\x6c\x26\151\x6e\143\154\165\x64\145\x5f\x76\151\x64\x65\x6f\137\x6c\141\x6e\147\165\141\x67\x65\x3d\x65\x6e\x2c\x6e\x75\x6c\x6c"); } public function getLatestMovie($page = 1) { return $this->_call("\155\x6f\166\x69\145\x2f\x6c\141\x74\x65\x73\x74", "\160\141\x67\x65\75" . $page, "\x26\x6c\141\x6e\147\x75\x61\x67\x65\75" . $this->getLang(), "\x26\151\x6e\143\x6c\165\x64\x65\x5f\x69\x6d\141\x67\145\x5f\x6c\141\x6e\147\x75\141\x67\145\75\145\156\54\x6e\x75\154\154\x26\x69\156\143\154\165\144\x65\x5f\x76\151\144\145\x6f\x5f\154\141\156\x67\165\x61\x67\x65\x3d\x65\156\x2c\x6e\x75\x6c\x6c"); } public function getPopularMovies($page = 1) { return $this->_call("\155\x6f\166\151\x65\57\160\157\160\165\154\x61\x72", "\160\x61\x67\x65\75" . $page, "\x26\x6c\141\156\147\165\x61\x67\x65\75" . $this->getLang(), "\46\x69\156\x63\154\165\x64\145\x5f\x69\155\x61\147\x65\137\154\x61\156\147\165\x61\x67\145\75\x65\156\54\156\x75\x6c\x6c\x26\x69\156\143\x6c\x75\x64\145\x5f\166\151\x64\145\157\137\154\x61\x6e\x67\x75\141\x67\x65\x3d\x65\x6e\54\x6e\x75\x6c\154"); } public function getNowPlayingMovies($page = 1) { return $this->_call("\x6d\x6f\x76\x69\x65\x2f\156\157\167\137\160\154\x61\x79\x69\x6e\x67", "\160\141\x67\x65\75" . $page, "\x26\x6c\141\x6e\147\165\141\147\145\75" . $this->getLang(), "\x26\151\x6e\x63\154\165\144\x65\137\151\x6d\x61\x67\145\x5f\154\141\156\147\x75\x61\147\x65\75\145\156\x2c\156\x75\x6c\154\x26\151\156\x63\x6c\x75\x64\145\137\166\x69\144\145\157\137\154\141\x6e\147\165\141\147\x65\x3d\145\x6e\x2c\156\165\154\154"); } public function getTopRatedMovies($page = 1) { return $this->_call("\155\157\166\151\x65\57\164\x6f\x70\137\x72\x61\164\145\x64", "\x70\x61\x67\145\75" . $page, "\x26\154\141\x6e\147\165\141\x67\145\75" . $this->getLang(), "\x26\151\156\143\x6c\165\144\x65\x5f\151\155\x61\147\145\x5f\x6c\141\x6e\147\x75\141\147\x65\x3d\145\156\x2c\x6e\x75\x6c\154\46\x69\x6e\143\x6c\x75\144\x65\x5f\x76\x69\144\145\x6f\137\154\x61\156\147\x75\141\x67\145\x3d\x65\x6e\54\x6e\165\x6c\154"); } public function getUpcomingMovies($page = 1) { return $this->_call("\155\157\166\151\x65\x2f\x75\x70\x63\x6f\155\x69\x6e\x67", "\160\x61\x67\x65\x3d" . $page, "\x26\154\141\x6e\147\x75\141\147\x65\75" . $this->getLang(), "\x26\151\x6e\143\x6c\x75\x64\x65\137\151\x6d\141\147\145\x5f\154\141\156\x67\165\141\x67\145\x3d\x65\156\x2c\x6e\x75\x6c\x6c\x26\151\156\143\x6c\x75\x64\145\137\x76\x69\144\145\157\x5f\154\141\156\147\165\141\147\x65\x3d\145\156\54\156\165\154\154"); } public function getLatestTVShow($page = 1) { return $this->_call("\x74\x76\x2f\154\x61\164\145\x73\164", "\160\x61\147\145\x3d" . $page, "\x26\x6c\x61\156\x67\165\x61\x67\x65\75" . $this->getLang(), "\46\151\156\x63\x6c\165\144\145\x5f\151\155\141\147\x65\137\x6c\141\x6e\x67\165\141\147\145\x3d\x65\156\54\156\165\154\154\x26\151\x6e\143\x6c\x75\x64\x65\x5f\x76\151\144\145\157\137\154\x61\156\147\165\x61\147\145\75\145\x6e\54\x6e\x75\154\x6c"); } public function getTopRatedTVShows($page = 1) { return $this->_call("\164\x76\57\x74\x6f\x70\137\x72\141\164\145\x64", "\160\141\147\145\x3d" . $page, "\x26\154\141\x6e\x67\165\141\x67\x65\75" . $this->getLang(), "\46\151\x6e\x63\154\165\144\145\x5f\x69\x6d\x61\x67\145\137\x6c\x61\x6e\x67\165\x61\x67\145\75\145\156\x2c\x6e\165\154\x6c\x26\x69\156\143\x6c\x75\144\x65\137\166\x69\144\145\x6f\x5f\154\x61\156\147\x75\141\147\x65\x3d\145\x6e\x2c\156\165\x6c\154"); } public function getPopularTVShows($page = 1) { return $this->_call("\x74\166\x2f\x70\157\x70\165\154\141\x72", "\x70\141\x67\145\x3d" . $page, "\46\x6c\141\156\x67\165\141\x67\x65\x3d" . $this->getLang(), "\x26\x69\156\143\154\x75\144\145\137\x69\155\x61\147\145\137\x6c\141\156\147\x75\141\147\145\75\x65\156\x2c\x6e\165\x6c\154\x26\151\156\x63\154\165\x64\x65\x5f\x76\x69\144\x65\x6f\x5f\154\x61\x6e\x67\165\x61\147\x65\75\x65\156\x2c\x6e\165\154\x6c"); } public function getOnTheAirTVShows($page = 1) { return $this->_call("\x74\166\57\x6f\x6e\x5f\164\150\x65\x5f\141\x69\162", "\160\141\147\145\75" . $page, "\x26\154\141\x6e\147\165\x61\x67\145\75" . $this->getLang(), "\x26\x69\x6e\143\x6c\165\144\x65\x5f\151\x6d\x61\147\x65\137\154\x61\156\147\x75\141\147\145\75\x65\156\x2c\156\x75\x6c\x6c\x26\x69\156\143\x6c\x75\144\145\137\x76\x69\x64\145\157\137\x6c\141\156\x67\x75\x61\147\x65\x3d\x65\156\54\156\165\x6c\x6c"); } public function getAiringTodayTVShows($page = 1) { return $this->_call("\164\x76\x2f\141\x69\162\151\156\x67\137\164\x6f\x64\x61\x79", "\x70\141\147\145\75" . $page, "\x26\x6c\141\156\147\165\141\x67\x65\x3d" . $this->getLang(), "\x26\151\x6e\x63\154\x75\144\145\x5f\151\x6d\x61\x67\145\x5f\x6c\141\x6e\147\165\141\147\145\75\145\156\54\x6e\165\x6c\154\46\x69\156\143\154\165\x64\x65\x5f\166\151\144\x65\157\137\154\x61\x6e\147\x75\141\147\x65\x3d\145\x6e\54\156\x75\154\154"); } public function getTrendingAllDay($page = 1) { return $this->_call("\164\x72\145\156\x64\151\156\147\x2f\141\x6c\154\57\144\x61\x79", "\160\141\147\x65\75" . $page, "\46\x6c\141\156\147\x75\141\147\145\75" . $this->getLang(), "\46\x69\x6e\143\154\165\144\x65\137\x69\155\141\147\x65\137\x6c\x61\156\x67\165\141\x67\145\x3d\x65\x6e\x2c\156\x75\154\154\46\x69\x6e\x63\x6c\165\144\145\x5f\166\x69\x64\145\157\x5f\154\141\156\x67\165\141\147\x65\75\145\156\x2c\156\165\154\x6c"); } public function getTrendingAllWeek($page = 1) { return $this->_call("\x74\x72\x65\156\144\x69\x6e\147\57\141\154\x6c\x2f\x77\145\x65\153", "\160\x61\147\145\x3d" . $page, "\46\154\x61\x6e\147\165\x61\x67\145\x3d" . $this->getLang(), "\46\x69\x6e\143\154\165\144\x65\x5f\151\155\x61\x67\145\137\154\141\x6e\147\x75\141\x67\x65\75\145\x6e\x2c\156\165\154\x6c\x26\151\x6e\143\154\165\144\x65\137\166\151\144\x65\x6f\137\154\x61\156\x67\165\x61\147\x65\75\145\156\x2c\x6e\165\x6c\x6c"); } public function getTrendingMovieDay($page = 1) { return $this->_call("\x74\x72\145\x6e\144\x69\x6e\147\57\x6d\157\166\151\145\x2f\x64\141\171", "\160\x61\147\x65\x3d" . $page, "\46\154\141\156\x67\165\x61\x67\145\x3d" . $this->getLang(), "\x26\151\156\x63\154\x75\144\145\137\x69\155\x61\x67\x65\x5f\154\x61\156\147\165\x61\x67\x65\75\x65\x6e\54\x6e\x75\x6c\x6c\46\151\x6e\143\154\165\144\145\x5f\x76\x69\144\x65\157\137\x6c\141\x6e\x67\165\x61\x67\145\75\145\156\54\156\x75\x6c\154"); } public function getTrendingMovieWeek($page = 1) { return $this->_call("\164\x72\x65\156\144\x69\x6e\147\x2f\155\x6f\166\x69\145\x2f\167\145\145\x6b", "\160\141\147\x65\x3d" . $page, "\46\154\x61\156\x67\x75\x61\147\145\75" . $this->getLang(), "\x26\x69\156\143\154\165\x64\145\x5f\x69\x6d\141\x67\x65\x5f\x6c\x61\156\147\x75\x61\147\145\75\145\x6e\x2c\156\x75\x6c\154\x26\x69\156\143\x6c\165\144\x65\x5f\x76\151\144\145\x6f\137\154\141\x6e\147\165\141\147\x65\75\x65\156\x2c\x6e\x75\x6c\x6c"); } public function getTrendingTVDay($page = 1) { return $this->_call("\x74\162\x65\x6e\144\151\156\147\x2f\164\x76\57\x64\141\171", "\x70\x61\147\x65\x3d" . $page, "\x26\x6c\x61\x6e\147\165\141\x67\x65\75" . $this->getLang(), "\46\151\156\x63\x6c\x75\x64\x65\137\151\155\141\x67\x65\137\x6c\141\x6e\x67\165\141\147\x65\75\x65\x6e\54\156\165\154\154\x26\151\x6e\x63\x6c\x75\144\x65\137\166\151\144\145\x6f\137\x6c\141\x6e\x67\x75\x61\147\145\75\145\x6e\54\156\x75\x6c\154"); } public function getTrendingTVWeek($page = 1) { return $this->_call("\x74\162\145\x6e\144\151\156\147\x2f\164\166\57\x77\145\145\153", "\x70\x61\x67\145\75" . $page, "\x26\x6c\x61\156\x67\x75\x61\147\145\x3d" . $this->getLang(), "\46\x69\156\143\x6c\165\144\x65\x5f\151\x6d\141\x67\145\137\x6c\x61\156\x67\165\141\x67\145\x3d\145\x6e\54\x6e\x75\154\x6c\46\x69\x6e\143\154\x75\144\x65\137\166\x69\144\145\x6f\x5f\x6c\x61\x6e\x67\165\141\147\x65\x3d\145\156\54\156\x75\x6c\154"); } public function getTrendingPersonDay($page = 1) { return $this->_call("\164\162\145\x6e\144\151\156\x67\x2f\x70\145\x72\x73\157\156\57\144\x61\171", "\160\141\147\145\75" . $page, "\46\154\x61\x6e\x67\x75\141\x67\x65\x3d" . $this->getLang(), "\x26\151\156\x63\154\x75\x64\145\x5f\151\x6d\x61\147\145\x5f\154\141\x6e\147\165\x61\147\145\75\x65\156\54\x6e\x75\x6c\154\x26\x69\x6e\143\154\165\144\x65\137\x76\x69\x64\x65\x6f\x5f\x6c\x61\x6e\147\x75\141\x67\145\75\x65\x6e\54\156\165\x6c\x6c"); } public function getTrendingPersonWeek($page = 1) { return $this->_call("\164\x72\x65\156\144\x69\156\x67\57\x70\x65\x72\x73\157\x6e\x2f\x77\x65\145\153", "\x70\x61\x67\x65\75" . $page, "\46\x6c\141\x6e\x67\x75\x61\147\145\75" . $this->getLang(), "\46\x69\x6e\143\154\165\x64\145\137\151\155\141\x67\145\x5f\x6c\141\156\x67\165\141\147\145\x3d\x65\156\54\156\165\x6c\154\x26\151\156\x63\154\165\144\145\x5f\166\151\x64\145\x6f\x5f\x6c\141\x6e\147\x75\141\147\145\x3d\145\156\54\x6e\x75\154\154"); } public function GetGenreMovies($id, $page = 1) { return $this->_call("\x67\x65\156\x72\145\x2f" . $id . "\x2f\x6d\157\x76\x69\145\x73", "\160\x61\147\145\x3d" . $page, "\46\x6c\x61\x6e\147\165\x61\147\x65\75" . $this->getLang(), "\46\151\x6e\143\x6c\165\x64\145\x5f\151\155\x61\x67\x65\x5f\154\x61\x6e\147\x75\x61\147\x65\75\x65\156\x2c\156\165\x6c\154\x26\x69\156\x63\x6c\x75\x64\x65\x5f\166\x69\144\145\x6f\x5f\154\x61\156\x67\165\x61\x67\145\75\x65\156\x2c\156\x75\x6c\154"); } public function GetGenreTVShow($id, $page = 1) { return $this->_call("\144\x69\163\143\x6f\166\145\x72\57\164\x76", "\167\x69\164\150\x5f\147\x65\x6e\x72\145\163\x3d" . $id, "\46\160\141\147\145\x3d" . $page, "\46\x6c\x61\156\147\165\x61\147\145\x3d" . $this->getLang(), "\x26\x69\156\x63\154\x75\144\145\x5f\x69\155\141\147\145\x5f\x6c\141\x6e\147\x75\x61\x67\x65\x3d\x65\x6e\54\x6e\x75\154\x6c\x26\x69\156\143\154\165\144\145\x5f\166\x69\144\x65\157\x5f\154\x61\x6e\x67\165\x61\147\x65\x3d\x65\156\x2c\x6e\x75\x6c\154"); } public function GetKeywordMovies($id, $page = 1) { return $this->_call("\x6b\145\171\x77\157\162\144\57" . $id . "\x2f\x6d\x6f\166\151\x65\163", "\x70\141\x67\145\75" . $page, "\46\154\x61\156\147\x75\x61\x67\x65\x3d" . $this->getLang(), "\x26\151\156\x63\154\x75\144\x65\x5f\151\x6d\x61\x67\145\x5f\x6c\x61\x6e\147\x75\x61\147\x65\75\x65\156\x2c\156\x75\x6c\x6c\x26\x69\156\x63\x6c\165\144\x65\137\166\x69\x64\x65\x6f\x5f\x6c\141\x6e\147\x75\x61\x67\145\75\145\x6e\x2c\156\x75\x6c\154"); } public function GetKeywordTVShow($id, $page = 1) { return $this->_call("\x64\x69\x73\x63\x6f\166\x65\x72\x2f\x74\x76", "\167\151\x74\x68\137\153\x65\171\x77\x6f\x72\144\x73\75" . $id, "\x26\160\x61\x67\x65\x3d" . $page, "\x26\x6c\141\x6e\147\x75\x61\147\145\75" . $this->getLang(), "\x26\151\156\143\154\165\144\x65\x5f\x69\x6d\x61\x67\x65\x5f\x6c\x61\x6e\147\x75\x61\x67\x65\75\x65\156\x2c\x6e\165\x6c\154\x26\151\156\x63\154\165\144\145\137\166\151\x64\x65\157\x5f\x6c\141\x6e\147\165\141\147\x65\x3d\x65\156\54\x6e\165\x6c\x6c"); } public function GetFilterMovie($id, $page = 1) { return $this->_call("\144\151\x73\143\x6f\x76\x65\162\57\155\157\166\151\145", $id, "\46\x70\141\147\x65\x3d" . $page, "\x26\154\141\156\x67\x75\141\147\145\75" . $this->getLang(), "\x26\151\x6e\143\154\x75\x64\x65\x5f\x69\155\141\x67\145\137\154\x61\x6e\147\x75\x61\147\x65\75\x65\x6e\54\x6e\x75\x6c\x6c\46\151\x6e\x63\154\165\144\x65\137\166\x69\144\x65\157\x5f\x6c\141\x6e\147\x75\x61\x67\x65\x3d\145\x6e\54\156\165\x6c\154"); } public function GetFilterTVShow($id, $page = 1) { return $this->_call("\x64\x69\x73\143\157\166\145\x72\57\164\166", $id, "\x26\160\141\x67\x65\x3d" . $page, "\x26\154\x61\156\147\x75\x61\147\145\x3d" . $this->getLang(), "\46\151\156\143\154\165\144\145\137\x69\x6d\141\147\x65\x5f\154\x61\x6e\147\165\x61\x67\145\x3d\x65\156\x2c\156\x75\x6c\154\x26\x69\156\x63\154\x75\x64\145\137\166\x69\x64\145\157\137\154\x61\156\147\x75\141\x67\145\x3d\x65\156\x2c\x6e\165\x6c\x6c"); } public function getJobs($id, $page = 1) { return $this->_call("\x6a\157\142\57" . $id . "\x2f\155\157\x76\x69\x65\163", "\x70\x61\x67\x65\x3d" . $page, "\46\x6c\x61\x6e\147\165\141\147\145\x3d" . $this->getLang(), "\x26\151\x6e\x63\154\x75\x64\145\137\x69\x6d\x61\147\x65\x5f\x6c\141\x6e\147\x75\141\147\145\x3d\145\x6e\54\156\165\x6c\x6c\46\x69\156\x63\154\x75\144\x65\137\x76\x69\144\x65\x6f\137\154\141\x6e\147\x75\x61\147\145\75\x65\x6e\x2c\x6e\x75\154\154"); } public function getJobsTVShow($id, $page = 1) { return $this->_call("\x6a\x6f\x62\x2f" . $id . "\57\164\x76", "\x70\x61\x67\145\75" . $page, "\46\154\141\156\147\x75\x61\x67\145\x3d" . $this->getLang(), "\46\151\156\143\x6c\x75\144\x65\x5f\x69\x6d\141\147\145\x5f\x6c\x61\x6e\x67\x75\141\147\145\x3d\x65\x6e\x2c\156\165\154\154\x26\x69\x6e\x63\x6c\x75\x64\x65\137\x76\x69\144\145\157\137\x6c\141\156\x67\x75\141\147\145\x3d\145\x6e\x2c\x6e\165\154\154"); } public function getPopularPersons($page = 1) { return $this->_call("\x70\145\162\163\x6f\156\x2f\160\x6f\x70\165\x6c\x61\x72", "\x26\x70\141\147\145\x3d" . $page, "\x26\x6c\x61\x6e\147\165\x61\147\x65\x3d" . $this->getLang(), "\x26\x69\156\x63\x6c\x75\x64\x65\137\x69\155\x61\147\x65\x5f\154\x61\x6e\147\x75\141\x67\x65\x3d\x65\156\54\x6e\x75\154\154\x26\x69\x6e\143\x6c\165\x64\145\x5f\166\x69\144\x65\x6f\x5f\x6c\x61\x6e\147\165\x61\147\x65\75\x65\x6e\54\x6e\x75\154\154"); } public function searchMulti($movieTitle, $page = 1) { return $this->_call("\x73\145\141\162\x63\x68\x2f\x6d\165\154\164\x69", "\161\165\x65\x72\171\75" . urlencode($movieTitle) . "\x26\160\141\x67\x65\75" . $page, "\46\154\141\x6e\x67\x75\x61\147\x65\75" . $this->getLang(), "\x26\151\156\x63\x6c\x75\x64\145\137\x69\x6d\x61\147\x65\x5f\x6c\x61\156\147\165\141\x67\145\75\x65\156\x2c\156\165\154\x6c\46\x69\156\143\154\x75\x64\145\137\166\x69\x64\145\157\137\154\141\156\x67\x75\x61\147\145\75\145\x6e\54\x6e\x75\x6c\154"); } public function searchMovie($movieTitle, $page = 1) { return $this->_call("\x73\145\x61\x72\x63\150\57\155\x6f\x76\x69\x65", "\x71\x75\145\162\x79\75" . urlencode($movieTitle) . "\46\160\141\147\x65\x3d" . $page, "\x26\154\141\156\x67\165\x61\147\x65\75" . $this->getLang(), "\46\151\156\143\x6c\x75\x64\145\137\x69\155\141\147\145\x5f\154\141\x6e\x67\x75\x61\x67\145\75\x65\156\x2c\x6e\165\x6c\x6c\x26\151\156\x63\154\165\144\145\x5f\x76\151\144\145\157\x5f\x6c\141\156\x67\165\x61\x67\145\75\145\x6e\x2c\x6e\x75\154\154"); } public function searchTVShow($tvShowTitle, $page = 1) { return $this->_call("\x73\x65\x61\162\x63\150\x2f\164\x76", "\x71\x75\x65\x72\x79\75" . urlencode($tvShowTitle) . "\46\x70\141\x67\145\x3d" . $page, "\46\x6c\x61\156\x67\165\x61\147\145\x3d" . $this->getLang(), "\46\x69\x6e\x63\x6c\165\144\145\137\x69\x6d\x61\147\145\x5f\154\141\x6e\147\165\141\x67\145\x3d\x65\156\x2c\156\x75\154\x6c\x26\x69\x6e\x63\154\x75\144\x65\137\166\x69\144\x65\157\x5f\x6c\141\x6e\x67\165\141\147\145\75\145\x6e\54\x6e\x75\154\154"); } public function searchPerson($personName, $page = 1) { return $this->_call("\x73\145\141\x72\143\x68\57\160\x65\162\163\157\156", "\x71\165\145\x72\x79\75" . urlencode($personName) . "\x26\x70\141\x67\145\x3d" . $page, "\x26\x6c\141\156\x67\165\141\147\x65\75" . $this->getLang(), "\x26\151\156\x63\154\165\x64\145\x5f\151\x6d\141\147\145\137\154\141\x6e\x67\165\141\x67\x65\x3d\x65\x6e\54\156\x75\x6c\x6c\x26\151\156\143\154\x75\x64\145\137\166\151\144\x65\x6f\x5f\x6c\141\x6e\x67\x75\x61\147\x65\75\x65\x6e\54\156\x75\154\154"); } } if (!(get_webinfo("\x63\162\x65\141\x74\x6f\x72") != "\x4d\x61\x6e\x67\117\x70\x69\156" or get_webinfo("\143\x72\145\141\x74\157\x72\x77\145\142") != "\x64\x65\161\x69\x6c\x61\x2e\x69\x64")) { goto i1_LH; } header("\x4c\157\x63\141\x74\151\157\156\x3a\x20\150\x74\x74\160\x73\x3a\57\57\x64\145\x71\x69\154\141\x2e\151\144"); i1_LH: $ISaN9 = strtolower(str_replace("\40", '', get_webinfo("\143\165\163\164\x6f\x6d\x65\x72\x5f\156\x61\155\145"))); $WSZN9 = strtolower(str_replace("\x2e", '', get_webinfo("\x63\165\163\x74\x6f\155\x65\162\137\x65\x6d\141\x69\x6c"))); $GXZQ9 = implode("\55", str_split(substr(strtoupper(md5("\x6f\160\x69\156" . strtolower(get_webinfo("\x74\x68\145\x6d\x65\x5f\151\x64")) . $ISaN9 . $WSZN9)), 0, 20), 4)); if (!($GXZQ9 != get_webinfo("\163\145\162\x69\141\x6c\137\153\145\x79"))) { goto MS58S; } header("\114\157\143\141\164\x69\157\156\x3a\x20\150\x74\164\160\x73\x3a\x2f\57\144\x65\161\x69\154\141\x2e\151\144"); MS58S:
?>
Function Calls
None |
Stats
MD5 | 205de58b31049e94a5bc20b854ec7698 |
Eval Count | 0 |
Decode Time | 62 ms |