/www/wwwroot/contract-miner.com/build/design/core/pageTop.php
1 => '/build/image/icons/round-star-[pink].svg',
2 => '/build/image/icons/round-star-[orange].svg',
3 => '/build/image/icons/round-star-[blue].svg'
];
$veteranBadgeIcon = $veteranBadgeIcons[$cnfVeteranTier] ?? $veteranBadgeIcons[0];
}
function ordinal($number) {
if ($number == 0) return "0";
$ends = ['th','st','nd','rd','th','th','th','th','th','th'];
return ((($number % 100) >= 11) && (($number % 100) <= 13)) ? $number.'th' : $number.$ends[$number % 10];
}
// Fetch profile picture
$profilePicImage = '';
$profilePicSql = $conn->prepare("SELECT mb.s_badge_id, mbc.badge_img
FROM member_badges mb
JOIN member_badges_config mbc ON mbc.profilePicture_id = mb.s_badge_id
WHERE mb.userid = ? AND mb.selected = 1");
$profilePicSql->execute([$config_userid]);
if($profilePicSql->rowCount() > 0) {
$profilePic = $profilePicSql->fetch(PDO::FETCH_ASSOC);
$profilePicImage = $profilePic['badge_img'];
}
// Enable Sale Banner
$saleActive = false;
$pEventActive = true;
?>
<!-- SIDEBAR -->
<aside id="logo-sidebar" class="fixed top-0 left-0 z-40 w-[200px] h-screen pt-[75px] transition-transform -translate-x-full bg-gray-950 border-r border-gray-700 lg:-translate-x-full" aria-label="Sidebar">
<div class="h-full bg-gray-950" data-simplebar>
<?php
if(isset($_SESSION['username'])) { # Display sidebar for logged in users
?>
<div class="mb-4 px-2">
<div class="flex items-center gap-4">
<a class="no-outline" href="<?=__LINK_CONTRACTOR__ . __CONFIG_USERNAME__;?>">
/www/wwwroot/contract-miner.com/build/design/core/pageTop.php
1 => '/build/image/icons/round-star-[pink].svg',
2 => '/build/image/icons/round-star-[orange].svg',
3 => '/build/image/icons/round-star-[blue].svg'
];
$veteranBadgeIcon = $veteranBadgeIcons[$cnfVeteranTier] ?? $veteranBadgeIcons[0];
}
function ordinal($number) {
if ($number == 0) return "0";
$ends = ['th','st','nd','rd','th','th','th','th','th','th'];
return ((($number % 100) >= 11) && (($number % 100) <= 13)) ? $number.'th' : $number.$ends[$number % 10];
}
// Fetch profile picture
$profilePicImage = '';
$profilePicSql = $conn->prepare("SELECT mb.s_badge_id, mbc.badge_img
FROM member_badges mb
JOIN member_badges_config mbc ON mbc.profilePicture_id = mb.s_badge_id
WHERE mb.userid = ? AND mb.selected = 1");
$profilePicSql->execute([$config_userid]);
if($profilePicSql->rowCount() > 0) {
$profilePic = $profilePicSql->fetch(PDO::FETCH_ASSOC);
$profilePicImage = $profilePic['badge_img'];
}
// Enable Sale Banner
$saleActive = false;
$pEventActive = true;
?>
<!-- SIDEBAR -->
<aside id="logo-sidebar" class="fixed top-0 left-0 z-40 w-[200px] h-screen pt-[75px] transition-transform -translate-x-full bg-gray-950 border-r border-gray-700 lg:-translate-x-full" aria-label="Sidebar">
<div class="h-full bg-gray-950" data-simplebar>
<?php
if(isset($_SESSION['username'])) { # Display sidebar for logged in users
?>
<div class="mb-4 px-2">
<div class="flex items-center gap-4">
<a class="no-outline" href="<?=__LINK_CONTRACTOR__ . __CONFIG_USERNAME__;?>">
/www/wwwroot/contract-miner.com/build/design/user/page-top.php
<?php require_once(__BUILD_COMMON_CSS__); ?>
<title><?=$meta_title;?></title>
<link rel="apple-touch-icon" href="<?=__SETTINGS_FAVICON__;?>">
<link rel="shortcut icon" href="<?=__SETTINGS_FAVICON__;?>">
<link rel="icon" href="<?=__SETTINGS_FAVICON__;?>">
<?php
if($meta_data===true)
echo "<meta name=\"description\" content=\"".$meta_desc."\">
<meta name=\"keywords\" content=\"".$meta_keys."\">";
?>
<style type="text/css">
.float_ad_side {
position: sticky;
top: 4rem;
}
</style>
</head>
<body class="bg-dark-gradient">
<?php require_once(__BUILD_PAGE_BASE_TOP__); ?>
<div class="w-full" style="margin:0 auto;">
<div class="max-w-[1300px]" style="margin:0 auto;">
/www/wwwroot/contract-miner.com/routes/service.php
require_once($_SERVER["DOCUMENT_ROOT"] . '/build/pages/service/change-log.php');
require_once(__BUILD_PAGE_BOT__);
});
app()->get('/cookie-policy', function () { # ChangeLog
require_once(__WEBSITE_CORE_ROOT__ . '/core/common_globals.php');
$meta_data = true; $meta_desc = 'Cookie Policy - Contract-Miner';
$meta_keys = 'Contract-Miner, Cookie, Cookie Policy'; $meta_title = 'Cookie Policy - '.__SETTINGS_SITE_NAME__;
require_once(__BUILD_PAGE_TOP__);
require_once($_SERVER["DOCUMENT_ROOT"] . '/build/pages/service/cookie-policy.php');
require_once(__BUILD_PAGE_BOT__);
});
app()->get('/terms-of-service', function () { # ToS
require_once(__WEBSITE_CORE_ROOT__ . '/core/common_globals.php');
$meta_data = true; $meta_desc = 'Terms & Conditions - Contract-Miner';
$meta_keys = 'Contract-Miner, Terms, Terms & Conditions'; $meta_title = 'Terms & Conditions - '.__SETTINGS_SITE_NAME__;
require_once(__BUILD_PAGE_TOP__);
require_once($_SERVER["DOCUMENT_ROOT"] . '/build/pages/service/terms.php');
require_once(__BUILD_PAGE_BOT__);
});
app()->get('/privacy-policy', function () { # Privacy Policy
require_once(__WEBSITE_CORE_ROOT__ . '/core/common_globals.php');
$meta_data = true; $meta_desc = 'Privacy Policy - Contract-Miner';
$meta_keys = 'Contract-Miner, Privacy, Privacy Policy'; $meta_title = 'Privacy Policy - '.__SETTINGS_SITE_NAME__;
require_once(__BUILD_PAGE_TOP__);
require_once($_SERVER["DOCUMENT_ROOT"] . '/build/pages/service/privacy.php');
require_once(__BUILD_PAGE_BOT__);
});
app()->get('/disclaimer', function () { # Disclaimer
require_once(__WEBSITE_CORE_ROOT__ . '/core/common_globals.php');
$meta_data = true; $meta_desc = 'Disclaimer - Contract-Miner';
$meta_keys = 'Contract-Miner, CM Disclaimer'; $meta_title = 'Disclaimer - '.__SETTINGS_SITE_NAME__;
require_once(__BUILD_PAGE_TOP__);
/www/wwwroot/contract-miner.com/vendor/leafs/router/src/Router/Core.php
}, $matches, array_keys($matches));
// Call the handling function with the URL parameters if the desired input is callable
static::invoke($route['handler'], $params);
++$numHandled;
if ($quitAfterRun) {
break;
}
}
}
return $numHandled;
}
private static function invoke($handler, $params = [])
{
if (is_callable($handler)) {
call_user_func_array(
$handler,
$params
);
}
// If not, check the existence of special parameters
elseif (stripos($handler, '@') !== false) {
list($controller, $method) = explode('@', $handler);
if (!class_exists($controller)) {
trigger_error("$controller not found. Cross-check the namespace if you're sure the file exists");
}
if (!method_exists($controller, $method)) {
trigger_error("$method method not found in $controller");
}
// First check if is a static method, directly trying to invoke it.
// If isn't a valid static method, we will try as a normal method invocation.
if (call_user_func_array([new $controller(), $method], $params) === false) {
// Try to call the method as a non-static method. (the if does nothing, only avoids the notice)
if (forward_static_call_array([$controller, $method], $params) === false);
/www/wwwroot/contract-miner.com/vendor/leafs/router/src/Router/Core.php
}, $matches, array_keys($matches));
// Call the handling function with the URL parameters if the desired input is callable
static::invoke($route['handler'], $params);
++$numHandled;
if ($quitAfterRun) {
break;
}
}
}
return $numHandled;
}
private static function invoke($handler, $params = [])
{
if (is_callable($handler)) {
call_user_func_array(
$handler,
$params
);
}
// If not, check the existence of special parameters
elseif (stripos($handler, '@') !== false) {
list($controller, $method) = explode('@', $handler);
if (!class_exists($controller)) {
trigger_error("$controller not found. Cross-check the namespace if you're sure the file exists");
}
if (!method_exists($controller, $method)) {
trigger_error("$method method not found in $controller");
}
// First check if is a static method, directly trying to invoke it.
// If isn't a valid static method, we will try as a normal method invocation.
if (call_user_func_array([new $controller(), $method], $params) === false) {
// Try to call the method as a non-static method. (the if does nothing, only avoids the notice)
if (forward_static_call_array([$controller, $method], $params) === false);
/www/wwwroot/contract-miner.com/vendor/leafs/router/src/Router/Core.php
$route['pattern'] = preg_replace('/\/{(.*?)}/', '/(.*?)', $route['pattern']);
// we have a match!
if (preg_match_all('#^' . $route['pattern'] . '$#', $uri, $matches, PREG_OFFSET_CAPTURE)) {
// Rework matches to only contain the matches, not the orig string
$matches = array_slice($matches, 1);
// Extract the matched URL parameters (and only the parameters)
$params = array_map(function ($match, $index) use ($matches) {
// We have a following parameter: take the substring from the current param position until the next one's position (thank you PREG_OFFSET_CAPTURE)
if (isset($matches[$index + 1]) && isset($matches[$index + 1][0]) && is_array($matches[$index + 1][0])) {
return trim(substr($match[0][0], 0, $matches[$index + 1][0][1] - $match[0][1]), '/');
}
// We have no following parameters: return the whole lot
return isset($match[0][0]) ? trim($match[0][0], '/') : null;
}, $matches, array_keys($matches));
// Call the handling function with the URL parameters if the desired input is callable
static::invoke($route['handler'], $params);
++$numHandled;
if ($quitAfterRun) {
break;
}
}
}
return $numHandled;
}
private static function invoke($handler, $params = [])
{
if (is_callable($handler)) {
call_user_func_array(
$handler,
$params
);
}
// If not, check the existence of special parameters
/www/wwwroot/contract-miner.com/vendor/leafs/router/src/Router/Core.php
$middleware[0]->call();
}
}
static::callHook('router.before.route');
static::$requestedMethod = \Leaf\Http\Request::getMethod();
if (isset(static::$routeSpecificMiddleware[static::$requestedMethod])) {
static::handle(static::$routeSpecificMiddleware[static::$requestedMethod]);
}
static::callHook('router.before.dispatch');
$numHandled = 0;
if (isset(static::$routes[static::$requestedMethod])) {
$numHandled = static::handle(
static::$routes[static::$requestedMethod],
true
);
}
static::callHook('router.after.dispatch');
if ($numHandled === 0) {
if (!static::$notFoundHandler) {
if (class_exists('Leaf\App')) {
static::$notFoundHandler = function () {
\Leaf\Exception\General::default404();
};
} else {
static::$notFoundHandler = function () {
echo 'Route not found';
};
}
}
static::invoke(static::$notFoundHandler);
}
/www/wwwroot/contract-miner.com/vendor/leafs/leaf/src/App.php
if (class_exists('Leaf\Http\Cors')) {
Http\Cors::config($options);
} else {
trigger_error('Cors module not found! Run `composer require leafs/cors` to install the CORS module. This is required to configure CORS.');
}
}
/**
* @inheritdoc
*/
public static function run(?callable $callback = null)
{
if (class_exists('Leaf\Eien\Server')) {
server()
->wrap(function () use ($callback) {
parent::run($callback);
})
->listen();
} else {
return parent::run($callback);
}
}
}
/www/wwwroot/contract-miner.com/index.php
/***** EVENTS ROUTER *****/
require_once(__WEBSITE_CORE_ROOT__ . '/routes/events.php'); # Events Router
require_once(__WEBSITE_CORE_ROOT__ . '/routes/userAuth.php'); # User Auth Route
require_once(__WEBSITE_CORE_ROOT__ . '/routes/user.php'); # User pages (Public Profile / Leaderboards)
/***** MEDIA ROUTER - BLOGS // NEWS *****/
require_once(__WEBSITE_CORE_ROOT__ . '/routes/media.php');
/***** SERVICE PAGES *****/
require_once(__WEBSITE_CORE_ROOT__ . '/routes/service.php');
app()->run(); # Run the router