X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=ref.php;h=3b5fd8008581fb5c65397679cab2199b4f577e6f;hp=451bb7eaa36c123940826f0db573e6b44c6062b6;hb=e8ca54fe91872ab95a6ffdc4f1268bf18889021d;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e diff --git a/ref.php b/ref.php index 451bb7eaa3..3b5fd80085 100644 --- a/ref.php +++ b/ref.php @@ -1,7 +1,7 @@ 0) { + if (isValidUserId(determineReferalId())) { // Update ref counter SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `ref_clicks`=`ref_clicks`+1 WHERE `userid`=%s LIMIT 1", - array(bigintval($ref)), __FILE__, __LINE__); + array(makeDatabaseUserId(determineReferalId())), __FILE__, __LINE__); + + // Base URL for redirection + switch (getConfig('refid_target')) { + case 'register': + $URL = 'modules.php?module=index&what=register'; + break; + + case 'index': + $URL = 'modules.php?module=index'; + break; + } // END - switch } // END - if } // END - if