#!/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
MCG Site Search
This search script will allows you to quickly index all the standard text based documents in your web site and store the results in a MySQL database. The database can then be search and the results are dynamically displayed. Fast and easy to use.

MCG Site Search Demo Order MCG Site Search

General Functions & Features:
  • Quick and clean search results
  • Uses MySQL database to provide quick search abilities
  • 100% template controlled. Easily integrate the script seamlessly into your current design.
Admin Functions & Features:
  • Admin interface is clean and easy to use.
  • Add, Modify, & Delete directories to be indexed.
  • Add, Modify & Delete file extensions to be indexed
  • Add, Modify & Delete omitted search terms
  • Run the site indexing process
End User Functions & Features:
  • Easy and familiar to navigate.
  • Search results are fast and effecient.
  • Common words are omitted to provide more relevant search results.

 

 

 

 

 

 

© 2007 PPM Interactive / Mr CGI Guy
42 Pembrooke Road, Montgomery IL 60538 :: PH: 630.995.9236 :: Skype: mrcgiguy
Privacy Policy | Refund Policy