#!/usr/bin/perl #################################################################################### # people Script (links.cgi) Copyright 2000 Brian Lozier (lozier@bigfoot.com). # # Do not distribute this file without the readme.html file that was included in # # the zip! Please read the readme.html file - it includes important installation # # instructions as well as copyright information. # #################################################################################### # Declare variables. ############################################### # people database file: $db = "links.dat"; # Category File: $cat_file = "categories.dat"; # Title: $title = "Pirate4x4.com 2002 Rubicon Cleanup"; # Background Color: $bgcolor = "black"; # Background Image: $bgimage = ""; # Text Color: $text = "#ffffff"; # Link Color: $link = "#ffffff"; # Visited Link Color: $vlink = "#00FF00"; # Active Link Color: $alink = "#ffffff"; # Font Face: $font = "Arial, Helvetica, sans-serif"; # Font Size: $size = "2"; # Top Variable: $top_variable = ""; # Bottom Variable: $bottom_variable = ""; # Check for Duplicate people? (Options are yes/no) $check_links = "no"; # Display Copyright Notice? (Options are yes/no) $copyright_notice = "yes"; # Disclaimer: # This is the text that displays when someone is adding a Person. # Please don't use any special characters, or it may break the # script. Only modify the text, don't mess with any code! sub Disclaimer { print<<"END";
Pirate4x4.com Cleanup 2002!
END } # End Disclaimer # Define the data type for the browser. ############################################### print "Content-type: text/html\n\n"; # Parse the incoming data. ############################################### &ReadParse; # Get the Query from the Environment Variables. ############################################### if ($in{'action'} eq '') { $in{'action'} = "print_main"; } # End if # Function: print_main: ############################################### if ($in{'action'} eq 'print_main') { &PrintMainHeader; # Get number of people in each category: ############################################### open(links,"$db") or &dienice("Could not open file: $db.\n"); @links =
|
6th Annual 2002 Rubicon Cleanup Join us at the
6th annual Rubicon Cleanup! Help us keep the Rubicon Trail clean and open!
Click on the category below to add yourself. We will need several trailers
in each group this year for trash bags and such, so if you can bring one,
please bring it empty. Please dont forget to sign-in or you'll miss out
on the raffle ticket and you must sign-in to get one. We will have the
largest raffle to date at the cleanup, with fantastic prizes like a Warn
9000lb winch, and ARB airlocker, and more! |
$title
www.Pirate4x4.com
Error