Best Blackhat Forum

Full Version: [DECODE] Tencode Latest v1.5.1 Install.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hey, please someone decode the tencode latest v1.5.1 install.php file, it is in base64 i think.
waiting.....
thanks in advance

download link:

http://www76.zippyshare.com/v/64282804/file.html
does someone decode i am waiting.
i decode it but first you pm me it's other files then i send you this 100% decodded
The rest of files arent needed to decode base 64... but it would be nice to get them ;)
This is not base 64 encoding, but i can decode it
small sample.. pls inbox wiht the full script :) i will help null it too

http://*marked as SPAM*/kCmXHkAR
hxxp:// paste bin (dot) com/kCmXHkAR
dont be phased about obfuscation they are defined in the file

${"GLOBALS"}["yayxumwbni"]="file";
${"GLOBALS"}["uheloomi"]="file_status";
${"GLOBALS"}["vmqhxnns"]="not_found_errors";
${"GLOBALS"}["tzcnjxjq"]="important_files";
${"GLOBALS"}["rcxtsncg"]="table";
${"GLOBALS"}["oplkoum"]="tableSchema";
${"GLOBALS"}["ujpnnfs"]="dbconfig";
${"GLOBALS"}["hljypom"]="con_file";
only need to decode install.php dont worry i will share script for all. trust me
Loomy thanks, well i place code and install its good and batch uploader is working and all is good in backend system, but front end something problem i dont know, its need to decode one more file more.php

Code:
function check_license($license)
{
    $LICENSE_DOMAIN = str_replace("www.", "", $_SERVER["SERVER_NAME"]);
    $key1 = strtoupper(substr((md5($LICENSE_DOMAIN . "EX")), -5));
    $key2 = strtoupper(substr((md5($LICENSE_DOMAIN . "FM")), -5));
    $key3 = strtoupper(substr((md5($LICENSE_DOMAIN . "TANCODE")), -5));
    $LICENSE_KEY = $key1 . "-" . $key2 . "-" . $key3;
    if ($license == "%keyword%") {
        $_SESSION["license"] = $license;
        return true;
    } else {
        return false;
    }
}

lost password query in phpmyadmin

CREATE TABLE IF NOT EXISTS `vass_lostpass` (
`email` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`reset_key` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
`created_on` datetime NOT NULL,
UNIQUE KEY `email` (`email`),
KEY `reset_key` (`reset_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

without globals its not fully retrieve data of latest version i dont know why. ?
i am responsible for this latest version in future. v1.6
Pages: 1 2
Reference URL's