g.x266.de
Open in
urlscan Pro
147.78.243.246
Public Scan
URL:
https://g.x266.de/
Submission: On January 25 via api from US — Scanned from US
Submission: On January 25 via api from US — Scanned from US
Form analysis
6 forms found in the DOM<form data-bind="submit: connect">
<table>
<tbody>
<tr data-bind="if: $root.config.connectDialog.address">
<td id="connect-dialog_input_address">Address</td>
<td><input id="address" type="text" data-bind="value: address" required=""></td>
</tr>
<tr data-bind="if: $root.config.connectDialog.port">
<td id="connect-dialog_input_port">Port</td>
<td><input id="port" type="text" data-bind="value: port" required=""></td>
</tr>
<tr data-bind="if: $root.config.connectDialog.username">
<td id="connect-dialog_input_username">Username</td>
<td><input id="username" type="text" data-bind="value: username" required=""></td>
</tr>
<tr data-bind="if: $root.config.connectDialog.password">
<td id="connect-dialog_input_password">Password</td>
<td><input id="password" type="password" data-bind="value: password"></td>
</tr>
<tr data-bind="if: $root.config.connectDialog.token">
<td id="connect-dialog_input_tokens">Tokens</td>
<td>
<input type="text" data-bind="value: tokenToAdd, valueUpdate: "afterkeydown"">
</td>
</tr>
<tr data-bind="if: $root.config.connectDialog.token">
<td></td>
<td>
<button id="connect-dialog_controls_remove" class="dialog-submit" type="button" data-bind="enable: selectedTokens().length > 0, click: removeSelectedTokens()">Remove</button>
<button id="connect-dialog_controls_add" class="dialog-submit" type="button" data-bind="enable: tokenToAdd().length > 0, click: addToken()">Add</button>
</td>
</tr>
<tr data-bind="if: $root.config.connectDialog.token, visible: tokens().length > 0">
<td></td>
<td><select id="token" multiple="multiple" height="5" data-bind="options:tokens, selectedOptions:selectedTokens"></select></td>
</tr>
<tr data-bind="if: $root.config.connectDialog.channelName">
<td>Channel</td>
<td><input id="channelName" type="text" data-bind="value: channelName"></td>
</tr>
</tbody>
</table>
<div class="dialog-footer">
<input id="connect-dialog_controls_cancel" class="dialog-close" type="button" data-bind="click: hide" value="Cancel">
<input id="connect-dialog_controls_connect" class="dialog-submit" type="submit" value="Connect">
</div>
</form>
<form data-bind="submit: addchannel">
<table>
<tbody>
<tr>
<td>Channel</td>
<td><input id="channelName" type="text" data-bind="value: channelName" required=""></td>
</tr>
</tbody>
</table>
<input class="dialog-submit" type="submit" value="Add channel">
</form>
<form data-bind="submit: connect">
<input class="dialog-submit" type="submit" value="Join Conference">
</form>
<form data-bind="submit: connect">
<table>
<tbody>
<tr class="reason">
<td colspan="2">
<!-- ko if: type() == 0 || type() == 8 -->
<span class="refused">The connection has been refused.</span>
<!-- /ko -->
<!-- ko if: type() == 1 -->
<span class="version">The server uses an incompatible version.</span>
<!-- /ko -->
<!-- ko if: type() == 2 -->
<span class="username">Your user name was rejected. Maybe try a different one?</span>
<!-- /ko -->
<!-- ko if: type() == 3 -->
<span class="userpassword">The given password is incorrect. The user name you have chosen requires a special one.</span>
<!-- /ko -->
<!-- ko if: type() == 4 -->
<span class="serverpassword">The given password is incorrect.</span>
<!-- /ko -->
<!-- ko if: type() == 5 -->
<span class="username-in-use">The user name you have chosen is already in use.</span>
<!-- /ko -->
<!-- ko if: type() == 6 -->
<span class="full">The server is full.</span>
<!-- /ko -->
<!-- ko if: type() == 7 -->
<span class="clientcert">The server requires you to provide a client certificate which is not supported by this web application.</span>
<!-- /ko -->
<br>
<span class="server">The server reports:</span>
<br> "<span class="connect-error-reason" data-bind="text: reason"></span>"
</td>
</tr>
<tr data-bind="if: type() == 2 || type() == 3 || type() == 5">
<td class="alternate-username">Username</td>
<td><input id="username" type="text" data-bind="value: username" required=""></td>
</tr>
<tr data-bind="if: type() == 3 || type() == 4">
<td class="alternate-password">Password</td>
<td><input id="password" type="password" data-bind="value: password" required=""></td>
</tr>
</tbody>
</table>
<div class="dialog-footer">
<input class="dialog-close" type="button" value="Cancel" data-bind="click: hide, visible: !joinOnly()">
<input class="dialog-submit" type="submit" value="Retry">
</div>
</form>
<form data-bind="submit: $root.applySettings">
<table>
<tbody>
<tr>
<td>Transmission</td>
<td>
<select data-bind="value: voiceMode">
<option value="cont">Continuous</option>
<option value="vad">Voice Activity</option>
<option value="ptt">Push To Talk</option>
</select>
</td>
</tr>
<tr data-bind="visible: voiceMode() == 'vad'">
<td colspan="2">
<div class="mic-volume-container">
<div class="mic-volume" data-bind="style: {
width: testVadLevel()*100 + '%',
background: testVadActive() ? 'green' : 'red'
}"></div>
</div>
<input type="range" min="0" max="1" step="0.01" data-bind="value: vadLevel">
</td>
</tr>
<tr data-bind="visible: voiceMode() == 'ptt'">
<td>PTT Key</td>
<td>
<input type="button" data-bind="value: pttKeyDisplay, click: recordPttKey">
</td>
</tr>
<tr>
<td>Audio Quality</td>
<td><span data-bind="text: (audioBitrate()/1000).toFixed(1)"></span> kbit/s</td>
</tr>
<tr>
<td colspan="2">
<input type="range" min="8000" max="96000" step="8" data-bind="value: audioBitrate, valueUpdate: 'input'">
</td>
</tr>
<tr>
<td>Audio per packet</td>
<td><span data-bind="text: msPerPacket"></span> ms</td>
</tr>
<tr>
<td colspan="2">
<input type="range" min="10" max="60" step="10" data-bind="value: msPerPacket, valueUpdate: 'input'">
</td>
</tr>
<tr>
<td colspan="2" class="bandwidth-info">
<span data-bind="text: (totalBandwidth()/1000).toFixed(1)"></span> kbit/s (Audio <span data-bind="text: (audioBitrate()/1000).toFixed(1)"></span>, Position <span data-bind="text: (positionBandwidth()/1000).toFixed(1)"></span>, Overhead
<span data-bind="text: (overheadBandwidth()/1000).toFixed(1)"></span>)
</td>
</tr>
<tr>
<td>Show Avatars</td>
<td>
<select data-bind="value: showAvatars">
<option value="always">Always</option>
<option value="own_channel">Same Channel</option>
<option value="linked_channel">Linked Channels</option>
<option value="minimal_only">Minimal View</option>
<option value="never">Never</option>
</select>
</td>
</tr>
<tr>
<td colspan="2">
<input type="checkbox" data-bind="checked: userCountInChannelName"> Show user count after channel name
</td>
</tr>
</tbody>
</table>
<div class="dialog-footer">
<input class="dialog-close" type="button" data-bind="click: $root.closeSettings" value="Cancel">
<input class="dialog-submit" type="submit" value="Apply">
</div>
</form>
<form data-bind="submit: submitMessageBox">
<textarea id="message-box" row="1" data-bind="
attr: { placeholder: messageBoxHint },
textInput: messageBox,
event: {keypress: submitOnEnter}"></textarea>
</form>
Text Content
Connect to Server Address Port Username Password Tokens Remove Add Channel Add channel Channel Mumble Voice Conference Failed to connect The connection has been refused. The server uses an incompatible version. Your user name was rejected. Maybe try a different one? The given password is incorrect. The user name you have chosen requires a special one. The given password is incorrect. The user name you have chosen is already in use. The server is full. The server requires you to provide a client certificate which is not supported by this web application. The server reports: "" Username Password Connection Information VERSION Protocol . Unknown CONTROL CHANNEL ms average latency ( deviation) Remote host (port ) AUDIO BANDWIDTH Maximum kbits/s ( kbits/s with overhead) Current kbits/s ( kbits/s with overhead) Codec: Settings Transmission Continuous Voice Activity Push To Talk PTT Key Audio Quality kbit/s Audio per packet ms kbit/s (Audio , Position , Overhead ) Show Avatars Always Same Channel Linked Channels Minimal View Never Show user count after channel name * Mute * Deafen * Priority Speaker * Local Mute * Ignore Messages * View Comment * Change Comment * Reset Comment * View Avatar * Change Avatar * Reset Avatar * Send Message * Information * Self Mute * Self Deafen * Add Friend * Remove Friend * Join Channel * Add * Edit * Remove * Link * Unlink * Unlink All * Copy Mumble URL * Copy Mumble-Web URL * Send Message