Media Playback

#!/usr/bin/perl
# ==============================================================
# files_chat.cgi
#
# Chat media uploader and embed code helper for OldTechLife
#
# - Uploads files to Archive.org under user-specific folders.
# - Generates safe embed codes pointing to playmedia.cgi
#   instead of raw URLs.
# - Supports:
#      @image   (jpg, png, gif, etc.)
#      @video   (mpg, mp4, etc.)
#      @audio   (mp3, wav, etc.)
#      @text    (plain text, rendered in browser)
#      @link    (external or downloadable files)
#
# Security:
# - Forces all embeds through playmedia.cgi to avoid direct HTML.
# ==============================================================

Download media file

Return to Chat