Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
local /
lsws /
admin /
html.6.3.4 /
service /
[ HOME SHELL ]
Name
Size
Permission
Action
blockip_html.php
648
B
-rw-r--r--
graph_html.php
7.04
KB
-rw-r--r--
graph_xml.php
3.21
KB
-rw-r--r--
homeCont.php
5.3
KB
-rw-r--r--
logViewer.php
2.1
KB
-rw-r--r--
realtimeReport.php
11.44
KB
-rw-r--r--
realtimeReqReport.php
6.89
KB
-rw-r--r--
restart.html
634
B
-rw-r--r--
serviceMgr.php
2.07
KB
-rw-r--r--
verMgrCont.php
3.42
KB
-rw-r--r--
verMgrDownload.php
525
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : verMgrCont.php
<h2 class="bottom_bar">Version Management</h2> <?php $release_log_url = 'https://www.litespeedtech.com/products/litespeed-web-server/release-log'; echo '<p class="xtbl_value"><a target=_new href="' . $release_log_url . '">Release Notes</a></p>'; if (isset($error) && $error != NULL) { echo '<p class="gui_error">Error: ' . $error . '</p>'; } $product->getNewVersion(); $product->getInstalled(); if (isset($service->license['type'])) { ?> <table width="100%" class="xtbl" border="0" cellpadding="5" cellspacing="1"> <tr class="xtbl_header"> <td colspan="5" class="xtbl_title" nowrap>License Info</td> </tr> <tr class="xtbl_label"><td width="120">Type</td><td>Serial</td><td>Expiration Date</td><td>Software Update Expiration</td><td>Action</td></tr> <tr class="xtbl_value"><td> <?php $updexpdate = $service->license['updateExpires_date']; $timeleft = $service->license['updateExpires'] - time(); if ($timeleft < 172800) // 2 days { $exptag = ($timeleft < 0) ? 'Expired' : 'Expiring soon'; $updexpdate .= '<span style="background: rgb(230, 3, 3); margin-left:6px; padding:2px 6px;border-radius: 3px;color: white;">' . $exptag . '</span>'; } $features = ''; $feature = $service->license['feature'] & 11; // 1011 if ($feature == 1) { $features = ' (LSCache Standard)'; } elseif ($feature == 9) { $features = ' (LiteMage Starter)'; } elseif ($feature == 11) { $features = ' (LiteMage Standard)'; } elseif ($feature == 3) { $features = ' (LiteMage Unlimited)'; } echo $service->license['type'] . $features . '</td><td>' . $service->license['serial'] . '</td><td>' . $service->license['expires_date'] . '</td><td>' . $updexpdate . '</td><td>' . '<a href="javascript:vermgr_checklic()" title="Check License Status Now">Validate License</a>'; ?> </td></tr> </table> <?php } if ( $product->new_release != NULL) { ?> <table width="100%" class="xtbl" border="0" cellpadding="5" cellspacing="1"> <tr class="xtbl_header"> <td colspan="2" class="xtbl_title" nowrap>Latest Release</td> </tr> <tr class="xtbl_label"><td width="120">Release</td><td>Action</td></tr> <tr class="xtbl_value"><td> <?php echo $product->new_version . '</td><td>'; if ($product->isInstalled($product->new_version)) echo '<a href="javascript:vermgr(\'download\',\'' . $product->new_version . '\')">Force Reinstall</a>'; else echo '<a href="javascript:vermgr(\'download\',\'' . $product->new_version . '\')">Download/Upgrade</a>'; ?> </td></tr> </table> <?php } ?> <table width="100%" class="xtbl" border="0" cellpadding="5" cellspacing="1"> <tr class="xtbl_header"> <td colspan="2" class="xtbl_title" nowrap>Installed Versions</td> </tr> <tr class="xtbl_label"> <td width="120">Version</td><td>Actions</td> </tr> <?php natsort($product->installed_releases); $product->installed_releases = array_reverse($product->installed_releases); foreach( $product->installed_releases as $rel ) { echo '<tr class="xtbl_value"><td>' . $rel . '</td><td nowrap>'; if ( $product->version !== $rel ) { echo '<a href="javascript:vermgr(\'switchTo\',\'' . $rel . '\')">SwitchTo</a> '; echo '<a href="javascript:vermgr(\'remove\',\'' . $rel . '\')">Remove</a> '; } else { echo 'Active (Build ' . $product->cur_build . ') '; } echo '<a href="javascript:vermgr(\'download\',\'' . $rel . '\')">Force Reinstall</a>'; echo "</td></tr>\n"; } ?> </table>
Close