Search found 5 matches

by alalkeimst
Mon Mar 07, 2011 1:57 pm
Forum: Challenges
Topic: Please help me to solve 'One Minute Man' challenge
Replies: 20
Views: 33750

Masti6 just remember that you have a whole minute to get the answer and do not need a continuous poll :wink:, so processing power should not be the issue. CodeX provided all you need (ironically true :P).
by alalkeimst
Sun Mar 06, 2011 11:05 pm
Forum: The Hacker's Server
Topic: sql injection basic question
Replies: 1
Views: 6900

I think that your problem is that you do not have enabled error reporting and displaying in php. This can be done through php.ini or by using this code at the start of your file:

ini_set('display_errors',1);
error_reporting(E_ALL|E_STRICT);

Hope that helps!
by alalkeimst
Sun Mar 06, 2011 10:54 pm
Forum: Challenges
Topic: Please help me to solve 'One Minute Man' challenge
Replies: 20
Views: 33750

Masti6 You will probably need to leave your computer running for at most a day but probably less than 12 hours. The correct minute depends on your location (for me it was during the night but i am probably on the other side of the world :-P) In addition, many real world scenarios require this kind o...
by alalkeimst
Tue Feb 22, 2011 12:11 am
Forum: Challenges
Topic: Didactic Text 3
Replies: 39
Views: 54606

Also stuck here for some time. Found the differences but there is just not to much to make of them. Any other hint would be appreciated!
by alalkeimst
Thu Feb 10, 2011 3:26 am
Forum: Challenges
Topic: Find me
Replies: 21
Views: 42026

Pretty tricky challenge! You just have to search the whole world to solve this one :wink: