- October 31, 2006
- 1,972
- 539
- Home Country
-
Germany
Please list all bugreports here and always give your MPWebServices and MP version

Version RC3
- Stop Timeshift Button in TvServer Status does nothing
Patch (thanks shh26_83)
Version RC3
- Stop Timeshift Button in TvServer Status does nothing
Patch (thanks shh26_83)
the file: TvServerStatus.aspx.cs
must be change at line 58 to:
and at line 62 to:
and the file : TvServerStatus.aspx must change at the line 16 to:
Code:
must be change at line 58 to:
Code:
row["action"]="<input type=\"button\" ID=\"btn\" Value=\"Stop timeshift\" onclick=KickSession("+state.idCard.ToString()+","+state.idChannel.ToString()+",'"+state.userName.ToString()+"',0); />";
and at line 62 to:
Code:
row["action"] = "<input type=\"button\" ID=\"btn\" Value=\"Stop recording\" onclick=KickSession("+state.idCard.ToString() + "," + state.idChannel.ToString() + ",'" + state.userName + "',1); />";
and the file : TvServerStatus.aspx must change at the line 16 to:
Code:
Code:
document.form1.submit();