-
Fototrend
Tomato firmware
Új hozzászólás Aktív témák
-
Atlantisz48
őstag
válasz
Intruder2k5
#6034
üzenetére
Átírtam, de amúgy az volt az eredeti, amit mondtál, és azért szerkesztettem át, mert ezt írja:

De amúgy miért indítja újra, hogyha megy?

#!/bin/sh
PROGRAM="/opt/bin/rtorrent" # Az ellenőrizendő program
INIT_COMMAND="/opt/etc/init.d/S85rtorrent restart" # A program indítóparancsa
OTHER_COMMAND_1="rm /opt/etc/rtorrent/session/rtorrent.lock" # Egyéb opcionális parancs
OTHER_COMMAND_2="rm /opt/etc/rtorrent/session/rtorrent.dht_cache" # Egyéb opcionális parancs
LOGDIR="/tmp" # A logfile-ok helye
mkdir -p $LOGDIR
LOGDAY=$(date +"%Y-%m-%d")
LOGFILE=$LOGDIR/check_program_$LOGDAY.log
touch $LOGFILE
NOW=$(date +"%Y.%m.%d %H:%M:%S")
/opt/bin/ps -ef | grep -v grep | grep $PROGRAM
if [ $? -eq 1 ]
then
echo "$NOW $PROGRAM not running, restart!" >> $LOGFILE
$OTHER_COMMAND_1
$OTHER_COMMAND_2
$INIT_COMMAND
else
echo "$NOW $PROGRAM running!" >> $LOGFILE
fi -
Atlantisz48
őstag
válasz
Intruder2k5
#6016
üzenetére
Üdv!
Linux alól szerkesztettem, és átírtam az elérési útvonalakat. A ps-el még mindig gondja van?

#!/bin/sh
PROGRAM="/opt/bin/rtorrent" # Az ellenőrizendő program
INIT_COMMAND="/opt/etc/init.d/S85rtorrent restart" # A program indítóparancsa
OTHER_COMMAND_1="rm /opt/etc/rtorrent/session/rtorrent.lock" # Egyéb opcionális parancs
OTHER_COMMAND_2="rm /opt/etc/rtorrent/session/rtorrent.dht_cache" # Egyéb opcionális parancs
LOGDIR="/tmp" # A logfile-ok helye
mkdir -p $LOGDIR
LOGDAY=$(date +"%Y-%m-%d")
LOGFILE=$LOGDIR/check_program_$LOGDAY.log
touch $LOGFILE
NOW=$(date +"%Y.%m.%d %H:%M:%S")
/bin/ps -ef | grep -v grep | grep $PROGRAM
if [ $? -eq 1 ]
then
echo "$NOW $PROGRAM not running, restart!" >> $LOGFILE
$OTHER_COMMAND_1
$OTHER_COMMAND_2
$INIT_COMMAND
else
echo "$NOW $PROGRAM running!" >> $LOGFILE
fi -
Atlantisz48
őstag
válasz
Intruder2k5
#6014
üzenetére
-
Atlantisz48
őstag
válasz
Intruder2k5
#6012
üzenetére
-
Atlantisz48
őstag
válasz
Intruder2k5
#6010
üzenetére
És rendesen logol? Mert én nem találom, hogy hova írja, hogy Oké az rtorrent.

-
Atlantisz48
őstag
válasz
Intruder2k5
#6007
üzenetére
Neked is ugyan ez a script fut amúgy? Csak más elérési útvonalakkal?
-
Atlantisz48
őstag
válasz
Intruder2k5
#6007
üzenetére
Sikerült, és egyet sem ellenőriz le

Köszönöm.
-
Atlantisz48
őstag
válasz
Intruder2k5
#6005
üzenetére
Mindenhonnan elérem, restart nem volt még.
Ezt úgy csináljam, hogy a webes felületen kiveszem a pipát, mentés, várok egy kicsit, és vissza a pipa és mentés? -
Atlantisz48
őstag
Sziasztok!
Ti mit csinálnátok, hogyha:
Nem tudtok a Transmission-hoz csatlakozni, mert annyira dolgozik valami, hogy a Transmission Remote GUI, időtúllépés hibával kilép?
A rutorrent gond nélkül betölt, igaz oda egy torrent sincsen hozzáadva.
A terhelés: 2.89 / 2.74 / 2.71192.168.0.254:9091-nél meg csak tölt, és tölt. Semmi nem történik.
Mit tanácsoltok?
Annyit pluszt állítottam be tegnap, hogy ezt a Scriptet futtatom 5 percenként a /bkp alá csatolt HDD-ről, hogy ne menjen készenlétbe, és a TM is arra tölt le.
#!/bin/sh
PROGRAM="/opt/bin/rtorrent" # Az ellenőrizendő program
INIT_COMMAND="/opt/etc/init.d/S99rtorrent restart" # A program indítóparancsa
OTHER_COMMAND_1="rm /opt/etc/rtorrent/session/rtorrent.lock" # Egyéb opcionális parancs
OTHER_COMMAND_2="rm /opt/etc/rtorrent/session/rtorrent.dht_cache" # Egyéb opcionális parancs
LOGDIR="/tmp" # A logfile-ok helye
mkdir -p $LOGDIR
LOGDAY=$(date +"%Y-%m-%d")
LOGFILE=$LOGDIR/check_program_$LOGDAY.log
touch $LOGFILE
NOW=$(date +"%Y.%m.%d %H:%M:%S")
/opt/bin/ps -ef | grep -v grep | grep $PROGRAM
if [ $? -eq 1 ]
then
echo "$NOW $PROGRAM not running, restart!" >> $LOGFILE
$OTHER_COMMAND_1
$OTHER_COMMAND_2
$INIT_COMMAND
else
echo "$NOW $PROGRAM running!" >> $LOGFILE
fiAdtam neki futtatási jogot chmod +x /bkp/torrent_script.txt
És időzítettem:
Mit tanácsoltok? Mit tegyek?
Üdv:
Zoli
-
Atlantisz48
őstag
Üdv!
Milyen Scriptet érdemes lefuttatni rendszeresen, annak érdekében, hogy a HDD ne kapcsoljon ki, hogyha tétlen egy adott ideig?
-
Atlantisz48
őstag
válasz
tibcsi0407
#5977
üzenetére
És a Script ami reboot előtt érdemes lefuttatni az ez?
/opt/etc/init.d/S99rtorrent stop
/opt/etc/init.d/S80lighttpd stop
killall rtorrent
killall screen
killall lighttpd -
Atlantisz48
őstag
válasz
tibcsi0407
#5975
üzenetére
Transmission-nál vannak ez ügyben tapasztalataid?
-
Atlantisz48
őstag
válasz
Atlantisz48
#5973
üzenetére
Szerk:
Az a probléma, hogy ha hirtelen elmegy az áram, akkor utána, az összes torrentet, újra le kell ellenőrizze, és csak utána folytatja.
Vagy nálad nem fordul ilyen elő? -
Atlantisz48
őstag
válasz
tibcsi0407
#5972
üzenetére
Ilyen nincsen beállítva, de az áramszünetnél nem ér sokat nem?
-
Atlantisz48
őstag
válasz
tibcsi0407
#5970
üzenetére
Rendben, köszönöm a segítséget
, hogyha sikerül beüzemelni, az rtorrentet, akkor maradok annál, de jelenleg olyan probléma van, hogy ha újra indul a router, akkor az összes torrentet le kell ellenőrizze.
Különben úgy látja, hogy nincsen letöltve, és neki áll újra leszedni.
Ennek elkerülése végett, a watchdir, meg a session mappát át kellene helyeznem arra a mountolásra, ahova a torrenteket tölti le. De nem tudom, hogy ezt hogyan lehetne kivitelezni, a mappa átmásolást természetesen megoldom, de valamilyen configot biztos kell módosítani, azt meg már nem tudom.
-
Atlantisz48
őstag
válasz
tibcsi0407
#5968
üzenetére
Pont arról szeretnék váltani, te milyen klienst használsz?
-
Atlantisz48
őstag
válasz
tibcsi0407
#5966
üzenetére
Erre gondoltál?
Hogyha itt nem találom, akkor lehet, hogy nem is lehet felrakni, mert nem ARM-es?
-
Atlantisz48
őstag
válasz
tibcsi0407
#5964
üzenetére
Jaaa értem, azok megvannak
Akkor neki is kezdek.Szerk: Felraktam, utána a Deluge következett volna, de azt írja nincsen ilyen csomag. E leírás alapján próbáltam.
Lehet azért nem megy, mert az enyém nem ARM?
-
Atlantisz48
őstag
válasz
tibcsi0407
#5962
üzenetére
Oké felrakom köszönöm
De:"Persze, ha már előtte mindent belőttél." Ez alatt mit értesz?
-
Atlantisz48
őstag
válasz
Intruder2k5
#5920
üzenetére
Rendben, köszönöm.
-
Atlantisz48
őstag
Üdv!
Van olyan beállítási mód Tomato alatt, hogy megadjam, hogy mely MAC című eszközök érik el a routert a WAN portról?
Hogyha igen, merre találom?Előre is köszönöm.
Üdv:
Zoli
-
Atlantisz48
őstag
válasz
Intruder2k5
#5847
üzenetére
Értem, akkor beállítom én is 100-ra mert igazából 100 és 200 között alig volt valami teljesítmény különbség, meg hát hogyha ez a jogszabály akkor maradjon annyi. Köszönöm, hogy megemlítetted, ezt a beállítási funkciót, így most már nem kell ilyen olyan Wifi jelismétlő WDS és stb. beállításokkal szórakoznom.

-
Atlantisz48
őstag
válasz
Intruder2k5
#5842
üzenetére
Üdv!
Beállítottam én is 100-ra, utána 200-ra, de tovább nem mentem, úgy írja, hogy 400-ig lehet menni. Amúgy ezzel tulajdonképpen több áramot kap az antenna? Attól, hogy ezt az értéket megemeltem 200-ra 42-ről hosszútávon nem lesz baja? Amúgy kipróbáltam így a sebességtesztet Wifi-n, és megoldódott a korábban említett probléma,
hogy lassú volt, és hogy megszakadt. Körülbelül 10-15% adatátviteli sebesség különbség van, a router mellett, és a lakás legtávolibb pontján mért eredmény között. Ami nagyon jó szerintem.

Neked a Transmit Power érték mennyire van állítva?
-
Atlantisz48
őstag
Sziasztok!
Utána jártam ennek a WDS dolognak, és most már csak egy alátámasztásra lenne szükségem, hogy helyes-e az elképzelés.
Kiválasztom mind a 2 routeren a "Access Point + WDS"-t és utána azonos csatornát állítok, SSID-t titkosítást és jelszót, és a Mac cím résznél, ott lent, oda beírom az 1-es routerbe a 2-es router Mac címét, és utána meg fordítva.
Előre is köszönöm.
Üdv:
Zoli
-
Atlantisz48
őstag
-
Atlantisz48
őstag
Üdv!
Ti hallottatok már a plex nevű media szerverről? Valaki próbálta már Tomato alatt? Hogy hogyan fut?
-
Atlantisz48
őstag
válasz
Intruder2k5
#5535
üzenetére
Amikor te telepítetted ezt fel, akkor egyesével felraktad ezeket? Vagy hogyan oldottad meg?
-
Atlantisz48
őstag
Üdv!
Megpróbáltam, de sajnos ugyan ez a helyzet. Fehér kép és ennyi. Létre hoztam a php fájlt.

Felraktam a php5 modulokat, ezeket:
opkg install php5-mod-simplexml
opkg install php5-mod-xml
opkg install php5-mod-mbstring
opkg install php5-mod-domAztán utána kerestem, hogy milyen php modulok kelhetnek az Owncloud nak, és ezt az oldalt találtam, akkor ezeket most mind egyesével rakjam fel?
-
Atlantisz48
őstag
válasz
Intruder2k5
#5527
üzenetére
-
Atlantisz48
őstag
Üdv!
E videó alapján próbálom beállítani az Owncloud-ot, de sajnos nem sikerül. Nem vagyok jártas a témában.
A router amire telepíteni szeretném a egy Asus RT-N66U
Tomato Firmware 1.28.0000 MIPSR2-124 K26AC USB AIO-64KMindent úgy csináltam, ahogy a videóban. Annyi különbséggel, hogy én az /opt/owncloud könyvtárba telepítettem. De amikor beírom a böngészőbe, hogy 192.168.0.254:85/index.php Akkor ezt adja ki.

Nem tudom, hogy hol lehet a hiba, ezért a Ti segítségeteket szeretném kérni ez ügyben.
Előre is köszönöm.
Üdv:
Zoli -
Atlantisz48
őstag
válasz
Intruder2k5
#5327
üzenetére
Igazad van, újraindítom.
-
Atlantisz48
őstag
válasz
Intruder2k5
#5325
üzenetére
Sajnos még mindig nem tudom betölteni a böngészőben, bezzeg az rutorrentet 3 másodperc alatt behozza.
Van esetleg még valami ötleted, vagy már csak az újraindítás maradt? -
Atlantisz48
őstag
válasz
Intruder2k5
#5323
üzenetére
Ezek szerint megy?

-
Atlantisz48
őstag
válasz
Intruder2k5
#5321
üzenetére
Ezzel sikerült:
kill 14937
De elindítani nem megy, hiába írom be, nem jelenik meg a ps parancs után a listában. -
Atlantisz48
őstag
válasz
Intruder2k5
#5319
üzenetére
Ez azt jelenti, hogy nem lehet?

-
Atlantisz48
őstag
válasz
Intruder2k5
#5317
üzenetére
Próbáltam Firefox-al Chrome-al, és csak tölt és semmi.
Valahogy újra lehet ezt a httpd-t indítani? -
Atlantisz48
őstag
válasz
Intruder2k5
#5315
üzenetére
-
Atlantisz48
őstag
Üdv!
Érdeklődni szeretnék, hogy mi a teendő akkor, hogyha az rtorrentet elérem a webes felületen, de a routert már nem. Meglehet ezt valahogy oldani újraindítás nélkül? Hogyha beírom a router ip-jét a böngészőbe, akkor csak azt írja ki, hogy csatlakozás, és nem történik semmi.
Előre is köszönöm
Üdv:
Zoli -
Atlantisz48
őstag
válasz
Intruder2k5
#5262
üzenetére
Értem, hát akkor nincsen

Amúgy az ilyen USB-s mobil internet.-be van egy Sim kártya nem? Hogyha azt beleteszem a telefonba, akkor ott van internetem? Csak mert akkor azt is meglehetne, hogy a telefonnal szóróm a Wifit, és lényegében ugyan úgy van internet (Wifi) csak nem akkora hatósugárban.
-
Atlantisz48
őstag
válasz
Intruder2k5
#5260
üzenetére
Azért keresgélek hátha, amúgy látom. hogy van 124 verziójú Fw és utána meg jön a 128.
Nincsen 125-126-127? -
Atlantisz48
őstag
válasz
Intruder2k5
#5258
üzenetére
Köszönöm.
Ez elvileg jó hogyha kisebb mint 4mb?tomato-K26-1.28.RT-MIPSR1-128-Mini
tomato-K26-1.28.RT-MIPSR1-128-MiniIPv6 -
Atlantisz48
őstag
válasz
Intruder2k5
#5256
üzenetére
És szerinted van olyan Fw ami 125 ös vagy újabb, és rá menne?
-
Atlantisz48
őstag
válasz
Atlantisz48
#5254
üzenetére
Ez az Fw támogatja a 4G USB modemeket? Sajnos nem tudom megnézni, hogy szerepel-e ilyen menüpont a rendszerében, mert nincsen jelenleg nálam.
-
Atlantisz48
őstag
Üdv!
Érdeklődni szeretnék, hogy meglehet-e azt oldani, és ha igen, hogy. Adott egy Asus WL-500g Deluxe router Tomatoval. És egy ilyen mobil internetes Pendrive és az szeretném valahogy összehozni, hogy a pendrivot bekötöm a router USB-jébe, és tudná-e wifin szórni azt a mobilnetet?
Előre is köszönöm.
Üdv:
Zoli -
Atlantisz48
őstag
válasz
Intruder2k5
#5247
üzenetére
És mit tudok tenni ez ügyben? Át kéne állítsam, hogy az Asus ossza az Ip-ket? Gondolom, akkor a D-Link-be kell be állítsak pár dolgot, az az igazság, hogy nem szívesen piszkálok ahhoz a routerhez, mert ha valami meghibásodik benne, akkor nincsen internet-tv-telefon.
-
Atlantisz48
őstag
válasz
Intruder2k5
#5245
üzenetére
Hol tudom megnézni, hogy melyiktől kapom az Ip-t?
Igen Switch módban van az Asus, és a D-Link-től kapom az Ip-t -
Atlantisz48
őstag
Üdv!
Érdeklődni szeretnék a PXE BOOT Server kapcsán.
Nálunk a hálózat úgy van, hogy D-Link----->Asus(Tomato)------>És a gépem.
Amikor megpróbálom elindítani a gépet úgy, hogy szerverről bootoljon, akkor folyton időtúllépés miatt megáll. Tehát nem reagál rá a DHCP azt hiszem.Emiatt még soha nem volt szerencsém kipróbálni a PXE-t pedig biztos jó lehet.
Ha van valakinek ez ügyben tapasztalata, vagy ötlete, akkor azt megköszönném, ha megosztaná,
Előre is köszönöm.Üdv.
-
Atlantisz48
őstag
válasz
Intruder2k5
#4711
üzenetére
Igen, ott én is ezt használnám, ha lenne a földszinten kábeles net, de nincsen, csak wifi, és ebből kéne kihozni amit lehet. Vagy esetleg van jobb ötleted? Hogy a jel erősebb legyen?
-
Atlantisz48
őstag
válasz
Intruder2k5
#4709
üzenetére
Értem. Megnéztem, és mind a kettő router tudja a WDS-t (A régi Asus Deluxe, és a másik egy MSI RG54G3)
Az MSI fent van az emeleten, és arra van rákötve az internet. És én azt szeretném elérni, hogy mivel a földszinten nem olyan erős a jel, csatlakozzon az Asus rouer az MSI Wifi-re és így erősebb az internet(wifi) hatósugara.
Megvalósítható ez az elképzelés? -
Atlantisz48
őstag
Üdv!
Érdeklődni szeretnék, hogy a Tomato Fw tud-e olyan, hogy egy Wifi jelet befog, és ott tovább sugározza, tehát, mint egy jel ismétlő, vagy erősítő?
Üdv
Zoli -
Atlantisz48
őstag
Sziasztok!
Találkozott már valaki közületek ezzel a hibaüzenettel rtorrent-nél (optware) ?
Bad response from server: (200 [parsererror,getplugins]) theWebUI.deltaTime = 0; theWebUI.showFlags = 255; theURLs.XMLRPCMountPoint = '/RPC2'; theWebUI.systemInfo = {}; theWebUI.systemInfo.php = { canHandleBigFiles : false }; theWebUI.systemInfo.rTorrent = { started: true, iVersion : 2054, version : '0.8.6', libVersion : '', apiVersion : 0 }; noty(theUILang.cantObtainUser,'error');(function () { var plugin = new rPlugin( 'theme',4.+,'Novik','This plugin allows to change the UI theme to one of several provided themes.',256,'http://code.google.com/p/rutorrent/wiki/PluginTheme' ); theWebUI.theme = '';plugin.themes = ['Dark','Excel','Acid','Oblivion','Blue'];plugin.loadLang(); if(theWebUI.theme) { plugin.path = "plugins/theme/themes/"+theWebUI.theme+"/"; plugin.loadCSS("style"); plugin.loadCSS("stable"); plugin.allDone = function() { plugin.loadCSS("plugins"); $.each(theWebUI.tables, function(ndx,table) { table.obj.setPaletteByURL("plugins/theme/themes/"+theWebUI.theme); }); } plugin.config = theWebUI.config; theWebUI.config = function(data) { this.getTable("trt").setPaletteByURL("plugins/theme/themes/"+theWebUI.theme); plugin.loadCSS("plugins"); plugin.config.call(this,data); thePlugins.waitLoad( "thePlugins.get('theme').allDone" ); } } plugin.onLangLoaded = function() { var themes = '<option value="" '+(theWebUI.theme ? '' : 'selected')+'>'+theUILang.themeStandard+'</option>'; for( var i in plugin.themes ) themes += '<option value="'+plugin.themes[i]+'"'+(theWebUI.theme==plugin.themes[i] ? 'selected' : '')+'>'+plugin.themes[i]+'</option>'; $($$("webui.lang")).parent().after( '<div class="op50l algnright">'+ '<label for="webui.theme">'+theUILang.theme+':</label>'+ '<select id="webui.theme">'+themes+'</select></div>' ); } rTorrentStub.prototype.settheme = function() { this.content = "theme="+$($$("webui.theme")).val(); this.contentType = "application/x-www-form-urlencoded"; this.mountPoint = "plugins/theme/action.php"; this.dataType = "script"; } theDialogManager.setHandler('stg','beforeShow',function() { $($$("webui.theme")).val(theWebUI.theme); }); plugin.setSettings = theWebUI.setSettings; theWebUI.setSettings = function() { plugin.setSettings.call(this); if($($$("webui.theme")).val()!=theWebUI.theme) theWebUI.request("?action=settheme",[theWebUI.reload, theWebUI]); } })();(function () { var plugin = new rPlugin( 'diskspace',4.+,'Novik','This plugin adds an easy to read disk meter to the bottom bar.',256,'http://code.google.com/p/rutorrent/wiki/PluginDiskspace' ); plugin.interval = 10; plugin.notifySpaceLimit = 536870912;plugin.loadLang(); plugin.loadMainCSS(); plugin.setValue = function( full, free ) { var percent = iv(full ? (full-free)/full*100 : 0); if(percent>100) percent = 100; $("#meter-disk-value").width( percent+"%" ).css( { "background-color": (new RGBackground()).setGradient(this.prgStartColor,this.prgEndColor,percent).getColor(), visibility: !percent ? "hidden" : "visible" } ); $("#meter-disk-text").text(percent+'%'); $("#meter-disk-td").attr("title", theConverter.bytes(free)+"/"+theConverter.bytes(full)); if($.noty && plugin.allStuffLoaded) { if((free<plugin.notifySpaceLimit) && !plugin.noty) plugin.noty = $.noty( { text: theUILang.diskNotification, layout : 'bottomLeft', type: 'error', timeout : false, closeOnSelfClick: false }); if((free>plugin.notifySpaceLimit) && plugin.noty) { $.noty.close(plugin.noty); plugin.noty = null; } } } plugin.init = function() { if(getCSSRule("#meter-disk-holder")) { plugin.prgStartColor = new RGBackground("#99D699"); plugin.prgEndColor = new RGBackground("#E69999"); plugin.addPaneToStatusbar( "meter-disk-td", $("<div>").attr("id","meter-disk-holder"). append( $("<span></span>").attr("id","meter-disk-text").css({overflow: "visible"}) ). append( $("<div>").attr("id","meter-disk-value").css({ visibility: "hidden", float: "left" }).width(0).html("&nbsp;") ).get(0) ); plugin.check = function() { var AjaxReq = jQuery.ajax( { type: "GET", timeout: theWebUI.settings["webui.reqtimeout"], async : true, cache: false, url : "plugins/diskspace/action.php", dataType : "json", cache: false, success : function(data) { plugin.setValue( data.total, data.free ); }, complete : function(jqXHR, textStatus) { plugin.diskTimeout = window.setTimeout(plugin.check,plugin.interval*1000); } }); }; plugin.check(); plugin.markLoaded(); } else window.setTimeout(arguments.callee,500); }; plugin.onRemove = function() { plugin.removePaneFromStatusbar("meter-disk-td"); if(plugin.diskTimeout) { window.clearTimeout(plugin.diskTimeout); plugin.diskTimeout = null; } } plugin.init(); })();(function () { var plugin = new rPlugin( 'edit',4.+,'Novik','This plugin allows to edit the list of trackers and change the comment of the current torrent.',256,'http://code.google.com/p/rutorrent/wiki/PluginEdit' ); plugin.loadMainCSS(); plugin.loadLang(); theWebUI.editTrackers = function(id) { var trk = this.trackers[id]; var s = ""; if(trk.length) { var lastGroup = trk[0].group; for(var i=0; i<trk.length; i++) { if(trk[i].name!="dht://") { if(lastGroup != trk[i].group) { s+='\r\n'; lastGroup = trk[i].group; } s+=trk[i].name; s+='\r\n'; } } } $('#etrackers').val($.trim(s)); $('#ecomment').val($.trim(this.torrents[id].comment)); $('#editok').attr("disabled",false); theDialogManager.show("tedit"); } if(plugin.canChangeMenu()) { plugin.createMenu = theWebUI.createMenu; theWebUI.createMenu = function(e, id) { plugin.createMenu.call(this,e,id); if(plugin.enabled && plugin.allStuffLoaded) { var el = theContextMenu.get(theUILang.Properties); if(el) theContextMenu.add(el,[theUILang.EditTrackers, (this.getTable("trt").selCount == 1) && (theWebUI.dID.length==40) ? "theWebUI.editTrackers('"+id+"')" : null]); } } plugin.createTrackerMenu = theWebUI.createTrackerMenu; theWebUI.createTrackerMenu = function(e, id) { if(plugin.createTrackerMenu.call(theWebUI, e, id) && plugin.allStuffLoaded && plugin.enabled) { theContextMenu.add([CMENU_SEP]); theContextMenu.add([theUILang.EditTrackers, (theWebUI.dID.length==40) ? "theWebUI.editTrackers('"+theWebUI.dID+"')" : null]); return(true); } return(false); } } theWebUI.sendEdit = function() { $('#editok').attr("disabled",true); this.requestWithTimeout("?action=edittorrent",[this.receiveEdit, this], function() { theWebUI.timeout(); $('#editok').attr("disabled",true); }); } theWebUI.receiveEdit = function(d) { $('#editok').attr("disabled",false); if(!d.errors.length) { window.setTimeout( function() { theWebUI.getTrackers(d.hash) }, 1000 ); theDialogManager.hide("tedit"); } else for( var i=0; i<d.errors.length; i++) { var s = eval(d.errors[i].desc); if(d.errors[i].prm) s = s + " ("+d.errors[i].prm+")"; noty(s,"error"); } } plugin.onLangLoaded = function() { theDialogManager.make( "tedit", theUILang.EditTorrentProperties, "<div class='cont fxcaret'>"+ "<fieldset>"+ "<label>"+theUILang.Trackers+": </label>"+ "<textarea id='etrackers'></textarea><br/>"+ "<label>"+theUILang.Comment+": </label>"+ "<input type='text' id='ecomment' name='ecomment' class='TextboxLarge'/><br/>"+ "</fieldset>"+ "</div>"+ "<div class='aright buttons-list'><input type='button' value='"+theUILang.ok+"' class='OK Button' id='editok' onclick='theWebUI.sendEdit(); return(false);'/><input type='button' value='"+theUILang.Cancel+"' class='Cancel Button'/></div>", true); } rTorrentStub.prototype.edittorrent = function() { this.content = "hash="+theWebUI.dID+"&comment="+encodeURIComponent($('#ecomment').val()); var arr = $('#etrackers').val().split("\n"); for(var i = 0; i<arr.length; i++) { var s = arr[i].replace(/(^\s+)|(\s+$)/g, ""); if(s.toLowerCase()!='dht://') this.content = this.content+"&tracker="+encodeURIComponent(s); } this.contentType = "application/x-www-form-urlencoded"; this.mountPoint = "plugins/edit/action.php"; this.dataType = "json"; } plugin.onRemove = function() { theDialogManager.hide("tedit"); } })();(function () { var plugin = new rPlugin( 'erasedata',4.+,'Novik','This plugin allows to delete torrent data along with .torrent file.',256,'http://code.google.com/p/rutorrent/wiki/PluginErasedata' ); if(plugin.canChangeMenu()) { theWebUI.removeWithData = function() { if( theWebUI.settings["webui.confirm_when_deleting"] ) { this.delmode = "removewithdata"; askYesNo( theUILang.Remove_torrents, theUILang.Rem_torrents_prompt, "theWebUI.doRemove()" ); } else theWebUI.perform( "removewithdata" ); } plugin.createMenu = theWebUI.createMenu; theWebUI.createMenu = function( e, id ) { plugin.createMenu.call(this, e, id); if(plugin.enabled) { var el = theContextMenu.get( theUILang.Remove ); if( el ) { var _c0 = []; _c0.push( [theUILang.Delete_data, (this.getTable("trt").selCount>1) || this.isTorrentCommandEnabled("remove",id) ? "theWebUI.removeWithData()" : null] ); theContextMenu.add( el, [CMENU_CHILD, theUILang.Remove_and, _c0] ); } } } rTorrentStub.prototype.removewithdata = function() { for( var i = 0; i < this.hashes.length; i++ ) { var cmd = new rXMLRPCCommand( "d.set_custom5" ); cmd.addParameter( "string", this.hashes[i] ); cmd.addParameter( "string", "1" ); this.commands.push( cmd ); cmd = new rXMLRPCCommand( "d.delete_tied" ); cmd.addParameter( "string", this.hashes[i] ); this.commands.push( cmd ); cmd = new rXMLRPCCommand( "d.erase" ); cmd.addParameter( "string", this.hashes[i] ); this.commands.push( cmd ); } } } })();(function () { var plugin = new rPlugin( 'filedrop',4.+,'Novik','This plugin allows users to drag multiple torrents from desktop to the browser (FF > 3.6 & Chrome only).',256,'' ); plugin.maxfiles = 25; plugin.maxfilesize = 2; plugin.queuefiles = 2; if(window.FileReader) plugin.loadLang(); else plugin.disable(); plugin.onLangLoaded = function() { injectScript(plugin.path+"/jquery.filedrop.js",function() { $("#maincont").filedrop( { // fallback_id: 'torrent_file', paramname: 'torrent_file', maxfiles: plugin.maxfiles, maxfilesize: plugin.maxfilesize, queuefiles: plugin.queuefiles, url: plugin.path+'../../php/addtorrent.php', data: { json: 1 }, uploadFinished: function(i, file, response, time) { noty(file.name+' : '+ theUILang['addTorrent'+response.result], (response.result=='Success') ? "success" : "error"); }, beforeEach: function(file) { return(file.name.match(".torrent")!=null); }, error: function(err, file) { switch(err) { case 'BrowserNotSupported': { plugin.remove(); noty(theUILang.doesntSupportHTML5,"error"); break; } case 'TooManyFiles': { noty(theUILang.tooManyFiles+plugin.maxfiles,"error"); break; } case 'FileTooLarge': { noty(file.name+' '+theUILang.fileTooLarge+' '+plugin.maxfilesize+theUILang.MB,"error"); break; } default: break; } } }); }); } plugin.onRemove = function() { $("#maincont").unbind('drop').unbind('dragenter').unbind('dragover').unbind('dragleave'); } })();(function () { var plugin = new rPlugin( 'scheduler',4.+,'Novik','This plugin allows to define any of six rTorrent behavior types at each particular hour of 168 week hours.',256,'http://code.google.com/p/rutorrent/wiki/PluginScheduler' ); theWebUI.scheduleTable = { UL : [1,1,1], DL : [1,1,1], enabled : 0, week : [[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]]}; plugin.loadLang(); if(plugin.canChangeMenu() && (theWebUI.systemInfo.rTorrent.iVersion >= 0x805)) { plugin.config = theWebUI.config; theWebUI.config = function(data) { plugin.config.call(this,data); plugin.reqId = theRequestManager.addRequest("trt", theRequestManager.map("d.get_custom=")+"sch_ignore",function(hash,torrent,value) { torrent.sch_ignore = iv(value); }); } theWebUI.toggleSchIgnore = function() { var h = ""; var sr = theWebUI.getTable("trt").rowSel; for(var k in sr) if((sr[k] == true) && (k.length==40)) { var state = theWebUI.torrents[k].sch_ignore ? '' : 1; h += "&hash="+k+"&s="+state; } theWebUI.request("?action=schignore" + h + "&list=1"); } plugin.createMenu = theWebUI.createMenu; theWebUI.createMenu = function( e, id ) { plugin.createMenu.call(this, e, id); if(plugin.enabled) { var table = this.getTable("trt"); if(table.selCount == 1) { var hash = table.getFirstSelected(); if(hash.length==40) { if(this.torrents[hash].sch_ignore) theContextMenu.add( [CMENU_SEL, theUILang.shcIgnore, theWebUI.toggleSchIgnore] ); else theContextMenu.add( [theUILang.shcIgnore, theWebUI.toggleSchIgnore] ); } else theContextMenu.add( [theUILang.shcIgnore, null] ); } else theContextMenu.add( [theUILang.shcIgnore, theWebUI.toggleSchIgnore] ); } } rTorrentStub.prototype.schignore = function() { for(var i=0; i<this.hashes.length; i++) { var needRestart = (theWebUI.torrents[this.hashes[i]].status==theUILang.Seeding) || (theWebUI.torrents[this.hashes[i]].status==theUILang.Downloading); if(needRestart) { var cmd = new rXMLRPCCommand('d.stop'); cmd.addParameter("string",this.hashes[i]); this.commands.push( cmd ); } cmd = new rXMLRPCCommand('d.set_throttle_name'); cmd.addParameter("string",this.hashes[i]); cmd.addParameter("string",this.ss[i]=='' ? "" : "NULL"); this.commands.push( cmd ); if(needRestart) { cmd = new rXMLRPCCommand('d.start'); cmd.addParameter("string",this.hashes[i]); this.commands.push( cmd ); } cmd = new rXMLRPCCommand( "d.set_custom" ); cmd.addParameter("string",this.hashes[i]); cmd.addParameter("string","sch_ignore"); cmd.addParameter("string",this.ss[i]); this.commands.push( cmd ); } } } if(plugin.canChangeOptions()) { plugin.loadMainCSS(); plugin.addAndShowSettings = theWebUI.addAndShowSettings; theWebUI.addAndShowSettings = function(arg) { if(plugin.enabled) { var tbl = $$('sch_graph'); for(var i=0; i<7; i++) { for(var j=1; j<25; j++) { cell = tbl.rows[i].cells[j]; cell.setAttribute("clr",theWebUI.scheduleTable.week[i][j-1]); } } $$('sch_enable').checked = theWebUI.scheduleTable.enabled; for(var i=0; i<3; i++) { $$('restrictedUL'+(i+1)).value = theWebUI.scheduleTable.UL[i]; $$('restrictedDL'+(i+1)).value = theWebUI.scheduleTable.DL[i]; } theWebUI.linkedSch($$('sch_enable'), ['restrictedUL1', 'restrictedDL1', 'restrictedUL2', 'restrictedDL2', 'restrictedUL3', 'restrictedDL3']); } plugin.addAndShowSettings.call(theWebUI,arg); } theWebUI.schedulerWasChanged = function() { if($$('sch_enable').checked != theWebUI.scheduleTable.enabled) return(true); for(var i=0; i<3; i++) if(($$('restrictedUL'+(i+1)).value!=theWebUI.scheduleTable.UL[i]) || ($$('restrictedDL'+(i+1)).value!=theWebUI.scheduleTable.DL[i])) return(true); var tbl = $$('sch_graph'); for(var i=0; i<7; i++) for(var j=1; j<25; j++) if(tbl.rows[i].cells[j].getAttribute("clr")!=theWebUI.scheduleTable.week[i][j-1]) return(true); return(false); } plugin.setSettings = theWebUI.setSettings; theWebUI.setSettings = function() { plugin.setSettings.call(this); if(plugin.enabled && this.schedulerWasChanged()) this.request("?action=setschedule"); } rTorrentStub.prototype.setschedule = function() { this.content = "dummy=1"; var tbl = $$('sch_graph'); for(var i=0; i<7; i++) { for(var j=1; j<25; j++) { var cell = tbl.rows[i].cells[j]; this.content += ('&day_'+i+'_'+(j-1)+'='+cell.getAttribute("clr")); } } for(var i=0; i<3; i++) { this.content += ('&UL'+i+'='+$$('restrictedUL'+(i+1)).value); this.content += ('&DL'+i+'='+$$('restrictedDL'+(i+1)).value); } this.content += ('&enabled='+($$('sch_enable').checked ? '1' : '0')); this.contentType = "application/x-www-form-urlencoded"; this.mountPoint = "plugins/scheduler/action.php"; this.dataType = "script"; } var schClasses = [ "sch_fast", "sch_stop", "sch_seed", "sch_res1", "sch_res2", "sch_res3" ]; theWebUI.schMouseOver = function(i,j) { var from = (j < 10) ? ("0" + j) : j; $('#sch_desc').text( theUILang.schFullWeek[i]+', '+from+':00 - '+from+':59' ); } theWebUI.schLegendMouseOver = function(i) { var schDesc = [ theUILang.schUnlimitedDesc, theUILang.schTurnOffDesc, theUILang.schSeedingOnlyDesc, theUILang.schLimitedDesc+"1", theUILang.schLimitedDesc+"2", theUILang.schLimitedDesc+"3" ]; $('#sch_desc').text( schDesc[i] ); } theWebUI.schMouseOut = function() { $('#sch_desc').html('&nbsp;'); } theWebUI.schClick = function(obj,i,j) { if($$('sch_enable').checked) { var clr = parseInt(obj.getAttribute("clr"))+1; if(clr>=schClasses.length) clr = 0; obj.className = schClasses[clr]; obj.setAttribute("clr",clr); } } theWebUI.linkedSch = function(obj, lst) { linked(obj,0,lst); var tbl = $$('sch_graph'); var isChecked = $$('sch_enable').checked; for(var i=0; i<7; i++) { var cell = tbl.rows[i].cells[0]; cell.className = isChecked ? 'sch_week' : 'sch_week disabled'; for(var j=1; j<25; j++) { cell = tbl.rows[i].cells[j]; var clr = schClasses[cell.getAttribute("clr")]; cell.className = isChecked ? clr : clr+"dis"; } } tbl = $$('sch_legend'); for(var i=0; i<2; i++) { for(var j=0; j<6; j++) { var cell = tbl.rows[i].cells[j]; var clr = schClasses[cell.getAttribute("clr")]; if(clr!=null) cell.className = isChecked ? clr : clr+"dis"; else cell.className = isChecked ? '' : "disabled"; } } $$('sch_desc').className = isChecked ? '' : "disabled"; } } plugin.onLangLoaded = function() { if(this.canChangeOptions()) { var s = "<div>"+ "<input id='sch_enable' type='checkbox' onchange=\"theWebUI.linkedSch(this, ['restrictedUL1', 'restrictedDL1', 'restrictedUL2', 'restrictedDL2', 'restrictedUL3', 'restrictedDL3']);\" />"+ "<label for='sch_enable'>"+ theUILang.schedulerOn+ "</label>"+ "</div>"+ "<fieldset>"+ "<legend>"+theUILang.schedulerGraph+"</legend>"+ "<table id='sch_graph'>"; for(var i=0; i<7; i++) { s += "<tr><td class='sch_week disabled'>"+theUILang.schShortWeek[i]+"</td>"; for(var j=0; j<24; j++) { var day = theWebUI.scheduleTable.week[i][j]; s+="<td class='"+schClasses[day]+"dis' clr='"+day+"' onmouseover='theWebUI.schMouseOver("+i+","+j+");' onmouseout='theWebUI.schMouseOut();' onclick='theWebUI.schClick(this,"+i+","+j+");'></td>"; } s += "</tr>"; } s+="</table><div id='sch_desc' class='disabled'>&nbsp;</div>"; s+="<table id='sch_legend'>"+ "<tr>"+ "<td clr='0' class='sch_fastdis' onmouseover='theWebUI.schLegendMouseOver(0);' onmouseout='theWebUI.schMouseOut();'></td><td class='disabled'>"+theUILang.schUnlimited+"</td>"+ "<td clr='1' class='sch_stopdis' onmouseover='theWebUI.schLegendMouseOver(1);' onmouseout='theWebUI.schMouseOut();'></td><td class='disabled'>"+theUILang.schTurnOff+"</td>"+ "<td clr='2' class='sch_seeddis' onmouseover='theWebUI.schLegendMouseOver(2);' onmouseout='theWebUI.schMouseOut();'></td><td class='disabled'>"+theUILang.schSeedingOnly+"</td>"+ "</tr>"+ "<tr>"+ "<td clr='3' class='sch_res1dis' onmouseover='theWebUI.schLegendMouseOver(3);' onmouseout='theWebUI.schMouseOut();'></td><td class='disabled'>"+theUILang.schLimited+"1</td>"+ "<td clr='4' class='sch_res2dis' onmouseover='theWebUI.schLegendMouseOver(4);' onmouseout='theWebUI.schMouseOut();'></td><td class='disabled'>"+theUILang.schLimited+"2</td>"+ "<td clr='5' class='sch_res3dis' onmouseover='theWebUI.schLegendMouseOver(5);' onmouseout='theWebUI.schMouseOut();'></td><td class='disabled'>"+theUILang.schLimited+"3</td>"+ "</tr>"+ "</table></fieldset><div id='st_scheduler_h'>"; s+="<fieldset>"+ "<legend>"+theUILang.schLimited+"1</legend>"+ "<table>"+ "<tr>"+ "<td><label id='lbl_restrictedUL1' for='restrictedUL1' class='disabled'>"+theUILang.schLimitedUL+" ("+theUILang.kbs+"):</label></td>"+ "<td class=\"alr\"><input type='text' id='restrictedUL1' class='TextboxNum' maxlength='6' disabled=1/></td>"+ "</tr>"+ "<tr>"+ "<td><label id='lbl_restrictedDL1' for='restrictedDL1' class='disabled'>"+theUILang.schLimitedDL+" ("+theUILang.kbs+"):</label></td>"+ "<td class=\"alr\"><input type='text' id='restrictedDL1' class='TextboxNum' maxlength='6' disabled=1/></td>"+ "</tr>"+ "</table>"+ "</fieldset>"+ "<fieldset>"+ "<legend>"+theUILang.schLimited+"2</legend>"+ "<table>"+ "<tr>"+ "<td><label id='lbl_restrictedUL2' for='restrictedUL2' class='disabled'>"+theUILang.schLimitedUL+" ("+theUILang.kbs+"):</label></td>"+ "<td class=\"alr\"><input type='text' id='restrictedUL2' class='TextboxNum' maxlength='6' disabled=1/></td>"+ "</tr>"+ "<tr>"+ "<td><label id='lbl_restrictedDL2' for='restrictedDL2' class='disabled'>"+theUILang.schLimitedDL+" ("+theUILang.kbs+"):</label></td>"+ "<td class=\"alr\"><input type='text' id='restrictedDL2' class='TextboxNum' maxlength='6' disabled=1/></td>"+ "</tr>"+ "</table>"+ "</fieldset>"+ "<fieldset>"+ "<legend>"+theUILang.schLimited+"3</legend>"+ "<table>"+ "<tr>"+ "<td><label id='lbl_restrictedUL3' for='restrictedUL3' class='disabled'>"+theUILang.schLimitedUL+" ("+theUILang.kbs+"):</label></td>"+ "<td class=\"alr\"><input type='text' id='restrictedUL3' class='TextboxNum' maxlength='6' disabled=1/></td>"+ "</tr>"+ "<tr>"+ "<td><label id='lbl_restrictedDL3' for='restrictedDL3' class='disabled'>"+theUILang.schLimitedDL+" ("+theUILang.kbs+"):</label></td>"+ "<td class=\"alr\"><input type='text' id='restrictedDL3' class='TextboxNum' maxlength='6' disabled=1/></td>"+ "</tr>"+ "</table>"+ "</fieldset>"; this.attachPageToOptions($("<div>").attr("id","st_scheduler").html(s+"</div>")[0],theUILang.scheduler); } } plugin.onRemove = function() { plugin.removePageFromOptions("st_scheduler"); if($type(plugin.reqId)) theRequestManager.removeRequest( "trt", plugin.reqId ); } })();(function () { var plugin = new rPlugin( 'show_peers_like_wtorrent',4.+,'Novik','This plugin changes the format of values in columns \'Seeds\' and \'Peers\' in the torrents list.',256,'http://code.google.com/p/rutorrent/wiki/PluginShow_peers_like_wtorrent' ); plugin.config = theWebUI.config; theWebUI.config = function(data) { plugin.config.call(this,data); plugin.reqId1 = theRequestManager.addRequest("trt", theRequestManager.map('cat=')+ '"$'+theRequestManager.map("t.multicall=")+ theRequestManager.map("d.get_hash=")+ ','+theRequestManager.map("t.get_scrape_complete=")+ ','+theRequestManager.map('cat=')+'{#}"', function(hash,torrent,value) { var arr = value.split('#'); torrent.seeds_all = 0; for(var i=0; i<arr.length; i++) torrent.seeds_all += iv(arr[i]); torrent.seeds = torrent.seeds_actual + " (" + torrent.seeds_all + ")"; } ); plugin.reqId2 = theRequestManager.addRequest("trt", theRequestManager.map('cat=')+ '"$'+theRequestManager.map("t.multicall=")+ theRequestManager.map("d.get_hash=")+ ','+theRequestManager.map("t.get_scrape_incomplete=")+ ','+theRequestManager.map('cat=')+'{#}"', function(hash,torrent,value) { var arr = value.split('#'); torrent.peers_all = 0; for(var i=0; i<arr.length; i++) torrent.peers_all += iv(arr[i]); torrent.peers = torrent.peers_actual + " (" + torrent.peers_all + ")"; } ); } plugin.onRemove = function() { theRequestManager.removeRequest( "trt", plugin.reqId1 ); theRequestManager.removeRequest( "trt", plugin.reqId2 ); } })();
-
Atlantisz48
őstag
válasz
Intruder2k5
#2974
üzenetére
Szia!
Tényleg

Köszönöm. -
Atlantisz48
őstag
Sziasztok!
Segítséget szeretnék abban kérni hogy, be szeretném állítani a routeren: Advenced---->DHCP/DNS---->Use user-entered gatewy if WAN is disabled (Pipa be)
És hiába nyomok az oldal alján lévő "Save"-re nem történik semmi. Ilyenkor mi van?
Asus RT-N66U fw: 119-es AC-s azaz gyorsabban kezeli az ntfs-tSegítséget előre is köszönöm.
Üdv
Zoli -
Atlantisz48
őstag
válasz
Intruder2k5
#2586
üzenetére
Ismét köszönöm.

-
Atlantisz48
őstag
válasz
Intruder2k5
#2584
üzenetére
Akadt egy kis probléma:
rtorrentnél ez fogadott amikor beléptem:
[07.03.2014 22:39:09] WebUI started.
[07.03.2014 22:39:10] Bad response from server: (500 [error,list]) <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>500 - Internal Server Error</title> </head> <body> <h1>500 - Internal Server Error</h1> </body> </html> -
Atlantisz48
őstag
válasz
Intruder2k5
#2582
üzenetére
Telepítettem mindent egyesével, és működik, köszönöm.

-
Atlantisz48
őstag
válasz
Intruder2k5
#2580
üzenetére
Restartoltam, aztán beadta a bejelentkezést, beírtam amit kell aztán Please Wait ott nyomtam egy F5-öt és
Strict Standards: Non-static method PEAR::isError() should not be called statically in /opt/share/www/extplorer/include/login.php on line 82
Fatal error: Call to undefined function utf8_decode() in /opt/share/www/extplorer/include/init.php on line 256
-
Atlantisz48
őstag
válasz
Intruder2k5
#2578
üzenetére
http://192.168.0.254:81/extplorer/index.php------>Fatal error: Call to undefined function session_name() in /opt/share/www/extplorer/libraries/standalone.php on line 66
F5-re szintén.
-
Atlantisz48
őstag
válasz
Intruder2k5
#2576
üzenetére
-
Atlantisz48
őstag
válasz
Intruder2k5
#2574
üzenetére
-
Atlantisz48
őstag
válasz
Intruder2k5
#2572
üzenetére
Rendben, de ott van az extplorer mappája és ha:
http://192.168.0.254:81/extplorer/index.php |
Fatal error: Call to undefined function session_name() in /opt/share/www/extplorer/libraries/standalone.php on line 66hiába nyomok F5-öt semmi nem reagál, betölti ugyanezt.
https://192.168.0.254:81/extplorer/index.php |"A kapcsolódás sikertelen"
Te https-t írsz az elejére ?
-
Atlantisz48
őstag
válasz
Intruder2k5
#2570
üzenetére
Én hol tudom megnézni hogy nálam hol van a webroot mappa ? Az az a mappa ahol az rtorrent is van?
-
Atlantisz48
őstag
válasz
Intruder2k5
#2568
üzenetére
Rendben, köszönöm.
-
Atlantisz48
őstag
válasz
Intruder2k5
#2566
üzenetére
Én hiába frissítem az oldalt így marad.
-
Atlantisz48
őstag
válasz
Intruder2k5
#2564
üzenetére
81, de azt próbáltam és : "Fatal error: Call to undefined function session_name() in /opt/share/www/extplorer/libraries/standalone.php on line 66"
-
Atlantisz48
őstag
válasz
Intruder2k5
#2562
üzenetére
"A kapcsolódás sikertelen" de kersem a portot, mert lehet hogy más.
-
Atlantisz48
őstag
válasz
Intruder2k5
#2560
üzenetére
-
Atlantisz48
őstag
válasz
Intruder2k5
#2558
üzenetére
A * helyére be kell írjak valamit?
-
Atlantisz48
őstag
válasz
Intruder2k5
#2556
üzenetére
Úgy csináltam ahogy írtad, és 404-es hiba. Opt/Share/www/extplorer(és ebbe vannak az extplorer fájljai)
192.168.0.254/extplorer -
Atlantisz48
őstag
válasz
Intruder2k5
#2554
üzenetére
Nincsen hibaüzenet, szerintem az egészet nem jól csinálom kicsomagolom aztán a böngészőbe annak a mappának az elérésí utját írom be. De semmi
"A kapcsolódás sikertelen" -
Atlantisz48
őstag
Üdv!
Telepíteni szeretném az Extplorer nevű Fájlkezelőt, de akárhogy is próbálom nem sikerül működésre bírni, van esetleg olyan aki ezt már telepítette?
-
Atlantisz48
őstag
válasz
z123456789
#2241
üzenetére
Ha arra gondolsz hogy ha a routerbe teszed a HDD-t ami USB 3 as, és lan-on ha másolsz egy filmet a PC-re és az nem fogja az USB 3 teljesítményét hozni akkor. Igen , nem fogja hozni. Nekem is USB 3 HDD van benne, és kb 11 el másol és 12-3 az ír , miközben kb 100+ al tudna a HDD.
-
Atlantisz48
őstag
válasz
z123456789
#2238
üzenetére
Igen, nekem is USB 3 as HDD van a routerbe.
-
Atlantisz48
őstag
válasz
z123456789
#2100
üzenetére
Nem , jöhet a telepítés .
Új hozzászólás Aktív témák
● Olvasd el az összefoglalót!
- Akció! Csere-Beszámítás! Asus Zenbook 14 UM425IA! R7 4700U / 8GB / 512GB SSD!
- Akciós Windows 10 pro + Office 2019 professional plus csomag AZONNALI SZÁLLÍTÁS
- LG 55B4 - 55" OLED - 4K 120Hz 1ms - NVIDIA G-Sync - FreeSync Premium - HDMI 2.1 - PS5 és Xbox Ready
- Apple iPhone SE 2020 128 GB Piros 1 év Garancia Beszámítás Házhozszállítás
- Használt Apple A1243 EMC2171 német kiosztású vezetékes billentyűzet / 12 hónap jótállás
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest






Akkor neki is kezdek.
De:






tjsz