RebelBB problems
Graham6-Oct-2007/22:25:44+2:00
I thought I'd try the latest version to see if it works with the free imap server from Aim ( 2gbs free space ).

But ... I see this corruption in the source code

    reset: func<[-font color="#A07828">/cookie][
        user: pass: ip: none
        if cookie [set-cookie "session" ""]
    ]


Also 'session is a protected word in Cheyenne
GreG6-Oct-2007/23:04:36+2:00
Hi Graham,

Code is displayed using color-code.r, for some reasons there's a bug here I won't investigate now.
It should be:
reset: func[/cookie][
        user: pass: ip: none
        if cookie [set-cookie "session" ""]
    ]


For session, just do a replace/all with another word, I'll consider this for next update.

Finally, IMAP implementation is probably not generic enough... let me know about any issue with this.
Graham6-Oct-2007/23:18:08+2:00
Hi Greg

Try this http://box.lebeda.ws/%7Ehmm/rebol/code-colorizer.r which is Oldes' new color script.

And did you mean "session" also gets replaced?


Error Code : 	311
Description : 	script error !
Invalid path value: key
Near : 	[set-cookie "sessions" enbase/base encloak mold]
Where : 	set
GreG6-Oct-2007/23:40:18+2:00
Ho! This error is because your config file, i.e. foo.r, doesn't contain the key attribute.
So, just add it and set a value to something you only know, for example:
key: "Bonjour Graham!"


This key is used to encode/decode the cookie.
Graham7-Oct-2007/0:49:12+2:00
Ok, the script now runs, but times out so I guess imap.aim.com may be too slow.

Have you tried MS Exchange's IMAP server?
RebKodeur19-Oct-2007/10:52:10+2:00
Hello,

je voulais tout d'abord dire que mon ancien compte Reb-Kodeur ne fonctionne plus.. enfin je n'arrive plus à y accéder.. peut-etre ai-je simplement oublié mon password.. Y a-t-il un moyen de complexifier l'inscription au forum --> entrée de l'email en plus de user/pass, mail de confirmation + ensuite moyen de redemander son email....

Sinon je voulais demander à Greg si je pouvais retoucher le logo que j'avais créer, car à chaque fois que je viens je me dis que ce logo est mal centré... Bref, puis-je ?

RebKodeur
GreG19-Oct-2007/14:25:05+2:00
Salut!

Pour le logo: biensur que tu peux faire des modifs

Pour ton ancien login/pass: je n'ai rien change, ca devrait toujours marcher... si tu veux je peux mettre le hash du password de RebKodeur dans Reb-Kodeur. On fait ca?

Je suis d'accord pour apporter ces evolutions au forum, mais je ne m'engagerai pas sur une date!

Login required to Post.


Powered by RebelBB and REBOL 2.7.8.4.2