-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
178 lines (178 loc) · 7.59 KB
/
index.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
<head>
<TITLE> meeseeks-leaderboard-api </TITLE>
<link rel="icon" href="https://gdjkhp.github.io/img/mee6.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- width device fix -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- <div id="particles-js"></div>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<script src="particlesjs-config.js"></script> -->
<div class="querygroup">
<img src="https://gdjkhp.github.io/img/mee6.png" width="16"><br>
<span>meeseeks-leaderboard-api</span>
<br>
<span>by gdjkhp</span>
<!-- <br>
<a target="_blank" href="https://blog.replit.com/hosting-changes" title=
"noobgpt and meeseeks-leaderboard-api had a good run
i can no longer host this site due to replit changes
thank you everyone for using them
-GDjkhp">March 11, 2023 - January 1, 2024</a> -->
<!-- <a href="https://count.getloli.com/">
<img src="https://count.getloli.com/get/@:GDjkhp-mee6?theme=rule34">
</a> -->
<br>
<select value="" id="serverIdSelect">
<option value="gmd">Geometry Dash</option>
<!-- <option value="mc">Minecraft</option> -->
<option value="tml">Terraria</option>
<option value="roblox">Roblox</option>
<option value="destiny">Destiny 2 LFG</option>
<option value="lofi">Lofi Girl</option>
<option value="walker">World of Walker</option>
<option value="bluewillow">BlueWillow</option>
<option value="opera">Opera GX</option>
<option value="id">Other</option>
</select>
<br>
<input type="text" value="" id="serverId" disabled>
<br>
<input type="button" value="❌" id="stop" onclick="halt();">
<input type="button" value="❓" onclick="details();">
<input type="button" value="💾" onclick="convertDivToImage();">
<input type="button" value="🤫" onclick="dev_details();">
<br>
<textarea value="" id="name" style="height: 0;"></textarea>
<br>
<input type="button" value="Parse" id="text" onclick="parse();" style="height: 32px;">
<br>
<span id="timer" style="font-weight: bold;">01:00.00</span>
<div id="dev" style="display: none;">
<span>time fetched:</span>
<br>
<span id="time">null</span>
<br>
<span id="json">⧉ copy json</span>
<span id="wychee">⧉ pretty print</span>
<br>
<details>
<summary>server data</summary>
<img id="dev-server-img" width="16">
<span id="dev-server-name"></span>
<br>
<img id="dev-server-banner">
<table class="params">
<tr>
<th>premium</th>
<td id="premium"></td>
</tr>
<!-- <tr>
<th>allow_join</th>
<td id="allow-join"></td>
</tr>
<tr>
<th>invite_leaderboard</th>
<td id="invite-leaderboard"></td>
</tr> -->
<tr>
<th>commands_prefix</th>
<td id="commands-prefix"></td>
</tr>
<tr>
<th>application_commands_enabled</th>
<td id="application-commands-enabled"></td>
</tr>
<tr>
<th>xp_rate</th>
<td id="xp-rate"></td>
</tr>
<tr>
<th>xp_per_message</th>
<td id="xp-per-message"></td>
</tr>
<!-- <tr>
<th>display_plans</th>
<td id="display-plans"></td>
</tr>
<tr>
<th>showcase_subscribers</th>
<td id="showcase-subscribers"></td>
</tr> -->
<!-- <tr>
<th>is_member</th>
<td id="is-member"></td>
</tr> -->
<tr>
<th>admin</th>
<td id="admin"></td>
</tr>
<!-- <tr>
<th>user_guild_settings</th>
<td id="user-guild-settings"></td>
</tr> -->
<tr>
<th>role_rewards</th>
<td id="role_rewards"></td>
</tr>
</table>
<!-- <details>
<summary>level roles</summary>
<div id="mindfuck-resupply"></div>
</details> -->
</details>
</div>
<div id="foot" style="display: none;">
<table class="params">
<tr>
<th>parameters</th>
<td>description</td>
</tr>
<tr>
<th><span style="color:lime">[string]</span> <br>
(<span style="color:red">GDjkhp#3732</span>,
<span style="color:magenta">wychee</span>,
<span style="color:orange">#42069</span>)
<br><br>
<span style="color:yellow">[integer]</span> <br>
(<span style="color:blue">290162530720940034</span>)
</th>
<td>returns player card, case-sensitive</td>
</tr>
<tr>
<th><span style="color:yellow">[integer]</span> <br>
(<span style="color:cyan">10</span>,
<span style="color:hotpink">69-420</span>)</span>
</th>
<td>returns top player cards</td>
</tr>
</table>
<span>This site does not log or store any data from the API.</span>
<div>
<span>All fetched data are publicly available in:</span>
<br>
<a target="_blank" id="linker"></a>
<br>
<a target="_blank" id="link"></a>
</div>
<div style="display: flex; justify-content: space-evenly;">
<div>
<span>status: </span>
<span id="status">pinging...</span>
<span> / </span>
<a target="_blank" href="https://gdjkhp.github.io/">report</a>
</div>
<div>
<span>source code: </span>
<a target="_blank" href="https://github.com/GDjkhp/meeseeks-leaderboard-api"><img width="16" src="https://gdjkhp.github.io/img/git.png"></a>
</div>
</div>
</div>
</div>
<div style="height: 50%;">
<!-- <p>hello darkness my old friend</p> -->
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.3.2/html2canvas.min.js"></script>
<script src="strftime.js"></script>
<script src="meeseeks-script.js"></script>
</body>