User talk:Newacct

From Geohashing
Revision as of 13:22, 11 August 2010 by imported>Relet (Created page with 'Hi Newacct, I noticed your change on [http://wiki.xkcd.com/wgh/index.php?title=MediaWiki_Implementation&curid=984&diff=246691&oldid=201705|MediaWiki Implementation]. I came to t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hi Newacct,

I noticed your change on Implementation. I came to the conclusion that you probably wanted to write

    $dec = hexdec($md5);

as the $md5 variable is being re-used and replaced by the selected half. Using substr again would result in an empty string. I'm not familiar with the implementation, and wouldn't want to understand that guesscode anyway, so I'll leave it to you to figure out if I am correct. -- relet 13:22, 11 August 2010 (UTC)