ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
app
/
Utils
/
Viewing: theme-helpers.php
<?php if (!function_exists('theme_asset')) { function theme_asset($path = null): string { $themeName = theme_root_path(); if ($themeName == 'default') { return dynamicAsset(path: $path); } else { if (DOMAIN_POINTED_DIRECTORY == 'public') { return dynamicAsset(path: 'public/themes/' . $themeName . '/public/' . $path); } else { return dynamicAsset(path: 'resources/themes/' . $themeName . '/public/' . $path); } } } } if (!function_exists('theme_root_path')) { function theme_root_path(): string { return env('WEB_THEME') == null ? 'default' : env('WEB_THEME'); } } if (!function_exists('getHexToRGBColorCode')) { function getHexToRGBColorCode($hex): ?string { $result = preg_match('/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i', $hex, $matches); return $result ? hexdec($matches[1]) . ', ' . hexdec($matches[2]) . ', ' . hexdec($matches[3]) : null; } } if (!function_exists('getSystemDynamicPartials')) { function getSystemDynamicPartials($type = null): mixed { if ($type == 'analytics_script') { return view("system-partials._analytics_script"); } return null; } } if (!function_exists('formatCompactNumber')) { function formatCompactNumber(int|float|null $value = 0): string { if (!is_numeric($value)) { return (string) $value; } if ($value >= 1000000000) { return round($value / 1000000000, 2) . 'B+'; } elseif ($value >= 1000000) { return round($value / 1000000, 2) . 'M+'; } elseif ($value >= 1000) { return round($value / 1000, 2) . 'K+'; } return (string) $value; } }
Coded With 💗 by
0x6ick