* do not publish! */ $GLOBALS['db'] = new PDO('pgsql:host=localhost;port=5432;dbname=flagbot;user=flagbot;password=flagbotpw'); $GLOBALS['db']->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $query = "SELECT * FROM flag_ids WHERE (received + INTERVAL '30 minute') > now() ORDER BY received DESC"; ?>

Submission Board - flag_ids

Flags Service + Exploit flags Alltime Service + Exploit flags Flag_IDs

Shows all submissions of the last 30 min. Current Time:
NUM ROWS: query($query)->fetchAll()); ?>

query($query); while($row = $stmt->fetch(PDO::FETCH_ASSOC)) { ?>
service team flag_id received status
       

Status: 0=new; 1=depleted