-
Notifications
You must be signed in to change notification settings - Fork 0
/
friendadd.html
174 lines (174 loc) · 5.06 KB
/
friendadd.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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>AddFriend</title>
<script type="text/javascript">
var url = window.location.search;
if (url != "")
{
var slt = url.substring(5,10)
switch(slt)
{
case "en-us":
lge = "English"
break;
case "zh-cn":
lge = "简体中文"
break;
case "zh-hk":
lge = "繁體中文"
break;
case "zh-tw":
lge = "繁體中文"
break;
case "ru-ru":
lge = "русский"
break;
case "ja-jp":
lge = "日本語"
break;
case "fr-fr":
lge = "français"
break;
case "de-de":
lge = "Deutsche"
break;
default:
lge = "English"
}
}
else
{
lge = "English"
}
switch(lge)
{
case "English":
txtbox_1 = "Friends"
txtbox_2 = "Verifies"
txtbox_3 = "Add"
txtbox_4 = "Enter a Username or Number"
txtbox_5 = "Find"
txtbox_6 = ""
txtbox_7 = ""
txtbox_8 = ""
txtbox_9 = ""
txtbox_10 = ""
txtbox_11 = ""
txtbox_12 = ""
break;
case "简体中文":
txtbox_1 = "好友"
txtbox_2 = "验证"
txtbox_3 = "添加"
txtbox_4 = "输入用户名或号码"
txtbox_5 = "查找"
txtbox_6 = ""
txtbox_7 = ""
txtbox_8 = ""
txtbox_9 = ""
txtbox_10 = ""
txtbox_11 = ""
txtbox_12 = ""
break;
case "繁體中文":
txtbox_1 = "好友"
txtbox_2 = "驗證"
txtbox_3 = "添加"
txtbox_4 = "輸入用戶名或號碼"
txtbox_5 = "搜尋"
txtbox_6 = ""
txtbox_7 = ""
txtbox_8 = ""
txtbox_9 = ""
txtbox_10 = ""
txtbox_11 = ""
txtbox_12 = ""
break;
case "русский":
txtbox_1 = "друзья"
txtbox_2 = "Проверяет"
txtbox_3 = "Добавить"
txtbox_4 = "Введите имя пользователя или номер"
txtbox_5 = "найти"
txtbox_6 = ""
txtbox_7 = ""
txtbox_8 = ""
txtbox_9 = ""
txtbox_10 = ""
txtbox_11 = ""
txtbox_12 = ""
break;
case "日本語":
txtbox_1 = "フレンズ"
txtbox_2 = "検証する"
txtbox_3 = "追加"
txtbox_4 = "ユーザー名または番号を入力してください"
txtbox_5 = "探す"
txtbox_6 = ""
txtbox_7 = ""
txtbox_8 = ""
txtbox_9 = ""
txtbox_10 = ""
txtbox_11 = ""
txtbox_12 = ""
break;
case "français":
txtbox_1 = "Copains"
txtbox_2 = "Vérifie"
txtbox_3 = "Ajouter"
txtbox_4 = "Entrez un nom d'utilisateur ou un numéro"
txtbox_5 = "Trouver"
txtbox_6 = ""
txtbox_7 = ""
txtbox_8 = ""
txtbox_9 = ""
txtbox_10 = ""
txtbox_11 = ""
txtbox_12 = ""
break;
case "Deutsche":
txtbox_1 = "Freunde"
txtbox_2 = "Überprüft"
txtbox_3 = "Hinzufügen"
txtbox_4 = "Geben Sie einen Benutzernamen oder eine Nummer ein"
txtbox_5 = "Finden"
txtbox_6 = ""
txtbox_7 = ""
txtbox_8 = ""
txtbox_9 = ""
txtbox_10 = ""
txtbox_11 = ""
txtbox_12 = ""
break;
default:
txtbox_1 = "Friends"
txtbox_2 = "Verifies"
txtbox_3 = "Add"
txtbox_4 = "Enter a Username or Number"
txtbox_5 = "Find"
txtbox_6 = ""
txtbox_7 = ""
txtbox_8 = ""
txtbox_9 = ""
txtbox_10 = ""
txtbox_11 = ""
txtbox_12 = ""
break;
}
</script>
</head>
<body>
<div><p style='font-size:1em;'> <b><a href='http://fscache20.cooles.top/login/friendlist.asp' style='color:blue;'><script type="text/javascript">document.write(txtbox_1)</script></a></b> <b>|</b> <b><a href='http://fscache20.cooles.top/login/verifylist.asp' style='color:blue;'><script type="text/javascript">document.write(txtbox_2)</script></a></b> <b>|</b> <b><script type="text/javascript">document.write(txtbox_3)</script></b></p></div>
<form method="Get" action="friendadd.asp">
<div style="float:left;display:inline;width:82%;height:2em;">
<input type="text" name="Unm" id="Unm" placeholder="Enter a Username or Number" style="background-color:#F5F5F5;width:100%;height:100%;font-size:1em;"/>
<script type="text/javascript">document.getElementById("Unm").placeholder = txtbox_4</script>
</div>
<div style="float:left;display:inline;width:4em;height:2em;">
<input type="submit" id="Find" value="Find" style="background-color:#A9A9A9;color:white;width:100%;height:100%;font-size:1em;"/>
<script type="text/javascript">document.getElementById("Find").value = txtbox_5</script>
</div>
</form>
</body>
</html>