[REBOL] NT cgi query #163

2000-06-08 Thread tbrownell
Ok. new problem. Have core running on NT, user.r seems ok. When i do a send [EMAIL PROTECTED] from the console it works fine, but if i have a script called via cgi that has send [EMAIL PROTECTED] in it... it doesn't work at all? go figure? TBrownell

[REBOL] parsing by period and newline Re:(4)

2000-06-08 Thread Al . Bri
"Complexity is immediate, simplicity takes time" (quoted from a sign that Dan has on his wall at REBOL. One of the earliest and best articulations of the REBOL philosophy that struck me when I first got there..) I heartily agree! Andrew Martin Taking my time... ICQ: 26227169

[REBOL] Getting an URL from a form Re:(2)

2000-06-08 Thread stefan . falk
Hi, uhm, I'll try to explain what I want to do. The site I'm looking at is a company that sell DVD movies. They have a function to search for movies. I want to be able to make that search, not by going to their homepage and typing in the form below, but just to enter an URL (or send an URL from

[REBOL] NT cgi query #163 Re:

2000-06-08 Thread mslich
I'm not sure if this is the same problem, but I saw a similar type of behavior when I used a WinNT cmd file to run rebol scripts which sent email. My problem was the result of how NT and rebol interacted to find user.r. I ended up writing a separate cmd file to set directories and then start

[REBOL] Getting an URL from a form Re:(3)

2000-06-08 Thread eejoshy
Hi Stefan! I would rather use the rebol proxy server (proxy.r) from rebol.com library to capture all the outgoing data. It is a very useful script. Give it a try. Joshy - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 08 June, 2000 3:44 PM Subject: [REBOL]

[REBOL] rebol on userland ....

2000-06-08 Thread Petr . Krenzelok
http://discuss.userland.com/msgReader$16342 ... finally someone told them ;-) -pekr-

[REBOL] http authorisation - how? Re:(2)

2000-06-08 Thread allenk
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 03, 2000 6:17 AM Subject: [REBOL] http authorisation - how? Re: [EMAIL PROTECTED] wrote: What I want to do is download a html page that requires authorisation. I tried inserting the user name and

[REBOL] TextPad syntax for Rebol Re:(2)

2000-06-08 Thread danielsz
Subject: [REBOL] TextPad syntax for Rebol For those that might be interested, I just whipped up a syntax definition file. Available at the following url: Excellent !! Thanks. Now how do I get rid of syntax highlighting in comments and stuff between braces {} :) in rebol: write/binary

[REBOL] TextPad syntax for Rebol Re:(3)

2000-06-08 Thread danielsz
Sorry, didn't see someone posted the answer. Great. Subject: [REBOL] TextPad syntax for Rebol For those that might be interested, I just whipped up a syntax definition file. Available at the following url: Excellent !! Thanks. Now how do I get rid of syntax highlighting in comments

[REBOL] Getting an URL from a form Re:(3)

2000-06-08 Thread blenain
I'd like to help, but I can't see that the company sells DVD movies at all. I can't find that they have a search page either. I tried to the url you supplied, but it just isn't there for me. Regardless, I would be interested in how you go about parsing the return page when you get to that part.

[REBOL] Getting an URL from a form Re:(4)

2000-06-08 Thread stefan . falk
Hi, of course that isn't the right URL, as it's a swedish site I figured no one would try it. Anyways, the real URL for the site is www.hembiocenter.se in the top left corner you have the search form. Here's a small swedish dictionary: Sök Film = Search Movie Sök = Search Skådespelare = Actor

[REBOL] Declaring a constant Re:(2)

2000-06-08 Thread tim
Thank You!! At 05:02 PM 6/7/00 -0500, you wrote: protect 'digit-str How may I set a word to a constant value? as in: digit-str: "0123456789" ;cast in stone, code can't change it TIA -Tim

[REBOL] strange ftp error Re:

2000-06-08 Thread holger
On Wed, 07 Jun 2000, you wrote: Hi! I run this print read ftp://romstar.com/usr/mail/sibiu and I get this error (with trace/net on). It is caused by a bug or misconfiguration in the ftp server, which closes its connection after receiving the "CWD ~" command. We are working on a

[REBOL] http authorisation - how? Solution Re:(3)

2000-06-08 Thread allenk
Anton, Brian I've found the problem. Does your password or user-id contain a space? Example from RFC2617 !--StartFragment--To receive authorization, the client sends the userid and password, separated by a single colon (":") character, within a base64 [7] encoded string in the

[REBOL] multi-tasking?

2000-06-08 Thread tim781
Hi i'm writting to ask if it's possible to launch other scripts from a single script, but, without having to wait for each script to end before the next one can starts. thanks. timmy

[REBOL] Getting an URL from a form Re:(5)

2000-06-08 Thread blenain
Good point. I probably wouldn't have looked now that I think about it :0 Anyhow, try http://www.hembiocenter.se/search.asp?word=linesearch=actor http://www.hembiocenter.se/search.asp?word=linesearch=title word=movie title/actor name search=search type (actor/title) This should get you the

[REBOL] Dangerous (use of) Secure

2000-06-08 Thread lmecir
Hi Rebols, as I understand it, the main point of Secure is its ability to restrict the rights of an untrusted script (eg. %untrusted.r), when the user is not sure, if he/she can run it without eg. damaging his/her files on the harddisk. Here is an example of a naive use of Secure: ; create a

[REBOL] Getting an URL from a form Re:(6)

2000-06-08 Thread sterling
I did some work on this myself. It's a bit annoying when sites don't have a mechanism for a GET HTTP request. A while back Martin Johannesson wrote a simple http-post script to do those requests. Then, to help automate it a bit, I wrote a form parser that reads a web page, parses out a form

[REBOL] SMTP question

2000-06-08 Thread s123456789
Hi! It's any difference on sending an e-mail from a dial-up and a permanent connection. I suppose the settings are correct, because it work with Netscape Messenger in both case (I try it on several networks with same result), but I can send messages only on dial-up connection. Thanks for

[REBOL] /View transparent gif's color Re:

2000-06-08 Thread allenk
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 08, 2000 6:05 AM Subject: [REBOL] /View transparent gif's color Hi, Rebolians How to make gif's transparent colour be transparent? -Pawel Hi Pawel, Use the 'key effect, the key color is

[REBOL] Declaring a constant Re:(2)

2000-06-08 Thread ingo
Yes, you can use protect ... but it is not cast in stone, merely in lava ... digit-str: "0123456789" == "0123456789" protect 'digit-str digit-str: "abcdefg" ** Script Error: Word digit-str is protected, cannot modify. ** Where: digit-str: "abcdefg" append digit-str "abcdefg" ==

[REBOL] Rebol/View Win32 and REBOL_HOME envvar Re:

2000-06-08 Thread sterling
Try setting REBOL_VIEW instead of REBOL_HOME... that work better? Sterling I managed to track down a nifty util called WINSET that allows me to set an evironment variable during the netlogon procedure. The variable is visable to any application launched after it is set (i.e.

[REBOL] files

2000-06-08 Thread alienguy3
I have a question. how do you "unzip" the .rip files? YOU'RE PAYING TOO MUCH FOR THE INTERNET! Juno now offers FREE Internet Access! Try it today - there's no risk! For your FREE software, visit: http://dl.www.juno.com/get/tagj.

[REBOL] Email(Again)

2000-06-08 Thread alienguy3
Thanks, ParksGW, but I don't know what my pop and smtp settings should be. (I use Juno) pop.Juno.com or pop://Juno.com or something else. YOU'RE PAYING TOO MUCH FOR THE INTERNET! Juno now offers

[REBOL] set in object 'variable string Re:(2)

2000-06-08 Thread giesse
[EMAIL PROTECTED] wrote: The following syntax doesn't work at all... set in object 'word value This works if the word is found the context of the object. Please notice that REBOL's contexts are not extensible; only the global context can be extended with new words. HTH, Gabriele. --

[REBOL] multi-tasking? Re:

2000-06-08 Thread RChristiansen
If you do the following... do %script.r do %script2.r do %script3.r The scripts will execute in succession, but when they complete is up to the processor, RAM, hard drive, etc. This is how I understand it, anyway, because you are essentially mult- tasking within a single task, which is the

[REBOL] Getting an URL from a form Re:(3)

2000-06-08 Thread chaz
Maybe this will help http://www.rebol.cz/~rebol/cgi/ At 09:44 AM 6/8/00 +0200, you wrote: Hi, uhm, I'll try to explain what I want to do. The site I'm looking at is a company that sell DVD movies. They have a function to search for movies. I want to be able to make that search, not by going to

[REBOL] files Re:

2000-06-08 Thread allenk
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 09, 2000 4:12 AM Subject: [REBOL] files I have a question. how do you "unzip" the .rip files? do %filename.rip That will run the file which then extracts its contents... It is a beautiful

[REBOL] HTML parsing Re:(3)

2000-06-08 Thread ingo
Thanks Allen, I added it to the new version, uploaded a few minutes ago, and while I was at it, I added rebol script support via the script tag (Evaluate/Don't Eval Button, you'll have to reload after changing), and for imbedded [Rebol[] ... ] scripts (Run Button). The latter has the problem,

[REBOL] files Re:

2000-06-08 Thread ingo
It's done via rebol ... do file.rip unzips all files. Those were the words of [EMAIL PROTECTED]: I have a question. how do you "unzip" the .rip files?

[REBOL] Email(Again) Re:(2)

2000-06-08 Thread alienguy3
Ingo, I fixed that, but it still didn't work. YOU'RE PAYING TOO MUCH FOR THE INTERNET! Juno now offers FREE Internet Access! Try it today - there's no risk! For your FREE software, visit: http://dl.www.juno.com/get/tagj.

[REBOL] Email(Again) Re:(3)

2000-06-08 Thread rebol
AFAIK, Juno doesn't provide pop and smtp servers. If they did, you wouldn't need to stay in their interface and see their ads. Keith - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 08, 2000 7:15 PM Subject: [REBOL] Email(Again) Re:(2) Ingo, I

[REBOL] multi-tasking? Re:(2)

2000-06-08 Thread ryanc
I am kind of doing multi-tasking using /core, but the way I am doing it is not too pretty. It is a temporary solution until /Command comes out. What I do is run multiple instances of REBOL. These instances can communicate with each other using sockets. If you use windows, a batch file like so

[REBOL] REBOL_HOME REBOL_VIEW

2000-06-08 Thread deryk
Sterling, The setting of REBOL_VIEW env var worked fine, thanks. Shouldn't there be the common variable between all versions though? Regards, Deryk

[REBOL] load/save objects

2000-06-08 Thread deryk
Quick question.. I've only found a couple blurbs on the ml archive on this subject but no real snippets of code to toy with. Anyone with such a thing? Didn't find anything on either the rebol.com nor rebol.org sites in regards to this type of thing. On another quick note, anyone know how with

[REBOL] NT cgi query #163 Re:(2)

2000-06-08 Thread tbrownell
It's definately not reading the user.r file, but I'm not sure if I understand what your saying. Could you expound a bit for my newbie brain please? Thanks TBrownell --- [EMAIL PROTECTED] wrote: I'm not sure if this is the same problem, but I saw a similar type of behavior when I used a