Channels: |HiFi|HomeTheatre|ProAudio|DesktopAudio|DVD-A|CarAudio|MP3|NetAudio|MusicBiz|AudioBiz| |
|
Saturday, December 21 | |
|
Today's Audio News
Directory Add URL Search New Listings Most Popular Highest Rated Categories Top Pro Audio HiFi Audio DVD-Audio SACD Car Audio Music Internet Audio Personal Pages Channels HiFi Audio Home Theater Pro Audio Home Recording Car Audio MP3 Net Audio AudioBiz MusicBiz Forums Talkback StraightWire Media About AudioWorld Submit Material Advertise Link to Us Contact Us Audio Site Links Audio Site Directory |
|
#!/usr/bin/perl # # Master Merry-Go-Round # Version 1.2 # Version 1.0 completed August 14, 2000 # Version 1.2 completed May 28, 2002 # # Tech Support at http://willmaster.com/master/techsupport/ # # Before installing and/or using Master Merry-Go-Round, # you must agree to the complete license agreement # linked from http://willmaster.com/master # # (G) Access your control panel by putting the URL of your script plus # ?admin=YOURPASSWORD # #=============================== # my $Password = 'abroc39'; my $DataDirectory = 'rotatedata'; use strict; my %In = (); my $DBname = 'mmgr'; my $TrackFile = 'mmgTrack'; my $DBextension = '.db'; my @TopLines = qw(abovecontent abovebold aboveitalic aboveunderlined abovelarge abovecenter); my %TopLines = (); { my $i = 0; for(@TopLines) { $TopLines{$_} = $i; $i++; } } my $ME = $0; $ME =~ s/.*\///; sub ForDisplay { my $s = shift; $s =~ s/\\</sg; $s =~ s/\>/\>/sg; $s =~ s/\"/\"/sg; return $s; } # sub ForDisplay sub GetBottom { return < |
More Master Series scripts are available at http://willmaster.com/master/
Copyright 2000 William Bontrager
Copyright 2002 Bontrager Connection, LLC