add('QUESTION', $getpoll3['question']); $template->add('OPTION1', $getpoll3['option1']); $template->add('OPTION2', $getpoll3['option2']); $template->add('OPTION3', $getpoll3['option3']); $template->add('OPTION4', $getpoll3['option4']); $getip = "SELECT * FROM didpollalready WHERE ip = \"" . $_SERVER['REMOTE_ADDR'] . "\""; $getip2 = mysql_query($getip); $getip3 = mysql_fetch_array($getip2); if (($getip3['ip'] != $_SERVER['REMOTE_ADDR']) && (!isset($forceDisplay))) { $template->adds_block('FORM',array('exi'=>1)); } else { $template->adds_block('DISPLAY',array('exi'=>1)); $template->add('PERCENT1', getpercent($getpoll3,'1')); $template->add('PERCENT2', getpercent($getpoll3,'2')); $template->add('PERCENT3', getpercent($getpoll3,'3')); $template->add('PERCENT4', getpercent($getpoll3,'4')); } } else { $setip = "INSERT INTO didpollalready SET ip = \"" . $_SERVER['REMOTE_ADDR'] . "\""; $setip2 = mysql_query($setip); $getpoll = "SELECT * FROM polloftheweek ORDER BY id DESC LIMIT 0,1"; $getpoll2 = mysql_query($getpoll); $getpoll3 = mysql_fetch_array($getpoll2); $setpoll = "UPDATE polloftheweek SET clicks" . $_POST['options'] . " = " . ($getpoll3['clicks' . $_POST['options']]+1) . " WHERE id = " . $getpoll3['id']; $setpoll2 = mysql_query($setpoll); $template = new FITemplate('msg'); $template->add('MSG','

' . $getpoll3['question'] . '

Thank you for voting on the Poll of the Week!
Click here to visit the page for this poll.'); $template->display(); } ?> Room.txtpb'>

path: root/data/maps/the_darkroom/rooms/Second Room.txtpb
blob: baeea127e39eeef71a629a0c881bc8c026a89d29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: "Second Room"
panel_display_name: "Second Room"
panels {
  name: "BISON"
  path: "Panels/Room 2/panel_1"
  clue: "bison"
  answer: "bison"
  symbols: PLANET
}
panels {
  name: "FISH"
  path: "Panels/Room 2/panel_2"
  clue: "fish"
  answer: "fish"
  symbols: PLANET
}
panels {
  name: "SHEEP"
  path: "Panels/Room 2/panel_3"
  clue: "sheep"
  answer: "sheep"
  symbols: PLANET
  required_door { name: "Double Letter Panel Blockers" }
}
panels {
  name: "KOI"
  path: "Panels/Room 2/panel_4"
  clue: "koi"
  answer: "koi"
  symbols: PLANET
}
panels {
  name: "TUNA"
  path: "Panels/Room 2/panel_5"
  clue: "tuna"
  answer: "tuna"
  symbols: PLANET
}
ports {
  name: "ENTRY"
  path: "Components/Warps/worldport3"
  orientation: "south"
}
ports {
  name: "NEXT"
  path: "Components/Warps/worldport4"
  orientation: "north"
  required_door { name: "Third Room Entrance" }
}
ports {
  name: "CONGRUENT"
  path: "Components/Warps/worldport7"
  orientation: "east"
  required_door { name: "Congruent Entrance" }
}