-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.html
125 lines (118 loc) · 5.41 KB
/
app.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Akarrian Encyclopedia</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK HREF="scripts/menu.css" REL="stylesheet" TYPE="text/css">
<LINK HREF="scripts/main.css" REL="stylesheet" TYPE="text/css">
%sveltekit.head%
</HEAD>
<BODY LEFTMARGIN="100" TOPMARGIN="15" MARGINWIDTH="100" MARGINHEIGHT="10">
<SCRIPT LANGUAGE="JavaScript1.2" SRC="scripts/menu.js">
<!-- CASCADING POPUP MENUS v5.1 -->
<!-- by Angus Turnbull -->
<!-- http://www.twinhelix.com -->
<!-- Visit for more scripts! -->
</SCRIPT>
<TABLE WIDTH="700" CELLSPACING="1">
<TR>
<TD HEIGHT="81" COLSPAN="2" VALIGN="TOP" BACKGROUND="images/title.jpg"></TD>
</TR>
<TR>
<TD HEIGHT="19" COLSPAN="2" VALIGN="TOP" BGCOLOR="#CCCCDD"> </TD>
</TR>
<TR>
<TD WIDTH="500" HEIGHT="200" VALIGN="TOP" BGCOLOR="#CCCCCC">
<DIV ALIGN="CENTER">
<TABLE WIDTH="470" CELLSPACING="0" CELLPADDING="5">
<TR>
<TD VALIGN="TOP" BGCOLOR="#CCCCCC"> <p><strong>Current known items
in the database:</strong> 392</p>
<p><strong>December 22, 2022</strong></p>
<p>Hey all,</p>
<p>
Talonz here, dropping in after what, more than 16 years since
the last update? If you're a former Whispers in Akarra player or
a bit curious about this game, you should check out the
following projects and communities working to keep active
servers running that people can still play:
<ul>
<li>
<a href="https://peateasix.itch.io/whispers-in-akarra-mostly-vanilla">Whispers in Akarra - Mostly Vanilla</a>
(<a href="https://discord.gg/ku9esWFFR2">Discord</a>)
</li>
<li>
<a href="http://akarrax2.com/">Akarra X2</a>
(<a href="https://discord.gg/HHRRnGZ">Discord</a>)
</li>
</ul>
<p>
Additionally, you can always check out <a
href="https://akarra.com">akarra.com</a>
for even more news and information. The venerable Luna keeps it
running. If you'd like to get your site, server, or project
added to this list, I'm sure you can manage to find me on one of
those Discord servers. ;)
</p>
<p>Until next time...</p>
<p><STRONG>July 8th, 2005</STRONG><!-- [<A HREF="news.htm">Read
All News</A>] --></p>
<p>It's been almost a year since the last update. Since the server
has been down, people have been idling in the IRC channel #akarra.
There has been news of a great game in the works though,
<a href="http://www.dawnofdaria.com/">Dawn of Daria</a>. It is being
managed by thewreck, former member of the Akarrian devteam. :)
I have already started an encyclopedia for it, as thin as its
pages may be. It can be seen <a href="http://dapedia.talonz.com/">here</a>.</p>
<p>In more recent news, the server files (NOT the source code heh)
have been released to the public courtesy of khaile - thanks man!
Now we can put up our own servers, register new people, etc etc.
Origon has the largest one so far I believe, and braiba is working
on getting a customized server of his up. If you are interested
in playing Akarra again (though you would have to restart everything)
please check out <a href="http://www.oxeye.se/forums/viewforum.php?f=7">the
Akarra section of Khaile's dev forums</a>. :)</p>
<p>This site will probably remain unchanged. It is off Luke's server
and now I'm getting quality hosting that I pay for, so it should
be up 24/7 lag free. At the time of this writing, I'm playing on
Origon's server, so ask him to join. Cya in Akarra!</p>
</TD>
</TR>
</TABLE></DIV>
</TD>
<TD WIDTH="200" ALIGN="CENTER" VALIGN="TOP" BGCOLOR="CCFFCC">
<DIV ALIGN="CENTER">
<TABLE WIDTH="200" align="center" CELLSPACING="0">
<TR>
<TD HEIGHT="150" VALIGN="TOP" BGCOLOR="#CCFFCC">
<DIV ALIGN="CENTER"><FONT SIZE="2"><STRONG>RANDOM WEAPON</STRONG></FONT>
<P>
%sveltekit.body%
</P>
</DIV>
</TD>
</TR>
</TABLE>
<p><strong>(Click the picture for an enlargment)</strong></p>
</DIV>
</TD>
</TR>
<TR>
<TD HEIGHT="150" COLSPAN="2" BGCOLOR="#FFFFFF">
<BR>
<P><DIV ALIGN="CENTER">
<P><DIV ALIGN="CENTER"><A HREF="http://www.akarra.com/" TARGET="_blank">
<IMG SRC="images/akarrabanner.gif" BORDER="0" WIDTH="468" HEIGHT="60"></A></DIV>
<P>
<DIV ALIGN="CENTER">This website and its contents are copyright Danny "Talonz"
Slatkin 2002-03 unless otherwise noted. Whispers In Akarra (including
game images, banners, etc.) are copyright Jens "Khaile" Bergensten
and the Whispers In Akarra Development Team. The Javascript menu is
copyright Twin Helix Designs. Please see the Special Thanks link under
Contact for more information.</DIV>
</P>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>