1
Mods & Plugins (Requests & Discussions) / Re: Getting mad
« on: August 02, 2005, 03:34:21 PM »lost mod, I guess.
Attached google cached pages.
That's the one! Thanks V@no, you are the best! How do you make it to know so much...

4images code on GitHub Click here to visit GitHub.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
lost mod, I guess.
Attached google cached pages.
include('/home/amarena/public_html/content/includes/function_encrypt.php');
function hex2bin($data)
{
$len = strlen($data);
return pack("H" . $len, $data);
}
$password = "password";//Change this to whatever you the secret password to be. Password can be alphanumeric.
$crypto = new Crypto($password);
$image = hex2bin($_SERVER['QUERY_STRING']);
$image = $crypto->decrypt($image);