/cgi-bin/

Small utilities that run on the server, the way /cgi-bin/ used to. No JavaScript, no accounts, nothing stored. Each one answers in plain text so you can use it from a script, a text browser, or curl.

scriptwhat it does
env.cgiecho the request headers your client sent (the classic "what does my browser tell you" page)
ip.cgiyour address as this server sees it. shown to you, not stored.
time.cgithe current time in every format a script might want
uuid.cgia fresh random id. ?n=5 for more.
sha256.cgisha-256 of ?q= or of a POSTed body
wc.cgilines, words, characters, bytes of ?q= or a POSTed body
fortune.cgione line of questionable wisdom
guestbook.cgithe guestbook, at its old address
curl https://www2.onnwee.me/cgi-bin/time.cgi
curl -d 'hello world' https://www2.onnwee.me/cgi-bin/sha256.cgi
curl https://www2.onnwee.me/cgi-bin/fortune.cgi

Also useful and not a script: uptime.txt, recent.txt, links.txt.

~*~ hotline webring ~*~
<< prev | ring info | next >>