hmm, why don't you md5 more then once..
for example, use a condition that will change with every visitor. like
the third num in $_SERVER['REMOTE_ADDR']; or something of the sort.
then make a loop..
say the third num in my ip address is 5
the person that visits after me would get my value, and say you were
right before me and yours was a 7
the md5 check for me would look like
md5(md5(md5(md5(md5(md5(md5($value)))))));
and for the person right after me
md5(md5(md5(md5(md5($value)))));
this way for each visitor, a piece of the puzzle is changed. just an
idea, and have no idea if it would even work for what your doing...
Tijnema ! wrote:
On 4/8/07, Tijnema ! <tijnema@xxxxxxxxx> wrote:
On 4/8/07, tedd <tedd@xxxxxxxxxxxx> wrote:
> >>Well, I cracked it for you :)
> >>
> >>http://86.86.80.41/dev/debug/tedd.php
> >>
> >>At the bottom it shows you the MD5 code of your arrow image, and it
> >>shows you which way it points to :)
> >>
> >>If you're interested in the code:
> >>
> >>http://86.86.80.41/dev/debug/tedd.txt
> >>
> >>Tijnema
>
> Tijnema:
>
> Okay, I think I figured out a fix -- try it again. :-)
>
> http://sperling.com/a/arrows/
>
> A little knowledge is a dangerous thing.
>
> Cheers,
>
> tedd
Looks interesting. It generates a different MD5 each time....
I'll take a deeper look at it today, and hope to find a way to crack
it :)
Tijnema
You can't stop me :)
http://86.86.80.41/dev/debug/tedd.php
It's cracked again :)
and of course i show you the code:
http://86.86.80.41/dev/debug/tedd.txt
Waiting for your next try :P
Tijnema
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php