Originally posted by: plastick
I can't get past the third password javascript... where it says "undefined" ..how do i get past it?
Originally posted by: plastick
still cant get it.. i dont know javascript
i tried FF0000 and red and whateverelse.. d1.document.one.link.Color..... whatever
Originally posted by: joinT
which popup you mean? the password one?
you need to be on the entry page to level 6.
instead of clicking the "enter" link, right-click and save-as (someone mentioned it already)
then open that file locally to view source.
Originally posted by: glugglug
any hints on number 8? That one seems like just "guess the URL" to me - that can't be right...
Originally posted by: glugglug
any hints on number 8? That one seems like just "guess the URL" to me - that can't be right...
Originally posted by: rmrf
does anyone have a clue for someone that is on lvl 14, but can't get to 15?
Originally posted by: glugglug
Level 11 requires cheating because the javascript code is bugged.
Specifically there is no value e such that e.substring(1,2) + e.substring (4,5)+ e.substring (6,7) + e.substring (0,1) + e.substring(5,6)+ e.substring(2,3) + e.substring(3,4) == "e..m.et".
They are looking for "meet." but that doesn't actually work.
Originally posted by: Oscar1613
Originally posted by: glugglug
Level 11 requires cheating because the javascript code is bugged.
Specifically there is no value e such that e.substring(1,2) + e.substring (4,5)+ e.substring (6,7) + e.substring (0,1) + e.substring(5,6)+ e.substring(2,3) + e.substring(3,4) == "e..m.et".
They are looking for "meet." but that doesn't actually work.
its "meet..."![]()
Originally posted by: glugglug
Originally posted by: Oscar1613
Originally posted by: glugglug
Level 11 requires cheating because the javascript code is bugged.
Specifically there is no value e such that e.substring(1,2) + e.substring (4,5)+ e.substring (6,7) + e.substring (0,1) + e.substring(5,6)+ e.substring(2,3) + e.substring(3,4) == "e..m.et".
They are looking for "meet." but that doesn't actually work.
its "meet..."![]()
Doesn't work with the extra periods either. The person who wrote that piece of javascript misinterpreted substring(x,y) as taking characters in the index range [x;y) when the function actually uses the range [x;x+y)
Manually editing the URL for the page it's supposed to redirect you to, where they have you enter the 5 passwords again just incase you cheated and got there that way, it becomes quite apparent they actually are looking for meet with exactly one period after it. (even though this doesn't work on the previous input form).