Quote:
Originally Posted by Neobeo
I took a quick look at the source. Try changing line 258 from
Code:
$tmp.=pack("N*",bindec(strrev($tmp3)));
to
Code:
$tmp.=pack("V*",bindec(strrev($tmp3)));
|
Same result... I changed to N because V didnt work, forgot to change back
|