Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
static function b533E0f5f988919d1c3b076a87f9b0E3($StreamId) { if (..
Decoded Output download
<? static function b533E0f5f988919d1c3b076a87f9b0E3($StreamId)
{
if (!file_exists(MOVIES_PATH . $StreamId . "_.pid")) {
goto D540591b9a648179f77278d4e6f7e08c;
}
$Bc7d327b1510891329ca9859db27320f = (int) file_get_contents(MOVIES_PATH . $StreamId . "_.pid");
posix_kill($Bc7d327b1510891329ca9859db27320f, 9);
D540591b9a648179f77278d4e6f7e08c:
shell_exec("rm -f MOVIES_PATH" . $StreamId . ".*");
self::$ipTV_db->query("UPDATE `streams_sys` SET `bitrate` = NULL,`current_source` = NULL,`to_analyze` = 0,`pid` = NULL,`stream_started` = NULL,`stream_info` = NULL,`stream_status` = 0 WHERE `stream_id` = '%d' AND `server_id` = '%d'", $StreamId, SERVER_ID);
} ?>
Did this file decode correctly?
Original Code
static function b533E0f5f988919d1c3b076a87f9b0E3($StreamId)
{
if (!file_exists(MOVIES_PATH . $StreamId . "_.pid")) {
goto D540591b9a648179f77278d4e6f7e08c;
}
$Bc7d327b1510891329ca9859db27320f = (int) file_get_contents(MOVIES_PATH . $StreamId . "_.pid");
posix_kill($Bc7d327b1510891329ca9859db27320f, 9);
D540591b9a648179f77278d4e6f7e08c:
shell_exec("rm -f MOVIES_PATH" . $StreamId . ".*");
self::$ipTV_db->query("UPDATE `streams_sys` SET `bitrate` = NULL,`current_source` = NULL,`to_analyze` = 0,`pid` = NULL,`stream_started` = NULL,`stream_info` = NULL,`stream_status` = 0 WHERE `stream_id` = '%d' AND `server_id` = '%d'", $StreamId, SERVER_ID);
}
Function Calls
None |
Stats
MD5 | 3cdc29d7e0def09baa09cb9260f98a57 |
Eval Count | 0 |
Decode Time | 44 ms |