473,322 Members | 1,523 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

how to decode a 4digit key from "Key-code script by Bart Jellema"?

hi, i just wondered how to retrieve the 4digit key of this script?
anybody who can help?
best regards
Karteikarte
<script type="text/javascript">
<!-- Key-code script by Bart Jellema
var code=0
var mul=1
var digit=0
var fails=0

function Enter_code(number)
{
code=code*10+number
mul=mul*number
doc.codepad.thecode.value=code
digit++

if (digit==4)
{
if( mul==2304 )
{
location="x/x1/solution.php?code="+code
}
else
{
fails++
code=0
mul=1
digit=0
if (fails<3)
{
if (fails==1)
{doc.codepad.thecode.value="authentication failed"}
if (fails==2)
{doc.codepad.thecode.value="authentication failed"}
}
else
{
location="/?page=x"
doc.codepad.thecode.value="access denied"
}
}
}
}
// -->
</script>
Jul 23 '05 #1
5 3453
On 21/9/04 9:07 am, karteikarte wrote:
hi, i just wondered how to retrieve the 4digit key of this script?
anybody who can help?
best regards
Karteikarte


So you're trying to hack someone website? ;-)

This should be easy enough for you to work out by yourself. Although it
looks to me like there are 12 valid keys

--
Philip Ronan
ph***********@virgin.net
(Please remove the "z"s if replying by email)
Jul 23 '05 #2
Philip Ronan <ph***********@virgin.net> wrote in message news:<BD75EBBA.21886%ph***********@virgin.net>...
On 21/9/04 9:07 am, karteikarte wrote:
hi, i just wondered how to retrieve the 4digit key of this script?
anybody who can help?
best regards
Karteikarte


So you're trying to hack someone website? ;-)

This should be easy enough for you to work out by yourself. Although it
looks to me like there are 12 valid keys


uhm, i dont wanna hack a page. its part of a challenge. and i just
would like to understand how to break this script.
i am not a coder or hacker. i just try to understand :)
Jul 23 '05 #3
"karteikarte" <ka*********@west.de> wrote in message
news:62*************************@posting.google.co m...
hi, i just wondered how to retrieve the 4digit key of this script?
anybody who can help?
best regards
Karteikarte


[snip]

A Google on "Bart Jellema" found this link:

http://java.searchrealm.com/javaandc...CodeScript.TXT

Does that help any?

Have you tried emailing the author (ba******@hotmail.com) directly?
Jul 23 '05 #4
"McKirahan" <Ne**@McKirahan.com> wrote in message news:<Pr54d.133549$3l3.117720@attbi_s03>...
"karteikarte" <ka*********@west.de> wrote in message
news:62*************************@posting.google.co m...
hi, i just wondered how to retrieve the 4digit key of this script?
anybody who can help?
best regards
Karteikarte


[snip]

A Google on "Bart Jellema" found this link:

http://java.searchrealm.com/javaandc...CodeScript.TXT

Does that help any?

Have you tried emailing the author (ba******@hotmail.com) directly?


thanks for the link... i guess now the solution is one of this numbers:

4889
4898
4988
8849
8489
8498
9488
9848

:)
Jul 23 '05 #5
On 22/9/04 10:43 am, karteikarte wrote:
"McKirahan" <Ne**@McKirahan.com> wrote in message
news:<Pr54d.133549$3l3.117720@attbi_s03>...
"karteikarte" <ka*********@west.de> wrote in message
news:62*************************@posting.google.co m...
hi, i just wondered how to retrieve the 4digit key of this script?
anybody who can help?
best regards
Karteikarte


[snip]

A Google on "Bart Jellema" found this link:

http://java.searchrealm.com/javaandc...CodeScript.TXT

Does that help any?

Have you tried emailing the author (ba******@hotmail.com) directly?


thanks for the link... i guess now the solution is one of this numbers:

4889
4898
4988
8849
8489
8498
9488
9848

:)


You missed these: 8894 8948 8984 9884 6886 6868 6688 8686 8668 8866

--
Philip Ronan
ph***********@virgin.net
(Please remove the "z"s if replying by email)
Jul 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Koen | last post by:
Hi! What is the best way to check whether a key is pressed without blocking in C++? I know I can use cin.get(c) to get a character from standard input, but this blocks. And I know _kbhit()...
0
by: jy2003 | last post by:
1. Does MyISAM support FOREIGN KEY constraints? When I read the online MySQL Reference Manual, it said "InnoDB also supports FOREIGN KEY constraints". Does it mean MyISAM does not support FOREIGN...
0
by: jacksuyu | last post by:
I have two xsd files, in one xsd file, I defined a "key", I'd like to use "keyref" to refer to that "key" from another xsd file. But I always get attribute is empty error. my.xsd is my first xsd...
2
by: microsoft | last post by:
When I create a instance of web services proxy in winform, I get the exception. Stack Trace: System.ArgumentException: Item has already been added. Key in dictionary:"winbootdir" Key being...
0
by: YiFai | last post by:
Hello, I'm currently writing a directx program with C++, but it takes a while to load the files necessary for the directx. When the directx window loads, it can quit the program with the...
5
by: Steven | last post by:
Can anyone tell me how to toggle the "Caps Lock" key? Thanks in advance
8
by: Don Wash | last post by:
Hi There! I'm using VB.NET to create a TreeView application and unfortunately I could not find "Key" property in Node items of the TreeView. We used to have "Key" property in TreeView node...
0
by: David Penne | last post by:
I have SBS 2003 and am using the built in tape backup. My question is about the registry key "Eject Tape Flag". I understand that this is an undocumented key and the only articles I can find...
4
by: roxanaislam | last post by:
Submitting Form by pressing the "ENTER" key -------------------------------------------------------------------------------- Hi: I have a search form in my application which has 4 dropdown...
11
by: gnortenjones | last post by:
I have a linked table (to an oracle db), and I am trying to run a simple update query against it to change some data, but I am getting the following error: "...didn't update 0 fields due to a type...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.