Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 3.22.242.214
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php56 /
usr /
share /
xcache_3 /
diagnosis /
Delete
Unzip
Name
Size
Permission
Date
Action
lang
[ DIR ]
drwxr-xr-x
2024-03-03 22:51
diagnosis.css
203
B
-rw-r--r--
2013-09-26 13:30
diagnosis.tpl.php
803
B
-rw-r--r--
2013-09-26 13:30
index.php
12.15
KB
-rw-r--r--
2013-09-26 13:30
Save
Rename
<?php include "../common/header.tpl.php"; ?> <table cellspacing="0" cellpadding="4" class="cycles" id="diagnosisResult"> <caption> <?php echo _T("Diagnosis Result"); ?> </caption> <tr> <th> <?php echo _T("Item"); ?> </th> <th> <?php echo _T("Level"); ?> </th> <th> <?php echo _T("Result"); ?> </th> <th> <?php echo _T("Explanation/Suggestion"); ?> </th> </tr> <?php foreach ($notes as $note) { ?> <tr class="<?php echo $note['type']; ?>"> <td nowrap="nowrap" align="right"><?php echo $note['item']; ?></td> <td nowrap="nowrap"><?php echo ucfirst(__($note['type'])); ?></td> <td nowrap="nowrap"><?php echo nl2br($note['result']); ?></td> <td><?php echo nl2br($note['suggestion']); ?></td> </tr> <?php } ?> </table> <?php include "../common/footer.tpl.php"; ?>