-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaup.html
201 lines (200 loc) · 7.65 KB
/
aup.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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!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>
<title>xfaction.net</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script language="JavaScript">
<!--
function init() {
if (opener && opener.document.forms[0].register.checked) {
document.getElementById('tr_button').style.display = '';
document.getElementById('tr_links').style.display = 'none';
}
}
function aupAccepted() {
opener.aup_accepted = true;
window.close();
return true;
}
onload = init;
//-->
</script>
<style type="text/css">
/*<![CDATA[*/
body { color: #2a3847; background-color: white; }
th { font-size: 0.8em; text-align: left; vertical-align: top;}
a { color: #2a3847; }
h1 { font-size: 1.4em; margin-top:0px; margin-bottom: 0px; }
h2 { padding-top: 0px; margin-top: 0px; }
h3 { border-bottom: 1px solid #2a3847; margin-bottom: 0px; font-style: normal; font-variant: small-caps; text-align: right; }
h4 { text-decoration: underline; font-style: normal; font-size: 1.0em; text-align: center; }
ol { counter-reset: item; }
li { display: block }
li:before { content: counter(item) ")"; counter-increment: item; }
button { font-family: Verdana, sans-serif; font-size: 10px; border-style: solid; border-width: 1px; border-color: #666666; padding: 2px; }
button:hover { border-style: outset; }
button:active { border-style: inset; }
#td_label { font-size: 0.9em; text-align: left; vertical-align: top; font-weight: bold; white-space: nowrap; }
#td_text { font-size: 0.8em; text-align: left; vertical-align: top; }
#td_top { padding-top: 20px; }
#roundTable { padding: 8px; border: 2px solid #2a3847; -moz-border-radius: 8px; background-color: #81addc; }
/*]]>*/
</style>
</head>
<body>
<table border=0 width="100%">
<tr>
<td align=center id="td_tip">
<table height="100%" width="600" id="roundTable">
<tr>
<td valign="middle">
<h3>Acceptable Use Policy</h3>
<table align="center" border=0 cellpadding="0" cellspacing="0">
<tr>
<td>
<h4>Registration indicates acceptance of this policy</h4>
</td>
</tr>
<tr>
<td id="td_label">
Account creation:
</td>
</tr>
<ol>
<tr>
<td id="td_text">
<ul>
<li>
Users must be over the age of thirteen.
</li>
</ul>
</td>
</tr>
<tr>
<td id="td_text">
<ul>
<li>
Account names must correspond to a World of Warcraft character that you own.
</li>
</ul>
</td>
</tr>
</ol>
<tr>
<td id="td_label">
Unacceptable Behavior:
</td>
</tr>
<ol>
<tr>
<td id="td_text">
<ul>
<li>
Personal attacks, inflamatory remarks, and any other form of harrassment directed at other users of this service.
</li>
</ul>
</td>
</tr>
<tr>
<td id="td_text">
<ul>
<li>
Jokes, slurs, or attacks against someone's race, gender, or sexual preference.
</li>
</ul>
</td>
</tr>
<tr>
<td id="td_text">
<ul>
<li>
Excessive use of profanity.
</li>
</ul>
</td>
</tr>
<tr>
<td id="td_text">
<ul>
<li>
Spamming of chat rooms or users.
</li>
</ul>
</td>
</tr>
<tr>
<td id="td_text">
<ul>
<li>
Linking to pornography or any other offensive material. Any posted links must be considered "safe for work".
</li>
</ul>
</td>
</tr>
<tr>
<td id="td_text">
<ul>
<li>
Posting information that relates to cheating, hacking, or exploiting in World of Warcraft.
</li>
</ul>
</td>
</tr>
<tr>
<td id="td_text">
<ul>
<li>
Posting information relating to any form of piracy or violation of the <a href="http://en.wikipedia.org/wiki/Digital_Milennium_Copyright_Act">DMCA</a>.
</li>
</ul>
</td>
</tr>
</ol>
<tr>
<td id="td_label">
Failure to follow any of these rules will result in a temporary or permanent ban.
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr id="tr_button" style="display: none;">
<td align="center"><br/><button type="submit" id="aup_button" onClick="return aupAccepted();">I Accept</button></td>
</tr>
<tr id="tr_links">
<td height="100%" align=center valign=top>
<table border=0 cellspacing=0 cellpadding=2 align=center width=380>
<tr style="font-weight: bold; font-size: small">
<td align=center width="16%" nowrap><a href="index.html">Home</a></td>
<td align=center width="16%" nowrap><a href="help.html">Help</a></td>
<td align=center width="16%" nowrap><a href="faq.html">FAQ</a></td>
<td align=center width="16%" nowrap><a href="aup.html">Acceptable Use</a></td>
<td align=center width="16%" nowrap><a href="privacy.html">Privacy</a></td>
<td align=center width="16%" nowrap><a href="feedback.html">Feedback</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="100%" align=center valign=top>
<table border=0 cellspacing=0 cellpadding=2 align=center width=380>
<tr>
<td id="td_top">
<div style="font-size: xx-small">
<div align="center">Powered by: JWChat</div>
<div align="center">
World of Warcraft and Blizzard Entertainment are both trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright © Blizard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment.
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>