I just tried to brute force this mask. It didn't result in anything.
[quote]
for ($a = 0; $a < 10; $a++) {
for ($b = 0; $b < 10; $b++) {
for ($c = 0; $c < 10; $c++) {
for ($d = 0; $d < 10; $d++) {
file_put_contents('images/day2/brute/'.$a.$b.$c.$d.'.jpg',
file_get_contents('http://alphalupi.bungie.net/'.$a.$b.'3314'.$c.'985'.$d.'.jpg'));
}
}
}
}
[/quote]
English
-
Edited by FoMan123: 2/13/2013 8:15:13 PM[quote]I just tried to brute force this mask. [/quote]I really wouldn't suggest that; seems like a good way to get IP banned by Achronos. Besides, it's against the spirit of the game.
-
It was on a whim since I seemed to be within 9999 options :O
-
Edited by TFOcelot: 2/13/2013 7:27:48 PMIt could be 8314. It wouldn't be that much more work to just brute force all 11 numbers. Although, that makes the next puzzles a lot less fun if they use the same file naming format for all of them. Even worse if they're all already up there.
-
because it may not be "3314" and "985" I would say with confidence it's "_314" and "9_5" but that's only 14th of the image. The bottom may reveal something more or different.