simple Password-Hide-Patch
old:
<input type="text" name="ts3_server_query_password" value="password" size="18" maxlength="50" class="textinput">
Example:
(http://fmj-multigaming.de/ts_bot/images/shown.png)
will get
<input type="password" name="ts3_server_query_password" value="password" size="18" maxlength="50" class="textinput">
Example:
(http://fmj-multigaming.de/ts_bot/images/hidden.png)
The idea behind it: prevent screen-loggin ( so you can show your friends or family the site )
for those, who will use the idea, download the zip-file below, and
/paranoids maybe check file/ extract them into your includes/
2-parts cause too big file (128KB max size 135kB overall)New version is smaller and easier to install
WARNING!I am not liable for damages. Use at your own risk
Changelog:
- 1.0.0 - Release for Web Interface 2.0.3 Final
- 1.0.1 - updated 'includes/functions' (forgot them)
- 1.0.2 - updated files for Web Interface 2.0.4
- Complete remake:
- include/formularfunctions.php : added new function in ( getTextInputPassword copy of getTextInput with type "password" instead of "text")
- include/botcreate.php : line #105 & #145 : exchanged "getTextInput" with "getTextInputPassword"
- include/settings.php : line #44 : exchanged "getTextInput" with "getTextInputPassword"
- include/useredit.php : line #39 : exchanged "getTextInput" with "getTextInputPassword"
Currently sub users with different permission than the main bot owner are not official supported by the web interface. Of course everyone can modify it for the own web site, but be careful on updates of the web interface. Maybe someday in the future I can add this, but it has a low priority for me.
well, you know the answer now ^-^
that should be done quickly :D
Updated first Post! v1.0.2 released