The 6-number sequence as it stands

Everything related to our favorite Scottish duo.

Moderators: mdg, Mexicola, 2020k, Fredd-E, Aesthetics

User avatar
Dayvan Cowboy
Status: Offline
Posts: 1409
Joined: 20 Sep 2007
Location: where teh wild things are
Anyone know the significance of this line in the terminal.js?

Code: Select all
else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\\",219:"[",221:"]


is that like setting up the keyboard for special characters? or something else?

User avatar
Boqurant
Status: Offline
Posts: 90
Joined: 26 Apr 2013
Location: New England
guys im sorry to derail the brainstorming session but i cant get over how god damn cool this all is! hahahahah WTF IS GOING ON

User avatar
Boqurant
Status: Offline
Posts: 90
Joined: 23 Jun 2009
Location: Inland Empire, CA
Impossible Geometry wrote:guys im sorry to derail the brainstorming session but i cant get over how god damn cool this all is! hahahahah WTF IS GOING ON


This.

New Seed
Status: Offline
Posts: 7
Joined: 29 Apr 2013
HOW did I miss isogram???

New Seed
Status: Offline
Posts: 1
Joined: 29 Apr 2013
Perhaps we should look here, at the wiki for hexagon.

I tried the a+c+e=b+d+f, which would result in 667127, but that doesn't work..
Last edited by Lassigo on Mon Apr 29, 2013 4:41 pm, edited 1 time in total.

User avatar
Eagle Minded
Status: Offline
Posts: 407
Joined: 24 Nov 2012
1996 – Bill Clinton signs welfare reform into law, representing major shift in US welfare policy

co-incidence?

clinton knows
Last edited by Keeoaddi on Mon Apr 29, 2013 4:48 pm, edited 1 time in total.

User avatar
New Seed
Status: Offline
Posts: 9
Joined: 28 Apr 2013
Location: Midlands, UK
Is it safe to assume that the album is called 'cosecha' now then?
Infinite Lines of Colourful Sevens

User avatar
Dayvan Cowboy
Status: Offline
Posts: 1726
Joined: 9 Aug 2009
Keeoaddi wrote:>1996 – Bill Clinton signs welfare reform into law, representing major shift in US welfare policy

co-incidence?


I doubt this tidbit's relevance, but keep on sleuthing.

User avatar
Boqurant
Status: Offline
Posts: 66
Joined: 6 Dec 2011
Location: USA
GUYS!!!! I just tried copy and pasting the date from the website onto here and it change to 909389!!!
Orange

Friendly Stranger
Status: Offline
Posts: 12
Joined: 29 Apr 2013
Hey, a friend of mine is an expert in these kinds of things, he's busy cracking the code:)

User avatar
Posts Quantity
Status: Offline
Posts: 126
Joined: 16 Mar 2008
Location: Brittany/Fresh West/London
Well I for one am going to write them a nice little letter in the password spot, I'd be logging the attempts and having a giggle personally ;)

User avatar
Boqurant
Status: Offline
Posts: 54
Joined: 23 Apr 2013
Location: London, UK
zeitgeist wrote:Anyone know the significance of this line in the terminal.js?

Code: Select all
else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\",219:"[",221:"]


is that like setting up the keyboard for special characters? or something else?

This is assisting in the mapping of JavaScript key codes to the keyboard - http://www.cambiaresearch.com/articles/ ... -key-codes
Image

User avatar
Boqurant
Status: Offline
Posts: 90
Joined: 23 Jun 2009
Location: Inland Empire, CA
orange hexagon sun wrote:Is it safe to assume that the album is called 'cosecha' now then?


Could just be the name of this whole clue hunting thing

User avatar
Dayvan Cowboy
Status: Offline
Posts: 1027
Joined: 8 Feb 2011
Location: The Great White North(east)
Yeah I tried something with isogram, taking in the order we have each digit without repeating it
hit a wall pretty fast... something else ;)

User avatar
Eagle Minded
Status: Offline
Posts: 355
Joined: 29 Apr 2013
zeitgeist wrote:Anyone know the significance of this line in the terminal.js?

Code: Select all
else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\",219:"[",221:"]


is that like setting up the keyboard for special characters? or something else?


I think it's made so that the shift key has no function; when you try to type a "!", by pressing shift+1, it simply receives a "1".

Friendly Stranger
Status: Offline
Posts: 10
Joined: 4 Feb 2012
zeitgeist wrote:Anyone know the significance of this line in the terminal.js?

Code: Select all
else{var codes={97:"1",98:"2",99:"3",100:"4",101:"5",102:"6",103:"7",104:"8",105:"9",96:"0",190:".",192:"`",188:",",191:"/",186:";",222:"'",220:"\",219:"[",221:"]


is that like setting up the keyboard for special characters? or something else?


yes, It's keycodes on additional part of keyboard, numpad.

User avatar
Dayvan Cowboy
Status: Offline
Posts: 1027
Joined: 8 Feb 2011
Location: The Great White North(east)
orange hexagon sun wrote:Is it safe to assume that the album is called 'cosecha' now then?

no, not at all

User avatar
Boqurant
Status: Offline
Posts: 66
Joined: 6 Dec 2011
Location: USA
909389
Orange

Friendly Stranger
Status: Offline
Posts: 11
Joined: 26 Apr 2013
Location: Dublin & Aberdeen
ambivalenceavenue wrote:
Guido wrote:Guys, it's not x.js, it's http://cosecha-transmisiones.com/terminal.js

It basically works on a basis of AJAX, it sends the entered password to password.php to verify

Yeah, and then logs to GA what the use tried:
Code: Select all
var attemptPassword = function (password, success, fail) {
    $.getJSON("password.php?attempt=" + password, function (data) {
        if (data.error === true) {
            ga('send', 'event', 'password', 'fail', password, 1);
            fail();
        } else {
            ga('send', 'event', 'password', 'success', password, 1);
            window.location = data.url;
        }
        console.log(data);
    })
}



As a side note, to the VAX operating system, the first VAX was introduced in 1977!!!!
One's and Zero's

User avatar
Eagle Minded
Status: Offline
Posts: 407
Joined: 24 Nov 2012
60-10 wrote:GUYS!!!! I just tried copy and pasting the date from the website onto here and it change to 909389!!!


you must have already had that on the clipboard, i don't think you can copy/paste from/into this new page

PreviousNext

Return to Boards of Canada

Who is online

Users browsing this forum: No registered users and 125 guests