annotate www/info.php @ 1115:3dc58d67b7b4

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jul 2011 19:47:28 +0300
parents fdf23fef400e
children 3bb8253db932
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 <?
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 require "config.inc.php";
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 require "common.inc.php";
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 /* Page start
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 */
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 printPageHeader($pageTitle." - Wizards of the Realm");
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 //echo "<div><b>DEVELOPMENT VERSION</b></div>";
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 ?>
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 <h1>Wizards of the Realm</h1>
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11
886
Matti Hamalainen <ccr@tnsp.org>
parents: 678
diff changeset
12 <div class="attnbox">
516
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
13 <b>Notice #1</b>: The area counts are not really accurate, as the database only
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
14 lists areas accessible from outworld. Thus areas only accessible via some
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
15 other fashion are not listed. Also, maintainerships of some areas are not
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
16 clear, and may be credited to wrong wizard(s).
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
17 <br />
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
18
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
19 <b>Notice #2</b>: Not everyone who has once been immortal is listed.
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
20 Some purged and/or remorted wizards without known contributions are unlisted.
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
21 <br />
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
22
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
23 <b>Notice #3</b>: It is certainly possible, that some of this information is
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
24 incorrect. Sorry for that. Please report to <? burl("Ggr") ?>, if you have Knowledge(tm).
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 </div>
516
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
26 <div style="text-align: center;">
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
27 <table style="background: black;">
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
28 <tr>
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
29 <td style="background: #474">Entry has information about the wizard.</td>
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
30 <td style="background: #744">No wizard information entry.</td>
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
31 </tr>
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
32 </table>
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
33 [<a href="<? echo $pageIndex ?>">Back to main page</a>]<br />
0fba99438f1b Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 504
diff changeset
34 </div>
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 <?
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36
609
ff42dbb61d1c Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 532
diff changeset
37 $locTable = readLocationFiles();
ff42dbb61d1c Updated.
Matti Hamalainen <ccr@tnsp.org>
parents: 532
diff changeset
38 $wizTable = readWizInfoFiles();
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 if (isset($_GET["a"])) {
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 $coderName = basename($_GET["a"]);
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 $coderName = strtoupper(substr($coderName, 0, 1)).strtolower(substr($coderName, 1));
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 }
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46
1115
Matti Hamalainen <ccr@tnsp.org>
parents: 1100
diff changeset
47 function wizardSort($a, $b)
Matti Hamalainen <ccr@tnsp.org>
parents: 1100
diff changeset
48 {
Matti Hamalainen <ccr@tnsp.org>
parents: 1100
diff changeset
49 return strcmp($a["name"], $b["name"]);
Matti Hamalainen <ccr@tnsp.org>
parents: 1100
diff changeset
50 }
Matti Hamalainen <ccr@tnsp.org>
parents: 1100
diff changeset
51
Matti Hamalainen <ccr@tnsp.org>
parents: 1100
diff changeset
52
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53 /* Print table of wizards
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 */
1007
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
55 foreach ($locTable as $location) {
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
56 foreach ($location["coders"] as $wiz) {
975
af0fc3a965dc Fix all the web-interface PHP crap to work with the new LOC file format. Urgh. This shit could really use some refactoring cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 896
diff changeset
57 $name = $wiz["name"];
af0fc3a965dc Fix all the web-interface PHP crap to work with the new LOC file format. Urgh. This shit could really use some refactoring cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 896
diff changeset
58 if (!isset($wizTable[$name]))
af0fc3a965dc Fix all the web-interface PHP crap to work with the new LOC file format. Urgh. This shit could really use some refactoring cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 896
diff changeset
59 $wizTable[$name] = array("name" => $name);
af0fc3a965dc Fix all the web-interface PHP crap to work with the new LOC file format. Urgh. This shit could really use some refactoring cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 896
diff changeset
60 $wizTable[$name]["areas"]++;
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 }
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 }
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64 if (count($wizTable) > 0) {
1007
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
65 /* Make alphabetically sorted table of wizards
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 */
1007
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
67 foreach ($wizTable as $alpha => $data)
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
68 $alphaTable[$alpha[0]][] = $data;
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 ksort($alphaTable, SORT_STRING);
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72
1007
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
73 /* Print wizards alphabetically per first character of name
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 */
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 $totalWiz = 0;
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 $maxRow = 6;
1007
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
77 foreach ($alphaTable as $alpha => $data) {
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
78 if (count($data) > 0) {
1115
Matti Hamalainen <ccr@tnsp.org>
parents: 1100
diff changeset
79 usort($data, "wizardSort");
Matti Hamalainen <ccr@tnsp.org>
parents: 1100
diff changeset
80
1007
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
81 echo "<h3><a name=\"".strtolower($alpha)."\"></a>".$alpha."</h3>\n";
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 echo "<table class=\"loc\" width=\"95%\">\n";
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83 $n = 0;
1007
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
84
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
85 foreach ($data as $wizard) {
896
7cc73b376945 Cleanups, sync.
Matti Hamalainen <ccr@tnsp.org>
parents: 886
diff changeset
86 if ($n == 0) echo " <tr>\n";
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88 $totalWiz++;
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 printf(" <td width=\"%d%%\" style=\"background: %s;\"><a href=\"loc.php?a=%s\">%s</a> <span style=\"color: #f80;\">",
1007
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
91 (100 / $maxRow), (count($wizard) > 2 || isset($wizard["desc"])) ? "#474" : "#744", $wizard["name"], $wizard["name"]);
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92
1007
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
93 if (isset($wizard["areas"]))
Matti Hamalainen <ccr@tnsp.org>
parents: 975
diff changeset
94 echo " (".$wizard["areas"].")";
337
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 echo "</span></td>\n";
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 $n++;
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 if ($n >= $maxRow) {
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 echo " </tr>\n";
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 $n = 0;
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 }
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 }
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 if ($n > 0) {
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 while ($n++ < $maxRow)
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 echo " <td></td>\n";
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 echo " </tr>\n";
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 }
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 echo "</table>\n";
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 }
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 }
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 echo "<p><b>".$totalWiz."</b> wizards.</p>\n";
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 } else {
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 echo "<p><b>No wizards known!</b></p>\n";
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 }
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 ?>
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 </body>
ca191c3a0ce1 Updates and lots of new ugly glue.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 </html>