} else {
// Output error message
include(PATH."inc/header.php");
- LOAD_TEMPLATE("redirect_url", false, $URL);
+ LOAD_TEMPLATE("redirect_url", false, str_replace("&", "&", $URL));
include(PATH."inc/footer.php");
}
exit();
}
//
-function MXCHANGE_OPEN($script) {
+function MXCHANGE_OPEN ($script) {
// Compile the script name
$script = COMPILE_CODE($script);
// Open connection
$fp = @fsockopen($host, 80, $errno, $errdesc, 30);
- if (!$fp)
- {
+ if (!$fp) {
// Failed!
return array("", "", "");
}
define('WERNIS_MEMBER_PAYOUT_MIN_POINTS', "Mindestens auszuzahlendes {!POINTS!}-Guthaben");
define('WERNIS_MEMBER_PAYOUT_SUBMIT', "Auszahlung durchführen");
define('WERNIS_MEMBER_PAYOUT_NOTE', "Ihr {!POINTS!}-Passwort wird bei {!MAIN_TITLE!} nicht gespeichert. Bitte bei {!POINTS!}-Betrag nur gerade Beträge eingeben! Überprüfen Sie vor dem Absenden Ihren WDS66-Usernamen.");
-define('WERNIS_MEMBER_WDS66_ID', "Username bei WDS66-Portal: [<A href=\"http://www.wds66.com/modules.php?module=psw_verg\" target=\"_blank\">Vergessen?</A>]");
-define('WERNIS_MEMBER_WDS66_PASSWORD', "{!POINTS!}-Passwort (nicht Accountpasswort!): [<A href=\"http://www.wds66.com/modules.php?module=psw_verg\" target=\"_blank\">Vergessen?</A>]");
+define('WERNIS_MEMBER_WDS66_ID', "Username bei WDS66-Portal: [<A href=\"http://192.168.1.17/new_autoinstaller/wds66/modules.php?module=wpass&mode=new\" target=\"_blank\">Vergessen?</A>]");
+define('WERNIS_MEMBER_WDS66_PASSWORD', "{!POINTS!}-Passwort (nicht Accountpasswort!): [<A href=\"http://192.168.1.17/new_autoinstaller/wds66/modules.php?module=wpass&mode=new\" target=\"_blank\">Vergessen?</A>]");
define('WERNIS_MEMBER_WDS66_AMOUNT', "Zu überweisenden Betrag eingeben:");
define('WERNIS_MEMBER_MODE_INVALID', "Ungültiger Modus <u>%s</u> erkannt! Bitte links im Menü fortfahren.");
define('WERNIS_MEMBER_EMPTY_USERNAME', "Sie haben Ihren WDS66-Usernamen nicht eingegeben.");
if (isset($WERNIS['status'])) {
// Use raw message
return $WERNIS['status'];
- } elseif (isset($WERNIS['status'])) {
- // Fall-back to status
- return sprintf(WERNIS_ERROR_STATUS, $WERNIS['status']);
} else {
// Something bad happend
return WERNIS_UNKNOWN_ERROR;
if (strpos($response[0], "200") === false) {
// Something bad happend... :(
return array(
- 'status' => "request_eror",
+ 'status' => "request_error",
'message' => sprintf(WERNIS_API_REQUEST_ERROR, $response[0])
);
}
$return = array();
// We use only the first two entries (which shall be fine)
- if ($data[0] == "error") {
+ if ($data[0] === "error") {
// The request has failed... :(
switch ($data[1]) {
+ case "404": // Invalid API ID
case "AUTH": // Authorization has failed
$return = array(
'status' => "auth_failed",
);
break;
+ case "LOCKED": // User account is locked!
+ case "PASS": // Bad passphrase entered
case "USER": // Missing account or invalid password
$return = array(
'status' => "user_failed",
if ((!empty($_GET['user'])) && ($CLICK == 1) && ($_SERVER['PHP_SELF'] == "click.php")) {
// The variable user comes from the click-counter script click.php and we only accept this here
$GLOBALS['refid'] = bigintval($_GET['user']);
-}
-
-if (!empty($_POST['refid'])) {
+} elseif (!empty($_POST['refid'])) {
// Get referral id from variable refid (so I hope this makes my script more compatible to other scripts)
$GLOBALS['refid'] = SQL_ESCAPE(strip_tags($_POST['refid']));
} elseif (!empty($_GET['refid'])) {
. Damit Ihr System einheitlicher ist, sollten Sie unter
<A href="{!URL!}/modules.php?module=admin&what=config_other"
target="_blank">Sonstige Einstellungen</A>
-die Währung Ihres {!MT_WORD2!} auf Wernis umstellen.
+die Währung Ihres {!MT_WORD2!} von {!POINTS!} auf Wernis umstellen.