65.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")

08-01-2014, 08:24 PM
Post: #1
[DECODE] Tencode Latest v1.5.1 Install.php
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
08-02-2014, 03:15 AM
Post: #2
RE:
does someone decode i am waiting.
08-02-2014, 11:59 AM
Post: #3
RE:
i decode it but first you pm me it's other files then i send you this 100% decodded
08-02-2014, 02:07 PM
Post: #4
RE:
The rest of files arent needed to decode base 64... but it would be nice to get them ;)
08-02-2014, 02:08 PM
Post: #5
RE:
This is not base 64 encoding, but i can decode it
55.gif
08-02-2014, 02:17 PM
Post: #6
RE:
small sample.. pls inbox wiht the full script :) i will help null it too

http://*marked as SPAM*/kCmXHkAR
08-02-2014, 02:17 PM
Post: #7
RE:
hxxp:// paste bin (dot) com/kCmXHkAR
08-02-2014, 02:21 PM
Post: #8
RE:
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";
08-02-2014, 04:47 PM
Post: #9
RE:
only need to decode install.php dont worry i will share script for all. trust me
08-02-2014, 06:26 PM (This post was last modified: 08-02-2014 06:31 PM by jacksii.)
Post: #10
RE:
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
40.gif




58.gif