76.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

11-17-2019, 11:23 PM
Post: #1
[REQ] Help me Decode one file ioncube 5.6 please
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
11-19-2019, 02:39 AM
Post: #2
RE: [REQ] Help me Decode one file ioncube 5.6 please
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............... 




13.gif