File size: 4,730 Bytes
9ffc04b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

<!DOCTYPE html> 
<HTML dir="LTR">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"> 
<TITLE>Registration</TITLE>
<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.flyordie.com/flyordie.css">
<SCRIPT>
function init() {
	document.forms[0].elements['loginName'].focus();
}

var SCREEN = typeof(screen) != 'undefined';

function openPopup(url, w, h, target, feat) {
	var x = 0;
	var y = 0;
	if(SCREEN)
		if(w < 0)
			x = screen.width + w - 8;
		else {
			x = Math.max(0, (screen.width - w) / 2);
			y = Math.max(0, (screen.height - h) / 2);
		}
	feat = "width=" + Math.abs(w) + ",height=" + h + ",screenX=" + x +",left=" + x +",screenY=" + y +",top=" + y + feat;
	feat += ",toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,copyhistory=0";
	window.open(url, target, feat);
}

function openTermsOfService(element) {
	var y = 460;
	if(SCREEN)
		y = screen.height - 60;
	element.target='u' + new Date().getMilliseconds();
	openPopup('', -500, y, element.target, ',scrollbars=1');
}

function submitOnce() {
	document.getElementById('submitButton').value = "Please Wait...";
	document.getElementById('submitButton').disabled = "disabled";
	return true;
}

</SCRIPT>
</head>

<body onLoad="init()">
<H2>Player Registration</H2>

<FORM id="form" METHOD="POST" ACTION="registerSite.html" onSubmit="submitOnce();">
<input type="hidden" name="lang" value="en_US">
<input type="hidden" name="portal" value="flyordie_com">
<input type="hidden" name="game" value="Forum">
<input type="hidden" name="roomNumber" value="">
<input type="hidden" name="done" value="http://forum.flyordie.com/auth.jsp">
<script type="text/javascript">
function addInput(n, v) {
	with(i = document.createElement("input")) type = "hidden", name = n, value = v; document.getElementById("form").appendChild(i);
}
function pl() {
	if (typeof navigator == 'undefined')
		return null;
	if (typeof navigator.plugins == 'undefined')
		return null;
	if (typeof navigator.plugins.length == 'undefined')
		return null;
	var s = "";
	var L = navigator.plugins.length;
	for(var i=0; i<L; i++) {
		s += navigator.plugins[i].name + '\t';
		s += navigator.plugins[i].filename + '\t';
		s += navigator.plugins[i].description + '\t';
		s += navigator.plugins[i].version + '\r';
	}
	return s;
}
addInput("sw", screen.width);
addInput("sh", screen.height);
addInput("sd", screen.colorDepth);
addInput("tz0", new Date(1293836400000).getTimezoneOffset());
addInput("pl", pl());
</script>


<TABLE class="w460" BORDER=0 CELLPADDING=0 CELLSPACING=3>
	<TR>
		<TD WIDTH="160" ALIGN=LEFT></TD>
		<TD ALIGN=LEFT>
			
		</TD>
	</TR>
	<TR>
		<TD WIDTH="160" ALIGN=LEFT>
			<span class="label">Nickname:&nbsp</label>
		</TD>
		<TD ALIGN=LEFT>
			<input class="inputbox" size="16" maxlength="16" name="loginName" value="">
		</TD>
	</TR>
	<TR>
		<TD WIDTH="160" ALIGN=LEFT></TD>
		<TD ALIGN=LEFT>
			
		</TD>
	</TR>
	<TR>
		<TD WIDTH="160" ALIGN=LEFT VALIGN=TOP>
			<span class="label">Password:&nbsp;</span>
		</TD>
		<TD ALIGN=LEFT>
			<input class="inputbox" type="password" size="16" maxlength="16" name="password" value="">
		</TD>
	</TR>
	<TR>
		<TD WIDTH="160" ALIGN=LEFT VALIGN=TOP>
			<span class="label">Re-type password:&nbsp</span>
		</TD>
		<TD ALIGN=LEFT>
			<input class="inputbox" type="password" size="16" maxlength="16" name="passwordRetyped" value="">
		</TD>
	</TR>
	<TR>
		<TD WIDTH="160" ALIGN=LEFT VALIGN=TOP></TD>
		<TD ALIGN=LEFT>
			
		</TD>
	</TR>
	<TR>
		<TD WIDTH="160" ALIGN=LEFT VALIGN=TOP>
			<span class="label">E-mail:&nbsp</span>
		</TD>
		<TD ALIGN=LEFT>
			<input class="inputbox" size="32" maxlength="40" name="email" value=""><BR>

		</TD>
	</TR>

	<TR>
		<TD class=small WIDTH="160" height=15>
			
		</TD>

	</TR>

	<TR>

		<TD ALIGN=LEFT class=small colspan=2>
			By clicking on "Sign Up"<br>
I accept the <A HREF="http://www.flyordie.com/termsofservice.html" onclick="openTermsOfService(this)">Terms of Service</A>
		</TD>
	</TR>

	<TR>
		<TD class=small WIDTH="160" height=15>
			
		</TD>

	</TR>
	<TR>

		<TD ALIGN=LEFT  colspan=2>
			<button type=submit id="submitButton" class="button">Sign Up</button>
		</TD>
	</TR>
</TABLE>
</FORM>


<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-295578-1']);
  _gaq.push(['_setDomainName', 'flyordie.com']);
  _gaq.push(['_trackPageview', '/s/register.html']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>


</body>
</html>