Just thought i would point out for those using this coode that it is missing a paranthesis (sp?)...
Code:
sub EVENT_TIMER
#####################################
##########AE RAMPAGE##################
#####################################
if ($timer eq "getclientsRAMPAGE") {
should be
Code:
sub EVENT_TIMER {
#####################################
##########AE RAMPAGE##################
#####################################
if ($timer eq "getclientsRAMPAGE") {