#!/usr/bin/perl # Please do not remove the BlueSparks ad unless you # place a link someplace on your site to: # http://www.bluesparks.com/ # The easiest way to remove the BlueSparks ad # is to create a html file named logo.htm and place # it in the same directory as the cgi files. # BlueChat will display logo.htm instead of the BlueSparks ad. # But please link to BlueSparks first. print "Content-type: text/html\n\n"; if (-e 'logo.htm') { if (open(MYFILE, 'logo.htm')){ print while ; close(MYFILE); exit; } } print <Logo

BlueSparks
Free Chat
Free Games
Free Everything

www.bluesparks.com

LOGOHTML exit;