/** * Deploy version for everything the SPA fetches — CSS cache-buster, the client's * ASSET_VERSION, and the X-Page-Version header on SSR fragments that the static * worker keys its KV cache on. Derived from file mtimes so it bumps by itself on * every deploy; there is no build step to hook a counter into. */ function xskins_page_version() { static $version = null; if ($version !== null) return $version; $base = dirname(__DIR__); $files = array($base . '/index.php', $base . '/template/page.tpl'); foreach (array('/pages/*.php', '/includes/*.php', '/template/css/*.css') as $pattern) { foreach ((array) glob($base . $pattern) as $f) $files[] = $f; } $max = 0; foreach ($files as $f) { $t = @filemtime($f); if ($t > $max) $max = $t; } $version = $max ?: time(); return $version; }
Choose your preferred payment method and start playing instantly
Enter your code to get extra balance on your deposit!
Credit cards, debit cards and more
Bitcoin, Ethereum, USDT and more
Trade your CS2 or Rust skins for balance
All transactions are encrypted with 256-bit SSL technology for maximum security.
Your balance is credited instantly after payment confirmation.
Our support team is available around the clock to help you with any issues.