Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
patched HTTP/HTTPS protocol with cookies support
my-http.r
 discussion
21.8 KB
18 Aug 2006
Provide an HTTP/HTTPS handler that transparently supports cookies
author: cyphre@seznam.cz
Cookie Cleaner
cookies.rv:1.0.0
2.0 KB
13 Mar 2003
Removes unwanted cookie files from windows system.. note files are permanently deleted! can be used to search and clean files from any folder. Just change line that reads (files: read %/c/windows/cookies/) to something like (files: read %/c/windows/temp).Type .txt at the search prompt and search for all text files in temp folder. Script is run from the folder you [...]
author: A Rebol
Rebol CGI library
cgi.r6.8 KB
4 Mar 2004
Provide everything needed to create a CGI script
author: Cal Dixon
Cookie Client
cookies-client.r8.9 KB
13 Mar 2003
To grab cookies from the server and post form data.
author: andrew grossman
Http tools
http-tools.r
 discussion
v:0.0.3
6.4 KB
13 Mar 2003
To grab cookies from the server and post form data.
author: Graham Chiu
REBOL HTTP Proxy
proxy.rv:1.0.0
11.5 KB
13 Mar 2003
This script serves many purposes. 1. Act as an HTTP proxy 2. See what your broswer sends out as an HTTP request 3. Add data filters to remove Javascript pop-up windows, remove banner ads, and more... Uncomment line towards the bottom of the script marked for JavaScript to enable JavaScript popup window death!!
author: Sterling Newton
cookie-example.r
cookie-example.r
 documentation
v:1.0.1
7.5 KB
13 Aug 2004
Demonstrates how to set session cookies and use them to retrieve session variables. Much of the code has been cobbled together from much more structured (ie not all in one module) code used by rebol.org itself
author: Sunanda
Send Message to GSM Cellphone
cellphone.r1.8 KB
13 Mar 2003
To post a message via MTN's SMS gateway to a GSM phone
author: Graham Chiu
REBOL Blogger
blog.r
 documentation
v:1.3.2
18.3 KB
10 Jan 2005
The blog system written and used by Carl Sassenrath, REBOL's creator. This script will let you post and update blogs on your website using just a web browser. Generates summary and index pages, blog searches, etc. Extensible with Makedoc2 for more formatting options.
author: Carl Sassenrath
REBOL Blogger
new-blog.r
 discussion
v:1.4.1
39.0 KB
11 Jul 2007
The blog system written and used by Carl Sassenrath, REBOL's creator. This script will let you post and update blogs on your website using just a web browser. Generates summary and index pages, blog searches, etc. Extensible with Makedoc2 for more formatting options.
author: Carl Sassenrath
Anonymous CGI session services
acgiss.r
 documentation
v:0.0.1
8.1 KB
18 Dec 2006
Provide basic cookie support for CGI scripts
author: Sunanda
args - generic command-line argument parser.
args.r
 discussion
 documentation
v:0.1.10
29.9 KB
17 Dec 2008
End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it.
author: Maxim Olivier-Adlhoch
CGI wrapper function for debugging
cgi-debug.r
 discussion
 documentation
v:0.0.1
2.6 KB
7 Jan 2005
Provides debugging info for scripts running as a CGI under a webserver
author: Sunanda
Example for async dns:// and spam dns server
dns-async-example.r
 discussion
3.9 KB
4 Oct 2003
Example code to: 1) use the dns:// protocol in async mode 2) use the dns:// protocol to check spam address in async mode
author: Romano Paolo Tenca