Yanlış anlamadıysam belki şöyle bir kod işinize yarayabilir:
if ( count($_GET) > 5 ) {
     die("Çok fazla istekte bulundunuz.");
     exit();
}