--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 10/10/2003 *
+ * =================== Last change: 01/16/2004 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : action-game.php *
+ * -------------------------------------------------------------------- *
+ * Short description : game menu: register, login, welcome and so on *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : Hauptmenue: Anmeldung, Login, Willkommen usw. *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6367 $ *
+ * $Date:: 2013-01-24 19:51:48 +0100 (Thu, 24 Jan 2013) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: quix0r $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team *
+ * For more information visit: http://mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ exit();
+} elseif (isBlockModeEnabled()) {
+ // Block mode detected
+ return;
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load the include file
+$inc = sprintf('inc/modules/guest/what-%s.php', getWhat());
+if (isIncludeReadable($inc)) {
+ // Ok, we finally load the guest action module
+ loadIncludeOnce($inc);
+} else {
+ addFatalMessage(__FILE__, __LINE__, '{--GUEST_WHAT_404--}');
+}
+
+// [EOF]
+?>
--- /dev/null
+<?php
+/************************************************************************/
+/* M-XChange v0.1.0 Start: 10/19/2003 */
+/* ================ Last change: 10/19/2003 */
+/* */
+/* -------------------------------------------------------------------- */
+/* File : what- */
+/* -------------------------------------------------------------------- */
+/* Short description : */
+/* -------------------------------------------------------------------- */
+/* Kurzbeschreibung : */
+/* -------------------------------------------------------------------- */
+/* */
+/* -------------------------------------------------------------------- */
+/* Copyright (c) 2003 by Roland Haeder */
+/* For more information visit: http://www.autoinstaller.de */
+/* */
+/************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Special file
+loadIncludeOnce('inc/classes/rdf.class.php');
+
+// Load template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+outputHtml('<div style="padding-left: 10px; padding-right: 10px">');
+$rdf = new fase4_rdf();
+$rdf->_use_nl2br = FALSE;
+$rdf->_finishCallback = 'compactContent';
+$rdf->use_dynamic_display(FALSE);
+$rdf->set_CacheDir(getConfig('PATH').'inc/cache/');
+$rdf->set_salt(md5(getConfig('SITE_KEY')));
+$rdf->set_Options(
+ array(
+ 'textinput' => 'hidden',
+ 'sitelink' => 'http://status.mxchange.org'
+ )
+);
+$rdf->set_max_item(10);
+$rdf->parse_RDF('http://status.mxchange.org/index.php/api/statuses/public_timeline.rss');
+outputHtml($rdf->finish(TRUE));
+outputHtml('</div>');
+
+// [EOF]
+?>
--- /dev/null
+ <?php
+/************************************************************************
+ * MXChange v0.2.1 Start: 01/27/2004 *
+ * ================ Last change: 01/27/2004 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : what- *
+ * -------------------------------------------------------------------- *
+ * Short description : *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 856 $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: stelzi $ *
+ * Needs to be in all Files and every File needs "svn propset *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2008 by Roland Haeder *
+ * For more information visit: http://www.mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Special file
+loadIncludeOnce('inc/classes/rdf.class.php');
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+outputHtml('<div style="padding-left: 10px; padding-right: 10px">');
+$rdf = new fase4_rdf();
+$rdf->_use_nl2br = FALSE;
+$rdf->use_dynamic_display(FALSE);
+$rdf->_finishCallback = 'compactContent';
+$rdf->set_CacheDir(getConfig('PATH').'inc/cache/');
+$rdf->set_salt(md5(getConfig('SITE_KEY')));
+$rdf->set_Options(
+ array(
+ 'textinput' => 'hidden',
+ 'sitelink' => 'http://bugs.shipsimu.org'
+ )
+);
+$rdf->set_max_item(10);
+$rdf->parse_RDF('http://bugs.shipsimu.org/issues_rss.php?project_id=0');
+
+$output = $rdf->finish(TRUE);
+if (!empty($output)) {
+ outputHtml($output);
+} // END - if
+
+outputHtml('</div>');
+
+// [EOF]
+?>
--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 01/27/2004 *
+ * =================== Last change: 01/27/2004 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : what- *
+ * -------------------------------------------------------------------- *
+ * Short description : *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283 $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: quix0r $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team *
+ * For more information visit: http://mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
--- /dev/null
+<?php
+/************************************************************************/
+/* M-XChange v0.1.0 Start: 10/19/2003 */
+/* ================ Last change: 10/19/2003 */
+/* */
+/* -------------------------------------------------------------------- */
+/* File : what- */
+/* -------------------------------------------------------------------- */
+/* Short description : */
+/* -------------------------------------------------------------------- */
+/* Kurzbeschreibung : */
+/* -------------------------------------------------------------------- */
+/* */
+/* -------------------------------------------------------------------- */
+/* Copyright (c) 2003 by Roland Haeder */
+/* For more information visit: http://www.autoinstaller.de */
+/* */
+/************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Special file
+loadIncludeOnce('inc/classes/rdf.class.php');
+
+// Load template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+outputHtml('<div style="padding-left: 10px; padding-right: 10px">');
+$rdf = new fase4_rdf();
+$rdf->_use_nl2br = FALSE;
+$rdf->_finishCallback = 'compactContent';
+$rdf->use_dynamic_display(FALSE);
+$rdf->set_CacheDir(getConfig('PATH').'inc/cache/');
+$rdf->set_salt(md5(getConfig('SITE_KEY')));
+$rdf->set_Options(
+ array(
+ 'textinput' => 'hidden',
+ 'sitelink' => 'http://forum.ship-simu.org'
+ )
+);
+$rdf->set_max_item(10);
+$rdf->parse_RDF('http://forum.ship-simu.org/rss.xml');
+$out = trim($rdf->finish(TRUE));
+if (!empty($out)) {
+ outputHtml($out);
+} // END - if
+outputHtml('</div>');
+
+// [EOF]
+?>
--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 01/27/2004 *
+ * =================== Last change: 01/27/2004 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : what- *
+ * -------------------------------------------------------------------- *
+ * Short description : *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283 $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: quix0r $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team *
+ * For more information visit: http://mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 01/27/2004 *
+ * =================== Last change: 01/27/2004 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : what- *
+ * -------------------------------------------------------------------- *
+ * Short description : *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283 $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: quix0r $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team *
+ * For more information visit: http://mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 01/27/2004 *
+ * =================== Last change: 01/27/2004 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : what- *
+ * -------------------------------------------------------------------- *
+ * Short description : *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283 $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: quix0r $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team *
+ * For more information visit: http://mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 01/27/2004 *
+ * =================== Last change: 01/27/2004 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : what- *
+ * -------------------------------------------------------------------- *
+ * Short description : *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283 $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: quix0r $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team *
+ * For more information visit: http://mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 01/27/2004 *
+ * =================== Last change: 01/27/2004 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : what- *
+ * -------------------------------------------------------------------- *
+ * Short description : *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283 $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: quix0r $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team *
+ * For more information visit: http://mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 01/27/2004 *
+ * =================== Last change: 01/27/2004 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : what- *
+ * -------------------------------------------------------------------- *
+ * Short description : *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283 $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: quix0r $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team *
+ * For more information visit: http://mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
--- /dev/null
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL Start: 01/27/2004 *
+ * =================== Last change: 01/27/2004 *
+ * *
+ * -------------------------------------------------------------------- *
+ * File : what- *
+ * -------------------------------------------------------------------- *
+ * Short description : *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung : *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 6283 $ *
+ * $Date:: 2013-01-09 00:57:08 +0100 (Wed, 09 Jan 2013) $ *
+ * $Tag:: 0.2.1-FINAL $ *
+ * $Author:: quix0r $ *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team *
+ * For more information visit: http://mxchange.org *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
+ * MA 02110-1301 USA *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+ exit();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load default template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
--- /dev/null
+<div class="para_title align="center">
+ <strong>Mein Blog, mit StatusNet:</strong>
+</div>
+
+<div class="para">
+ Lange war mein Weblog unter blog.mxchange.org down. Ich hatte
+ "damals" einen recht schwachen Server (<em>austria031</em>) und
+ die Spammer hatten tonnenweise Traffic an in geschickt. Dies hatte dazu
+ geführt, dass mein Server komplett ausgelastet war, sobald ich den Blog
+ Online nahm. Kaum hatte ich die Software (WordPress ist für mich
+ weiterhin eine bemerkenswerte Software) gelöscht, war wieder alles im
+ grünnen Bereich, der Load ging zurück und der Rest der Webseite
+ war wieder zügig erreichbar.
+</div>
+
+<div class="para">
+ Nun versuche ich den Neustart, mit <a rel="external" target="_blank"
+ title="StatusMet" href="http://status.net">StatusNet</a> und ich muss
+ sagen, dass ich bis jetzt sehr zufrieden damit bin.
+</div>
+
+<div class="para">
+ Hier nun aber der neue Link für die Lesezeichen:
+</div>
+
+<div class="para">
+ <a href="http://status.mxchange.org" target="_blank">http://status.mxchange.org</a>
+</div>
--- /dev/null
+<div class="para_title">
+ <strong>Bug-Tracker - Bitte hier alle Bugs melden:</strong>
+</div>
+
+<div class="para">
+ Unter der folgenden URL gibt es seit einiger Zeit einen Bug-Tracker, mit dem
+ mein Team und ich aktiv Bugs am tracken (verfolgen) sind.
+</div>
+
+<div class="para">
+ URL: <a href="http://bugs.ship-simu.org" target="_blank" rel="me"
+ title="{?MAIN_TITLE?}-Bugtracker - Powered by Mantis">bugs.ship-simu.org</a>
+</div>
+
+<div class="para">
+ Falls ihr mit diesem nicht vertraut sein solltet, so könnt ihr weiterhin
+ Bugs auch problemlos im <a href="http://forum.ship-simu.org" target="_blank"
+ rel="me" title="{?MAIN_TITLE?}-Community - Support-Forum">Forum</a> melden.
+</div>
--- /dev/null
+<div style="text-align: center">
+ <big><strong>Features von {?MAIN_TITLE?}</strong></big>
+</div>
+
+<div class="para">
+ <strong>Was darf es denn sein? Ozean, Hub oder nur Simulation?</strong>
+</div>
+
+<div class="para">
+ "Ozean? Und das auf einem Server?" - "Aber klar. Lese
+ unten weiter."
+</div>
+
+<div class="para">
+ Was ein Ozean ist, weist du denke ich mal... Ein grosses Weltmeer, an
+ dem - meistens - viele Häfen angebunden sind. Und so
+ ähnlich ist es auch bei {?MAIN_TITLE?} zu verstehen: Wenn du die
+ Software im Ozean-Modus betreibst, kannst du Häfen anlegen (nur
+ als Admin, damit das Spiel nicht ausser Kontrolle gerät), und deine
+ Gamer können dann ihre Reedereien in den Häfen aufbauen.
+ Maximalgrenzen sind natürlich setzbar!
+</div>
+
+<div class="para">
+ Bei Hubs und Ultra-Hubs sieht das ganz anders aus. Hier stellt das Hub eine
+ Art Vermittlungstelle zwischen den Ozean-Servern dar. Wenn also ein Schiff
+ einen Hafen ausserhalb des eigenen Ozeans anfahren will, so muss der Ozean-
+ Server sich beim Master-Server eine Hub-Liste holen, wo überall der
+ Ozean an den Hubs eingebucht ist, in dem sich der gewünschte Zielhafen
+ befindet. Das Einbuchen am Hub kann aufgrund des verbrauchten Traffics durch die
+ Spieler dann dem Besitzer des Ozean-Servers in Rechnung gestellt werden.
+ Transfer- oder Abfragevolumen stellen hier eine interessante
+ Verdienstmöglichkeit dar.
+</div>
+
+<div class="para">
+ Das Ultra-Hub wiederrum stellt ein Verbindungsglied zwischen zwei und mehr
+ Hubs dar. Sie nehmen keine Anfragen von Ozean-Servern an, sondern leiten
+ nur Anfragen zwischen den Hubs weiter. Hubs verbinden Ozean-Server
+ miteinander, Ultra-Hubs die Hubs miteinander.
+</div>
+
+<div class="para">
+ <strong>Nur in Planung:</strong> Die "Simulation" stellt einen
+ Java-Client mit 3D-Grafik und -Sound sogar dar und ist derzeit nur in
+ [<a href="{?URL?}/repos/shipsimu-docs/trunk/" title="Ship-Simu
+ Dokumentation">Planung</a>].
+</div>
+
+<div class="para">
+ <font class="tiny">
+ <strong>Hinweise:</strong><br />
+ <big><strong>·</strong></big> Die hier aufgezeigten
+ Verdienstmöglichkeiten sind unverbindlich und stellen keine
+ Unternehmensberatung dar.<br />
+ <!--<big><strong>·</strong></big> //-->
+ </font>
+</div>
--- /dev/null
+<div>
+ <a href="http://www.kacke.de" title="Nokia" target="_blank" rel="external"><img
+ src="http://www.kacke.de/nokia.gif" width="133" height="40"
+ alt="Nokia" title="Nokia" border="0" /></a>
+
+ <a href="http://www.gnu.org/licenses/gpl.html" title="GNU General Public License"
+ target="_blank" rel="external license"><img border="0" alt="GNU GPL v3"
+ src="http://imgpool.mxchange.org/banner/gnu/gplv3-127x51.png" width="127"
+ height="51" /></a>
+
+ <a href="http://www.yacy.net/" rel="external" target="_blank"
+ title="YaCy - Distributed Peer-To-Peer Bases Search Engine"><img
+ src="http://imgpool.mxchange.org/shared/yacy_own_80x15.gif" width="80"
+ height="15" alt="YaCy" border="0" /></a>
+
+ <a href="http://www.projecthoneypot.org?rf=31175" rel="external" target="_blank"
+ title="Project Honeypot - Help Stop Spammers Before They Even Get Your Address!"><img
+ src="http://imgpool.mxchange.org/banner/project_honeypot/mini_phpot_link.gif"
+ width="80" height="15" border="0" alt="Project Honeypot" /></a>
+
+ <a href="http://fsfe.org/campaigns/ilovefs/2013/ilovefs.de.html" rel="external"
+ target="_blank"><img src="http://fsfe.org/campaigns/valentine/vd-i-love-fs-80x15.png"
+ style="border: 0 !important;" alt="I love Free Software!" /></a>
+
+ <!-- <a href="http://www.stop-acta.info" rel="external" target="_blank"><img alt="Stop ACTA!"
+ border="0" src="http://www.stopp-acta.info/files/microacta-en.png"
+ height="15" width="80" /></a> //-->
+</div>
--- /dev/null
+<div style="text-align: center">
+ <big><strong>Planung der Reedereisimulation</strong></big>
+</div>
+
+<div class="para">
+ <strong>1. Die API (Application Programming Interface)</strong>
+</div>
+
+<div class="para">
+ Die API ist vollständig in PHP5 und objektorientiert programmiert.
+ Dies hat viele Vorteile, die in der OOP begründet sind. Zum einen
+ sind die in den Klassen zu verarbeitenden Daten durch Kapselung besser
+ geschützt. Zum anderen bringen z.B. das Werfen von Exceptions einen
+ "sauberen" Quellcode mit sich, als zurück gelieferte
+ Status-Codes. Zusammengefasst ist der Quellcode klarer strukturiert und
+ bleibt besser überschaubarer und Fehler beim Programmieren können
+ somit besser vermieden (aber nicht 100%-ig ausgeschlossen) werden.
+</div>
+
+<div class="para">
+ <strong>2. Prinzipieller Aufbau des Spieles</strong>
+</div>
+
+<div class="para">
+ Die Reedereisimulation soll primär auf das Aufbauen von Reedereien, das
+ Bauen von Schiffen und auch das Fahren der gebauten Schiffe ausgelegt sein.
+ In der ersten Phase sollen Reedereien - so wie es in diesem Spiel definiert
+ ist - sich in einem "Gründerhafen" (also wo der
+ Hauptfirmensitz sich befindet) ansiedeln können und dann - derzeit -
+ Werften, Terminals bauen und Liegeplätze schaffen können.
+</div>
+
+<div class="para">
+ In der nächsten Phase geht es dann darum, die Schiffe fahren zu
+ lassen. Hierzu sind natürlich - auch in der ersten Phase - Personal
+ nötig, wie z.B. Matrosen und der Kaptiän, wie auch anderes Boden-
+ personal (die Arbeiter im Hafen sind damit gemeint). Auch die Werften und
+ Terminals müssen mit Personal belegt werden.
+</div>
+
+<div class="para">
+ Alles dies kostet dann letztendlich auch Geld (sei es Punkte, Wernis,
+ Klammlose oder Primera, spielt hier erstmal keine Rolle), nämlich
+ das Gehalt für die Mitarbeiter. Einnahmequellen stellen - wie im
+ echten Leben - die Tickets dar, die die ebenfalls spielbaren Passagiere
+ einkaufen können.
+</div>
+
+<div class="para">
+ <strong>3. Mehr...</strong>
+</div>
+
+<div class="para">
+ Wie bei jedem Projekt ist vielleicht mehr in der Zukunft geplant. Schaue
+ daher hier mal ab und an vorbei!
+</div>
--- /dev/null
+<div class="para" style="text-align: center">
+ <big><strong>Promoter - Texte und Grafiken für {?MAIN_TITLE?}</strong></big>
+</div>
+
+<div class="para" style="text-align: center">
+ <strong>Langer Text:</strong>
+</div>
+
+<div class="para">
+ Das Browser-Game <strong>{?MAIN_TITLE?}</strong> ist eine Wirtschaftssimulation bei dem der
+ Spieler entweder eine Reederei gründen kann, als Kapitain oder Matrose auf
+ einem Schiff arbeiten kann oder auch als Passagier alle im Spiel
+ angemeldeten Weltmeere befahren kann.
+</div>
+
+<div class="para">
+ Zuerst wird ein virtueller Ozean "angelegt", in dem dann -
+ Begrenzung ist immer möglich - Städte erzeugt und darin Häfen
+ angelegt werden können. Es ist maximal ein Hafen pro Stadt
+ empfehlenswert! In diesem Hafen können dann Reedereien,
+ Schiffsbauunternehmen oder Händler sich niederlassen.
+</div>
+
+<div class="para">
+ Ziel des Spieles ist es dann - je nach dem welchen Charakter der Spieler
+ sein will - ein riesiges Reedereiunternehmen aufzubauen, was sich nicht nur
+ dem Wasser als Transportweg widmet. Oder als Passagier (der Spieler) kann
+ der Spieler bei seinen Fahrten sich mit anderen Spielern treffen (wenn man
+ sich z.B. draussen an der Reeling trifft, ist dann wie im wirklichen Leben
+ ein kommunizieren moeglich).
+</div>
+
+<div class="para">
+ Bei herkömmlichen Browserspielen gibt es da jedoch ein Problem: Ein
+ Server muss für viele tausende Spieler herhalten. Dass das auf Dauer
+ nur mit dem Ausbau der Serverfarm klappt, sollte jedem klar sein. Genau
+ hier greift jedoch <strong>{?MAIN_TITLE?}</strong> das Peer-To-Peer-Prinzip auf - aus Sicht der
+ Installation, wo jede <strong>{?MAIN_TITLE?}</strong> Installation ein Peer im gesamten Netzwerk
+ darstellt und dabei seinen Ozean und Haefen zum Anfahren anbietet.
+</div>
+
+<div class="para" style="text-align: center">
+ <strong>Kurzer Text: (zirka 500 Zeichen)</strong>
+</div>
+
+<div class="para">
+ Das Browser-Game <strong>{?MAIN_TITLE?}</strong> ist eine Wirtschaftssimulation bei dem der
+ Spieler entweder eine Reederei gründen, als Kapitain oder Matrose auf einem
+ Schiff arbeiten oder auch als Passagier alle im Spiel angemeldeten Weltmeere
+ befahren kann. Ziel des Spieles ist es dann ein riesiges Reedereiunternehmen
+ aufzubauen, das später auch auf dem Land agiert. Viele browserbasierte
+ Spiele verwenden das Client-Server-Prinzip, was zu hoher Last führen kann,
+ <strong>{?MAIN_TITLE?}</strong> hingegen das Peer-To-Peer-Prinzip.
+</div>
--- /dev/null
+Anmeldeformular zum {?mt_word?} <strong>{?MAIN_TITLE?}</strong>:
--- /dev/null
+<div style="text-align:center">
+ <big><strong>Voraussetzungen:</strong></big>
+</div>
+
+<div class="para_title">
+ Die Voraussetzungen, um <strong>{?MAIN_TITLE?}</strong> spielen zu
+ können, hängt ganz davon ab, ob Du es herunterladen oder es
+ Online spielen willst:
+</div>
+
+<div class="para_block" align="center">
+ <div class="para_header">
+ <strong>Für Online spielen (*):</strong><br />
+ <span class="tiny">(Aktueller [<a href="{?URL?}/modules.php?module=index&what=svn_download">SVN-Stand</a>])</span>
+ </div>
+
+ <div class="para_content">
+ <strong><big>·</big></strong> XHTML 1.0 kompatibler Browser<br />
+ <strong><big>·</big></strong> <strong>Keine</strong> Downloads
+ und/oder Installationen wie Flash usw.<br />
+ </div>
+</div>
+
+<div class="para_block" align="center">
+ <div class="para_header">
+ <strong>Lokal spielen (*):</strong><br />
+ <span class="tiny">(Aktueller [<a href="{?URL?}/modules.php?module=index&what=svn_download">SVN-Stand</a>])</span>
+ </div>
+
+ <div class="para_content">
+ <strong><big>·</big></strong> [<a href="http://www.subversion.org/"
+ target="_blank" rel="external" title="Subversion Corporation">SVN</a>]-[<a
+ href="http://subversion.tigris.org" target="_blank" rel="external"
+ title="Subversion Project Homepage">Client</a>]. Ich kann hier [<a
+ href="http://tortoisesvn.tigris.org/" target="_blank" rel="external"
+ title="TortoiseSVN Download Page">TortoiseSVN</a>] für
+ Einsteiger empfehlen, wofür ich aber keinen Support gebe.<br />
+ <strong><big>·</big></strong> PHP 5.2.x (neuste Version ist
+ ratsam wegen Fixes, usw.)<br />
+ <strong><big>·</big></strong> Apache 2.0 mit PHP-Modul oder PHP
+ als CGI. Einsteiger sollten [<a href="http://www.apachefriends.org/de/index.html"
+ target="_blank" rel="external" title="apache-friends: apache,php,mysql und perl
+ installieren">Apache-Friends von apachefriends.org</a>] mal versuchen.<br />
+ <strong><big>·</big></strong> MySQL oder jede andere Datenbank
+ wird zwar derzeit <strong>nicht</strong> benötigt, in Zukunft mit
+ Sicherheit aber schon!<br />
+ </div>
+</div>
+
+<div class="para_footer" align="center">
+ <strong>(*)</strong>: Derzeit ist das Spiel zwar (noch) nicht spielbar,
+ aber die SVN-Version
+ [<a href="http://svn-play.ship-simu.org/index.php?app=ship-simu" target="_blank" rel="me" title="SVN-Trunk herunterladen">erreichbar</a>].
+</div>
--- /dev/null
+<div style="text-align:center">
+ <big><strong>SVN-Download:</strong></big>
+</div>
+
+<div class="para">
+ Hier möchte ich eine kurze Anleitgung geben, wie Du an die
+ SVN-Repository von <strong>{?MAIN_TITLE?}</strong> gelangst, und
+ diese ganz einfach aktuell hälst. Ich gehe hier davon aus,
+ dass [<a href="http://tortoisesvn.tigris.org/" target="_blank" rel="external"
+ title="TorToiseSVN">TortoiseSVN</a>] und Apache-Friends ([<a href="http://www.apachefriends.org"
+ target="_blank" title="Apache-Friends" rel="external">apachefriends.org</a>],
+ nicht mit Bindestrich eingeben!) installiert ist und funktionstüchtig
+ ist. Zudem sind keine schweren Modifikationen an der php.ini durch dich
+ vorgenommen.
+</div>
+
+<div class="para">
+ <strong><big>·</big></strong> Lege ein Verzeichnis z.B. unter
+ <em>C:\Downloads\SVN\</em> namens <strong>Ship-Simu</strong>
+ und wechsel in dieses hinein.<br />
+ <strong><big>·</big></strong> Rechtsklicke auf die freie
+ Fläche und wähle <strong>Checkout...</strong> aus.<br />
+ <strong><big>·</big></strong> Gebe folgende URL ein: <strong><a
+ href="{?URL?}/repos/ship-simu/trunk/">{?URL?}/repos/ship-simu/trunk/</a></strong><br />
+ <strong><big>·</big></strong> Kontrolliere das Checkout-Verzeichnis,
+ es sollte aber stimmen.<br />
+ <strong><big>·</big></strong> Klicke nun auf
+ <strong>OK</strong> und das Tool lädt den neusten Trunk herunter.
+</div>
+
+<div class="para">
+ Aktualisieren geht noch einfacher - solange du nichts am Quellcode geändert
+ hast:
+</div>
+
+<div class="para">
+ <strong><big>·</big></strong> Wechsel in das Checkout-Verzeichnis
+ von eben gerade.<br />
+ <strong><big>·</big></strong> Rechtsklicke auf eine freie Stelle.<br />
+ <strong><big>·</big></strong> Wähle SVN->SVN aktualisieren
+ aus.<br />
+ <strong><big>·</big></strong> Das Tool aktualisiert komplett
+ automatisch den Quellcode.
+</div>
+
+<div class="para">
+ <strong>Noch etwas zu Trunks gesagt:</strong> Hier ist der so genannnte
+ Trunk der aktuelle Entwicklerstand. Du lädst dir also die neusten
+ Änderungen herunter, bevor diese als ZIP-Datei zum Download bereit
+ stehen. Der Trunk muss nicht immer funktionieren! Wenn Du eine funktionsfähige
+ Version suchst, warte am besten auf das erste Release.
+</div>
--- /dev/null
+<div style="text-align:center">
+ <big><strong>SVN-Trunk spielen:</strong></big>
+</div>
+
+<div class="para">
+ Möchtest du dir {?MAIN_TITLE?} einfach nur ansehen? Oder es dir
+ einfach und bequem ohne lästige Installation mal ausprobieren? Dann
+ spiele <u>kostenlos</u> den SVN-Trunk:
+</div>
+
+<div class="para">
+ [<strong><a href="http://svn-play.ship-simu.org/index.php?app=ship-simu"
+ rel="me" target="_blank" title="Hier SVN-Trunk spielen">Hier
+ <u>kostenlos</u></a></strong>] den SVN-Trunk spielen.
+</div>
+
+<div class="para tiny">
+ <strong>Beachte bitte:</strong> Der Trunk stellt die Entwickler-Version
+ dar und kann auch mal nicht funktionieren. Als Login und Passwort muss du
+ bei der ersten Abfrage <strong>svn</strong> verwenden, um den
+ Htaccess-Schutz passieren zu können. Ich habe dies machen müssen,
+ da die momentanige Version nicht schnell genug auf Anfragen reagiert und
+ somit den Server auslasten könnte.
+</div>
--- /dev/null
+<div align="center">
+ <strong>Für {?MAIN_TITLE?} abstimmen:</strong>
+</div>
+
+<p align="center">
+<a href="http://www.galaxy-news.de/charts/?op=vote&game_id=2054" rel="external"
+ target="_blank"><img src="http://imgpool.mxchange.org/shared/galaxy-news_vote.gif"
+ border="0" alt="Die besten Browsergames in den Galaxy-News MMOG-Charts!" /></a>
+<a href="http://www.browsergamer.de/" rel="external" target="_blank"><img
+ src="http://www.browsergamer.de/button.php?u=Quix0r" alt="Browsergames kostenlos"
+ width="88" height="31" border="0" title="Browsergames kostenlos" /></a>
+<span style="width:88px; height:31px; display:inline-block; overflow:hidden;
+ background-image:url(http://www.kostenlose-browsergames.de/images/bgbutton.gif);
+ background-repeat:no-repeat; text-align:left;"><a target="_blank" rel="external"
+ href="http://www.kostenlose-browsergames.de" style="width:87px; height:27px;
+ display:inline-block; margin: 4px 0 0 1px;"
+ title="Kostenlose Browsergames">kostenlose browsergames</a></span>
+<a href="http://www.bgame.de/vote.php?game=93" rel="external" target="_blank"><img
+ src="http://imgpool.mxchange.org/banner/vote/bgame-vote_88x31.gif" width="88"
+ height="31" alt="Bei BGame.de fuer {?MAIN_TITLE?} abstimmen" title="Bei BGame.de
+ fuer {?MAIN_TITLE?} - {?SLOGAN?} abstimmen" /></a>
+</p>
+
+<div align="center">
+ <strong>Linkverzeichnisse, die {?MAIN_TITLE?} aufgenommen haben:</strong>
+</div>
+
+<p align="center">
+ <a href="http://www.bunte-suche.de" target="_blank"><img src="http://www.bunte-suche.de/grafik/buntesuche-klein.gif"
+ width="111" height="35" alt="ausgewhlt von bunte-suche.de" border="0" /></a>
+</p>
--- /dev/null
+<div style="text-align: center">
+ <big><strong>Wieso ich die <a href="http://www.gnu.org/licenses/gpl.txt"
+ target="_blank" rel="external" title="Direkt-Link zur Text-Version"
+ rel="external">GNU GPL</a> verwendet habe:</strong></big>
+</div>
+
+<div class="para">
+ Ich möchte hier nicht auf rechtliche Fragen (*) oder moralische Dinge
+ eingehen. Mit der Entscheidung, das Spiel unter der GNU GPL freizugeben,
+ werden neue Möglichkeiten entstehen, einen Verdienst mit dem Spiel zu
+ erziehen. Die klassische Weise, Geld zu verdienen, ist dass der Quellcode -
+ also die Scripte oder "Software" - geheimgehalten wird (dies wird
+ auch als "Close-Source" oder "prohibitory" bezeichnet)
+ und z.B. das Spiel gekauft werden muss, was bei "lokalen"
+ (regulären) Spielen der Fall ist.
+</div>
+
+<div class="para">
+ Bei Browser-Spielen könnte man auch den Quellcode geheimhalten, aber
+ nicht die Software verkaufen (das ginge bei Scripten nicht, da diese dann
+ lesbar wären). Meistens wird entweder ein kostenloses Spielekonto
+ angeboten, aber mit Werbeeinblendungen (Banner, Layer) versehen, oder der
+ Spieler kann ein werbefreies Account einkaufen, das ihm dann monatlich /
+ jährlich eine Gebühr kostet. Es gibt hier bestimmt noch weitere
+ Möglichkeiten, auf die ich aber erstmal nicht weiter eingehen
+ möchte - wie z.B. Premium-Features.
+</div>
+
+<div class="para">
+ Mit <strong>{?MAIN_TITLE?}</strong> wird nun (fast) alles anders sein.
+ Zum einem ist die Engine (also die Spielesoftware) frei [<a
+ href="{?URL?}/modules.php?module=index&what=svn_download"
+ title="SVN Download">erhältlich</a>]. Zum anderen wird es durch
+ die so genannte Hub-Funktion des Scriptes eine Verdienstmöglichkeit
+ geben, die ich [<a href="{?URL?}/modules.php?module=index&what=features">hier</a>]
+ näher erleutert habe.
+</div>
+
+<div class="para">
+ Die eigentliche Motivation, <strong>{?MAIN_TITLE?}</strong> offen zu
+ legen und somit es frei zugänglich zu machen, ist darin
+ begründet, dass ich gerne die "Open-Source Gemeinde" um ein
+ weiteres, freies Produkt reicher machen möchte. Zudem anderen
+ gefällt es mir, wie die Nutzer auf freie Software reagieren -
+ nämlich durchweg positiv. Natürlich gibt es auch an meiner
+ Software Mängel und man kann es nicht jedem Recht machen, aber dafür
+ sind wir zu verschiedene Menschen mit verschiedenen Ansichten.
+</div>
+
+<div class="para">
+ Die Spieledokumentation von A bis Z ist unter der GNU FDL (Free
+ Documentation License) und (bei keiner Angabe) Public Domain, also frei
+ verwendbar, wie du es willst. Mehr dazu
+ [<a href="{?URL?}/modules.php?module=index&what=requirements">hier</a>].
+</div>
+
+<div class="para">
+ <font class="tiny">
+ <strong>(*):</strong> Bitte habe Verständnis dafür,
+ dass ich hier keine rechtlichen Fragen dir erklären kann und auch
+ nicht darf. Ich bin kein Rechtsanwalt und kenne micht damit nicht aus.
+ </font>
+</div>