From 245137064dee797e781da6bdb52aade456713528 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org> Date: Wed, 1 Apr 2015 10:25:47 +0200 Subject: [PATCH] Added more local files + ctracker.php MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder <roland@mxchange.org> --- inc/libs/security_functions.php | 4 +- inc/modules/guest/action-actions.php | 57 +++++++++++++++ inc/modules/guest/action-community.php | 59 +++++++++++++++ inc/modules/guest/action-dummy.php | 58 +++++++++++++++ inc/modules/guest/action-interna.php | 58 +++++++++++++++ inc/modules/guest/action-mailer.php | 58 +++++++++++++++ inc/modules/guest/action-news_archive.php | 59 +++++++++++++++ .../guest/what-10_jahre_mailer_project.php | 34 +++++++++ .../guest/what-10_years_anniversary.php | 34 +++++++++ inc/modules/guest/what-about.php | 31 ++++++++ inc/modules/guest/what-aboutme.php | 31 ++++++++ inc/modules/guest/what-awards.php | 34 +++++++++ inc/modules/guest/what-blog.php | 53 ++++++++++++++ inc/modules/guest/what-bug-tracker.php | 72 +++++++++++++++++++ inc/modules/guest/what-contribute.php | 31 ++++++++ .../guest/what-delphine-helfen-kind.php | 33 +++++++++ inc/modules/guest/what-demo.php | 34 +++++++++ inc/modules/guest/what-docs.php | 32 +++++++++ inc/modules/guest/what-donate.php | 31 ++++++++ inc/modules/guest/what-downloads.php | 32 +++++++++ inc/modules/guest/what-faqs.php | 33 +++++++++ inc/modules/guest/what-forum.php | 56 +++++++++++++++ inc/modules/guest/what-git.php | 31 ++++++++ inc/modules/guest/what-link_us.php | 34 +++++++++ inc/modules/guest/what-listed.php | 31 ++++++++ inc/modules/guest/what-my_weblog.php | 3 + .../guest/what-network-webmaster-infos.php | 50 +++++++++++++ inc/modules/guest/what-news-2003.php | 38 ++++++++++ inc/modules/guest/what-news-2004.php | 38 ++++++++++ inc/modules/guest/what-news-2005.php | 38 ++++++++++ inc/modules/guest/what-news-2006.php | 38 ++++++++++ inc/modules/guest/what-news-2007.php | 38 ++++++++++ inc/modules/guest/what-news-2008.php | 38 ++++++++++ inc/modules/guest/what-news-2009.php | 38 ++++++++++ inc/modules/guest/what-news-2010.php | 38 ++++++++++ inc/modules/guest/what-news-2011.php | 38 ++++++++++ inc/modules/guest/what-news-2012.php | 38 ++++++++++ inc/modules/guest/what-news-2013.php | 38 ++++++++++ inc/modules/guest/what-news.php | 34 +++++++++ inc/modules/guest/what-newsletter.php | 31 ++++++++ inc/modules/guest/what-partner.php | 31 ++++++++ inc/modules/guest/what-pay_faq.php | 34 +++++++++ inc/modules/guest/what-philosophy.php | 34 +++++++++ inc/modules/guest/what-photos.php | 34 +++++++++ inc/modules/guest/what-powered.php | 34 +++++++++ inc/modules/guest/what-preview.php | 38 ++++++++++ inc/modules/guest/what-references.php | 31 ++++++++ inc/modules/guest/what-releases.php | 31 ++++++++ inc/modules/guest/what-requirements.php | 31 ++++++++ .../guest/what-rettet_das_internet.php | 34 +++++++++ inc/modules/guest/what-roadmap.php | 34 +++++++++ inc/modules/guest/what-svn.php | 31 ++++++++ inc/modules/guest/what-why_reg.php | 31 ++++++++ inc/modules/guest/what-wiki.php | 72 +++++++++++++++++++ 54 files changed, 2054 insertions(+), 2 deletions(-) create mode 100644 inc/modules/guest/action-actions.php create mode 100644 inc/modules/guest/action-community.php create mode 100644 inc/modules/guest/action-dummy.php create mode 100644 inc/modules/guest/action-interna.php create mode 100644 inc/modules/guest/action-mailer.php create mode 100644 inc/modules/guest/action-news_archive.php create mode 100644 inc/modules/guest/what-10_jahre_mailer_project.php create mode 100644 inc/modules/guest/what-10_years_anniversary.php create mode 100644 inc/modules/guest/what-about.php create mode 100644 inc/modules/guest/what-aboutme.php create mode 100644 inc/modules/guest/what-awards.php create mode 100644 inc/modules/guest/what-blog.php create mode 100644 inc/modules/guest/what-bug-tracker.php create mode 100644 inc/modules/guest/what-contribute.php create mode 100644 inc/modules/guest/what-delphine-helfen-kind.php create mode 100644 inc/modules/guest/what-demo.php create mode 100644 inc/modules/guest/what-docs.php create mode 100644 inc/modules/guest/what-donate.php create mode 100644 inc/modules/guest/what-downloads.php create mode 100644 inc/modules/guest/what-faqs.php create mode 100644 inc/modules/guest/what-forum.php create mode 100644 inc/modules/guest/what-git.php create mode 100644 inc/modules/guest/what-link_us.php create mode 100644 inc/modules/guest/what-listed.php create mode 100644 inc/modules/guest/what-my_weblog.php create mode 100644 inc/modules/guest/what-network-webmaster-infos.php create mode 100644 inc/modules/guest/what-news-2003.php create mode 100644 inc/modules/guest/what-news-2004.php create mode 100644 inc/modules/guest/what-news-2005.php create mode 100644 inc/modules/guest/what-news-2006.php create mode 100644 inc/modules/guest/what-news-2007.php create mode 100644 inc/modules/guest/what-news-2008.php create mode 100644 inc/modules/guest/what-news-2009.php create mode 100644 inc/modules/guest/what-news-2010.php create mode 100644 inc/modules/guest/what-news-2011.php create mode 100644 inc/modules/guest/what-news-2012.php create mode 100644 inc/modules/guest/what-news-2013.php create mode 100644 inc/modules/guest/what-news.php create mode 100644 inc/modules/guest/what-newsletter.php create mode 100644 inc/modules/guest/what-partner.php create mode 100644 inc/modules/guest/what-pay_faq.php create mode 100644 inc/modules/guest/what-philosophy.php create mode 100644 inc/modules/guest/what-photos.php create mode 100644 inc/modules/guest/what-powered.php create mode 100644 inc/modules/guest/what-preview.php create mode 100644 inc/modules/guest/what-references.php create mode 100644 inc/modules/guest/what-releases.php create mode 100644 inc/modules/guest/what-requirements.php create mode 100644 inc/modules/guest/what-rettet_das_internet.php create mode 100644 inc/modules/guest/what-roadmap.php create mode 100644 inc/modules/guest/what-svn.php create mode 100644 inc/modules/guest/what-why_reg.php create mode 100644 inc/modules/guest/what-wiki.php diff --git a/inc/libs/security_functions.php b/inc/libs/security_functions.php index 5a742973e7..bc8e13c17e 100644 --- a/inc/libs/security_functions.php +++ b/inc/libs/security_functions.php @@ -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 index 0000000000..9efa525dde --- /dev/null +++ b/inc/modules/guest/action-actions.php @@ -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 index 0000000000..54aac65080 --- /dev/null +++ b/inc/modules/guest/action-community.php @@ -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 index 0000000000..aa141bdbf3 --- /dev/null +++ b/inc/modules/guest/action-dummy.php @@ -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 index 0000000000..aa141bdbf3 --- /dev/null +++ b/inc/modules/guest/action-interna.php @@ -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 index 0000000000..aa141bdbf3 --- /dev/null +++ b/inc/modules/guest/action-mailer.php @@ -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 index 0000000000..f8f1383eb1 --- /dev/null +++ b/inc/modules/guest/action-news_archive.php @@ -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 index 0000000000..f794b1a929 --- /dev/null +++ b/inc/modules/guest/what-10_jahre_mailer_project.php @@ -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 index 0000000000..f794b1a929 --- /dev/null +++ b/inc/modules/guest/what-10_years_anniversary.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-about.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-aboutme.php @@ -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 index 0000000000..2b11b9cb77 --- /dev/null +++ b/inc/modules/guest/what-awards.php @@ -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 index 0000000000..73576ecc49 --- /dev/null +++ b/inc/modules/guest/what-blog.php @@ -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 index 0000000000..d4878ea921 --- /dev/null +++ b/inc/modules/guest/what-bug-tracker.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-contribute.php @@ -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 index 0000000000..af3e4088fc --- /dev/null +++ b/inc/modules/guest/what-delphine-helfen-kind.php @@ -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 index 0000000000..fa038fa9b4 --- /dev/null +++ b/inc/modules/guest/what-demo.php @@ -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 index 0000000000..604a8e4cb0 --- /dev/null +++ b/inc/modules/guest/what-docs.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-donate.php @@ -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 index 0000000000..20524a2a22 --- /dev/null +++ b/inc/modules/guest/what-downloads.php @@ -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 index 0000000000..3e9240b30c --- /dev/null +++ b/inc/modules/guest/what-faqs.php @@ -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 index 0000000000..f60ed8bd6e --- /dev/null +++ b/inc/modules/guest/what-forum.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-git.php @@ -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 index 0000000000..b5270e8bcc --- /dev/null +++ b/inc/modules/guest/what-link_us.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-listed.php @@ -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 index 0000000000..f551ef47b7 --- /dev/null +++ b/inc/modules/guest/what-my_weblog.php @@ -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 index 0000000000..d90cbb31ec --- /dev/null +++ b/inc/modules/guest/what-network-webmaster-infos.php @@ -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 index 0000000000..2d0cafe3f8 --- /dev/null +++ b/inc/modules/guest/what-news-2003.php @@ -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 index 0000000000..2d0cafe3f8 --- /dev/null +++ b/inc/modules/guest/what-news-2004.php @@ -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 index 0000000000..2d0cafe3f8 --- /dev/null +++ b/inc/modules/guest/what-news-2005.php @@ -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 index 0000000000..2d0cafe3f8 --- /dev/null +++ b/inc/modules/guest/what-news-2006.php @@ -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 index 0000000000..2d0cafe3f8 --- /dev/null +++ b/inc/modules/guest/what-news-2007.php @@ -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 index 0000000000..2d0cafe3f8 --- /dev/null +++ b/inc/modules/guest/what-news-2008.php @@ -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 index 0000000000..2d0cafe3f8 --- /dev/null +++ b/inc/modules/guest/what-news-2009.php @@ -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 index 0000000000..2d0cafe3f8 --- /dev/null +++ b/inc/modules/guest/what-news-2010.php @@ -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 index 0000000000..2d0cafe3f8 --- /dev/null +++ b/inc/modules/guest/what-news-2011.php @@ -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 index 0000000000..2d0cafe3f8 --- /dev/null +++ b/inc/modules/guest/what-news-2012.php @@ -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 index 0000000000..2d0cafe3f8 --- /dev/null +++ b/inc/modules/guest/what-news-2013.php @@ -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 index 0000000000..fa038fa9b4 --- /dev/null +++ b/inc/modules/guest/what-news.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-newsletter.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-partner.php @@ -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 index 0000000000..2b11b9cb77 --- /dev/null +++ b/inc/modules/guest/what-pay_faq.php @@ -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 index 0000000000..fa038fa9b4 --- /dev/null +++ b/inc/modules/guest/what-philosophy.php @@ -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 index 0000000000..fa038fa9b4 --- /dev/null +++ b/inc/modules/guest/what-photos.php @@ -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 index 0000000000..db5638d3ce --- /dev/null +++ b/inc/modules/guest/what-powered.php @@ -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 index 0000000000..7c5f391333 --- /dev/null +++ b/inc/modules/guest/what-preview.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-references.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-releases.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-requirements.php @@ -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 index 0000000000..4d00eae6b7 --- /dev/null +++ b/inc/modules/guest/what-rettet_das_internet.php @@ -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 index 0000000000..be2f9233ab --- /dev/null +++ b/inc/modules/guest/what-roadmap.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-svn.php @@ -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 index 0000000000..c38e378409 --- /dev/null +++ b/inc/modules/guest/what-why_reg.php @@ -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 index 0000000000..e822be338f --- /dev/null +++ b/inc/modules/guest/what-wiki.php @@ -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>'); + +// +?> -- 2.39.5