]> git.mxchange.org Git - mailer.git/blobdiff - doubler.php
Referal overview finished and rewritten for refback extension
[mailer.git] / doubler.php
index 6f0517dbf0816d823adeee2cc9fd2e2f4517cf12..db9ebf7a397a0278bc6a82a384d9228bf8aaa6ab 100644 (file)
@@ -56,7 +56,7 @@ if (!EXT_IS_ACTIVE("doubler")) {
 
 // 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
@@ -141,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