⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
var
/
lib
/
plesk
/
cfgmon
/
View File Name :
domainForwarding.php_2024_12_30_06_32_11_244872
domain->active) { echo "# Domain is disabled or suspended\n"; return; } $ipAddresses = $VAR->server->webserver->listenLocalhost ? [$VAR->domain->forwarding->loopbackIpAddress] : $VAR->domain->forwarding->ipAddresses; if ($VAR->domain->forwarding->ssl) { foreach ($ipAddresses as $ipAddress) { if ($ipAddress->defaultDomainId != $VAR->domain->id) { if ($VAR->domain->hasStandardForwarding) { echo $VAR->includeTemplate('domain/standardForwarding.php', [ 'ssl' => true, 'serverAdmin' => $VAR->domain->client->email, 'ipAddress' => $ipAddress, ]); } elseif ($VAR->domain->hasFrameForwarding) { echo $VAR->includeTemplate('domain/frameForwarding.php', [ 'ssl' => true, 'serverAdmin' => $VAR->domain->client->email, 'ipAddress' => $ipAddress, ]); } } } } foreach ($ipAddresses as $ipAddress) { if ($ipAddress->defaultDomainId != $VAR->domain->id) { if ($VAR->domain->hasStandardForwarding) { echo $VAR->includeTemplate('domain/standardForwarding.php', [ 'ssl' => false, 'serverAdmin' => $VAR->domain->client->email, 'ipAddress' => $ipAddress, ]); } elseif ($VAR->domain->hasFrameForwarding) { echo $VAR->includeTemplate('domain/frameForwarding.php', [ 'ssl' => false, 'serverAdmin' => $VAR->domain->client->email, 'ipAddress' => $ipAddress, ]); } } }