New extension ext-partner introduced
authorRoland Häder <roland@mxchange.org>
Fri, 18 Dec 2009 23:06:12 +0000 (23:06 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 18 Dec 2009 23:06:12 +0000 (23:06 +0000)
.gitattributes
inc/extensions/ext-partner.php [new file with mode: 0644]
templates/de/html/ext/ext_partner.tpl [new file with mode: 0644]

index 7d5fb46af872caa33226c4c45f2181204c201dbd..1138ff13d7a706f563464da9ce33898b0ce27600 100644 (file)
@@ -155,6 +155,7 @@ inc/extensions/ext-online.php -text
 inc/extensions/ext-optimize.php -text
 inc/extensions/ext-order.php -text
 inc/extensions/ext-other.php -text
+inc/extensions/ext-partner.php -text
 inc/extensions/ext-payout.php -text
 inc/extensions/ext-politician-stop.php -text
 inc/extensions/ext-primera.php -text
@@ -1329,6 +1330,7 @@ templates/de/html/ext/ext_online.tpl -text
 templates/de/html/ext/ext_optimize.tpl -text
 templates/de/html/ext/ext_order.tpl -text
 templates/de/html/ext/ext_other.tpl -text
+templates/de/html/ext/ext_partner.tpl -text
 templates/de/html/ext/ext_payout.tpl -text
 templates/de/html/ext/ext_politician-stop.tpl -text
 templates/de/html/ext/ext_primera.tpl -text
diff --git a/inc/extensions/ext-partner.php b/inc/extensions/ext-partner.php
new file mode 100644 (file)
index 0000000..570c807
--- /dev/null
@@ -0,0 +1,93 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 12/18/2009 *
+ * ===================                          Last change: 12/18/2009 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : ext-partner.php                                  *
+ * -------------------------------------------------------------------- *
+ * Short description : Handles 'pings' on partner sites                 *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Verwaltet "Pings" auf Partnersites               *
+ * -------------------------------------------------------------------- *
+ * $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 - 2009 by Roland Haeder                           *
+ * For more information visit: http://www.mxchange.org                  *
+ *                                                                      *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or    *
+ * (at your option) any later version.                                  *
+ *                                                                      *
+ * This program is distributed in the hope that it will be useful,      *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
+ * GNU General Public License for more details.                         *
+ *                                                                      *
+ * You should have received a copy of the GNU General Public License    *
+ * along with this program; if not, write to the Free Software          *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Version number
+setThisExtensionVersion('0.0');
+
+// Version history array (add more with , '0.1.0' and so on)
+setExtensionVersionHistory(array('0.0'));
+
+switch (getExtensionMode()) {
+       case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
+               // SQL commands to run
+               break;
+
+       case 'remove': // Do stuff when removing extension
+               // SQL commands to run
+               break;
+
+       case 'activate': // Do stuff when admin activates this extension
+               // SQL commands to run
+               break;
+
+       case 'deactivate': // Do stuff when admin deactivates this extension
+               // SQL commands to run
+               break;
+
+       case 'update': // Update an extension
+               switch (getCurrentExtensionVersion()) {
+                       case '0.0.1': // SQL queries for v0.0.1
+                               addExtensionSql('');
+
+                               // Update notes (these will be set as task text!)
+                               setExtensionUpdateNotes('');
+                               break;
+               } // END - switch
+               break;
+
+       case 'modify': // When the extension got modified
+               break;
+
+       case 'test': // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
+               break;
+
+       case 'init': // Do stuff when extension is initialized
+               break;
+
+       default: // Unknown extension mode
+               logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s detected.", getExtensionMode()));
+               break;
+} // END - switch
+
+// [EOF]
+?>
diff --git a/templates/de/html/ext/ext_partner.tpl b/templates/de/html/ext/ext_partner.tpl
new file mode 100644 (file)
index 0000000..ea4bece
--- /dev/null
@@ -0,0 +1,24 @@
+<div class="para">
+Diese Erweiterung erm&ouml;glicht es Ihnen, dass Ihre Partner Mitglieder
+bewerben k&ouml;nnen und bei auf Ihrem {?mt_word3?} durchgef&uuml;hrter
+Anmeldung oder Best&auml;tigung der Anmeldung einen &quot;Ping&quot; erhalten.
+</div>
+
+<div class="para">
+Dieser Ping ist (bzw. ist empfehlenswert) eine POST-Anfrage an die Partnersite
+und kann beliebige Daten enthalten, die Sie mit Ihrem Partner abgesprochen
+haben. Typische Daten sind hier die Email-Adresse und/oder Userid.
+</div>
+
+<div class="para">
+Die Anfrage selbst ist durch einen API-Key authentiziert, den Ihnen Ihr Partner
+geben sollte. Anderfalls kann nicht sichergestellt werden, dass auch nur Ihre
+Seite die Website Ihres Partners anpingt.
+</div>
+
+<div class="para">
+Die Daten k&ouml;nnen dabei entweder als XML (freie Definition der Node-Namen
+durch Template) oder als POST-Parameter (freie Benennung) &uuml;bertragen
+werden. Eine Verschl&uuml;sselung ist mit mcrypt geplant. SSL ist (https) ist
+noch nicht m&ouml;glich und vielleicht erst ab {?TITLE?} 0.3.0 m&ouml;glich.
+</div>