home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Plugin Development
Featured Plugins
MP2Extended
Plugin: MP2Extended
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="FreakyJ" data-source="post: 1166135" data-attributes="member: 106003"><p>[USER=119106]@henso[/USER] </p><p>Could you make any progress regarding the LiveTv Streaming? <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Attached are also some screenshots of the new MP2Ext Usermanagement^^ It uses JQuery and calls the MP2Ext APIs so you could create your own management system if you would like to.</p><p>I also plan to make the settings changeable from within the settings.</p><p></p><p>This is how the users are stored inside MP2Ext:</p><p></p><p>[CODE=XML]</p><p><?xml version="1.0" encoding="utf-8"?></p><p><Configuration></p><p> <Property Name="Users"></p><p> <ArrayOfMP2ExtendedUser xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"></p><p> <MP2ExtendedUser Id="f5206dd1-1b7e-4d39-b741-e8af2cf95300" Name="admin" PasswordEncrypted="jVlJx++VzXTWjDfsuJ9TZw==" TypeEncrypted="h6MAxFwlpskC36+Qakgvuw==" /></p><p> <MP2ExtendedUser Id="31b9fed9-ff01-4b43-9551-f11dbff0078e" Name="JaneSmith" PasswordEncrypted="X4pGHzJvagYKUl/8HpF29A==" TypeEncrypted="9f9ktftSw1g2+OaI5SB/ZA==" /></p><p> </ArrayOfMP2ExtendedUser></p><p> </Property></p><p></Configuration></p><p>[/CODE]</p><p></p><p>The UserTyper and UserPassword is encrypted (not only base64 xD). If you have multiple users with the same type they will still have different "TypeEncrypted". So you can't make yourself to an admin by just copying the strings over <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick Out Tongue :p" loading="lazy" data-shortname=":p" /></p><p>Also the Encryption is tied to the PC. So if you copy the file to another computer you will have a really hard time to decrypt it <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite20" alt=":ROFLMAO:" title="ROFL :ROFLMAO:" loading="lazy" data-shortname=":ROFLMAO:" /> Useless for MP, but was fun to do so^^</p></blockquote><p></p>
[QUOTE="FreakyJ, post: 1166135, member: 106003"] [USER=119106]@henso[/USER] Could you make any progress regarding the LiveTv Streaming? :) Attached are also some screenshots of the new MP2Ext Usermanagement^^ It uses JQuery and calls the MP2Ext APIs so you could create your own management system if you would like to. I also plan to make the settings changeable from within the settings. This is how the users are stored inside MP2Ext: [CODE=XML] <?xml version="1.0" encoding="utf-8"?> <Configuration> <Property Name="Users"> <ArrayOfMP2ExtendedUser xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <MP2ExtendedUser Id="f5206dd1-1b7e-4d39-b741-e8af2cf95300" Name="admin" PasswordEncrypted="jVlJx++VzXTWjDfsuJ9TZw==" TypeEncrypted="h6MAxFwlpskC36+Qakgvuw==" /> <MP2ExtendedUser Id="31b9fed9-ff01-4b43-9551-f11dbff0078e" Name="JaneSmith" PasswordEncrypted="X4pGHzJvagYKUl/8HpF29A==" TypeEncrypted="9f9ktftSw1g2+OaI5SB/ZA==" /> </ArrayOfMP2ExtendedUser> </Property> </Configuration> [/CODE] The UserTyper and UserPassword is encrypted (not only base64 xD). If you have multiple users with the same type they will still have different "TypeEncrypted". So you can't make yourself to an admin by just copying the strings over :P Also the Encryption is tied to the PC. So if you copy the file to another computer you will have a really hard time to decrypt it :ROFLMAO: Useless for MP, but was fun to do so^^ [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
Featured Plugins
MP2Extended
Plugin: MP2Extended
Contact us
RSS
Top
Bottom