// Load the required file(s)
require ("inc/config.php");
+// Is the "beg" extension active?
+if (!EXT_IS_ACTIVE("beg")) {
+ // Redirect to index
+ LOAD_URL("modules.php?module=index&msg=".CODE_EXTENSION_PROBLEM."&ext=beg");
+} // END - if
+
// Is the script installed?
if (isBooleanConstantAndTrue('mxchange_installed')) {
// Check for userid
// 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
define('CODE_INVALID_URL' , 30);
define('CODE_MENU_NOT_VALID' , 31);
define('CODE_LOGIN_FAILED' , 32);
-define('CODE_BEG_SAME_AS_OWN' , 33);
// Full version string: /([0-9]){1}\.([0-9]){1}\.([0-9]){1}(-(alpha|beta|pre|rc([1-3]))([0-9]+))?/
// If you understand regular expressions ^^^ you may know how I versionize... ;-)
define('SERVER_URL', "http://www.mxchange.org");
// This current patch level
-define('CURR_SVN_REVISION', "477");
+define('CURR_SVN_REVISION', "478");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
// Load the required file(s)
require ("inc/config.php");
+// Is the "bonus" extension active?
+if (!EXT_IS_ACTIVE("bonus")) {
+ // Redirect to index
+ LOAD_URL("modules.php?module=index&msg=".CODE_EXTENSION_PROBLEM."&ext=bonus");
+} // END - if
+
// List only rankings when script is installed
if (isBooleanConstantAndTrue('mxchange_installed'))
{