Bonjour,
Hier soir j'ai remarquer sur je ne pouvais plus accèder a rutorrent, ni au seedbox manager. J'avais des erreur qui venait de nginx.
J'ai réinstaller rutorrent et seedbox manager et la config nginx mais dans rutorrent j'ai une erreur et je ne sais pas comment la corriger.

Hier soir j'ai remarquer sur je ne pouvais plus accèder a rutorrent, ni au seedbox manager. J'avais des erreur qui venait de nginx.
J'ai réinstaller rutorrent et seedbox manager et la config nginx mais dans rutorrent j'ai une erreur et je ne sais pas comment la corriger.

Bad response from server: (200 [parsererror,getplugins]) theWebUI.deltaTime = 0; theWebUI.showFlags = 255; theURLs.XMLRPCMountPoint = '/TAKER'; theWebUI.systemInfo = {}; theWebUI.systemInfo.php = { canHandleBigFiles : true }; theWebUI.systemInfo.rTorrent = { started: true, iVersion : 2306, version : '0.9.2', libVersion : '0.13.2', apiVersion : 6 }; noty('filemanager: '+theUILang.webExternalNotFoundError+' ('+'unzip'+').','error');(function () { var plugin = new rPlugin( 'loginmgr',3.6,'Novik','This plugin is used to login to torrent sites in cases where cookies fail.',256,'http://code.google.com/p/rutorrent/wiki/PluginLoginMgr' ); theWebUI.theAccounts = {'BitGAMER': { login: "", password: "", enabled: 0, auto: 0 },'BitHDTV': { login: "", password: "", enabled: 0, auto: 0 },'BlackcatsGames': { login: "", password: "", enabled: 0, auto: 0 },'BroadcasThe': { login: "", password: "", enabled: 0, auto: 0 },'FtN': { login: "", password: "", enabled: 0, auto: 0 },'HDDream': { login: "", password: "", enabled: 0, auto: 0 },'ILoveTorrents': { login: "", password: "", enabled: 0, auto: 0 },'ImmortalSeed': { login: "", password: "", enabled: 0, auto: 0 },'LostFilm': { login: "", password: "", enabled: 0, auto: 0 },'NNMClub': { login: "", password: "", enabled: 0, auto: 0 },'NovaFilm': { login: "", password: "", enabled: 0, auto: 0 },'RUTracker': { login: "", password: "", enabled: 0, auto: 0 },'TVTorrents': { login: "", password: "", enabled: 0, auto: 0 },'TorrentDamage': { login: "", password: "", enabled: 0, auto: 0 },'TorrentLeech': { login: "", password: "", enabled: 0, auto: 0 },'Torrentech': { login: "", password: "", enabled: 0, auto: 0 },'WhatCD': { login: "", password: "", enabled: 0, auto: 0 },'WorldInHD': { login: "", password: "", enabled: 0, auto: 0 },'jpopsuki': { login: "", password: "", enabled: 0, auto: 0 }}; plugin.loadLang(); plugin.loadMainCSS(); if(plugin.canChangeOptions()) { plugin.accaddAndShowSettings = theWebUI.addAndShowSettings; theWebUI.addAndShowSettings = function(arg) { if(plugin.enabled) { $.each( theWebUI.theAccounts, function(name,val) { $('#'+name+'_lmenabled').prop("checked", (val.enabled==1)); $('#'+name+'_lmlogin').val(val.login); $('#'+name+'_lmauto').val(val.auto); $('#'+name+'_lmpassword').val(val.password); $('#'+name+'_lmenabled').change(); }); } plugin.accaddAndShowSettings.call(theWebUI,arg); } plugin.accWasChanged = function() { var ret = false; $.each( theWebUI.theAccounts, function(name,val) { if( ($('#'+name+'_lmenabled').prop("checked") ^ val.enabled) || ($('#'+name+'_lmauto').val()!=val.auto) || ($('#'+name+'_lmlogin').val()!=val.login) || ($('#'+name+'_lmpassword').val()!=val.password)) { ret = true; return(false); } }); return(ret); } plugin.accSettings = theWebUI.setSettings; theWebUI.setSettings = function() { plugin.accSettings.call(this); if(plugin.enabled && plugin.accWasChanged()) this.request("?action=setacc"); } rTorrentStub.prototype.setacc = function() { var s = ''; $.each( theWebUI.theAccounts, function(name,val) { s+=("&"+name+"_enabled="+($('#'+name+'_lmenabled').prop("checked") ? 1 : 0)+ "&"+name+"_auto="+$('#'+name+'_lmauto').val()+ "&"+name+"_login="+encodeURIComponent($.trim($('#'+name+'_lmlogin').val()))+ "&"+name+"_password="+encodeURIComponent($.trim($('#'+name+'_lmpassword').val()))); }); this.content = "mode=set"+s; this.contentType = "application/x-www-form-urlencoded"; this.mountPoint = "plugins/loginmgr/action.php"; this.dataType = "script"; } } plugin.onLangLoaded = function() { var s = ''; $.each( theWebUI.theAccounts, function(name,val) { s+="<fieldset>"+ "<legend>"+name+"</legend>"+ "<table>"+ "<tr>"+ "<td><input type='checkbox' id='"+name+"_lmenabled' onchange=\"linked(this, 0, ['"+name+"_lmlogin','"+name+"_lmpassword','"+name+"_lmauto']);\"/><label for='"+name+"_enabled' id='lbl_"+name+"_lmenabled'>"+theUILang.Enabled+"</label></td>"+ "</tr>"+ "<tr>"+ "<td><label id='lbl_"+name+"_lmlogin' for='"+name+"_lmlogin' class='disabled'>"+theUILang.accLogin+":</label></td>"+ "<td class=\"alr\"><input type='text' id='"+name+"_lmlogin' class='TextboxLarge' maxlength='32' disabled='true' /></td>"+ "</tr>"+ "<tr>"+ "<td><label id='lbl_"+name+"_lmpassword' for='"+name+"_lmpassword' class='disabled'>"+theUILang.accPassword+":</label></td>"+ "<td class=\"alr\"><input type='password' id='"+name+"_lmpassword' class='TextboxLarge' maxlength='32' disabled='true' /></td>"+ "</tr>"+ "<tr>"+ "<td><label id='lbl_"+name+"_lmauto' for='"+name+"_lmauto' class='disabled'>"+theUILang.accAuto+":</label></td>"+ "<td class=\"alr\"><select id='"+name+"_lmauto' class='TextboxLarge' maxlength='32' disabled='true'>"+ "<option value='0'>"+theUILang.acAutoNone+"</option>"+ "<option value='86400'>"+theUILang.acAutoDay+"</option>"+ "<option value='604800'>"+theUILang.acAutoWeek+"</option>"+ "<option value='2592000'>"+theUILang.acAutoMonth+"</option>"+ "</select></td>"+ "</tr>"+ "</table>"+ "</fieldset>"; }); this.attachPageToOptions($("<div>").attr("id","st_loginmgr").html(s)[0],theUILang.accAccounts); } plugin.onRemove = function() { this.removePageFromOptions("st_loginmgr"); } })();(function () { var plugin = new rPlugin( '_getdir',3.6,'dmrom','This plugin provides the possibility of comfortable navigation on a host file system.',256,'http://code.google.com/p/rutorrent/wiki/Plugin_getdir' ); plugin.loadMainCSS(); theWebUI.rDirBrowser = function( dlg_id, edit_id, btn_id, frame_id, withFiles ) { this.edit = $('#'+edit_id); this.btn = $('#'+btn_id); this.scriptName = withFiles ? "getfiles" : "getdirs"; if(!frame_id) frame_id = edit_id+"_frame"; var self = this; this.btn.val("...").on( "click", function() { return(self.toggle()); } ).addClass("browseButton"); this.edit.prop("autocomplete", "off").on( browser.isIE ? "focusin" : "focus", function() { return(self.hide()); } ).addClass("browseEdit"); this.frame = $("<iframe>").attr( {id: frame_id, src: ""} ).css({position: "absolute", width: 0, visibility: "hidden"}).addClass("browseFrame"); this.dlg_id = dlg_id; $('#'+dlg_id).append( this.frame ); } theWebUI.rDirBrowser.prototype.show = function() { var x = this.edit[0].offsetLeft; var y = this.edit[0].offsetTop + this.edit[0].offsetHeight; var parent = this.edit[0].offsetParent; while( parent && parent.id != this.dlg_id ) { x += parent.offsetLeft; y += parent.offsetTop; parent = parent.offsetParent; } this.frame.prop("src","plugins/_getdir/"+this.scriptName+".php?dir="+ encodeURIComponent(this.edit.val()) + "&btn=" + this.btn.attr("id") + "&edit=" + this.edit.attr("id") + "&frame=" + this.frame.attr("id") + "&time=" + (new Date()).getTime()).css( { visibility: "visible", left: x, top: y, width: this.edit.width()+2 }).show(); this.btn.val("X"); theDialogManager.bringToTop(this.frame.attr("id")); this.edit.prop( "read-only", true ); return(false); } theWebUI.rDirBrowser.prototype.hide = function() { if(this.frame.css("visibility")!="hidden") { this.btn.val("..."); this.edit.prop( "read-only", false ); this.frame.css( { visibility: "hidden" } ); this.frame.hide().css( {width: 0} ); } return(false); } theWebUI.rDirBrowser.prototype.toggle = function() { return((this.frame.css("visibility")!="hidden") ? this.hide() : this.show()); } plugin.onRemove = function() { $(".browseButton").remove(); $(".browseFrame").remove(); $(".browseEdit").prop("autocomplete", "on").off( browser.isIE ? "focusin" : "focus" ); } })();(function () { var plugin = new rPlugin( '_noty',3.6,'Novik','This plugin provides the notification functionality for other plugins.',384,'http://code.google.com/p/rutorrent/wiki/Plugin_noty' ); plugin.loadCSS('jquery.noty'); plugin.loadCSS('noty_theme_default'); injectScript(plugin.path+"jquery.noty.js"); })();(function () { var plugin = new rPlugin( 'logoff',1.3,'ScarS','The plug-in allows users to logoff from rutorrent.',256,'' ); plugin.logoffURL = 'http://google.com/';plugin.me = 'taker';plugin.users = [];plugin.allowSwitch = 0;plugin.abortMs = 1000;plugin.loadMainCSS(); plugin.loadLang(); plugin.onLangLoaded = function() { var before = (theWebUI.systemInfo.rTorrent.started ? "add" : "settings"); this.addButtonToToolbar("logoff", theUILang.logoff + " (" + plugin.me + ")", "theDialogManager.show('logoffDlg')", before); this.addSeparatorToToolbar(before); var multi = false; if (plugin.allowSwitch) { var options = ""; for (i in plugin.users) options += "<option value=\"" + plugin.users[i] + "\">" + plugin.users[i] + "</option>"; var switchUser = ""; if (options != "") { multi = true; switchUser = ""+ "<div>"+ "<label for=\"login.username\">" + theUILang.logoffUsername + ":</label> "+ "<select id=\"login.username\">"+ options+ "</select>"+ "</div>"+ "<div>"+ "<label for=\"login.password\">" + theUILang.logoffPassword + ":</label> "+ "<input type=\"password\" id=\"login.password\" class=\"Textbox\" /> <span id=\"logoffPassEmpty\"></span>"+ "</div>"; } } theDialogManager.make("logoffDlg", theUILang.logoff, "<div id=\"logoffDlg-content\">"+ (multi ? theUILang.logoffSwitchPrompt + switchUser : theUILang.logoffPrompt)+ "</div>"+ "<div id=\"logoffDlg-buttons\" class=\"aright buttons-list\">"+ (multi ? "<input type=\"button\" class=\"Button\" value=\"" + theUILang.logoffSwitch + "\" id=\"logoffSwitch\">" : "")+ "<input type=\"button\" class=\"Button\" value=\"" + theUILang.logoff + "\" id=\"logoffComplete\">"+ "<input type=\"button\" class=\"Button\" value=\"" + theUILang.Cancel + "\" id=\"logoffCancel\" onclick=\"theDialogManager.hide('logoffDlg');\">"+ "</div>", true); if (multi) { $($$("login.password")).keydown(function(event) { if ((event.which && event.which == 13) || (event.keyCode && event.keyCode == 13)) $("#logoffSwitch").trigger("click"); }); $("#logoffSwitch").click(function() { if ($($$("login.password")).val() == "") { $("#logoffPassEmpty").html(theUILang.logoffEmpty); return(false); } $("#logoffPassEmpty").html(""); $("#logoffSwitch").attr("disabled", "disabled"); try { if (browser.isFirefox) { var xmlhttp = new XMLHttpRequest(); xmlhttp.open("POST", document.location.href, true, $($$("login.username")).val(), $($$("login.password")).val()); xmlhttp.onreadystatechange = function() { if (this.readyState == 4) theWebUI.reload(); }; xmlhttp.send(null); } else { var xmlhttp = new XMLHttpRequest(); xmlhttp.open("POST", this.action, true, $($$("login.username")).val(), $($$("login.password")).val()); xmlhttp.onreadystatechange = function() { if (this.readyState == 4) { document.location = this.action; theWebUI.reload(); } }; xmlhttp.send(null); } } catch (e) { alert("Error: " + e); } }); } $("#logoffComplete").click(function() { $("#logoffComplete").attr("disabled", "disabled"); try { if (browser.isIE7up) { document.execCommand("ClearAuthenticationCache"); document.location = plugin.logoffURL; } else if (browser.isFirefox) { var xmlhttp = new XMLHttpRequest(); xmlhttp.open("POST", document.location.href, true, "logoff", "logoff"); xmlhttp.onreadystatechange = function() { if (this.readyState == 4) document.location = plugin.logoffURL; }; xmlhttp.send(null); if (browser.isFirefox3x) xmlhttp.abort(); } else { var xmlhttp = new XMLHttpRequest(); xmlhttp.open("POST", this.action, true, "logoff", "logoff"); xmlhttp.onreadystatechange = function() { if (this.readyState == 4) document.location = plugin.logoffURL; }; xmlhttp.send(null); window.logoffxmlhttp = xmlhttp; window.setTimeout("logoffxmlhttp.abort()", plugin.abortMs); } } catch (e) { alert("Error: " + e); } }); } plugin.onRemove = function() { theDialogManager.hide("logoffDlg"); this.removeSeparatorFromToolbar(theWebUI.systemInfo.rTorrent.started ? "add" : "settings"); this.removeButtonFromToolbar("logoff"); } })();(function () { var plugin = new rPlugin( 'autotools',3.6,'dmrom','This plugin provides some possibilities on automation.',256,'http://code.google.com/p/rutorrent/wiki/PluginAutotools' ); theWebUI.autotools = { EnableLabel: 0, LabelTemplate: '{DIR}', EnableMove: 0, FileOpType: 'Move', PathToFinished: '', EnableWatch: 0, PathToWatch: '', WatchStart: 0 }; plugin.loadLang(); if(plugin.canChangeOptions()) { plugin.loadMainCSS(); plugin.addAndShowSettings = theWebUI.addAndShowSettings; theWebUI.addAndShowSettings = function( arg ) { if(plugin.enabled) { $$('enable_label').checked = ( theWebUI.autotools.EnableLabel == 1 ); $$('label_template').value = theWebUI.autotools.LabelTemplate; linked( $$('enable_label'), 0, ['label_template'] ); $$('enable_move').checked = ( theWebUI.autotools.EnableMove == 1 ); $$('path_to_finished').value = theWebUI.autotools.PathToFinished; linked( $$('enable_move'), 0, ['path_to_finished', 'automove_browse_btn', 'fileop_type'] ); $$('fileop_type').value = theWebUI.autotools.FileOpType; $$('enable_watch').checked = ( theWebUI.autotools.EnableWatch == 1 ); $$('path_to_watch').value = theWebUI.autotools.PathToWatch; linked( $$('enable_watch'), 0, ['path_to_watch', 'autowatch_browse_btn', 'watch_start'] ); $$('watch_start').checked = ( theWebUI.autotools.WatchStart == 1 ); if(plugin.DirBrowser1) plugin.DirBrowser1.hide(); if(plugin.DirBrowser2) plugin.DirBrowser2.hide(); } plugin.addAndShowSettings.call(theWebUI,arg); } theWebUI.autotoolsWasChanged = function() { if( $$('enable_label').checked != ( theWebUI.autotools.EnableLabel == 1 ) ) return true; if( $$('label_template').value != theWebUI.autotools.LabelTemplate ) return true; if( $$('enable_move').checked != ( theWebUI.autotools.EnableMove == 1 ) ) return true; if( $$('path_to_finished').value != theWebUI.autotools.PathToFinished ) return true; if( $$('enable_watch').checked != ( theWebUI.autotools.EnableWatch == 1 ) ) return true; if( $$('path_to_watch').value != theWebUI.autotools.PathToWatch ) return true; if( $$('fileop_type').value != theWebUI.autotools.FileOpType ) return true; if( $$('watch_start').checked != ( theWebUI.autotools.WatchStart == 1 ) ) return true; return false; } plugin.setSettings = theWebUI.setSettings; theWebUI.setSettings = function() { plugin.setSettings.call(this); if( plugin.enabled && this.autotoolsWasChanged() ) this.request( "?action=setautotools" ); } rTorrentStub.prototype.setautotools = function() { this.content = "enable_label=" + ( $$('enable_label').checked ? '1' : '0' ) + "&label_template=" + $$('label_template').value + "&enable_move=" + ( $$('enable_move').checked ? '1' : '0' ) + "&path_to_finished=" + $$('path_to_finished').value + "&fileop_type=" + $$('fileop_type').value + "&enable_watch=" + ( $$('enable_watch').checked ? '1' : '0' ) + "&path_to_watch=" + $$('path_to_watch').value + "&watch_start=" + ( $$('watch_start').checked ? '1' : '0' ); this.contentType = "application/x-ww
Si vous avez des idées je prends 