The 6-number sequence as it stands

Moderators: Aesthetics, Drones, Hexagon Sun

User avatar
zeitgeist
Dayvan Cowboy
Posts: 1416
Joined: Thu Sep 20, 2007 9:51 pm
Location: where teh wild things are

Post by zeitgeist »

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
Impossible Geometry
Boqurant
Posts: 90
Joined: Fri Apr 26, 2013 10:24 pm
Location: New England
Contact:

Post by Impossible Geometry »

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
kidfortoday70
Boqurant
Posts: 90
Joined: Tue Jun 23, 2009 6:38 am
Location: Inland Empire, CA
Contact:

Post by kidfortoday70 »

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.
chishkebab
New Seed
Posts: 7
Joined: Mon Apr 29, 2013 3:11 pm

Post by chishkebab »

HOW did I miss isogram???
Lassigo
New Seed
Posts: 1
Joined: Mon Apr 29, 2013 4:34 pm

Post by Lassigo »

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
Keeoaddi
Eagle Minded
Posts: 407
Joined: Sat Nov 24, 2012 11:28 am

Post by Keeoaddi »

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
orange hexagon sun
New Seed
Posts: 9
Joined: Sun Apr 28, 2013 10:03 pm
Location: Midlands, UK
Contact:

Post by orange hexagon sun »

Is it safe to assume that the album is called 'cosecha' now then?
Infinite Lines of Colourful Sevens
User avatar
Waterbagel
Dayvan Cowboy
Posts: 1922
Joined: Sun Aug 09, 2009 12:50 am
Location: gulf coast US

Post by Waterbagel »

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
60-10
Boqurant
Posts: 66
Joined: Tue Dec 06, 2011 3:49 am
Location: USA

Post by 60-10 »

GUYS!!!! I just tried copy and pasting the date from the website onto here and it change to 909389!!!
Orange
Laubotje
Friendly Stranger
Posts: 12
Joined: Mon Apr 29, 2013 4:42 pm

Post by Laubotje »

Hey, a friend of mine is an expert in these kinds of things, he's busy cracking the code:)
User avatar
jay bee
Posts Quantity
Posts: 126
Joined: Sun Mar 16, 2008 1:06 pm
Location: Brittany/Fresh West/London

Post by jay bee »

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
ambivalenceavenue
Boqurant
Posts: 54
Joined: Tue Apr 23, 2013 10:24 am
Location: London, UK

Post by ambivalenceavenue »

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
kidfortoday70
Boqurant
Posts: 90
Joined: Tue Jun 23, 2009 6:38 am
Location: Inland Empire, CA
Contact:

Post by kidfortoday70 »

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
Magrathea
Dayvan Cowboy
Posts: 1045
Joined: Tue Feb 08, 2011 4:57 am
Location: The Great White North(east)

Post by Magrathea »

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
FernieCanto
Eagle Minded
Posts: 355
Joined: Mon Apr 29, 2013 4:12 pm

Post by FernieCanto »

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".
xpahos
Friendly Stranger
Posts: 10
Joined: Sat Feb 04, 2012 12:40 am

Post by xpahos »

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
Magrathea
Dayvan Cowboy
Posts: 1045
Joined: Tue Feb 08, 2011 4:57 am
Location: The Great White North(east)

Post by Magrathea »

orange hexagon sun wrote:Is it safe to assume that the album is called 'cosecha' now then?
no, not at all
User avatar
60-10
Boqurant
Posts: 66
Joined: Tue Dec 06, 2011 3:49 am
Location: USA

Post by 60-10 »

909389
Orange
gmgsinc
Friendly Stranger
Posts: 11
Joined: Fri Apr 26, 2013 12:06 pm
Location: Dublin & Aberdeen
Contact:

Post by gmgsinc »

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
Keeoaddi
Eagle Minded
Posts: 407
Joined: Sat Nov 24, 2012 11:28 am

Post by Keeoaddi »

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
Post a reply