Page 3 of 6

PostPosted: Wed May 11, 2005 3:43 am
by mjpieters
glmrenard wrote:Cause I have non-printable caracters :(


Let me point you to a hint posted a little earlier in this topic:

hint2: (i * 7, 43)

PostPosted: Wed May 11, 2005 4:41 am
by glmrenard
Thank you verymuch but this hint is to decode the gray bar. I have the message and I get a list of ordinals but I don't know what to do with this list :? I continue searching :)

PostPosted: Wed May 11, 2005 4:49 am
by pyx
Never mind, I got it. You have to remember that theres only dimension interesting, not two ;)
With the data you get, do just what you did before ;)

PostPosted: Wed May 11, 2005 5:10 am
by glmrenard
I just did, but the word I get doesn't exist :(
I continue searching but a small hint would be usefull :D

PostPosted: Wed May 11, 2005 5:31 am
by mjpieters
glmrenard wrote:I just did, but the word I get doesn't exist :(
I continue searching but a small hint would be usefull


Read this topic through beginning to end and heed the hint I repeated earlier. If the message you get doesn't exist you did something wrong and you need to reassess your assumptions.

PostPosted: Wed May 11, 2005 7:00 am
by glmrenard
I think my message is corect because the sentence is perfect, the little problem is what to do with the enumerations of numbers.

PostPosted: Wed May 11, 2005 9:42 am
by mjpieters
Think again; if the numbers don't make sense, you made a mistake.

PostPosted: Thu May 12, 2005 7:00 am
by dagard
I'm having the same problem, but can't figure out what to do with the results. The 43 did help me, but not the i*7, maybe that's my problem ?

PostPosted: Sat May 21, 2005 3:58 pm
by jonaskoelker
if you've gotten a string that contains non-printables, here's a hint (or possibly a SPOILER (WARNING)):

>>> 'havd(1) vf birexvyy'.encode('rot13')
>>> # use i*7 instead.

PostPosted: Fri May 27, 2005 9:48 pm
by ssssmemyself
I've tried downloading the library at effbot, but I can't get it to work. The Windows binary can't find the registry entry, so I ran the register tool provided, but that couldn't find the python package it needed to manipulate the registry. I tried compiling from source, but it crashed, illegal operation-style. I'm running Python 2.4 under Cygwin under Windows 98.

PostPosted: Sat May 28, 2005 9:11 pm
by ssssmemyself
Follow up: I'm pretty sure that this installer caused a flurble in my registry, requiring a scanreg /restore. So my advice to all of you:

DO NOT MIX CYGWIN WITH PYTHON IMAGING LIBRARY

I cannot stress that enough. Safe mode boots could result, and trust me, it wasn't fun.

PostPosted: Sun Jun 05, 2005 5:35 am
by vill
i figured it out very easy without Python : (

PostPosted: Tue Jun 14, 2005 1:19 pm
by GXTi
BTW, if you're using Perl for this one be sure to use GD::Image->trueColor(1) before loading it or itll make an indexed image.

On the right track?

PostPosted: Sun Jul 03, 2005 6:14 pm
by schmidja
I'm pretty sure that this is not a spoiler because it didn't help me. Does 'smart guy, you mad' mean anything to you? Is it important? Am I on the right track, or have I been misled?

PostPosted: Wed Jul 06, 2005 11:42 pm
by michael_g_hu
what I want now is which module should I use ,I 've download the PIL,does it help ?My English is poor ,so I can't catch what your hint's meaning!Thank you !