define('SERVER_URL', "http://www.mxchange.org");
// This current patch level
-define('CURR_SVN_REVISION', "554");
+define('CURR_SVN_REVISION', "555");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
// Add description as navigation point
ADD_DESCR("member", __FILE__);
-if ((!isset($_POST['ok'])) || (empty($_POST['qsummary'])))
-{
+if ((!isset($_POST['ok'])) || (empty($_POST['qsummary']))) {
// Output form
LOAD_TEMPLATE("member_support_form");
-}
- else
-{
+} else {
// Load mail template based on your member's decision
if (GET_EXT_VERSION("admins") >= "0.4.1") {
$a_tpl = "admin_support-".$_POST['qsummary'];
} else {
- $msg_a = LOAD_EMAIL_TEMPLATE("admin_support-".$_POST['qsummary'], $_POST['qdetails'], $GLOBALS['userid']);
+ $msg_a = LOAD_EMAIL_TEMPLATE("admin_support-".$_POST['qsummary'], array('text' => $_POST['qdetails']), $GLOBALS['userid']);
}
- $msg_m = LOAD_EMAIL_TEMPLATE("member_support-".$_POST['qsummary'], $_POST['qdetails'], $GLOBALS['userid']);
+ $msg_m = LOAD_EMAIL_TEMPLATE("member_support-".$_POST['qsummary'], array('text' => $_POST['qdetails']), $GLOBALS['userid']);
// Select right subject
- switch ($_POST['qsummary'])
- {
+ switch ($_POST['qsummary']) {
case "ordr" : $subj_a = SUPPORT_SUBJ_ADMIN_ORDER; $subj_m = SUPPORT_SUBJ_MEMBER_ORDER; break;
case "reflink" : $subj_a = SUPPORT_SUBJ_ADMIN_REFLINK; $subj_m = SUPPORT_SUBJ_MEMBER_REFLINK; break;
case "unconfirmed": $subj_a = SUPPORT_SUBJ_ADMIN_UNCONFIRMED; $subj_m = SUPPORT_SUBJ_MEMBER_UNCONFIRMED; break;
- }
+ } // END - switch
// Send mail to admin
- SEND_ADMIN_NOTIFICATION($subj_a, $a_tpl, $_POST['qdetails'], $GLOBALS['userid']);
+ SEND_ADMIN_NOTIFICATION($subj_a, $a_tpl, array('text' => $_POST['qdetails']), $GLOBALS['userid']);
// Send mail to user
SEND_EMAIL($GLOBALS['userid'], $subj_m, $msg_m);
// Drop a message in the admin's area
$result = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_task_system (userid, assigned_admin, status, task_type, subject, text, task_created) VALUES ('%s','0','NEW','SUPPORT_MEMBER','%s','%s', UNIX_TIMESTAMP())",
- array($GLOBALS['userid'], $subj_a, $_POST['qsummary'].":".$_POST['qdetails']), __FILE__, __LINE__);
+ array($GLOBALS['userid'], $subj_a, $_POST['qsummary'].":".array('text' => $_POST['qdetails'])), __FILE__, __LINE__);
// Form sent
LOAD_TEMPLATE("member_support_contcted");
-{--HELLO_ADMIN--},
-
-Ein Mitglied aus Ihrem Mailtausch hat soeben das Support-Formular ausgefuellt und hat eine Frage zum Mailversand.
-
-------------------------------
-Seine Mitglieder-ID ist: $UID
-------------------------------
-E-Mail Adresse: $content[email]
-------------------------------
-Vor-, Nachname: $content[gender] $content[surname] $content[family]
-------------------------------
-IP-Nummer: $REMOTE_ADDR
-------------------------------
-Browser: $HTTP_USER_AGENT
-------------------------------
-
-$content
-
-------------------------------
-
-Alternativ zum direkten Mailkontakt koennen Sie sich in den Admin-Bereich einloggen und das Support-System nutzen!
-
-Mit freundlichem Gruss,
- Ihr {!MAIN_TITLE!} Script
-
-{!URL!}/admin.php
-
+DEPRECATED!
\ No newline at end of file
Browser: $HTTP_USER_AGENT
------------------------------
-$content
+$content[text]
------------------------------
Browser: $HTTP_USER_AGENT
------------------------------
-$content
+$content[text]
------------------------------
Browser: $HTTP_USER_AGENT
------------------------------
-$content
+$content[text]
------------------------------
-Hallo $content[gender] $content[surname] $content[family],
-
-Sie hatten eine Frage zur Mailbuchung an uns gestellt. Folgendes wurde an den Support weitergeleitet:
-
-------------------------------
-Ihr Mitglieder-ID ist: $UID
-------------------------------
-E-Mail Adresse: $content[email]
-------------------------------
-Vor-, Nachname: $content[gender] $content[surname] $content[family]
-------------------------------
-
-$content
-
-------------------------------
-
-Einer unserer Mitarbeiter wird sich bald bei Ihnen direkt oder per Support-System melden. In beiden Faelllen erhalten Sie eine Mail!
-
-Mit freundlichem Gruss,
- Ihr {!MAIN_TITLE!} Team
-
-{!URL!}/login.php ({!WEBMASTER!})
\ No newline at end of file
+DEPRECATED!
\ No newline at end of file
Vor-, Nachname: $content[gender] $content[surname] $content[family]
------------------------------
-$content
+$content[text]
------------------------------
Mit freundlichem Gruss,
Ihr {!MAIN_TITLE!} Team
-{!URL!}/login.php ({!WEBMASTER!})
\ No newline at end of file
+{!URL!}/login.php ({!WEBMASTER!})
Vor-, Nachname: $content[gender] $content[surname] $content[family]
------------------------------
-$content
+$content[text]
------------------------------
Vor-, Nachname: $content[gender] $content[surname] $content[family]
------------------------------
-$content
+$content[text]
------------------------------
Mit freundlichem Gruss,
Ihr {!MAIN_TITLE!} Team
-{!URL!}/login.php ({!WEBMASTER!})
\ No newline at end of file
+{!URL!}/login.php ({!WEBMASTER!})