X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doubler.php;h=8f147a4996a82b33284f4c6b1962c4c30e8e12ed;hb=17bf2b3d87d31caef7b3de26d16a4b184a9bf975;hp=b3292fbecf5fd814b5ebe31ba2ba0edd3e741b7f;hpb=4c83f0cc7459cad9ec9c1c68963f5365155ee935;p=mailer.git diff --git a/doubler.php b/doubler.php index b3292fbecf..8f147a4996 100644 --- a/doubler.php +++ b/doubler.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Punkteverdoppler * * -------------------------------------------------------------------- * - * * + * $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 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -51,7 +56,7 @@ require("inc/config.php"); REDIRECT_ON_UNINSTALLED_EXTENSION("doubler"); // Is the script installed? -if (isBooleanConstantAndTrue('mxchange_installed')) { +if (isInstalled()) { // Probe for referal ID if (REQUEST_ISSET_GET(('refid'))) $GLOBALS['refid'] = REQUEST_GET(('refid')); @@ -123,7 +128,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { // Check all together if ((!empty($uid)) && ($password == generateHash(REQUEST_POST('pass'), substr($password, 0, -40))) && ($status == "CONFIRMED") && ($probe_points)) { // Nickname resolved to a unique userid or direct userid entered by the member - $DOUBLER_UID = $uid; + $GLOBALS['doubler_uid'] = $uid; // Calulcate points $points = GET_TOTAL_DATA($uid, "user_points", "points") - GET_TOTAL_DATA($uid, "user_data", "used_points"); @@ -274,4 +279,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { } // Really all done here... ;-) +shutdown(); + +// ?>