|
|
|
$output = shell_exec("cd $_SERVER[DOCUMENT_ROOT]/../cgi-bin; ./iptest.pl $_SERVER[REMOTE_ADDR] pjm");
print $output;
$today = date('M d Y');
$number_served = `grep "$today" /var/www/pdf_access_log | grep $_SERVER[REMOTE_ADDR] | grep OK | wc -l`;
$number_served = rtrim($number_served);
if ($number_served > 5)
print " Please note there is a limit of 5 pdf downloads per day. You are above your quota and this IP address has now been locked. Please try again later."; ?> |
||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||
| © Copyright 2005, Pacific Journal of Mathematics. All rights reserved. |
Produced by Berkeley, California.
|