Windows clock sync |
clock-sync.r | 1.5 KB 24 Oct 2009 | Synchronize your Windows date and time with the clock on your
web server. The 4 line CGI script given at the end of this example
prints out the current date and time on your web server, and this
script reads it and sets the operating system clock to match it.
(To do the same thing in Linux, see Ladislav Mecir's set-system-time-lin [...] author: [unknown] |
Directory Downloader |
directory-downloader.r | 3.4 KB 29 Jun 2008 | Download all files and subfolders from a given folder on a web server.
Used to transfer entire folder structures via network. Currently configured
for the aprelium web server (http://aprelium.com/), but easily adjusted for
others.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
SMTP challenger |
email-check.r discussion | 1.5 KB 26 Nov 2005 | Issues an smtp challenge to see if recipient email address exists.
Some mail servers will respond okay anyway to protect users from spammers. author: Graham Chiu |
REBftp simple ftp client |
rebftp.r | v:1.3.0 7.9 KB 13 Mar 2003 | A simple program to upload and download files to/from an ftp server. author: David Crawford |
CMS - web site builder |
sitebuilder.cgi | 125.6 KB 22 Dec 2012 | Easily create, edit, and arrange HTML pages on your web site. Upload existing
content files or use the built-in WSYIWYG HTML editor (from openwebware.com)
to layout pages visually, without having to write any code. It works just like a
word processor, except it runs directly in your browser, right on your web site.
You can adjust fonts, colors, and other [...] author: nick |
Web Server Management Tool |
web-tool.cgi | 19.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.r | v:0.1.1 4.3 KB 13 Mar 2003 | Simple CLI news reader. author: Ryan C. Christiansen |
EASY SERVICE |
easy-service.r | v: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.pl | 2.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.r | 3.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.r | v: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.r | v: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.r | v: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.r | v: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.r | v: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.r | v:0.1.1 19.1 KB 7 Mar 2009 | Usefull example to demo and learn how to use liquid. author: Maxim Olivier-Adlhoch |
Cacheserver |
cacheserver.r | 2.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] |