-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo_about_kopasite.php
39 lines (35 loc) · 2.26 KB
/
info_about_kopasite.php
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
<?php
echo "<p class='head red pad'>About Kopasite</p><div class='footer'></div>\n";
echo "<div class='stdbox'>\n";
echo "Kopasite is made by Kopaka, hence the name, here's a little info about him.\n";
echo "<table>\n";
echo "<tr><th>Real Name</th><td>Sune Høyer Sørensen</td></tr>\n";
echo "<tr><th>Email</th><td><img src='$url/inc/[email protected]' /></td></tr>\n";
echo "<tr><th>Age</th><td>23 years, born 18 July 1987</td></tr>\n";
echo "<tr><th>Grown up</th><td>Dragstrup, Mors, Denmark</td></tr>\n";
echo "<tr><th>Team</th><td>Lam0rz and Mongo's elma [LAME]</td></tr>\n";
echo "<tr><th>Old teams</th><td>cool Elma Players [cEp], Polygon Producers [PP]</td></tr>\n";
echo "<tr><th>Started playing</th><td>February 2002</td></tr>\n";
echo "<tr><th>Favourite Internal</th><td>Upside Down, Labyrinth Pro, Apple Harvest</td></tr>\n";
echo "<tr><th>Favourite Designers</th><td>Juble, insane guy, igge, zebra</td></tr>\n";
echo "<tr><th>Hated Internal</th><td>Flat Track, Uphill battle</td></tr>\n";
echo "<tr><th>Favourite player</th><td>Miguel [ReC], Raider [EMA]</td></tr>\n";
echo "</table>\n";
echo "<p class='head1 red pad'>Achievements</p><div class='footer'></div>\n";
echo "<table>\n";
echo "<tr><th>Internals</th><td>Upside Down danish record 3 times</td></tr>\n";
echo "<tr><th>Meetings</th><td>3 DEM battle wins, Flagtag & 1 hour TT won at DEM06</td></tr>\n";
echo "<tr><th>N00b WRs</th><td>Sink, Curvaceous, Upside Down</td></tr>\n";
echo "<tr><th>DK n00b records</th><td>8 at most</td></tr>\n";
echo "<tr><th>World Cup 4</th><td>5 Points overall 154th place, 48th place in event 17, 49th place in event 20</td></tr>\n";
echo "<tr><th>World Cup 5</th><td>140 points overall 45th place, 26th place in event 7</td></tr>\n";
echo "<tr><th>DK-cup 2003</th><td>17 points overall 13th place, 5th place in event 7</td></tr>\n";
echo "<tr><th>Level Of the Month</th><td>3rd place February 2003, 8th place overall 2003</td></tr>\n";
echo "</table>\n";
echo "<p class='head1 red pad'>More</p><div class='footer'></div>\n";
echo "<table>\n";
echo "<tr><th><a href='http://www.moposite.com/player/Kopaka/identity'>Moposite</a></th><td></td></tr>\n";
echo "<tr><th><a href='http://beta.elmaonline.net/?s=players&k=Kopaka'>Elma Online</a></th><td></td></tr>\n";
echo "</table>\n";
echo "</div>\n";
?>