Please Login First!"; // exit(1); //} if (isset($OJ_LANG)) { require_once("../lang/$OJ_LANG.php"); } ?> Suspect List

1 order by c desc, u.ip, in_date, user_id"; $result = pdo_query($sql,$contest_id,$contest_id); ?>
"; echo ""; echo ""; echo ""; echo ""; echo ""; } ?>
IP address Used ID Time IP address count
".$row['ip']."".$row['user_id'].""; echo "".$MSG_USERINFO." / "; echo "".$MSG_CONTEST." ".$MSG_SUBMIT.""; echo "".$row['in_date']; echo "".$row['c']."


=? and time<=? group by user_id) suspect inner join (select distinct user_id from solution where contest_id=? ) u on suspect.user_id=u.user_id and suspect.c>1 inner join (select distinct ip, user_id, time from loginlog where time>=? and time<=? ) ips on ips.user_id=u.user_id order by c desc, u.user_id, ips.time, ip"; $result = pdo_query($sql,$start,$end,$contest_id,$start,$end); ?>
"; echo ""; echo ""; echo ""; } ?>
User ID Used IP address Time IP address count
".$row['user_id'].""; echo "".$MSG_USERINFO." / "; echo "".$MSG_CONTEST." ".$MSG_SUBMIT.""; echo "".$row['ip']; echo "".$row['time']; echo "".$row['c']; echo "