Search found 7 matches

by Bierdeckel
Sat Nov 21, 2009 12:34 pm
Forum: Challenges
Topic: What should i learn if i want to become a hacker??
Replies: 2
Views: 7419

You should learn creativity.
by Bierdeckel
Mon Apr 27, 2009 10:54 am
Forum: Challenges Solved
Topic: I'm So Special
Replies: 6
Views: 791

Re: I'm So Special

wrtlprnft wrote:i'd love to see a challenge where you had to enter the source port number you used to connect to hacker.org :-) Especially challenging if you're behind a NAT.
http://www.wieistmeineip.com

Help's a lot :D
by Bierdeckel
Mon Apr 27, 2009 10:49 am
Forum: Challenges Solved
Topic: Pi Hates Nines
Replies: 26
Views: 3141

array = string.split("9") // string = Pi Dim Longest as integer, Pos as integer Longest = 0 Pos = 0 for i = 0 to ubound(array) if longest < array(i).lenght then longest = array(i).length pos = i //here is the code searching the //longest string of the array. end if next msgbox(Pos & &...
by Bierdeckel
Tue Mar 31, 2009 2:14 pm
Forum: Challenges
Topic: Dungeon Master
Replies: 66
Views: 101446

k, thx :)
by Bierdeckel
Tue Mar 31, 2009 12:07 pm
Forum: Challenges
Topic: Dungeon Master
Replies: 66
Views: 101446

michuber wrote:
Bierdeckel wrote:Has anyone a link or something else what could be interesting for me?
You can pass your name and password (or spw):
http://www.hacker.org/challenge/about.php
The chal.php could be used to log in?
by Bierdeckel
Mon Mar 30, 2009 5:21 pm
Forum: Challenges
Topic: Dungeon Master
Replies: 66
Views: 101446

Sry for my bad english. I'm from Austria. I've past the "One Minute Man" scripting-chalenge an now i'm trying to solve the dungeon. I want to write my Code in VB (i think there is a nice ActiveX Control to load the code of the pages). But i don't know how to login. This is necessary^^ Has ...
by Bierdeckel
Fri Mar 27, 2009 3:15 pm
Forum: Challenges
Topic: Growing Bacteria
Replies: 39
Views: 52036

Its realy simple.

You could finde the answer without any coding. Math is your friend :D

Even with coding its realy simple. My vb-code is just 13 lines long.