Best Blackhat Forum

Full Version: [REQ] Help me Decode one file ioncube 5.6 please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
because this file ioncube encoded with php 5.6, I can't run this script on php7 :(

any help would be appreciated
https://gist.github.com/javfans/fa1224f3...9ca0c9a6fb
Contact me for full code.

PHP Code:
<?php 
// decoded by http://phpdecode.xyz/
require_once("config.php");
if( 
IT\Data::Get("minify_html") == "enable" 
{
    
ob_start("html_minification");
}

require_once(
ABSPATH "/firewall.php");
$slug $var->get->slug;
$videos $db->query("SELECT id,link,embed,slug,subtitle,preview,title,type,source,views FROM files WHERE slug='" $slug "'");
if( 
$videos->num_rows != "1" 
{
    
header("HTTP/1.0 404 Not Found");
    require(
TEMPLATES "pages/no_video.php");
    exit();
}

$video $videos->fetch_object();
$link decode($video->link"evelyn_salt");
$player IT\Data::Get("player");
$preview decode($vid............... 
Reference URL's