how can this be translated to English please
(09-24-2015 06:28 AM)syniper Wrote: [ -> ]how can this be translated to English please
Translation is easy, did you nulled it?
How this be nulled can you clarify more ?
(10-03-2015 12:35 AM)iegyi Wrote: [ -> ]How this be nulled can you clarify more ?
Just decode functions.php, than i will write the licence generator.
I want just like this code on the functions.php
function __gc() {
$site = $_SERVER['SERVER_NAME'];
$site = str_replace("http://", "", $site);
$site = str_replace("www.", "", $site);
$key = '/h.a.v.a.d.i.s.v.2/';
return base64_encode(mcrypt_encrypt(MCRYPT_RIJNDAEL_256, md5($key), $site, MCRYPT_MODE_CBC, md5(md5($key))));
}