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:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
|
<?php
/*
########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2006 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- http://www.fsf.org/licensing/licenses/gpl. HTML #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
########################################################################
*/
// important data include
include("_mysql.php");
include("_settings.php");
include("_functions.php");
// end important data include
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< HTML xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/ HTML; charset=utf-8" />
<meta name="description" content="Clanpage using webSPELL 4 CMS">
<meta name="author" content="webspell.org">
<meta name="keywords" content="webspell, webspell4, clan, cms">
<meta name="copyright" content="Copyright © 2005 by webspell.org" />
<meta name="generator" content="webSPELL" />
<!-- Head & Title include -->
<title><? echo PAGETITLE; ?></title>
<link href="_stylesheet. CSS" rel="stylesheet" type="text/ CSS">
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<!-- end Head & Title include -->
<style type="text/ CSS">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url( IMG/bg.jpg);
background-repeat:repeat-x;
}
a, a:visited, a:active {
color: #1e4378;
text-decoration: none;
font-weight: normal;
}
a:hover {
color: #c60000;
text-decoration: underline;
font-weight: bold;
}
.navi{
color:#FFCC00;
font-weight:bold;
font-size:10px;
padding-left:110px;
padding-top:15px;
}
</style></head>
<body>
<table width="1009" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>< IMG src=" IMG/head.jpg" alt="" width="1009" height="135" /></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="239" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top">< IMG src=" IMG/news1.jpg" width="239" height="16" /></td>
</tr>
<tr>
<td height="79" align="left" valign="top" background=" IMG/news2.jpg" class="navi" style="color:#FFCC00; font-weight:bold;"><span class="Stil1">< IMG src=" IMG/dot.gif" width="10" height="10" /> <a href="index.php?site=news" target="_self">News</a><br />
< IMG src=" IMG/dot.gif" width="10" height="10" /> <a href="index.php?site=articles" target="_self">Articles</a><br />
< IMG src=" IMG/dot.gif" width="10" height="10" /> <a href="index.php?site=calendar" target="_self">Calendar</a><br />
< IMG src=" IMG/dot.gif" width="10" height="10" /> <a href="index.php?site=imprint" target="_self">Impressum</a></span><br /></td>
</tr>
<tr>
<td align="left" valign="top">< IMG src=" IMG/inc1.jpg" width="239" height="51" /></td>
</tr>
<tr>
<td height="79" align="left" valign="top" background=" IMG/inc2.jpg" class="navi">< IMG src=" IMG/dot.gif" width="10" height="10" /> <a href="roster/index.php" target="_self">Member</a><br />
< |