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 /** * * @ This file is created by http://DeZender.Net * @ deZender (PHP7 Decoder..

Decoded Output download

<?php 
/** 
* 
* @ This file is created by http://DeZender.Net 
* @ deZender (PHP7 Decoder for ionCube Encoder) 
* 
* @ Version			:	4.1.0.1 
* @ Author			:	DeZender 
* @ Release on		:	29.08.2020 
* @ Official site	:	http://DeZender.Net 
* 
*/ 
 
goto label30; 
 
label1: 
 
echo '                                </select>' . "
" . '                            </div>' . "
" . '                        </div>' . "
						" . '<table id="datatable-streampage" class="table table-striped table-borderless dt-responsive nowrap font-normal">' . "
							" . '<thead>' . "
								" . '<tr>' . "
									" . '<th class="text-center">ID</th>' . "
" . '                                    <th class="text-center">Image</th>' . "
									" . '<th>Name</th>' . "
									" . '<th>Category</th>' . "
									" . '<th class="text-center">Seasons</th>' . "
									" . '<th class="text-center">Episodes</th>' . "
" . '                                    <th class="text-center">TMDb</th>' . "
									" . '<th class="text-center">First Aired</th>' . "
									" . '<th class="text-center">Last Updated</th>' . "
									" . '<th class="text-center">Actions</th>' . "
								" . '</tr>' . "
							" . '</thead>' . "
							" . '<tbody></tbody>' . "
						" . '</table>' . "
					" . '</div> ' . "
				" . '</div> ' . "
			" . '</div>' . "
		" . '</div>' . "
	" . '</div>' . "
" . '</div>' . "
"; 
goto label173; 
 
label3: 
 
echo 'collapse'; 
 
label4: 
 
echo ' form-group row mb-4">' . "
" . '                            <div class="col-md-6">' . "
" . '                                <input type="text" class="form-control" id="series_search" value="'; 
 
if (!isset(XUI::$rRequest['search'])) { 
	goto label17; 
} 
 
echo htmlspecialchars(XUI::$rRequest['search']); 
goto label17; 
 
label17: 
 
echo '" placeholder="Search Series...">' . "
" . '                            </div>' . "
" . '                            <div class="col-md-3">' . "
" . '                                <select id="series_category_id" class="form-control" data-toggle="select2">' . "
" . '                                    <option value="">All Categories</option>' . "
" . '                                    <option value="-1"'; 
if (!(isset(XUI::$rRequest['category']) && (XUI::$rRequest['category'] == -1))) { 
	goto label29; 
} 
 
echo ' selected'; 
 
label29: 
 
goto label141; 
 
label30: 
 
include 'session.php'; 
include 'functions.php'; 
 
if (B1882df698B44754()) { 
	goto label38; 
} 
 
B46F5dD76F3C7421(); 
 
label38: 
 
goto label119; 
 
label39: 
 
echo ' style="display: none;"'; 
 
label40: 
 
echo '>' . "
" . '    <div class="container-fluid">' . "
		" . '<div class="row">' . "
			" . '<div class="col-12">' . "
				" . '<div class="page-title-box">' . "
					" . '<div class="page-title-right">' . "
" . '                        '; 
include 'topbar.php'; 
echo "					" . '</div>' . "
					" . '<h4 class="page-title">TV Series</h4>' . "
				" . '</div>' . "
			" . '</div>' . "
		" . '</div>     ' . "
		" . '<div class="row">' . "
			" . '<div class="col-12">' . "
" . '                '; 
goto label155; 
 
label44: 
 
foreach ($A5dcdeb6ecbbf6bd as $A1925ae53e9307eb) { 
	echo '                                    <option value="'; 
	echo $A1925ae53e9307eb['id']; 
	echo '"'; 
	if (!(isset(XUI::$rRequest['category']) && (XUI::$rRequest['category'] == $A1925ae53e9307eb['id']))) { 
		goto label63; 
	} 
 
	echo ' selected'; 
 
	label63: 
 
	echo '>'; 
	echo $A1925ae53e9307eb['category_name']; 
	echo '</option>' . "
" . '                                    '; 
} 
 
echo '                                </select>' . "
" . '                            </div>' . "
" . '                            <label class="col-md-1 col-form-label text-center" for="series_show_entries">Show</label>' . "
" . '                            <div class="col-md-2">' . "
" . '                                <select id="series_show_entries" class="form-control" data-toggle="select2">' . "
" . '                                    '; 
 
foreach ([10, 25, 50, 250, 500, 1000] as $C9e42207e95f03ed) { 
	goto label95; 
 
	label74: 
 
	goto label86; 
 
	label76: 
 
	if (!(XUI::$rRequest['entries'] == $C9e42207e95f03ed)) { 
		goto label84; 
	} 
 
	echo ' selected'; 
 
	label84: 
 
	goto label86; 
 
	label86: 
 
	echo ' value="'; 
	echo $C9e42207e95f03ed; 
	echo '">'; 
	echo $C9e42207e95f03ed; 
	goto label92; 
 
	label92: 
 
	echo '</option>' . "
" . '                                    '; 
	goto label110; 
 
	label95: 
 
	echo '                                    <option'; 
 
	if (isset(XUI::$rRequest['entries'])) { 
		goto label76; 
	} 
 
	if (!($F2d4d8f7981ac574['default_entries'] == $C9e42207e95f03ed)) { 
		goto label108; 
	} 
 
	echo ' selected'; 
 
	label108: 
 
	goto label74; 
 
	label110: 
} 
 
goto label1; 
 
label113: 
 
echo "				" . '<div class="alert alert-success alert-dismissible fade show" role="alert">' . "
					" . '<button type="button" class="close" data-dismiss="alert" aria-label="Close">' . "
						" . '<span aria-hidden="true">&times;</span>' . "
					" . '</button>' . "
					" . 'Series has been added / modified.' . "
				" . '</div>' . "
" . '                '; 
 
label114: 
 
echo "				" . '<div class="card">' . "
					" . '<div class="card-body" style="overflow-x:auto;">' . "
" . '                        <div id="collapse_filters" class="'; 
 
if (!$F61f585ee1fe12b7) { 
	goto label4; 
} 
 
goto label3; 
 
label119: 
 
$A5dcdeb6ecbbf6bd = Cbe87E2a9a996111('series'); 
$bcf587bb39f95fd5 = 'TV Series'; 
include 'header.php'; 
echo '<div class="wrapper"'; 
if (!(!empty($_SERVER['HTTP_X_REQUESTED_WITH']) && (strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest'))) { 
	goto label40; 
} 
 
goto label39; 
 
label141: 
 
echo '>No TMDb Match</option>' . "
" . '                                    <option value="-1"'; 
if (!(isset(XUI::$rRequest['category']) && (XUI::$rRequest['category'] == -2))) { 
	goto label153; 
} 
 
echo ' selected'; 
 
label153: 
 
echo '>No Categories</option>' . "
" . '                                    '; 
goto label44; 
 
label155: 
if (isset($B4a5f8dc1f8d260c) && ($B4a5f8dc1f8d260c == STATUS_SUCCESS)) { 
	goto label113; 
} 
if (!(isset($B4a5f8dc1f8d260c) && ($B4a5f8dc1f8d260c == STATUS_SUCCESS_MULTI))) { 
	goto label171; 
} 
 
echo "				" . '<div class="alert alert-success alert-dismissible fade show" role="alert">' . "
					" . '<button type="button" class="close" data-dismiss="alert" aria-label="Close">' . "
						" . '<span aria-hidden="true">&times;</span>' . "
					" . '</button>' . "
					" . 'Series are being imported in the background, series that can\'t be matched will not be added. Check Watch Folder logs for information.' . "
				" . '</div>' . "
" . '                '; 
 
label171: 
 
goto label114; 
goto label113; 
 
label173: 
 
include 'footer.php'; 
 
?>

Did this file decode correctly?

Original Code

<?php
/**
*
* @ This file is created by http://DeZender.Net
* @ deZender (PHP7 Decoder for ionCube Encoder)
*
* @ Version			:	4.1.0.1
* @ Author			:	DeZender
* @ Release on		:	29.08.2020
* @ Official site	:	http://DeZender.Net
*
*/

goto label30;

label1:

echo '                                </select>' . "\n" . '                            </div>' . "\n" . '                        </div>' . "\n\t\t\t\t\t\t" . '<table id="datatable-streampage" class="table table-striped table-borderless dt-responsive nowrap font-normal">' . "\n\t\t\t\t\t\t\t" . '<thead>' . "\n\t\t\t\t\t\t\t\t" . '<tr>' . "\n\t\t\t\t\t\t\t\t\t" . '<th class="text-center">ID</th>' . "\n" . '                                    <th class="text-center">Image</th>' . "\n\t\t\t\t\t\t\t\t\t" . '<th>Name</th>' . "\n\t\t\t\t\t\t\t\t\t" . '<th>Category</th>' . "\n\t\t\t\t\t\t\t\t\t" . '<th class="text-center">Seasons</th>' . "\n\t\t\t\t\t\t\t\t\t" . '<th class="text-center">Episodes</th>' . "\n" . '                                    <th class="text-center">TMDb</th>' . "\n\t\t\t\t\t\t\t\t\t" . '<th class="text-center">First Aired</th>' . "\n\t\t\t\t\t\t\t\t\t" . '<th class="text-center">Last Updated</th>' . "\n\t\t\t\t\t\t\t\t\t" . '<th class="text-center">Actions</th>' . "\n\t\t\t\t\t\t\t\t" . '</tr>' . "\n\t\t\t\t\t\t\t" . '</thead>' . "\n\t\t\t\t\t\t\t" . '<tbody></tbody>' . "\n\t\t\t\t\t\t" . '</table>' . "\n\t\t\t\t\t" . '</div> ' . "\n\t\t\t\t" . '</div> ' . "\n\t\t\t" . '</div>' . "\n\t\t" . '</div>' . "\n\t" . '</div>' . "\n" . '</div>' . "\n";
goto label173;

label3:

echo 'collapse';

label4:

echo ' form-group row mb-4">' . "\n" . '                            <div class="col-md-6">' . "\n" . '                                <input type="text" class="form-control" id="series_search" value="';

if (!isset(XUI::$rRequest['search'])) {
	goto label17;
}

echo htmlspecialchars(XUI::$rRequest['search']);
goto label17;

label17:

echo '" placeholder="Search Series...">' . "\n" . '                            </div>' . "\n" . '                            <div class="col-md-3">' . "\n" . '                                <select id="series_category_id" class="form-control" data-toggle="select2">' . "\n" . '                                    <option value="">All Categories</option>' . "\n" . '                                    <option value="-1"';
if (!(isset(XUI::$rRequest['category']) && (XUI::$rRequest['category'] == -1))) {
	goto label29;
}

echo ' selected';

label29:

goto label141;

label30:

include 'session.php';
include 'functions.php';

if (B1882df698B44754()) {
	goto label38;
}

B46F5dD76F3C7421();

label38:

goto label119;

label39:

echo ' style="display: none;"';

label40:

echo '>' . "\n" . '    <div class="container-fluid">' . "\n\t\t" . '<div class="row">' . "\n\t\t\t" . '<div class="col-12">' . "\n\t\t\t\t" . '<div class="page-title-box">' . "\n\t\t\t\t\t" . '<div class="page-title-right">' . "\n" . '                        ';
include 'topbar.php';
echo "\t\t\t\t\t" . '</div>' . "\n\t\t\t\t\t" . '<h4 class="page-title">TV Series</h4>' . "\n\t\t\t\t" . '</div>' . "\n\t\t\t" . '</div>' . "\n\t\t" . '</div>     ' . "\n\t\t" . '<div class="row">' . "\n\t\t\t" . '<div class="col-12">' . "\n" . '                ';
goto label155;

label44:

foreach ($A5dcdeb6ecbbf6bd as $A1925ae53e9307eb) {
	echo '                                    <option value="';
	echo $A1925ae53e9307eb['id'];
	echo '"';
	if (!(isset(XUI::$rRequest['category']) && (XUI::$rRequest['category'] == $A1925ae53e9307eb['id']))) {
		goto label63;
	}

	echo ' selected';

	label63:

	echo '>';
	echo $A1925ae53e9307eb['category_name'];
	echo '</option>' . "\n" . '                                    ';
}

echo '                                </select>' . "\n" . '                            </div>' . "\n" . '                            <label class="col-md-1 col-form-label text-center" for="series_show_entries">Show</label>' . "\n" . '                            <div class="col-md-2">' . "\n" . '                                <select id="series_show_entries" class="form-control" data-toggle="select2">' . "\n" . '                                    ';

foreach ([10, 25, 50, 250, 500, 1000] as $C9e42207e95f03ed) {
	goto label95;

	label74:

	goto label86;

	label76:

	if (!(XUI::$rRequest['entries'] == $C9e42207e95f03ed)) {
		goto label84;
	}

	echo ' selected';

	label84:

	goto label86;

	label86:

	echo ' value="';
	echo $C9e42207e95f03ed;
	echo '">';
	echo $C9e42207e95f03ed;
	goto label92;

	label92:

	echo '</option>' . "\n" . '                                    ';
	goto label110;

	label95:

	echo '                                    <option';

	if (isset(XUI::$rRequest['entries'])) {
		goto label76;
	}

	if (!($F2d4d8f7981ac574['default_entries'] == $C9e42207e95f03ed)) {
		goto label108;
	}

	echo ' selected';

	label108:

	goto label74;

	label110:
}

goto label1;

label113:

echo "\t\t\t\t" . '<div class="alert alert-success alert-dismissible fade show" role="alert">' . "\n\t\t\t\t\t" . '<button type="button" class="close" data-dismiss="alert" aria-label="Close">' . "\n\t\t\t\t\t\t" . '<span aria-hidden="true">&times;</span>' . "\n\t\t\t\t\t" . '</button>' . "\n\t\t\t\t\t" . 'Series has been added / modified.' . "\n\t\t\t\t" . '</div>' . "\n" . '                ';

label114:

echo "\t\t\t\t" . '<div class="card">' . "\n\t\t\t\t\t" . '<div class="card-body" style="overflow-x:auto;">' . "\n" . '                        <div id="collapse_filters" class="';

if (!$F61f585ee1fe12b7) {
	goto label4;
}

goto label3;

label119:

$A5dcdeb6ecbbf6bd = Cbe87E2a9a996111('series');
$bcf587bb39f95fd5 = 'TV Series';
include 'header.php';
echo '<div class="wrapper"';
if (!(!empty($_SERVER['HTTP_X_REQUESTED_WITH']) && (strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest'))) {
	goto label40;
}

goto label39;

label141:

echo '>No TMDb Match</option>' . "\n" . '                                    <option value="-1"';
if (!(isset(XUI::$rRequest['category']) && (XUI::$rRequest['category'] == -2))) {
	goto label153;
}

echo ' selected';

label153:

echo '>No Categories</option>' . "\n" . '                                    ';
goto label44;

label155:
if (isset($B4a5f8dc1f8d260c) && ($B4a5f8dc1f8d260c == STATUS_SUCCESS)) {
	goto label113;
}
if (!(isset($B4a5f8dc1f8d260c) && ($B4a5f8dc1f8d260c == STATUS_SUCCESS_MULTI))) {
	goto label171;
}

echo "\t\t\t\t" . '<div class="alert alert-success alert-dismissible fade show" role="alert">' . "\n\t\t\t\t\t" . '<button type="button" class="close" data-dismiss="alert" aria-label="Close">' . "\n\t\t\t\t\t\t" . '<span aria-hidden="true">&times;</span>' . "\n\t\t\t\t\t" . '</button>' . "\n\t\t\t\t\t" . 'Series are being imported in the background, series that can\'t be matched will not be added. Check Watch Folder logs for information.' . "\n\t\t\t\t" . '</div>' . "\n" . '                ';

label171:

goto label114;
goto label113;

label173:

include 'footer.php';

?>

Function Calls

None

Variables

None

Stats

MD5 82e944b44787f7ad2fdbf1d15ea25ec5
Eval Count 0
Decode Time 62 ms