| Author |
New Javascript challenge |
Happysmileman
Member
Posts: 347
Location:
Joined: 02.08.06 Rank: HBH Guru |
|
I just thought of an idea which I don't think has been used before, instead of making a JS validation for the password, how about making a JS scblockedript which gets a password from the site using AJAX, the password could be unique to each user to stop cheating.
I don't know AJAX so I can't really post any code or anything, but basically upon clicking enter, the scblockedript would connect to a page and get the password, then compare them, so the user would have to get the password being sent to him
zalifer wrote:
ww3 will start from a head of state saying to another "can you look over this action scblockedript for my flash presentation on world peace" and the other replying "forgot to close those parenthesis, also your formatting is kind of gay" |
|
| Author |
RE: New Javascript challenge |
mozzer
Member

Posts: 339
Location: Password Land
Joined: 21.01.06 Rank: God |
|
You don't need Ajax to do that. Just randomly generating a password would work for each person
I will be back |
|
| Author |
RE: New Javascript challenge |
Happysmileman
Member
Posts: 347
Location:
Joined: 02.08.06 Rank: HBH Guru |
|
|
mozzer wrote:
You don't need Ajax to do that. Just randomly generating a password would work for each person
Yeah I know, but the challenge would be to get the password as it's sent to you through AJAX
zalifer wrote:
ww3 will start from a head of state saying to another "can you look over this action scblockedript for my flash presentation on world peace" and the other replying "forgot to close those parenthesis, also your formatting is kind of gay" |
|
| Author |
RE: New Javascript challenge |
mozzer
Member

Posts: 339
Location: Password Land
Joined: 21.01.06 Rank: God |
|
So basically a scblockedript contains a XMLHTTPRequest and you have to find the result?
I will be back |
|
| Author |
RE: New Javascript challenge |
atrcomb
Member

Posts: 203
Location:
Joined: 20.11.06 Rank: Apprentice |
|
it wouldn't be js challenge then, it would be a guess the server side scblockedript challenge.
http://www.phpgfx.com |
|
| Author |
RE: New Javascript challenge |
Happysmileman
Member
Posts: 347
Location:
Joined: 02.08.06 Rank: HBH Guru |
|
|
atrcomb wrote:
it wouldn't be js challenge then, it would be a guess the server side scblockedript challenge.
No it would be a "output the variable sent to you before it's deleted" challenge
zalifer wrote:
ww3 will start from a head of state saying to another "can you look over this action scblockedript for my flash presentation on world peace" and the other replying "forgot to close those parenthesis, also your formatting is kind of gay" |
|