Home
List Sites
Join Ring
HTML Code
Ring Graphics
RingMistress
#!/usr/bin/perl $ringselect = qq~~; #################--- Begin the program ---################### use CGI::Carp "fatalsToBrowser"; # Output errors to browser use CGI qw(:standard); # Saves loads of work $CGI::POST_MAX=1024 * 150; # limit post data $CGI::DISABLE_UPLOADS = 0; # Disable uploads $CGI::HEADERS_ONCE = 1; # Kill redundant headers eval { ($0 =~ m,(.*)/[^/]+,) and unshift (@INC, "$1"); ($0 =~ m,(.*)\\[^\\]+,) and unshift (@INC, "$1"); }; $|++; # Unbuffer the output # Get the input # $query = new CGI; # Convert the variables # $action = $query->param('action'); $password = $query->param('pw'); $siteid = $query->param('siteid'); $sitemail = $query->param('sitemail'); $siteowner = $query->param('siteowner'); $ringprog = $query->param('ringprog'); if ($action eq "code") { if ($ringprog =~ /webring/) { # direct user to the webring system $redirect = qq~http://f.webring.com/mbr?p=mu~; print "Location: $redirect\n\n"; exit; } &get_code; } elsif ($action eq "join") { if ($ringprog =~ /webring/) { $redirect = qq~http://f.webring.com/wrman?ring=pureback&addsite~; print "Location: $redirect\n\n"; exit; } else { &printjoinform; } } elsif ($action eq "edit") { if ($ringprog =~ /webring/) { $redirect = qq~http://f.webring.com/wrman?ring=pureback&id=$siteid&edit~; print "Location: $redirect\n\n"; exit; } else { &printeditform; } } else { &printhomepage; } &printpage; exit; sub switchrings { print "$ENV{'HTTP_REFERER'}\n"; } sub printpage { $output = qq~ Purely Backgrounds $pagecode ~; print header(); print $output; } sub printhomepage { $pagecode .= qq~

Purely Backgrounds Ring Hub

Many talented artists and graphics designers have joined together to form the Purely Backgrounds webring. We are a group of websites offering free backgrounds, all linked together, so you can easily browse through several sites to find that "perfect" background for your website. Purely Backgrounds has rings on three ring hosts, WebRing, RingSurf, and MollyWorld. All 3 may be accessed from here. Our sites feature original graphics, shared by the artists who created them, free to download and use on your site. Our sites not only offer great border backgrounds and seamless tiling backgrounds, but many include other matching graphics (buttons, bars, bullets, welcome banners, etc), all for free.
RingSurfMollyWorld
Join us! Want to join the ring? Next Site Previous Site
Join us! Want to join the ring? Next Site Previous Site