]> git.mxchange.org Git - mailer.git/commitdiff
New extension for FunCoins introduced
authorRoland Häder <roland@mxchange.org>
Wed, 18 Aug 2010 23:21:35 +0000 (23:21 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 18 Aug 2010 23:21:35 +0000 (23:21 +0000)
.gitattributes
inc/extensions/ext-funcoins.php [new file with mode: 0644]
templates/de/html/ext/ext_funcoins.tpl [new file with mode: 0644]

index ebcce7a13b663922ac40c174071819cc22c5c098..d11348d4a2bf4a2ffcb2d45d73d2920d95c04ce5 100644 (file)
@@ -140,6 +140,7 @@ inc/extensions/ext-demo.php -text svneol=unset#text/plain
 inc/extensions/ext-doubler.php -text svneol=unset#text/plain
 inc/extensions/ext-events.php -text svneol=unset#text/plain
 inc/extensions/ext-forced.php -text svneol=unset#text/plain
+inc/extensions/ext-funcoins.php svneol=native#text/plain
 inc/extensions/ext-grade.php -text svneol=unset#text/plain
 inc/extensions/ext-holiday.php -text svneol=unset#text/plain
 inc/extensions/ext-html_mail.php -text svneol=unset#text/plain
@@ -1355,6 +1356,7 @@ templates/de/html/ext/ext_demo.tpl -text svneol=unset#text/plain
 templates/de/html/ext/ext_doubler.tpl -text svneol=unset#text/plain
 templates/de/html/ext/ext_events.tpl -text svneol=unset#text/plain
 templates/de/html/ext/ext_forced.tpl -text svneol=unset#text/plain
+templates/de/html/ext/ext_funcoins.tpl svneol=native#text/plain
 templates/de/html/ext/ext_grade.tpl -text svneol=unset#text/plain
 templates/de/html/ext/ext_holiday.tpl -text svneol=unset#text/plain
 templates/de/html/ext/ext_html_mail.tpl -text svneol=unset#text/plain
diff --git a/inc/extensions/ext-funcoins.php b/inc/extensions/ext-funcoins.php
new file mode 100644 (file)
index 0000000..ecbca65
--- /dev/null
@@ -0,0 +1,98 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 19/08/2010 *
+ * ===================                          Last change: 19/08/2010 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : ext-funcoins.php                                 *
+ * -------------------------------------------------------------------- *
+ * Short description : Extension for the FunCoins API integration       *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Erweiterung fuer die Integration der             *
+ *                     FunCoins-API (                                   *
+ * -------------------------------------------------------------------- *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * 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                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * 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'));
+
+// This extension is in development (non-productive)
+enableExtensionProductive(false);
+
+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 in extension %s detected.", getExtensionMode(), getCurrentExtensionName()));
+               break;
+} // END - switch
+
+// [EOF]
+?>
diff --git a/templates/de/html/ext/ext_funcoins.tpl b/templates/de/html/ext/ext_funcoins.tpl
new file mode 100644 (file)
index 0000000..98a2749
--- /dev/null
@@ -0,0 +1,26 @@
+<div class="para">
+       Mit dieser Erweiterung ist die Integration der <a rel="external"
+        target="_blank" href="http://www.funcoins.de/join.php?refid=9265">FuCo</a>-EX&#178;
+       API m&ouml;glich. Um diese auch nutzen zu k&ouml;nnen, ben&ouml;tigen Sie
+       ein Betreiberkonto, dass Sie sich bei der FunCoins-Bank kostenlos holen und
+       die Aufnahme Ihres {?MT_WORD2?} beantragen k&ouml;nnen.
+</div>
+
+<div class="para">
+       Um gleich einige Missverst&auml;ndnisse auszur&auml;umen, sollten Sie im
+       Gastbereich eine News einstellen, wo Sie schreiben, dass Sie bald FunCoins
+       anbieten. Dies kann die Aufnahme Ihres {?MT_WORD2?} deutlich beschleunigen
+       und vereinfachen.
+</div>
+
+<div class="para">
+       FunCoins ist eine Internet-W&auml;hrung, die Sie verdienen (soweit meines
+       Wissenstandes aber nicht auszahlen k&ouml;nnen), mit Spielen, an Auktionen
+       teilnehmen k&ouml;nnen oder auch sparen k&ouml;nnen.
+</div>
+
+<div class="para">
+       Link zur API: <a href="http://www.fucoex.de" rel="external"
+        target="_blank">www.fucoex.de</a> - Link zur Bank: <a rel="external"
+        href="http://www.funcoinbank.de" target="_blank">www.funcoinbank.de</a>
+</div>