Code Library
Home Submit Free Hosting Link To Us Contacts

CGI Simple User Counter

CGI Simple User Counter CGI CGI Simple User Counter Download (.zip)



#!perl

$log ="counter.txt";

      {
        open LOG,"$log";
        @log_lines = <LOG>;
        close LOG;

        foreach $line (@log_lines){
                $next_number = $line +1;
        }
     }
        open LOG,">$log";
        print LOG "$FORM{'upfile1'};";
        close LOG;

print "Content-type: text/html\n\n";
print "$next_number\n";




  • CGISimple User Counter Detecting User IP Show Online Users
  • CGIAggemam Text Counter


Tatet