#!/usr/bin/perl use CGI; my $q = CGI->new; print $q->header; my $browser = $ENV{'HTTP_USER_AGENT'}; if ($browser =~ /IE/i) { print ''; } elsif ($browser =~ /firefox/i) { print ''; } elsif ($browser =~ /opera/i) { print ''; } else { print ''; }
     Home   |   Custom    |   Web Hosting   |   Free CGI Scripts    |   User Forum    |   Support   |   Order
#!/usr/bin/perl use CGI; my $q = CGI->new; print $q->header; open (FILE, '/home/cgiguy/public_html/quotes.txt'); my @quotes = ; close(FILE); my $count = @quotes; my $randnum = rand($count); $randnum =~ s/\..*//; my $showquote = $quotes[$randnum]; chomp($showquote); $showquote =~ s/\~/\n/g; if ($randnum == 0) {$testimg = 'testbg.jpg';$color='#FFFFFF';} if ($randnum == 1) {$testimg = 'testbg5.jpg';$color='#FFFFFF';} if ($randnum == 2) {$testimg = 'testbg3.jpg';$color='#FFFFFF';} if ($randnum == 3) {$testimg = 'testbg2.jpg';$color='#FFFFFF';} $test_style = " "; print <<"HTML"; $test_style
$showquote
HTML
All Pro CGI Scripts - PHP Scripts Include: Free Install, Free Updates for 1 Year, 7 Day Money Back Guarantee
Top Headlines:
Sports Headlines:
Odd Headlines:
Science Headlines:
© 2007 PPM Interactive / Mr CGI Guy
42 Pembrooke Road, Montgomery IL 60538 :: PH: 630.995.9236 :: Skype: mrcgiguy
Privacy Policy | Refund Policy