Added more local files + ctracker.php
authorRoland Häder <roland@mxchange.org>
Wed, 1 Apr 2015 08:25:47 +0000 (10:25 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 2 Sep 2017 23:32:34 +0000 (01:32 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
54 files changed:
inc/libs/security_functions.php
inc/modules/guest/action-actions.php [new file with mode: 0644]
inc/modules/guest/action-community.php [new file with mode: 0644]
inc/modules/guest/action-dummy.php [new file with mode: 0644]
inc/modules/guest/action-interna.php [new file with mode: 0644]
inc/modules/guest/action-mailer.php [new file with mode: 0644]
inc/modules/guest/action-news_archive.php [new file with mode: 0644]
inc/modules/guest/what-10_jahre_mailer_project.php [new file with mode: 0644]
inc/modules/guest/what-10_years_anniversary.php [new file with mode: 0644]
inc/modules/guest/what-about.php [new file with mode: 0644]
inc/modules/guest/what-aboutme.php [new file with mode: 0644]
inc/modules/guest/what-awards.php [new file with mode: 0644]
inc/modules/guest/what-blog.php [new file with mode: 0644]
inc/modules/guest/what-bug-tracker.php [new file with mode: 0644]
inc/modules/guest/what-contribute.php [new file with mode: 0644]
inc/modules/guest/what-delphine-helfen-kind.php [new file with mode: 0644]
inc/modules/guest/what-demo.php [new file with mode: 0644]
inc/modules/guest/what-docs.php [new file with mode: 0644]
inc/modules/guest/what-donate.php [new file with mode: 0644]
inc/modules/guest/what-downloads.php [new file with mode: 0644]
inc/modules/guest/what-faqs.php [new file with mode: 0644]
inc/modules/guest/what-forum.php [new file with mode: 0644]
inc/modules/guest/what-git.php [new file with mode: 0644]
inc/modules/guest/what-link_us.php [new file with mode: 0644]
inc/modules/guest/what-listed.php [new file with mode: 0644]
inc/modules/guest/what-my_weblog.php [new file with mode: 0644]
inc/modules/guest/what-network-webmaster-infos.php [new file with mode: 0644]
inc/modules/guest/what-news-2003.php [new file with mode: 0644]
inc/modules/guest/what-news-2004.php [new file with mode: 0644]
inc/modules/guest/what-news-2005.php [new file with mode: 0644]
inc/modules/guest/what-news-2006.php [new file with mode: 0644]
inc/modules/guest/what-news-2007.php [new file with mode: 0644]
inc/modules/guest/what-news-2008.php [new file with mode: 0644]
inc/modules/guest/what-news-2009.php [new file with mode: 0644]
inc/modules/guest/what-news-2010.php [new file with mode: 0644]
inc/modules/guest/what-news-2011.php [new file with mode: 0644]
inc/modules/guest/what-news-2012.php [new file with mode: 0644]
inc/modules/guest/what-news-2013.php [new file with mode: 0644]
inc/modules/guest/what-news.php [new file with mode: 0644]
inc/modules/guest/what-newsletter.php [new file with mode: 0644]
inc/modules/guest/what-partner.php [new file with mode: 0644]
inc/modules/guest/what-pay_faq.php [new file with mode: 0644]
inc/modules/guest/what-philosophy.php [new file with mode: 0644]
inc/modules/guest/what-photos.php [new file with mode: 0644]
inc/modules/guest/what-powered.php [new file with mode: 0644]
inc/modules/guest/what-preview.php [new file with mode: 0644]
inc/modules/guest/what-references.php [new file with mode: 0644]
inc/modules/guest/what-releases.php [new file with mode: 0644]
inc/modules/guest/what-requirements.php [new file with mode: 0644]
inc/modules/guest/what-rettet_das_internet.php [new file with mode: 0644]
inc/modules/guest/what-roadmap.php [new file with mode: 0644]
inc/modules/guest/what-svn.php [new file with mode: 0644]
inc/modules/guest/what-why_reg.php [new file with mode: 0644]
inc/modules/guest/what-wiki.php [new file with mode: 0644]

index 5a742973e7b3d6b142cee698a29d3b12084ec154..bc8e13c17e2d60129e73687f25a159ddde97ad98 100644 (file)
@@ -46,8 +46,8 @@ if (strpos($_SERVER['PHP_SELF'], basename(__FILE__)) !== FALSE) {
 } // END - if
 
 // Include ctracker, recommended place!
-//require_once('ctracker.php');
-//require_once('ipfilter.php');
+require_once('/usr/share/php/ctracker/ctracker.php');
+require_once('/usr/share/php/ipfilter.php');
 
 /**
  * Function to secure input strings
diff --git a/inc/modules/guest/action-actions.php b/inc/modules/guest/action-actions.php
new file mode 100644 (file)
index 0000000..9efa525
--- /dev/null
@@ -0,0 +1,57 @@
+<?php
+/************************************************************************
+ * MXChange v0.2.1                                    Start: 10/10/2003 *
+ * ===============                              Last change: 01/16/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : action-main.php                                  *
+ * -------------------------------------------------------------------- *
+ * Short description : Main menu: register, login, welcome and so on    *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Hauptmenue: Anmeldung, Login, Willkommen usw.    *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 880                                                    $ *
+ * $Date:: 2009-03-07 03:55:57 +0100 (Sat, 07 Mar 2009)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * 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();
+}
+
+// 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__, getMessage('GUEST_404_WHAT'), getWhat());
+}
+
+//
+?>
diff --git a/inc/modules/guest/action-community.php b/inc/modules/guest/action-community.php
new file mode 100644 (file)
index 0000000..54aac65
--- /dev/null
@@ -0,0 +1,59 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 01/27/2004 *
+ * ===================                          Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : action-                                          *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 5960M                                                  $ *
+ * $Date:: 2013-06-22 05:22:23 +0200 (Sat, 22 Jun 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: (local)                                                  $ *
+ * -------------------------------------------------------------------- *
+ * 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();
+} 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]
+?>
diff --git a/inc/modules/guest/action-dummy.php b/inc/modules/guest/action-dummy.php
new file mode 100644 (file)
index 0000000..aa141bd
--- /dev/null
@@ -0,0 +1,58 @@
+<?php
+/************************************************************************
+ * MXChange v0.2.1                                    Start: 10/10/2003 *
+ * ===============                              Last change: 01/16/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : action-main.php                                  *
+ * -------------------------------------------------------------------- *
+ * Short description : Main menu: register, login, welcome and so on    *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Hauptmenue: Anmeldung, Login, Willkommen usw.    *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 880                                                    $ *
+ * $Date:: 2009-03-07 03:55:57 +0100 (Sat, 07 Mar 2009)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * 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')) {
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
+       require($INC);
+}
+
+// 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__, getMessage('GUEST_404_WHAT'), getWhat());
+}
+
+//
+?>
diff --git a/inc/modules/guest/action-interna.php b/inc/modules/guest/action-interna.php
new file mode 100644 (file)
index 0000000..aa141bd
--- /dev/null
@@ -0,0 +1,58 @@
+<?php
+/************************************************************************
+ * MXChange v0.2.1                                    Start: 10/10/2003 *
+ * ===============                              Last change: 01/16/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : action-main.php                                  *
+ * -------------------------------------------------------------------- *
+ * Short description : Main menu: register, login, welcome and so on    *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Hauptmenue: Anmeldung, Login, Willkommen usw.    *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 880                                                    $ *
+ * $Date:: 2009-03-07 03:55:57 +0100 (Sat, 07 Mar 2009)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * 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')) {
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
+       require($INC);
+}
+
+// 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__, getMessage('GUEST_404_WHAT'), getWhat());
+}
+
+//
+?>
diff --git a/inc/modules/guest/action-mailer.php b/inc/modules/guest/action-mailer.php
new file mode 100644 (file)
index 0000000..aa141bd
--- /dev/null
@@ -0,0 +1,58 @@
+<?php
+/************************************************************************
+ * MXChange v0.2.1                                    Start: 10/10/2003 *
+ * ===============                              Last change: 01/16/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : action-main.php                                  *
+ * -------------------------------------------------------------------- *
+ * Short description : Main menu: register, login, welcome and so on    *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Hauptmenue: Anmeldung, Login, Willkommen usw.    *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 880                                                    $ *
+ * $Date:: 2009-03-07 03:55:57 +0100 (Sat, 07 Mar 2009)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: quix0r                                                   $ *
+ * 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')) {
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
+       require($INC);
+}
+
+// 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__, getMessage('GUEST_404_WHAT'), getWhat());
+}
+
+//
+?>
diff --git a/inc/modules/guest/action-news_archive.php b/inc/modules/guest/action-news_archive.php
new file mode 100644 (file)
index 0000000..f8f1383
--- /dev/null
@@ -0,0 +1,59 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 01/27/2004 *
+ * ===================                          Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : action-                                          *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 5960M                                                  $ *
+ * $Date:: 2013-06-22 05:22:28 +0200 (Sat, 22 Jun 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: (local)                                                  $ *
+ * -------------------------------------------------------------------- *
+ * 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();
+} 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]
+?>
diff --git a/inc/modules/guest/what-10_jahre_mailer_project.php b/inc/modules/guest/what-10_jahre_mailer_project.php
new file mode 100644 (file)
index 0000000..f794b1a
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-10_years_anniversary.php b/inc/modules/guest/what-10_years_anniversary.php
new file mode 100644 (file)
index 0000000..f794b1a
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-about.php b/inc/modules/guest/what-about.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-aboutme.php b/inc/modules/guest/what-aboutme.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-awards.php b/inc/modules/guest/what-awards.php
new file mode 100644 (file)
index 0000000..2b11b9c
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       * 
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-blog.php b/inc/modules/guest/what-blog.php
new file mode 100644 (file)
index 0000000..73576ec
--- /dev/null
@@ -0,0 +1,53 @@
+<?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]
+?>
diff --git a/inc/modules/guest/what-bug-tracker.php b/inc/modules/guest/what-bug-tracker.php
new file mode 100644 (file)
index 0000000..d4878ea
--- /dev/null
@@ -0,0 +1,72 @@
+<?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();
+}
+
+// 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.mxchange.org'
+       )
+);
+$rdf->set_max_item(10);
+$rdf->parse_RDF('http://bugs.mxchange.org/issues_rss.php?project_id=0');
+outputHtml($rdf->finish(TRUE));
+outputHtml('</div>');
+
+//
+?>
diff --git a/inc/modules/guest/what-contribute.php b/inc/modules/guest/what-contribute.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-delphine-helfen-kind.php b/inc/modules/guest/what-delphine-helfen-kind.php
new file mode 100644 (file)
index 0000000..af3e408
--- /dev/null
@@ -0,0 +1,33 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003, 2004, 2005 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+//
+?>
diff --git a/inc/modules/guest/what-demo.php b/inc/modules/guest/what-demo.php
new file mode 100644 (file)
index 0000000..fa038fa
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-docs.php b/inc/modules/guest/what-docs.php
new file mode 100644 (file)
index 0000000..604a8e4
--- /dev/null
@@ -0,0 +1,32 @@
+<?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__);
+
+// Redirect to wiki
+redirectToUrl('https://wiki.mxchange.org');
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-donate.php b/inc/modules/guest/what-donate.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-downloads.php b/inc/modules/guest/what-downloads.php
new file mode 100644 (file)
index 0000000..20524a2
--- /dev/null
@@ -0,0 +1,32 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load template
+loadTemplate('downloads');
+
+//
+?>
diff --git a/inc/modules/guest/what-faqs.php b/inc/modules/guest/what-faqs.php
new file mode 100644 (file)
index 0000000..3e9240b
--- /dev/null
@@ -0,0 +1,33 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+define('_MYSQL_PREFIX', getConfig('_MYSQL_PREFIX'));
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-forum.php b/inc/modules/guest/what-forum.php
new file mode 100644 (file)
index 0000000..f60ed8b
--- /dev/null
@@ -0,0 +1,56 @@
+<?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.mxchange.org'
+       )
+);
+$rdf->set_max_item(10);
+$rdf->parse_RDF('http://forum.mxchange.org/rss.xml');
+$out = trim($rdf->finish(TRUE));
+if (!empty($out)) {
+       outputHtml($out);
+} // END - if
+outputHtml('</div>');
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-git.php b/inc/modules/guest/what-git.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-link_us.php b/inc/modules/guest/what-link_us.php
new file mode 100644 (file)
index 0000000..b5270e8
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-listed.php b/inc/modules/guest/what-listed.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-my_weblog.php b/inc/modules/guest/what-my_weblog.php
new file mode 100644 (file)
index 0000000..f551ef4
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+// @DEPRECATED
+?>
diff --git a/inc/modules/guest/what-network-webmaster-infos.php b/inc/modules/guest/what-network-webmaster-infos.php
new file mode 100644 (file)
index 0000000..d90cbb3
--- /dev/null
@@ -0,0 +1,50 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 10/19/2003 *
+ * ===================                          Last change: 03/26/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-infos.php                                   *
+ * -------------------------------------------------------------------- *
+ * Short description : General informations                             *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Allgemeine Informationen                         *
+ * -------------------------------------------------------------------- *
+ * $Revision:: 5960M                                                  $ *
+ * $Date:: 2013-01-12 15:43:27 +0100 (Sat, 12 Jan 2013)               $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: (local)                                                  $ *
+ * -------------------------------------------------------------------- *
+ * 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('network_webmaster_infos');
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news-2003.php b/inc/modules/guest/what-news-2003.php
new file mode 100644 (file)
index 0000000..2d0cafe
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load warning
+loadTemplate('news_archive_warning');
+
+// Load main template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news-2004.php b/inc/modules/guest/what-news-2004.php
new file mode 100644 (file)
index 0000000..2d0cafe
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load warning
+loadTemplate('news_archive_warning');
+
+// Load main template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news-2005.php b/inc/modules/guest/what-news-2005.php
new file mode 100644 (file)
index 0000000..2d0cafe
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load warning
+loadTemplate('news_archive_warning');
+
+// Load main template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news-2006.php b/inc/modules/guest/what-news-2006.php
new file mode 100644 (file)
index 0000000..2d0cafe
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load warning
+loadTemplate('news_archive_warning');
+
+// Load main template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news-2007.php b/inc/modules/guest/what-news-2007.php
new file mode 100644 (file)
index 0000000..2d0cafe
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load warning
+loadTemplate('news_archive_warning');
+
+// Load main template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news-2008.php b/inc/modules/guest/what-news-2008.php
new file mode 100644 (file)
index 0000000..2d0cafe
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load warning
+loadTemplate('news_archive_warning');
+
+// Load main template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news-2009.php b/inc/modules/guest/what-news-2009.php
new file mode 100644 (file)
index 0000000..2d0cafe
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load warning
+loadTemplate('news_archive_warning');
+
+// Load main template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news-2010.php b/inc/modules/guest/what-news-2010.php
new file mode 100644 (file)
index 0000000..2d0cafe
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load warning
+loadTemplate('news_archive_warning');
+
+// Load main template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news-2011.php b/inc/modules/guest/what-news-2011.php
new file mode 100644 (file)
index 0000000..2d0cafe
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load warning
+loadTemplate('news_archive_warning');
+
+// Load main template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news-2012.php b/inc/modules/guest/what-news-2012.php
new file mode 100644 (file)
index 0000000..2d0cafe
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load warning
+loadTemplate('news_archive_warning');
+
+// Load main template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news-2013.php b/inc/modules/guest/what-news-2013.php
new file mode 100644 (file)
index 0000000..2d0cafe
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Load warning
+loadTemplate('news_archive_warning');
+
+// Load main template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+// [EOF]
+?>
diff --git a/inc/modules/guest/what-news.php b/inc/modules/guest/what-news.php
new file mode 100644 (file)
index 0000000..fa038fa
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-newsletter.php b/inc/modules/guest/what-newsletter.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-partner.php b/inc/modules/guest/what-partner.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-pay_faq.php b/inc/modules/guest/what-pay_faq.php
new file mode 100644 (file)
index 0000000..2b11b9c
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       * 
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-philosophy.php b/inc/modules/guest/what-philosophy.php
new file mode 100644 (file)
index 0000000..fa038fa
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-photos.php b/inc/modules/guest/what-photos.php
new file mode 100644 (file)
index 0000000..fa038fa
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-powered.php b/inc/modules/guest/what-powered.php
new file mode 100644 (file)
index 0000000..db5638d
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 07/13/2004 *
+ * ================                             Last change: 07/13/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-powered.php                                 *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       * 
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-preview.php b/inc/modules/guest/what-preview.php
new file mode 100644 (file)
index 0000000..7c5f391
--- /dev/null
@@ -0,0 +1,38 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       * 
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+define('__CONTENT_BASIC'   , loadTemplate('order-basic'       , true));
+define('__CONTENT_COMPLETE', loadTemplate('order-complete'    , true));
+define('__CONTENT_MAX'     , loadTemplate('order-max'         , true));
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-references.php b/inc/modules/guest/what-references.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-releases.php b/inc/modules/guest/what-releases.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-requirements.php b/inc/modules/guest/what-requirements.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-rettet_das_internet.php b/inc/modules/guest/what-rettet_das_internet.php
new file mode 100644 (file)
index 0000000..4d00eae
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 02/11/2005 *
+ * ================                             Last change: 02/11/2005 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-rettet_das_internet.php                     *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003 - 2004 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-roadmap.php b/inc/modules/guest/what-roadmap.php
new file mode 100644 (file)
index 0000000..be2f923
--- /dev/null
@@ -0,0 +1,34 @@
+<?php
+/************************************************************************
+ * M-XChange v0.1.0                                   Start: 01/27/2004 *
+ * ================                             Last change: 01/27/2004 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : what-                                            *
+ * -------------------------------------------------------------------- *
+ * Short description :                                                  *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  :                                                  *
+ * -------------------------------------------------------------------- *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * Copyleft (c) 2003, 2004, 2005 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.       *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-svn.php b/inc/modules/guest/what-svn.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-why_reg.php b/inc/modules/guest/what-why_reg.php
new file mode 100644 (file)
index 0000000..c38e378
--- /dev/null
@@ -0,0 +1,31 @@
+<?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();
+}
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+//
+?>
diff --git a/inc/modules/guest/what-wiki.php b/inc/modules/guest/what-wiki.php
new file mode 100644 (file)
index 0000000..e822be3
--- /dev/null
@@ -0,0 +1,72 @@
+<?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();
+}
+
+// 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->_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'  => 'https://wiki.mxchange.org'
+       )
+);
+$rdf->set_max_item(10);
+$rdf->parse_RDF('https://wiki.mxchange.org/feed.php');
+outputHtml($rdf->finish(TRUE));
+outputHtml('</div>');
+
+//
+?>