[REBOL] REBOL BROWSER Re:(2)

2000-07-20 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes browsers wouldn't work. Meanwhile, being able to use REBOL to control the default browser would also be an important project, for different reasons. The only mistake would be to decide that because one has been done, the other doesn't need to

[REBOL] cookies-client.r Re:(2)

2000-07-15 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes HTTP-Header: make object! [ HTTP-Response: Date: Server: Last-Modified: none Accept-Ranges: Content-Encoding: Content-Type: none Content-Length: Location: Expires: Referer: Connection: none Set-Cookie: none

[REBOL] retreving a webpage that gives out a cookie Re:

2000-07-13 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes So what I want todo is the following: 1. Log on to website (ok) 2. Get a webpage with cookie (ok) 3. Get a webpage2 with cookie while sending a cookie. The first 2 steps are handled by the cookies-client.r script that I found on rebol.com

[REBOL] Need to accept cookies. Re:

2000-06-30 Thread anon_emouse
In article 000501bfe245$b9b486e0$1c00a8c0@peteri7k, [EMAIL PROTECTED] writes Hi, I am trying a command like the following to access a shopping website: page: read http://www.dstore.com It reads this into page but the page says: "To access this site your browser must be accepting cookies." Is

[REBOL] read dns:// and dynamic ip Re:(2)

2000-03-04 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes I am using Linux, and only dial-up network. When I am online read dns:// always gets my local name/address, not the one I get assigned by my ISP. Windoze behaves the same way. I keep getting the IP of my network card instead of the

[REBOL] Rebol/Command and the kitchen sink Re:

2000-03-02 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes Personally, I'd like to do all of my web development in Rebol/Core, but it's looking like I'm going to need to create and access some MySQL databases. Now I can do that with PHP, but not Rebol/Core, and I have no idea when Rebol/Command is

[REBOL] debugging TCP/IP programs Re:(2)

2000-02-20 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes [EMAIL PROTECTED] wrote: Has anyone written a listen utility to monitor port 80? I am trying to see what the remote web server is sending so that I can respond appropriately from a rebol client. www.rebol.org look at Sterling's

[REBOL] debugging TCP/IP programs

2000-02-19 Thread anon_emouse
Has anyone written a listen utility to monitor port 80? I am trying to see what the remote web server is sending so that I can respond appropriately from a rebol client. --- Regards,Graham Chiu gchiuatcompkarori.co.nz http://www.compkarori.com/dynamo - The Homebuilt Dynamo

[REBOL] accessing files on other partitions Re:(5)

2000-01-19 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes It's just: read %/computer/c/whatever/file.txt I tried this at home, and it does not work. I'll try my other network at work tomorrow as well. --- Regards,Graham Chiu gchiuatcompkarori.co.nz http://www.compkarori.com/dynamo -

[REBOL] accessing files on other partitions Re:(2)

2000-01-18 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes It's the same on every platform. On Win, the drive letters become single letter volumes. Backslashes are not valid. Use slashes. test: read %/d/whatever/file.txt HTH Thanks to all. That worked fine. I can't say I ever came across this

[REBOL] Webbots and cookies Re:

2000-01-17 Thread anon_emouse
In article 000c01bf612e$ed54a2c0$75390a3f@b2y2n1, [EMAIL PROTECTED] writes Hello to everyone. Just started using REBOL. Just got to say how great it is. I just finished writing 2 bots to pull information off of websites. The problem I'm having is that on some of the websites I have to use cookies

[REBOL] reverse DNS lookup

2000-01-16 Thread anon_emouse
Can one do a DNS reverse lookup in Rebol. Examples? I have web server logs I want to 'fix'. thanks, --- Regards,Graham Chiu gchiuatcompkarori.co.nz http://www.compkarori.com/dynamo - The Homebuilt Dynamo http://www.compkarori.com/dbase - The dBase bulletin

[REBOL] reverse DNS lookup Re:(2)

2000-01-16 Thread anon_emouse
In article 000701bf6086$02dbb2e0$[EMAIL PROTECTED], [EMAIL PROTECTED] writes Hi Graham Here's what I get. read dns://www.yahoo.com == 204.71.200.68 read dns://204.71.200.68 == "www.yahoo.com" Hope this helps Sure does :-) Interestingly I tried this read dns://compkarori.co.nz ==

[REBOL] DONT MAKE IT COMMERCIAL!!!! Re:(15)

1999-12-08 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes OK, then why don't Windows 95/98 users take over the product and get it open sourced? Because the *owner* of a product has to release it to open source for that to happen I think that is an irrelevant comparison. Win 98 is a current

[REBOL] Emergency programming help needed at Amiga.org, Please help us! Re:(3)

1999-12-07 Thread anon_emouse
In article 001701bf40d0$85a82df0$[EMAIL PROTECTED], [EMAIL PROTECTED] writes I think you'll find that you can add them, but it takes a couple of days for the list to be approved. The same happened to me when I shifted my mailing list from a perl script to egroups. Thank you very much for

[REBOL] REBOL Trivia :) Re:

1999-12-07 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes Who here has been around long enough to remember the original name of this language before REBOL was coined :) NO help from the REBOL people. I just duig up a mirror. Correct answers get a brownie button :) FLA Basic? --- Regards,

[REBOL] Wait doesn't? Re:(2)

1999-12-04 Thread anon_emouse
In article 001101bf3e28$aa6da6b0$cda093cb@AWK, [EMAIL PROTECTED] writes So your wait statement becomes... wait now + 00:05 Hi Allen, This gives an error ** Script Error: wait expected value argument of type: number time port block. --- Regards,Graham Chiu

[REBOL] Another reminder script

1999-12-04 Thread anon_emouse
Just to distract you guys from your re-entrant and functional programming discourse, here's the second iteration of my reminder script. It's been working since yesterday paging me on my cell phone at the right times so seems to work. It should cover instances where I have reminders that are

[REBOL] Another reminder script Re:(2)

1999-12-04 Thread anon_emouse
In article 19991204211703.GVLA50393.mta4-rme@andrew, [EMAIL PROTECTED] writes Simply do without the quotes! And don't 'reduce the blocks. Like this example: Weekdays: [ Monday Tuesday Wednesday Thursday Friday

[REBOL] HL7 utlities Re:(5)

1999-12-04 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes As promised ;msg: to-string read/binary %test/hl7/h024.hl7 hl7: make object! [ msgtype: make block! 2 Hi, I finally had some time to try this out today, and I get the following error.. ** Syntax Error: Missing ] at

[REBOL] Wait doesn't?

1999-12-03 Thread anon_emouse
The documentation for wait says: "If the value is a TIME, delay for that period. If the value is a DATE/TIME, wait until that DATE/TIME. " I would think that this would wait for 5 mins wait 00:05 ; which it does and so should this wait now/time + 00:05 ; which does not --- Regards,

[REBOL] HL7 and REBOL Re:(2)

1999-12-03 Thread anon_emouse
In article 027101bf3df2$2c417310$1ea093cb@AWK, [EMAIL PROTECTED] writes What exactly is the HL7 to which you refer? The only HL7 I know of is, Health Level 7 (HL7 a standard for electronic data exchange in (mainly U.S.) healthcare environments). That's the HL7 I originally asked about. Actually

[REBOL] Reminder Re:

1999-11-30 Thread anon_emouse
In article 19991201024317.GZAN50393.mta4-rme@andrew, [EMAIL PROTECTED] writes I got a little inspired this afternoon. Naturally, you have to change the schedule to suit yourself and your lifestyle. [ REBOL [ Title: "Reminder" Date: 1/December/1999 Name: 'Reminder

[REBOL] Reminder Re:(5)

1999-11-30 Thread anon_emouse
In article 19991201055701.IHIE50393.mta4-rme@andrew, [EMAIL PROTECTED] writes Mmmm, yes. Very hard. ;-) I worked all morning, came home 12:30PM, read my email, read Graham's email, didn't like his script (ask Graham for a copy if you want), spent the next two hours writing my script, filled in

[REBOL] HL7 utlities

1999-11-29 Thread anon_emouse
Has anyone written any utilities to decode HL7 data? --- Regards,Graham Chiu gchiuatcompkarori.co.nz http://www.compkarori.com/dynamo - The Homebuilt Dynamo http://www.compkarori.com/dbase - The dBase bulletin

[REBOL] HL7 utlities Re:(2)

1999-11-29 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes Hi Graham I did a few preliminary work and are using Rebol as a socket-to-file gateway. But for now I am waiting for Rebol/command with ODBC, as my data are primarily on a different system. Hi, I was thinking of just parsing the data and

[REBOL] cookies Re:(4)

1999-11-28 Thread anon_emouse
In article 19991129005924.QBMP1752249.mta2-rme@andrew, [EMAIL PROTECTED] writes Can you post your script to the list (if it's really ugly), or to REBOL.org (if it's not too ugly), please? Andrew Martin I'll post here as it really needs redoing. In Andrew Grossman's cookies-client.r script on

[REBOL] listening at ports

1999-11-27 Thread anon_emouse
Does anyone have a simple listen script? I want to see what my web browser is sending to the web server. I tried the various examples I've seen, and followed the howtos on rebol.com, but can't get it to function. Thanks, --- Regards,Graham Chiu gchiuatcompkarori.co.nz

[REBOL] cookies Re:(2)

1999-11-27 Thread anon_emouse
From: [EMAIL PROTECTED] You could use my cookie-client script that is somewhere on rebol.org. It allows you to read access webpages while sending them cookies. I'm planning when I have a few minutes free on revising it to work a bit more nicely and automatically remember cookies and the like.

[REBOL] listening at ports Re:(2)

1999-11-27 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] DU writes You might want to try Sterling's proxy (avail. on rebol.org) with a small modification to save to a file all data passed through. I'd imagine that this shouldn't be difficult, although I haven't looked at the code recently. Good luck!

[REBOL] blocks inside strings

1999-11-27 Thread anon_emouse
The user's guide says with regard to string values ^[words...] executes a block yet, print "^[print now]" on 2.2.0.3.1 results in [print now] rather than executing the block. --- Regards,Graham Chiu gchiuatcompkarori.co.nz http://www.compkarori.com/dynamo - The Homebuilt

[REBOL] blocks inside strings Re:(2)

1999-11-27 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes Hi Graham, you're right, it appears that functionality is still missing. I'll fire a bug report off to feedback then. --- Regards,Graham Chiu gchiuatcompkarori.co.nz http://www.compkarori.com/dynamo - The Homebuilt Dynamo

[REBOL] 2.2 preliminary docs??? Re:(2)

1999-11-26 Thread anon_emouse
In article 000901bf37e4$3bfc39c0$732de195@SW1DEV, [EMAIL PROTECTED] writes BTW: Would it be possible for the Rebol team to create an archive Rebol or ZIP and provide it for downloading? There are some people here having to pay while they are connected... Robert You could spider that directory

[REBOL] How to get Size? with FTP containing / in the username ? Re:

1999-11-25 Thread anon_emouse
In article 001701bf3799$2a58f460$1fa193cb@AWK, [EMAIL PROTECTED] writes I need to use Size? and delete, anyone got a way to do this please. Better wait till tomorrow for a reply - they're all celebrating turkey day! --- Regards,Graham Chiu gchiuatcompkarori.co.nz

[REBOL] web browser Re:(2)

1999-11-25 Thread anon_emouse
In article 19991126001927.CWSO50393.mta4-rme@andrew, [EMAIL PROTECTED] writes Graham wrote: Is anyone working on a Rebol text based web browser a la Lynx? Seems most of the components have already been written ( parsing forms, cookie collection ). I'm waiting for REBOL/Command to come

[REBOL] interacting with forms Re:(6)

1999-11-24 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes so, I guess all I have to do is incorporate these two lines in my http header but with Cookie: instead of Set-Cookie This is the http header that I am sending them ( I grab the sesssion cookie first and have stuffed it into the header as

[REBOL] web browser

1999-11-24 Thread anon_emouse
Is anyone working on a Rebol text based web browser a la Lynx? Seems most of the components have already been written ( parsing forms, cookie collection ). --- Regards,Graham Chiu gchiuatcompkarori.co.nz http://www.compkarori.com/dynamo - The Homebuilt Dynamo

[REBOL] interacting with forms Re:(2)

1999-11-23 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes I've done a similar thing with my PCS cell phone, except that I monitor an incoming e-mail address instead of checking a web server. My PCS provider also provides a web gateway. The attached script %pcspager.r should give you a pretty good

[REBOL] cookies

1999-11-23 Thread anon_emouse
Does anyone here know how to negotiate a web site that uses cookie based authentication? --- Regards,Graham Chiu gchiuatcompkarori.co.nz http://www.compkarori.com/dynamo - The Homebuilt Dynamo http://www.compkarori.com/dbase - The dBase bulletin

[REBOL] cookies Re:(2)

1999-11-23 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] DU writes You could use my cookie-client script that is somewhere on rebol.org. It allows you to read access webpages while sending them cookies. I'll head there now ... I'm planning when I have a few minutes free on revising it to work a bit

[REBOL] interacting with forms Re:(3)

1999-11-23 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes Kev, I tried out your script with modifications, but I get an error returned by the mtnsms server 'Object not found'. I don't know what this means, but I have noticed that in response to posting my userid and password, a cookie is sent back

[REBOL] DONT MAKE IT COMMERCIAL!!!! Re:(13)

1999-11-23 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes Sprint is still in my toolbox for special jobs. While I'm happy, a lot of Sprint users (there's still a mailing list) are not. Borland mismanaged Sprint (and other products), and simply did the end users a massive disservice. People now use

[REBOL] interacting with forms

1999-11-22 Thread anon_emouse
Is there a way for Rebol scripts to interact with remote web forms? I would like to automate sending messages to GSM phones via the gateway at www.mtnsms.com ... ( I want Rebol to monitor my web server, and then email me on my cell phone if it falls over ). --- Regards,Graham Chiu

[REBOL] Re: test Re:

1999-11-21 Thread anon_emouse
In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes Hello [EMAIL PROTECTED]! On 20-Nov-99, you wrote: g Hmm, g none of my posts are getting thru. I meant to write 'none of my posts is getting through.' Well, I wouldn't say so. :-) I saw your script posted too. Great. Looks like I'm

[REBOL] Comments on this script... Re:

1999-11-20 Thread anon_emouse
Here's a script I cobbled together yesterday so that I can experiment with a web server behind an ADSL modem with NAT. Oops. I factored it just before I sent it, and seem to have introduced a bug :-( --- Graham Chiu http://www.compkarori.com/amiga

[REBOL] Comments on this script...

1999-11-20 Thread anon_emouse
I sent this message before, but since I have not seen it I have unsubscribed and resubscribed under a new account, and am sending it again! Here's a script I cobbled together yesterday so that I can experiment with a web server behind an ADSL modem with NAT. Since it's been a year since I

[REBOL] test

1999-11-20 Thread anon_emouse
Sorry. Ignore. __ Get Your Private, Free Email at http://www.hotmail.com