X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=doubler.php;h=db9ebf7a397a0278bc6a82a384d9228bf8aaa6ab;hp=8c56144ccf589fb3c87e1e410d36067905e706f7;hb=524c58a61b0a074fed8d7c9dc2f9ddab7f653595;hpb=b3f82be7e5ecc294acfe9c00ef75e3dc0c8b43d1 diff --git a/doubler.php b/doubler.php index 8c56144ccf..db9ebf7a39 100644 --- a/doubler.php +++ b/doubler.php @@ -48,9 +48,15 @@ $CSS = 0; // Load the required file(s) require ("inc/config.php"); +// Is the "doubler" extension active? +if (!EXT_IS_ACTIVE("doubler")) { + // Redirect to index + LOAD_URL("modules.php?module=index&msg=".CODE_EXTENSION_PROBLEM."&ext=doubler"); +} // END - if + // Is the script installed? if (isBooleanConstantAndTrue('mxchange_installed')) { - // Probe for referral ID + // Probe for referal ID if (!empty($_GET['refid'])) $GLOBALS['refid'] = bigintval($_GET['refid']); // Probe for nickname extension and if a nickname was supplied by URL @@ -135,13 +141,13 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { UPDATE_CONFIG("doubler_points", $points, "+"); $_CONFIG['doubler_points'] += $points; - // Add second line for the referral but only when uid != refid + // Add second line for the referal but only when uid != refid if (($GLOBALS['refid'] > 0) && ($GLOBALS['refid'] != $uid)) { // Okay add a refid line and apply refid percents $result = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_doubler (userid,refid,points,remote_ip,timemark,completed,is_ref) VALUES ('%s',0,'%s','".GET_REMOTE_ADDR()."',UNIX_TIMESTAMP(),'N','Y')", array(bigintval($GLOBALS['refid']), bigintval($_POST['points'] * 2 * $_CONFIG['doubler_ref'])), __FILE__, __LINE__); - // And that's why we dont't want to you more than one referral level of doubler-points. ^^^ + // And that's why we dont't want to you more than one referal level of doubler-points. ^^^ } // END - if // Update usage counter