here you are:
function deoc($code, $key)
{
if($key != "") {
$key = base64_encode($key);
// Read the first three characters of the base64ed key
$key_char1 = $key{0};
$key_char2 = $key{1};
$key_char3 = $key{3};
// Replace $ by the first key of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.