Difference between revisions of "User talk:Newacct"

From Geohashing
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…')
 
imported>Relet
m
Line 1: Line 1:
 
Hi Newacct,
 
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 the conclusion that you probably wanted to write  
+
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 the conclusion that you probably wanted to write  
 
     $dec = hexdec($md5);
 
     $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. -- [[User:relet|relet]] 13:22, 11 August 2010 (UTC)
 
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. -- [[User:relet|relet]] 13:22, 11 August 2010 (UTC)

Revision as of 13:23, 11 August 2010

Hi Newacct,

I noticed your change on MediaWiki 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)