Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Web Server Management Tool
web-tool.cgi19.2 KB
4 Oct 2009
A CGI script to manage your web server. List directory contents, upload, download, edit, and search for files, execute OS commands (chmod, ls, mv, cp, etc. - any command available on your web server's operating system), and run REBOL commands directly on your server. Edited files are automatically backed up into an edit_history folder [...]
author: [unknown]
DO-POP Scheme
do-pop-scheme.r
 documentation
7.3 KB
10 Jul 2005
A scheme to allow flexible POP3 operations.
author: Brett Handley
3KB News Reader
3kbnewsreader.rv:0.1.1
4.3 KB
13 Mar 2003
Simple CLI news reader.
author: Ryan C. Christiansen
EASY SERVICE
easy-service.rv:1.0.2
14.8 KB
16 Nov 2005
Easy-Service is a broker based on REBOL/Service which offer an easy way to write and the deploy distributed Rebol application. Easy-Service makes very easy to expose function written in Rebol like REBOL/Services. Thus, you can use these functions as if they were defined locally. In a distributed environment easy-service uses a simple [...]
author: marco
FormMail.pl Lookalike Spam Trap
formmail.pl2.5 KB
21 May 2007
Respond to a CGI calls as if we were FormMail.pl (See http://www.scriptarchive.com/formmail.html) If the request seems to be an openness check, respond with an email indicating this server is ready for abuse. Else, swallow spam email and return nothing. Note the filename - for once, a rebol script [...]
author: HY
Simple HTTP POST
http-post.r3.6 KB
13 Mar 2003
This script sends a form to a webserver using the POST method. The included example translates a string in English to German by posting the data to AltaVista's translation web page and then parsing the reply.
author: Martin Johannesson
REBOL Locking System
lock-file.rv:1
2.6 KB
13 Mar 2003
To provide functions for voluntary resource locking in rebol
author: Cal Dixon
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
Display server name
oneliner-server-id.rv:1.0.0
529 bytes
13 Aug 2004
Prints the name and version of a website's server.
author: Sunanda
The rugby mobile code console
rugby-console.rv:1.0.0
3.7 KB
6 May 2003
A P2P console for Rebol/Rugby
author: maarten koopmans
Upload library-script - upload a script to rebol.org
upload-library-script.rv:1.1.1
6.8 KB
29 Jul 2004
upload a script to rebol.org
author: Volker Nitsch
REBOL Mapping of all win32 API errors
win32-errors.rv:1.0
193.9 KB
8 Sep 2010
[no purpose header found]
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
Blood
blood.rv:0.1.1
19.1 KB
7 Mar 2009
Usefull example to demo and learn how to use liquid.
author: Maxim Olivier-Adlhoch
Check Web Servers
check-server.r809 bytes
13 Mar 2003
This script can be used to query a web server, and email webmaster if it fails.
author: James Rathbun
Cacheserver
cacheserver.r2.2 KB
25 Sep 2004
This is a tiny cache server, about as small as can be. It may not be usable in a real-world application, but it sure was a lot more fun to write than the 600 line java application...
author: [unknown]
DNS protocol
dig.rv:0.0.1
13.6 KB
21 Feb 2005
REBOL DIG : Implementation of DNS protocol (RFC 1035) URL is dig://name-server/TYPE/name ans: read dig://ns.thomething.com/SOA/thomething.com ans: read dig://172.30.1.1/PTR/194.252.19.3 ans: read dig::/172.30.1.1/A/noway.myhome.com you can see a list of available TYPEs in cmd-list in beginning of code use ans/to-str to [...]
author: VDemong
Email Spam Filter
despam.r1.2 KB
13 Mar 2003
Filters spam by removing all messages from your incoming email that were not sent directly to you. Valid email is not affected and remains on server.
author: Scrip Rebo
esmtp scheme
esmtp.rv:0.1.0
8.3 KB
6 May 2003
A modified, extended version of smtp scheme
author: RT, G. Scott Jones
HTML Form Server
formserver.r1.7 KB
30 Dec 2013
Creates a web server which serves an HTML form, and then processes the data input by users. This can be useful when tallying information from users on a Local Area Network. The users can use any device (iPhone, Android, netbook, etc.) to enter information into a shared system, as long as the device has a basic web browser and [...]
author: nick
FTP Chat Room
ftp-chat.r2.7 KB
30 Jun 2008
A simple chat application that lets users send instant text messages back and forth across the Internet. The chat rooms are created by dynamically creating, reading, appending, and saving text files via ftp (to use the program, you'll need access to an available ftp server: ftp address, username, and password). Taken [...]
author: nick antonaccio
File Download CGI
file-download-cgi.r1.5 KB
10 Aug 2010
Push file download from web server to browser.
author: nick
HTML Form Generator and Server
html-form-generator-and-server.r7.9 KB
2 Jan 2017
Creates an HTML form, with any fields, areas, check boxes, and drop-down selectors you specify, then runs a server to collect any data entered into the form by users. A cgi version is also provided, which can be run on most shared host providers. A little GUI app is also provided to demonstrate how search and browse collected [...]
author: nick
Half-life log parser
hllogparser.r5.8 KB
4 Mar 2004
Allows a rebol script to parse server logs from the game: Half-life
author: Cal Dixon
Kindle Email CGI Script
kindle-email.cgi6.1 KB
6 Nov 2011
This is a super simple email program which you can run on your web server to provide email access (read, send, delete, etc.) to multiple accounts, using the simplest of browsers. This was written to be used on a Kindle with 3G access, and was actually written and implemented entirely on that Kindle, using nothing more than my console.cgi [...]
author: nick