Skip to content

Instantly share code, notes, and snippets.

@atmoner
Last active August 29, 2015 14:00
Show Gist options
  • Save atmoner/7afd5ba7f756068aaacd to your computer and use it in GitHub Desktop.
Save atmoner/7afd5ba7f756068aaacd to your computer and use it in GitHub Desktop.
Encode/decode info_hash url announce
if (get_magic_quotes_gpc())
$info_hash = bin2hex(stripslashes('9ecba10dc84ee33e2206bed06e0658280b0802fe'));
else
$info_hash = bin2hex('9ecba10dc84ee33e2206bed06e0658280b0802fe');
echo $info_hash;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment