Stefan1200's Forum

JTS3ServerMod Hosting Edition => JTS3ServerMod MySQL & WebInterface => Topic started by: Hedrauta on September 20, 2014, 08:04:28 AM

Title: Hide Passwords
Post by: Hedrauta on September 20, 2014, 08:04:28 AM
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:
Title: Re: Hide Passwords
Post by: Stefan1200 on September 20, 2014, 11:08:55 AM
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.
Title: Re: Hide Passwords
Post by: Hedrauta on September 20, 2014, 11:13:44 AM
well, you know the answer now ^-^
that should be done quickly :D
Title: Re: Hide Passwords
Post by: Hedrauta on September 20, 2014, 04:41:01 PM
Updated first Post! v1.0.2 released