13) and ($curMin < 17)) or (($curMin > 28) and ($curMin < 32)) or (($curMin > 43) and ($curMin < 47)) or (($curMin > -1) and ($curMin < 2)) or (($curMin > 57) and ($curMin < 60))) { if (rand(1,20) == 1) { print "127.0.0.1"; } else { print ($_SERVER['REMOTE_ADDR']); } } else { // it's not time yet ! print ($_SERVER['REMOTE_ADDR']); } } else { // Useragent is something else, just return the IP print ($_SERVER['REMOTE_ADDR']); } ?>