diff options
| -rw-r--r-- | htroot/env/templates/header.template | 3 | ||||
| -rwxr-xr-x | htroot/rssTerminal.html | 12 | ||||
| -rwxr-xr-x | htroot/terminal_p.html | 9 | ||||
| -rw-r--r-- | source/de/anomic/server/serverCore.java | 4 |
4 files changed, 17 insertions, 11 deletions
diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 87128c030..49d543725 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -39,7 +39,8 @@ <li class="menugroup" id="menugroupPeerControl">
<h3>Peer Control</h3>
<ul class="menu">
- <li><a href="/Status.html" accesskey="t" class="MenuItemLink">Admin Console</a></li>
+ <li><a href="/Status.html" class="MenuItemLink">Admin Console</a></li>
+ <li><a href="/terminal_p.html" accesskey="t" class="MenuItemLink">Terminal</a></li>
<li><a href="/Messages_p.html" class="MenuItemLink lock">Messages <img src="/notifier.gif" alt="New Messages" /></a></li>
<li><a href="/Steering.html?restart=" class="MenuItemLink lock" onclick="return confirm('Confirm Restart')">Re-Start</a></li>
<li><a href="/Steering.html?shutdown=" class="MenuItemLink lock" onclick="return confirm('Confirm Shutdown')">Shutdown</a></li>
diff --git a/htroot/rssTerminal.html b/htroot/rssTerminal.html index 1cadcfe02..d32394a26 100755 --- a/htroot/rssTerminal.html +++ b/htroot/rssTerminal.html @@ -6,11 +6,9 @@ <style type="text/css">
div#feedbox {
- padding-left: 6px;
- padding-top: 6px;
+ padding: 0;
+ margin: 0;
background: #fff;
- border:1px solid #888;
- margin:0 auto;
text-align:left;
font:9px 'Lucida Console', 'Courier New', monospace;
}
@@ -139,6 +137,12 @@ function init() { document.getElementById("feedbox").style.height = query.height;
}
if (query.set) set = query.set;
+ if (query.background) {
+ document.getElementById("feedbox").style.background = "#" + query.background;
+ }
+ if (query.color) {
+ document.getElementById("feedbox").style.color = "#" + query.color;
+ }
idleping = window.setInterval("idlepingExec()", 17000);
loader=window.setInterval("load()", 10000);
load();
diff --git a/htroot/terminal_p.html b/htroot/terminal_p.html index d586398dd..716e8b6b3 100755 --- a/htroot/terminal_p.html +++ b/htroot/terminal_p.html @@ -48,7 +48,7 @@ function init() { <div class="navouter">
<div class="navheader">Terminal</div>
<div class="navcontent">
-<iframe src="/rssTerminal.html?set=PEERNEWS&width=430px&height=200px&maxlines=20&maxwidth=95"
+<iframe src="/rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING&width=430px&height=200px&maxlines=24&maxwidth=95&color=fff&background=000"
width="430" height="220" scrolling="no" name="newsframe"
marginheight="0" marginwidth="0" frameborder="0">
</iframe>
@@ -63,12 +63,12 @@ function init() { <div id="right"> <!-- start right side -->
<h1>Resource Monitor</h1>
-<a href="/PerformanceGraph.png" onclick="return hs.expand(this)"><img src="/PerformanceGraph.png" width="330" height="120" name="graph" alt="PerformanceGraph"/></a>
-<a href="/WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" onclick="return hs.expand(this)"><img src="/WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" width="330" height="120" alt="WebStructurePicture"/></a>
+<a href="/PerformanceGraph.png" onclick="return hs.expand(this)"><img src="/PerformanceGraph.png" width="330" height="120" border="0" name="graph" alt="PerformanceGraph"/></a>
+<a href="/WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" onclick="return hs.expand(this)"><img src="/WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" width="330" height="120" border="0" alt="WebStructurePicture"/></a>
<h1>Network Monitor</h1>
<div style="text-align:left;margin:0;padding:0;">
-<a href="/NetworkPicture.png?width=660&height=360&bgcolor=000000" onclick="return hs.expand(this)"><img src="/NetworkPicture.png?width=660&height=360&bgcolor=000000" width="330" height="180" alt="The yacy Network" /></a>
+<a href="/NetworkPicture.png?width=660&height=360&bgcolor=000000" onclick="return hs.expand(this)"><img src="/NetworkPicture.png?width=660&height=360&bgcolor=000000" width="330" height="180" border="0" alt="The yacy Network" /></a>
<embed src="http://maps.amung.us/flash/flashsrv.php?k=qp3j5gox&type=emb.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" flashvars="wausitehash=qp3j5gox&map=night&pin=star-orange&link=no" width="330" />
</div>
@@ -101,6 +101,7 @@ function init() { standby="Loading Processing software..." >
<param name="code" value="domaingraph" />
+ <param name="codebase" value="processing/domaingraph/applet/">
<param name="archive" value="processing/domaingraph/applet/domaingraph.jar" />
<param name="mayscript" value="true" />
diff --git a/source/de/anomic/server/serverCore.java b/source/de/anomic/server/serverCore.java index 1954e7c20..11772f798 100644 --- a/source/de/anomic/server/serverCore.java +++ b/source/de/anomic/server/serverCore.java @@ -389,8 +389,8 @@ public final class serverCore extends serverAbstractBusyThread implements server // ensure that MTU-48 is not exceeded to prevent that routers cannot handle large data packets
// read http://www.cisco.com/warp/public/105/38.shtml for explanation
- controlSocket.setSendBufferSize(1440);
- controlSocket.setReceiveBufferSize(1440);
+ //controlSocket.setSendBufferSize(1440);
+ //controlSocket.setReceiveBufferSize(1440);
// create session
Session connection = new Session(sessionThreadGroup, controlSocket, this.timeout);
|
