08-02-2014, 10:55 PM
To retrieve latest version u need an account on their site, the update button leads to ur account...so if u dont have active account with the purchase attacehd to it, its a nogo
(08-02-2014 06:26 PM)jacksii Wrote: [ -> ]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