Hier ist meine Java-Konsole: Vielen Dank Koschi
Warnung: Sie verwenden das Plug-in der ersten Generation.
Dieses Plug-in ist veraltet und wird im nächsten Major
Release von Java entfernt. Teilen Sie uns eventuelle technische Schwierigkeiten
mit dem Plug-in der nächsten Generation unter
http://bugs.sun.com mit
Java-Plug-in 1.7.0_07
JRE-Version verwenden 1.7.0_07-b11 Java HotSpot(TM) Client VM
Benutzer-Home-Verzeichnis = C:\Users\Richard
----------------------------------------------------
c: Konsolenfenster löschen
f: Objekte in Finalisierungs-Queue finalisieren
g: Garbage Collect
h: Diese Hilfemeldung anzeigen
l: Class Loader-Liste ausgeben
m: Speicherauslastung drucken
o: Logging auslösen
p: Proxykonfiguration neu laden
q: Konsole ausblenden
r: Policy-Konfiguration neu laden
s: System- und Deployment-Eigenschaften ausgeben
t: Threadliste ausgeben
v: Thread-Stack ausgeben
x: Class Loader-Cache leeren
0-5: Trace-Ebene auf <n> setzen
----------------------------------------------------
*** Build: 4627
Mem @ Start 1 max: 97320960 free: 8586104 cur: 16252928
Mem @ Start 2 max: 97320960 free: 10990144 cur: 16252928
java.net.MalformedURLException: no protocol:
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation.checkLiveConnectCaller(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation.access$000(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.liveconnect.SecureInvocation.CallMethod(Unknown Source)
java.net.MalformedURLException: no protocol:
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation.checkLiveConnectCaller(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation.access$000(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.liveconnect.SecureInvocation.CallMethod(Unknown Source)
java.net.MalformedURLException: no protocol:
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation.checkLiveConnectCaller(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation.access$000(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.liveconnect.SecureInvocation.CallMethod(Unknown Source)
java.net.MalformedURLException: no protocol:
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation.checkLiveConnectCaller(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation.access$000(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.liveconnect.SecureInvocation.CallMethod(Unknown Source)
java.net.MalformedURLException: no protocol:
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation.checkLiveConnectCaller(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation.access$000(Unknown Source)
at sun.plugin.liveconnect.SecureInvocation$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.liveconnect.SecureInvocation.CallMethod(Unknown Source)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1- ... dtd"><html>
<head>
<title>JS-Home.org: stellwerksim/Anmelden</title>
<link rel="SHORTCUT ICON" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="/js-home.css">
<script src="/dhtml.js" type="text/javascript"></script>
<script src="/jquery.js" type="text/javascript"></script>
<meta name="description" content="stellwerksim Forum">
<meta name="keywords" content="js-home.org, stellwerksim, Forum">
<!-- Modified Version of SubSilver2 Header -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="de" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
<link rel="stylesheet" href="./styles/stellwerksim/theme/stylesheet.css" type="text/css" />
<script type="text/javascript">
// <![CDATA[
function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}
window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}
function jumpto()
{
var page = prompt('Gib die Nummer der Seite an, zu der du gehen möchtest.:', '');
var per_page = '';
var base_url = '';
if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
{
if (base_url.indexOf('?') == -1)
{
document.location.href = base_url + '?start=' + ((page - 1) * per_page);
}
else
{
document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * per_page);
}
}
}
/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}
if (!parent)
{
return;
}
var rb = parent.getElementsByTagName('input');
for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}
// ]]>
</script>
</head>
<!--
************************************************************************
* Copyright info *
*======================================================================*
* Diese Seite wurde dynamisch mit einer PHP-Layout Engine erzeugt. *
* Die Engine wurde vollst?ndig von mir entwickelt und unterliegt *
* meinem Copyright! Der daraus erzeugte HTML-Code darf frei ?bertragen *
* und in Browsern angezeigt werden. Eine anderweitige Nutzung der *
* Seitenelemente kann nat?rlich nicht verboten werden, sollte jedoch *
* mir mitgeteilt werden und ein Verweis auf meine Homepage mit einem *
* entsprechenden Hinweis wird erwartet! *
* js/06.06.2000 *
*======================================================================*
* Dieser HTML Code sollte besser nicht von einem Menschen gelesen *
* werden, dazu ist er einfach nicht gedacht! *
* js/02.09.2009 *
************************************************************************
*** Erzeugt mit Layout Engine Layout Version: 4 $Revision: 1.38 $
-->
<body bgcolor='#ffffff' MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" onload="draginit()">
<!-- CSS, JavaScript -->
<script type='text/javascript'>
<!--
if (top != self)
top.location = self.location;
if (top.frames.length > 0 && document.referer.search(/js\-home\.org/)<0) {
document.cookie = 'newURL=' + escape(document.URL) + '; path=/;'
ver = parseInt(navigator.appVersion, 10);
if ( ((navigator.appName == 'Netscape') && (ver >= 3)) ||
((navigator.appName == 'Microsoft Internet Explorer') && (ver >= 4)) )
top.location.replace('
http://www.stellwerksim.de/forum/ucp.php');
else
top.location = '
http://www.stellwerksim.de/forum/ucp.php';
};
//-->
</script>
<style type="text/css">
.opener {
position : absolute;
top: 0;
left: 0;
z-index: -10;
}
.stand {
color: #000000;
font-family: sans-serif;
font-size: 60%;
font-style: normal;
font-weight: normal;
text-align: right;
position : fixed;
top: 0;
right: 0;
border-bottom: solid black 1px;
border-left: solid black 1px;
background-color: #ffffff;
}
</style>
<img src='
http://images.js-home.org/image.php/m=21&j=h&i=t' class=opener border=0><div class=stand><a href='index.php'>js-home.org, 13.10.2012</a></div><table width='100%' border='0' cellspacing='0' cellpadding='0'><tr valign='top'><td width='1%' rowspan='2'><img src='
http://images.js-home.org/image.php/m=121&t=Forum' width='376' height='107'></td><td colspan='3'> </td></tr><tr valign='top'><td colspan='4'><table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td align=right width='480' id='topban'><!-- banner -->
<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr valign='top'><td class='ad' id='a5dc9605a3062da8fbc6856dee00ffd8c'>
<script type="text/javascript"><!--
google_ad_client = "pub-4338567522690967";
/* 234x60, Erstellt 03.01.10 */
google_ad_slot = "9950601767";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="
http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td><td> </td><td class='ad' id='ae42b155c34297b69407cb64584d3a534'>
<script type="text/javascript"><!--
google_ad_client = "pub-4338567522690967";
/* 234x60, Erstellt 19.11.10 */
google_ad_slot = "6607684981";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="
http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td></tr></table>
<div style='display: none;' id='adblockerwarnung' class='adblockerwarnung adblockermessage'>Eine persönliche Nachricht von den Leuten, die js-home.org machen. <a href='/adblocker.php'>mehr...</a></div><script type='text/javascript'>
{
var e1=document.getElementsByName('google_ads_frame');
var e2=document.getElementById('google_ads_frame1');
var l=document.getElementById('a5dc9605a3062da8fbc6856dee00ffd8c').children.length;
if (!e2 && (!e1 || e1.length==0) && l<3)
{
document.getElementById('adblockerwarnung').style.display = 'block';
}
}
</script>
</td><td width='1%'><img src="
http://images.js-home.org/image.php/m=62" width=1 height=80 border=0></td></tr></table></td></tr><tr valign='top'><td colspan='4' background='
http://images.js-home.org/image.php/m=315'><a class='menuanchorclass' rel='anylinkmenu_quickmain[both]' data-image='
http://images.js-home.org/image.php/m=4 ... navigation' data-overimage='
http://images.js-home.org/image.php/m=4 ... tion'><img src='
http://images.js-home.org/image.php/m=4 ... navigation' width=150 height=20 border='0'></a><a class='menuanchorclass' rel='anylinkmenu_stellwerksim_0[both]' data-image='
http://images.js-home.org/image.php/m=4 ... munikation' data-overimage='
http://images.js-home.org/image.php/m=4 ... tion'><img src='
http://images.js-home.org/image.php/m=4 ... munikation' width=150 height=20 border='0'></a><a class='menuanchorclass' rel='anylinkmenu_stellwerksim_1[both]' data-image='
http://images.js-home.org/image.php/m=4 ... +ums+Spiel' data-overimage='
http://images.js-home.org/image.php/m=4 ... piel'><img src='
http://images.js-home.org/image.php/m=4 ... +ums+Spiel' width=150 height=20 border='0'></a><a class='menuanchorclass' rel='anylinkmenu_stellwerksim_2[both]' data-image='
http://images.js-home.org/image.php/m=413&t=Spielextras' data-overimage='
http://images.js-home.org/image.php/m=4 ... tras'><img src='
http://images.js-home.org/image.php/m=413&t=Spielextras' width=150 height=20 border='0'></a></td></tr></table>
<br /><div>
<!-- Content start -->
<h1 class='ueberschrift'> </h1>
<a name="top"></a>
<div id="wrapheader">
<div id="menubar">
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
<tr>
<td class="row1">
<a href="./ucp.php?mode=login"><img src="./styles/stellwerksim/theme/images/icon_mini_login.gif" width="12" height="13" alt="*" /> Anmelden</a> <a href="./ucp.php?mode=register"><img src="./styles/stellwerksim/theme/images/icon_mini_register.gif" width="12" height="13" alt="*" /> Registrieren</a>
<span style="float:right">
<a href="./faq.php"><img src="./styles/stellwerksim/theme/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> FAQ</a>
<a href="./search.php"><img src="./styles/stellwerksim/theme/images/icon_mini_search.gif" width="12" height="13" alt="*" /> Suche</a>
</span>
</td>
</tr>
</table>
</div>
<div id="datebar">
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall"></td>
<td class="gensmall" align="right">Aktuelle Zeit: Sa Okt 13, 2012 3:39 pm<br /></td>
</tr>
</table>
</div>
</div>
<div id="wrapcentre">
<p class="searchbar">
<span style="float: left;"><a href="./search.php?search_id=unanswered">Unbeantwortete Themen</a><!-- | <a href="./search.php?search_id=active_topics">Aktive Themen</a>--></span>
</p>
<br style="clear: both;" />
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="./index.php">Foren-Übersicht</a></p>
<p class="datetime">Alle Zeiten sind UTC + 1 Stunde [ Sommerzeit ]</p>
</td>
</tr>
</table>
<br />
<form action="./ucp.php?mode=login" method="post">
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th colspan="2">Anmelden</th>
</tr>
<tr>
<td class="row1" width="50%">
<p class="genmed">Du musst in diesem Forum registriert sein, um dich anmelden zu können. Die Registrierung ist in wenigen Augenblicken erledigt und ermöglicht dir, auf weitere Funktionen zuzugreifen. Die Board-Administration kann registrierten Benutzern auch zusätzliche Berechtigungen zuweisen. Beachte bitte unsere Nutzungsbedingungen und die verwandten Regelungen, bevor du dich registrierst. Bitte beachte auch die jeweiligen Forenregeln, wenn du dich in diesem Board bewegst.</p>
<p class="genmed" align="center">
<a href="./ucp.php?mode=terms">Nutzungsbedingungen</a> | <a href="./ucp.php?mode=privacy">Datenschutzrichtlinie</a>
</p>
</td>
<td class="row2">
<table align="center" cellspacing="1" cellpadding="4" style="width: 100%;">
<tr>
<td valign="top" ><b class="gensmall">Benutzername:</b></td>
<td><input class="post" type="text" name="username" size="25" value="" tabindex="1" />
<br /><a class="gensmall" href="./ucp.php?mode=register">Registrieren</a>
</td>
</tr>
<tr>
<td valign="top" ><b class="gensmall">Passwort:</b></td>
<td>
<input class="post" type="password" name="password" size="25" tabindex="2" />
<br /><a class="gensmall" href="./ucp.php?mode=sendusername">Ich habe meinen Benutzernamen vergessen</a><br /><a class="gensmall" href="./ucp.php?mode=sendpassword">Ich habe mein Passwort vergessen</a><br /><a class="gensmall" href="./ucp.php?mode=resend_act">Die Aktivierungs-E-Mail erneut senden</a>
</td>
</tr>
<tr>
<td> </td>
<td><input type="checkbox" class="radio" name="autologin" id="autologin" tabindex="3" /> <label for="autologin" class="gensmall">Mich bei jedem Besuch automatisch anmelden</label></td>
</tr>
<tr>
<td> </td>
<td><input type="checkbox" class="radio" name="viewonline" id="viewonline" tabindex="4" /> <label for="viewonline" class="gensmall">Meinen Online-Status während dieser Sitzung verbergen</label></td>
</tr>
</table>
</td>
</tr>
<input type="hidden" name="redirect" value="./ucp.php?mode=login&redirect=/stellwerksim/getanlage.php" />
<tr>
<td class="cat" colspan="2" align="center"><input type="hidden" name="sid" value="cf666c28b9097cd39128b1bed1733bfc" />
<input type="hidden" name="redirect" value="/stellwerksim/getanlage.php" />
<input type="submit" name="login" class="btnmain" value="Anmelden" tabindex="5" /></td>
</tr>
</table>
</form>
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="./index.php">Foren-Übersicht</a></p>
<p class="datetime">Alle Zeiten sind UTC + 1 Stunde [ Sommerzeit ]</p>
</td>
</tr>
</table>
<br clear="all" />
<div align="right">
<form method="post" name="jumpbox" action="./viewforum.php" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap"><span class="gensmall">Gehe zu:</span> <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
<option value="-1">Wähle ein Forum aus</option>
<option value="-1">------------------</option>
<option value="56">Stellwerk-Sim allgemein</option>
<option value="28"> Regeln</option>
<option value="21"> Neuheiten und Infos</option>
<option value="97"> Spielerkommentare</option>
<option value="16"> Fragen und Anregungen</option>
<option value="18"> Fehler und Probleme</option>
<option value="17"> Termine und Zeiten</option>
<option value="79"> StiTz</option>
<option value="96"> Rund um Plugins</option>
<option value="92"> English Support</option>
<option value="33"> Quassel</option>
<option value="82"> Rätsel</option>
<option value="61">Testbereich</option>
<option value="4"> Test</option>
</select> <input class="btnlite" type="submit" value="Los" /></td>
</tr>
</table>
</form>
</div>
<script type="text/javascript">
// <![CDATA[
(function()
{
var elements = document.getElementsByName("username");
for (var i = 0; i < elements.length; ++i)
{
if (elements
.tagName.toLowerCase() == 'input')
{
elements.focus();
break;
}
}
})();
// ]]>
</script>
</div>
<div id="wrapfooter">
<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Group
<br />Deutsche Übersetzung durch <a href="http://www.phpbb.de/">phpBB.de</a></span>
</div>
<!-- Content done -->
</div>
<script type='text/javascript'>
<!--
var anylinkmenu_quickmain={divclass:'anylinkmenu', inlinestyle:'width:160px;', linktarget:'_self'}
anylinkmenu_quickmain.items=[
['<img src="http://images.js-home.org/image.php/m=5 ... s&flagin=1" border=0 width=150 height=20 alt="Wissensbasis">',"/wissen/index.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... n&flagin=1" border=0 width=150 height=20 alt="my VDR Seiten">',"/vdr/index.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... m&flagin=1" border=0 width=150 height=20 alt="StellwerkSim">',"/stellwerksim/index.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... n&flagin=1" border=0 width=150 height=20 alt="SimplyTrain">',"/SimplyTrain/index.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... y&flagin=2" border=0 width=150 height=20 alt="Trainz Rules Factory">',"/trainz/index.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... s&flagin=1" border=0 width=150 height=20 alt="Jokes - witziges">',"/jokes/index.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... e&flagin=1" border=0 width=150 height=20 alt="meine Projekte">',"/projekte/index.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... h&flagin=1" border=0 width=150 height=20 alt="?ber mich">',"/ich.php","background: #dcdeb3;"]]
var anylinkmenu_stellwerksim_0={divclass:'anylinkmenu', inlinestyle:'width:160px;', linktarget:'_self'}
anylinkmenu_stellwerksim_0.items=[
['<img src="http://images.js-home.org/image.php/m=5 ... t&flagin=1" border=0 width=150 height=20 alt="?bersicht">',"/stellwerksim/index.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... l&flagin=1" border=0 width=150 height=20 alt="Chat ohne Spiel">',"/stellwerksim/chat.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... m&flagin=1" border=0 width=150 height=20 alt="Forum">',"/stellwerksim/forum","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... z&flagin=1" border=0 width=150 height=20 alt="Telefonsystem StiTz">',"/stellwerksim/telkon.php","background: #dcdeb3;"]]
var anylinkmenu_stellwerksim_1={divclass:'anylinkmenu', inlinestyle:'width:160px;', linktarget:'_self'}
anylinkmenu_stellwerksim_1.items=[
['<img src="http://images.js-home.org/image.php/m=5 ... r&flagin=1" border=0 width=150 height=20 alt="Handb?cher">',"http://doku.stellwerksim.de","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... t&flagin=1" border=0 width=150 height=20 alt="Screen-Shot">',"/stellwerksim/shot.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... m&flagin=1" border=0 width=150 height=20 alt="Forum">',"/stellwerksim/forum","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... t&flagin=1" border=0 width=150 height=20 alt="Funktionstest">',"/stellwerksim/verify.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... h&flagin=1" border=0 width=150 height=20 alt="Logbuch">',"/stellwerksim/logbuch.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=62" width=2 height=20 border=0 align=baseline>das Spiel',"","background: #dcdeb3; border-bottom: 1px dashed black; font-size:-4;","spacer"],
['<img src="http://images.js-home.org/image.php/m=5 ... e&flagin=1" border=0 width=150 height=20 alt="Stellwerke">',"/stellwerksim/anlagen.php","background: #dcdeb3;"]]
var anylinkmenu_stellwerksim_2={divclass:'anylinkmenu', inlinestyle:'width:160px;', linktarget:'_self'}
anylinkmenu_stellwerksim_2.items=[
['<img src="http://images.js-home.org/image.php/m=5 ... n&flagin=1" border=0 width=150 height=20 alt="Zeit- und Themenplan">',"/stellwerksim/zeitplan.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... e&flagin=1" border=0 width=150 height=20 alt="laufende Spiele">',"/stellwerksim/spiele.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... e&flagin=1" border=0 width=150 height=20 alt="Spieleabende">',"/stellwerksim/spieleabend.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... s&flagin=1" border=0 width=150 height=20 alt="STS Charts">',"/stellwerksim/top.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=62" width=2 height=20 border=0 align=baseline>Extras',"","background: #dcdeb3; border-bottom: 1px dashed black; font-size:-4;","spacer"],
['<img src="http://images.js-home.org/image.php/m=5 ... n&flagin=1" border=0 width=150 height=20 alt="Spenden">',"/stellwerksim/spende.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... r&flagin=1" border=0 width=150 height=20 alt="Aktion Link-Partner">',"/stellwerksim/linkus.php","background: #dcdeb3;"],
['<img src="http://images.js-home.org/image.php/m=5 ... h&flagin=1" border=0 width=150 height=20 alt="Logbuch">',"/stellwerksim/logbuch.php","background: #dcdeb3;"]]
anylinkmenu.init('menuanchorclass');
-->
</script>
<div align=right><table><tr><td>
<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr valign='top'><td class='ad' id='a5b310cf38008bfdff117bac145183008'>
<script type="text/javascript"><!--
google_ad_client = "pub-4338567522690967";
google_ad_width = 125;
google_ad_height = 125;
google_ad_format = "125x125_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "990033";
google_color_bg = "FFFFFF";
google_color_link = "DE7008";
google_color_url = "339900";
google_color_text = "000033";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td></tr></table>
</td>
<td>
</td></tr></table></div>
<hr noshade='noshade' class='bottom' />
<script type='text/javascript'>
<!--
i0=new Image; i0.src='http://images.js-home.org/image.php/m=5 ... s&flagin=1';
i1=new Image; i1.src='http://images.js-home.org/image.php/m=5 ... n&flagin=1';
i2=new Image; i2.src='http://images.js-home.org/image.php/m=5 ... m&flagin=1';
i3=new Image; i3.src='http://images.js-home.org/image.php/m=5 ... n&flagin=1';
i4=new Image; i4.src='http://images.js-home.org/image.php/m=5 ... y&flagin=2';
i5=new Image; i5.src='http://images.js-home.org/image.php/m=5 ... s&flagin=1';
i6=new Image; i6.src='http://images.js-home.org/image.php/m=5 ... e&flagin=1';
i7=new Image; i7.src='http://images.js-home.org/image.php/m=5 ... h&flagin=1';
i8=new Image; i8.src='http://images.js-home.org/image.php/m=5 ... t&flagin=1';
i9=new Image; i9.src='http://images.js-home.org/image.php/m=5 ... l&flagin=1';
i10=new Image; i10.src='http://images.js-home.org/image.php/m=5 ... m&flagin=1';
i11=new Image; i11.src='http://images.js-home.org/image.php/m=5 ... z&flagin=1';
i12=new Image; i12.src='http://images.js-home.org/image.php/m=5 ... r&flagin=1';
i13=new Image; i13.src='http://images.js-home.org/image.php/m=5 ... t&flagin=1';
i14=new Image; i14.src='http://images.js-home.org/image.php/m=5 ... m&flagin=1';
i15=new Image; i15.src='http://images.js-home.org/image.php/m=5 ... t&flagin=1';
i16=new Image; i16.src='http://images.js-home.org/image.php/m=5 ... h&flagin=1';
i17=new Image; i17.src='http://images.js-home.org/image.php/m=5 ... e&flagin=1';
i18=new Image; i18.src='http://images.js-home.org/image.php/m=5 ... n&flagin=1';
i19=new Image; i19.src='http://images.js-home.org/image.php/m=5 ... e&flagin=1';
i20=new Image; i20.src='http://images.js-home.org/image.php/m=5 ... e&flagin=1';
i21=new Image; i21.src='http://images.js-home.org/image.php/m=5 ... s&flagin=1';
i22=new Image; i22.src='http://images.js-home.org/image.php/m=5 ... n&flagin=1';
i23=new Image; i23.src='http://images.js-home.org/image.php/m=5 ... r&flagin=1';
// 25
// -->
</script>
<p class='jscopyright'>
All actions are logged, copyright © JS
</p>
<!-- 0.140161037445 millis -->
</body>
</html>
Preferences können mit dieser Konfiguration im Applet nicht genutzt werden. Um das zu ändern bitte die Doku lesen!
timemeasurement_impl
Mem @ Start Sim max: 97320960 free: 6932456 cur: 16252928
kaffi