select * from teams where teamID = #cookie.ID# <cfoutput>UT Puzzlehunt - #get_team_info.name# - Enter Puzzle Solutions</cfoutput>
select tries, last_tried from puzzle#url.puzzleID# where teamID = #cookie.ID# select title, puzzleID from answers where puzzleID=#url.puzzleid#

Error. You somehow submitted an answer after 10 guesses

Error. You still have to wait #evaluate(15-datediff("n", double_check.last_tried, now()))# minutes until you can guess again.

Puzzle #url.puzzleID#: #get_puzzle_info.title#

update puzzle#url.puzzleID# set tries=tries + 1, last_tried = #now()# where teamID = #cookie.ID# select puzzleID from answers where puzzleID = #url.puzzleID# and answer = '#form.answer#'

The answer "#form.answer#" is incorrect.
Return to puzzle list.

update puzzle#url.puzzleID# set success = 1 where teamID = #cookie.ID# select tries from puzzle#url.puzzleID# where teamID = #cookie.ID# update teamScores set totalScore = totalScore + #points# where teamID = #cookie.ID#

The answer "#form.answer#" is correct.
Return to puzzle list.

select puzzleid, title from answers

Choose a puzzle to solve:

select success, tries from puzzle#puzzleid# where teamID = #cookie.ID# select totalScore from teamScores where teamID = #cookie.ID#
Puzzle Solved Answer Points Earned
#puzzleid#. #title# YesNo select answer from answers where puzzleID = #puzzleid# #get_answer.answer# 100 100 100 80 75 70 65 60 55 50 0
Total Score: #get_score.totalScore#
select title, puzzleID, answer from answers where puzzleID=#url.puzzleid# select success, tries, last_Tried from puzzle#puzzleID# where teamID=#cookie.ID#

Puzzle #url.puzzleID#: #get_puzzle_info.title#

You have already solved this puzzle. The answer is #get_puzzle_info.answer#.

Guesses Remaining: #evaluate(10-get_team_info.tries)#
Points for Correct Answer: 100 100 100 80 75 70 65 60 55 50
Minutes Until Next Guess: #evaluate(15-datediff("n", get_team_info.last_tried, now()))#
Solution:

You have already made 10 guesses on this puzzle, and may not make anymore.

Puzzles will be posted here once the kickoff in GEO 100 on November 4th, 2000 at 9:28 am has been completed.