| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902 |
- <div class="l-center edit">
- <div class="l-sort clearfix">
- <div class="l-sort-toolbar clearfix float-left">
- <span class="title edit"><b><?=__('Configuring Server')?></b></span>
- <?php
- if (!empty($_SESSION['error_msg'])) {
- echo "<span class=\"vst-error\"> → ".htmlentities($_SESSION['error_msg'])."</span>";
- } else {
- if (!empty($_SESSION['ok_msg'])) {
- echo "<span class=\"vst-ok\"> → ".$_SESSION['ok_msg']."</span>";
- }
- }
- ?>
- </div>
- </div>
- </div>
- <div class="l-separator"></div>
- <!-- /.l-separator -->
- <div class="l-center">
- <?php
- $back = $_SESSION['back'];
- if (empty($back)) {
- $back = "location.href='/list/server/'";
- } else {
- $back = "location.href='".$back."'";
- }
- ?>
- <form id="vstobjects" name="v_configure_server" method="post">
- <input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
- <input type="hidden" name="save" value="save" />
- <table class="data mode-add">
- <tr class="data-add">
- <td class="data-dotted">
- <table class="data-col1">
- <tr><td></td></tr>
- </table>
- </td>
- <td class="data-dotted">
- <table class="data-col2" width="600px">
- <tr>
- <td class="vst-text step-top">
- <?php print __('Hostname') ?>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_hostname" value="<?=htmlentities(trim($v_hostname, "'"))?>">
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label">
- <?php print __('Time Zone');?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list long-2" name="v_timezone">
- <?php
- foreach ($v_timezones as $key => $value) {
- echo "\t\t\t\t<option value=\"".$key."\"";
- if ((!empty($v_timezone)) && ( $key == $v_timezone)){
- echo ' selected' ;
- }
- if ((!empty($v_timezone)) && ( $key == $_POST['v_timezone'])){
- echo ' selected' ;
- }
- echo ">".$value."</option>\n";
- }
- ?>
- </select>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label">
- <?php print __('Default Language');?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_language">
- <?php
- foreach ($languages as $key => $value) {
- echo "\t\t\t\t<option value=\"".$value."\"";
- if ((!empty($_SESSION['LANGUAGE'])) && ( $value == $_SESSION['LANGUAGE'])){
- echo ' selected' ;
- }
- if ((!empty($_SESSION['LANGUAGE'])) && ( $value == $_POST['v_language'])){
- echo ' selected' ;
- }
- echo ">".$value."</option>\n";
- }
- ?>
- </select>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-top">
- <a href="javascript:elementHideShow('web');" class="vst-text">
- <b><?php print __('WEB');?> <img src="/images/arrow.png"></b>
- </a>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-left">
- <table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="web">
- <?php if (!empty($_SESSION['PROXY_SYSTEM'])) { ?>
- <tr>
- <td class="vst-text">
- <?php print __('Proxy Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['PROXY_SYSTEM'] ?>/"><?=__('configure')?></a>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_proxy_system" value="<?php echo $_SESSION['PROXY_SYSTEM']; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <?php } ?>
- <tr>
- <td class="vst-text">
- <?php print __('Web Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['WEB_SYSTEM'] ?>/"><?=__('configure')?></a>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_web_system" value="<?php echo $_SESSION['WEB_SYSTEM']; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <?php if (!empty($_SESSION['WEB_BACKEND'])) { ?>
- <tr>
- <td class="vst-text">
- <?php print __('Backend Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['WEB_BACKEND'] ?>/"><?=__('configure')?></a>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_web_backend" value="<?php echo $_SESSION['WEB_BACKEND']; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text">
- <?php print __('Backend Pool Mode') ?>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_web_backend_pool" value="<?php echo $_SESSION['WEB_BACKEND_POOL']; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <?php } ?>
- </table>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-top">
- <a href="javascript:elementHideShow('dns');" class="vst-text">
- <b><?php print __('DNS');?> <img src="/images/arrow.png"></b>
- </a>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-left">
- <table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="dns">
- <tr>
- <td class="vst-text">
- <?php print __('DNS Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['DNS_SYSTEM'] ?>/"><?=__('configure')?></a>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_dns_system" value="<?php echo $_SESSION['DNS_SYSTEM']; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label">
- <?php print __('DNS Cluster');?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_dns_cluster" disabled>
- <option value='no'><?php print __('no'); ?></option>
- <option value='yes' <?php if($v_dns_cluster == 'yes') echo 'selected' ?> ><?php print __('yes'); ?></option>
- </select>
- <br><br><br>
- </td>
- </tr>
- <?php if ($v_dns_cluster = 'yes') {
- $i = 0;
- foreach ($dns_cluster as $key => $value) {
- $i++;
- ?>
- <tr>
- <td class="vst-text step-left">
- <?php print __('Host'). ' #'.$i ?>
- </td>
- </tr>
- <tr>
- <td class="step-left">
- <input type="text" size="20" class="vst-input" name="v_dns_remote_host" value="<?php echo $key; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <?php }} ?>
- </table>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-top">
- <a href="javascript:elementHideShow('mail');" class="vst-text">
- <b><?php print __('MAIL');?> <img src="/images/arrow.png"></b>
- </a>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-left">
- <table style="display:<?php if (empty($v_mail_adv)) echo 'none';?> ;" id="mail">
- <tr>
- <td class="vst-text">
- <?php print __('MAIL Server') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['MAIL_SYSTEM'] ?>/"><?=__('configure')?></a>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_mail_system" value="<?php echo $_SESSION['MAIL_SYSTEM']; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <?php if (!empty($_SESSION['ANTIVIRUS_SYSTEM'])) { ?>
- <tr>
- <td class="vst-text">
- <?php print __('Antivirus') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['ANTIVIRUS_SYSTEM'] ?>/"><?=__('configure')?></a>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_antivirus_system" value="<?php echo $_SESSION['ANTIVIRUS_SYSTEM']; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <?php } ?>
- <?php if (!empty($_SESSION['ANTISPAM_SYSTEM'])) { ?>
- <tr>
- <td class="vst-text">
- <?php print __('AntiSpam') ?> / <a class="generate" href="/edit/server/<? echo $_SESSION['ANTISPAM_SYSTEM'] ?>/"><?=__('configure')?></a>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_antispam_system" value="<?php echo $_SESSION['ANTISPAM_SYSTEM']; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <?php } ?>
- <tr>
- <td class="vst-text">
- <?php print __('Webmail URL') ?>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_mail_url" value="<?php echo $_SESSION['MAIL_URL']; ?>">
- <br><br>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-top">
- <a href="javascript:elementHideShow('db');" class="vst-text">
- <b><?php print __('DB');?> <img src="/images/arrow.png"></b>
- </a>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-left">
- <table style="display:<?php if (empty($v_db_adv)) echo 'none';?> ;" id="db">
- <tr>
- <td class="vst-text input-label">
- <?php print __('MySQL Support');?> / <a class="generate" href="/edit/server/mysql/"><?=__('configure')?></a>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_mysql" disabled>
- <option value='no'><?php print __('no'); ?></option>
- <option value='yes' <?php if($v_mysql == 'yes') echo 'selected' ?> ><?php print __('yes'); ?></option>
- </select>
- <br><br>
- </td>
- </tr>
- <?php if ($v_mysql == 'yes') { ?>
- <tr>
- <td class="vst-text">
- <?php print __('phpMyAdmin URL') ?>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_mysql_url" value="<?php echo $_SESSION['DB_PMA_URL']; ?>">
- <br><br>
- </td>
- </tr>
- <?php } ?>
- <?php if ($v_mysql == 'yes') {
- $i = 0;
- foreach ($v_mysql_hosts as $value) {
- $i++;
- ?>
- <tr>
- <td class="vst-text step-left">
- <?php print __('Host'). ' #'.$i ?>
- </td>
- </tr>
- <tr>
- <td class="step-left">
- <input type="text" size="20" class="vst-input" name="v_mysql_host" value="<?=$value['HOST']?>" disabled>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text step-left">
- <?php print __('Password') ?>
- </td>
- </tr>
- <tr>
- <td class="step-left">
- <input type="text" size="20" class="vst-input" name="v_mysql_password" value="">
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text step-left">
- <?php print __('Maximum Number Of Databases') ?>
- </td>
- </tr>
- <tr>
- <td class="step-left">
- <input type="text" size="20" class="vst-input" name="v_mysql_max" value="<?php echo $value['MAX_DB']; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text step-left">
- <?php print __('Current Number Of Databases') ?>
- </td>
- </tr>
- <tr>
- <td class="step-left">
- <input type="text" size="20" class="vst-input" name="v_mysql_max" value="<?php echo $value['U_DB_BASES']; ?>" disabled>
- <br><br><br><br>
- </td>
- </tr>
- <?php }} ?>
- <tr>
- <td class="vst-text input-label">
- <?php print __('PostgreSQL Support');?> / <a class="generate" href="/edit/server/postgresql/"><?=__('configure')?></a>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_pgsql" disabled>
- <option value='no'><?php print __('no'); ?></option>
- <option value='yes' <?php if($v_pgsql == 'yes') echo 'selected' ?> ><?php print __('yes'); ?></option>
- </select>
- <br><br>
- </td>
- </tr>
- <?php if ($v_pgsql == 'yes') { ?>
- <tr>
- <td class="vst-text">
- <?php print __('phpPgAdmin URL') ?>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_pgsql_url" value="<?php echo $_SESSION['DB_PGA_URL']; ?>">
- <br><br>
- </td>
- </tr>
- <?php } ?>
- <?php if ($v_pgsql == 'yes') {
- $i = 0;
- foreach ($v_pgsql_hosts as $value) {
- $i++;
- ?>
- <tr>
- <td class="vst-text step-left">
- <?php print __('Host'). ' #'.$i ?>
- </td>
- </tr>
- <tr>
- <td class="step-left">
- <input type="text" size="20" class="vst-input" name="v_pgsql_host" value="<?=$value['HOST']?>" disabled>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text step-left">
- <?php print __('Maximum Number Of Databases') ?>
- </td>
- </tr>
- <tr>
- <td class="step-left">
- <input type="text" size="20" class="vst-input" name="v_psql_max" value="<?php echo $value['MAX_DB']; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text step-left">
- <?php print __('Current Number Of Databases') ?>
- </td>
- </tr>
- <tr>
- <td class="step-left">
- <input type="text" size="20" class="vst-input" name="v_pgsql_max" value="<?php echo $value['U_DB_BASES']; ?>" disabled>
- <br><br><br><br>
- </td>
- </tr>
- <?php }} ?>
- </table>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-top">
- <a href="javascript:elementHideShow('backup');" class="vst-text">
- <b><?php print __('BACKUP');?> <img src="/images/arrow.png"></b>
- </a>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-left">
- <table style="display:<?php if (empty($v_backup_adv)) echo 'none';?> ;" id="backup">
- <tr>
- <td class="vst-text">
- <?php print __('Local backup') ?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_backup">
- <option value='no'><?php print __('no'); ?></option>
- <option value='yes' <?php if($v_backup == 'yes') echo 'selected' ?> ><?php print __('yes'); ?></option>
- </select>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text">
- <?php print __('Compression level') ?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_backup_gzip">
- <option value='1' <?php if($v_backup_gzip == '1') echo 'selected' ?>>1</option>
- <option value='2' <?php if($v_backup_gzip == '2') echo 'selected' ?>>2</option>
- <option value='3' <?php if($v_backup_gzip == '3') echo 'selected' ?>>3</option>
- <option value='4' <?php if($v_backup_gzip == '4') echo 'selected' ?>>4</option>
- <option value='5' <?php if($v_backup_gzip == '5') echo 'selected' ?>>5</option>
- <option value='6' <?php if($v_backup_gzip == '6') echo 'selected' ?>>6</option>
- <option value='7' <?php if($v_backup_gzip == '7') echo 'selected' ?>>7</option>
- <option value='8' <?php if($v_backup_gzip == '8') echo 'selected' ?>>8</option>
- <option value='9' <?php if($v_backup_gzip == '9') echo 'selected' ?>>9</option>
- </select>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text">
- <?php print __('Directory') ?>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_backup_dir" value="<?=trim($v_backup_dir, "'")?>">
- <br><br>
- </td>
- </tr> <tr>
- <td class="vst-text input-label step-top">
- <a href="javascript:elementHideShow('remote_backup');" class="vst-text">
- <?php print __('Remote backup');?> <img src="/images/arrow.png">
- </a>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-left">
- <table style="display:<?php if (empty($v_backup_remote_adv)) echo 'none';?> ;" id="remote_backup">
- <td class="vst-text">
- <?php print __('Protocol') ?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_backup_type">
- <option value='ftp'><?php print __('ftp'); ?></option>
- <option value='sftp' <?php if((!empty($v_backup_type)) && ($v_backup_type == 'sftp')) echo 'selected' ?> ><?php print __('sftp'); ?></option>
- </select>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text">
- <?php print __('Host') ?>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_backup_host" value="<?=trim($v_backup_host, "'")?>">
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text">
- <?php print __('Username') ?>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_backup_username" value="<?=trim($v_backup_username, "'")?>">
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text">
- <?php print __('Password') ?>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_backup_password" value="<?=trim($v_backup_password, "'")?>">
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text">
- <?php print __('Directory') ?>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_backup_bpath" value="<?=trim($v_backup_bpath, "'")?>">
- <br><br>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-top">
- <a href="javascript:elementHideShow('ssl');" class="vst-text">
- <b><?php print __('Vesta SSL');?> <!-- span style="color:#ff6701;font-size:10px; padding:0 10px;">preview</span--><img src="/images/arrow.png"></b>
- </a>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-left">
- <table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="ssl">
- <tr>
- <td class="vst-text input-label">
- <?php print __('SSL Certificate');?>
- </td>
- </tr>
- <tr>
- <td>
- <textarea size="20" class="vst-textinput" name="v_ssl_crt"><?=htmlentities(trim($v_ssl_crt, "'"))?></textarea>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label">
- <?php print __('SSL Key');?>
- </td>
- </tr>
- <tr>
- <td>
- <textarea size="20" class="vst-textinput" name="v_ssl_key"><?=htmlentities(trim($v_ssl_key, "'"))?></textarea>
- </td>
- </tr>
- <tr>
- <td>
- <table class="additional-info">
- <tr>
- <td>
- <?=__('SUBJECT')?>:
- </td>
- <td class="details">
- <?=$v_ssl_subject?>
- </td>
- </tr>
- <? if($v_ssl_aliases){?>
- <tr>
- <td>
- <?=__('ALIASES')?>:
- </td>
- <td class="details">
- <?=$v_ssl_aliases?>
- </td>
- </tr>
- <? } ?>
- <tr>
- <td>
- <?=__('NOT_BEFORE')?>:
- </td>
- <td class="details">
- <?=$v_ssl_not_before?>
- </td>
- </tr>
- <tr>
- <td>
- <?=__('NOT_AFTER')?>:
- </td>
- <td class="details">
- <?=$v_ssl_not_after?>
- </td>
- </tr>
- <tr>
- <td>
- <?=__('SIGNATURE')?>:
- </td>
- <td class="details">
- <?=$v_ssl_signature?>
- </td>
- </tr>
- <tr>
- <td>
- <?=__('PUB_KEY')?>:
- </td>
- <td class="details">
- <?=$v_ssl_pub_key?>
- </td>
- </tr>
- <tr>
- <td>
- <?=__('ISSUER')?>:
- </td>
- <td class="details">
- <?=$v_ssl_issuer?>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-top">
- <a href="javascript:elementHideShow('vesta');" class="vst-text">
- <b><?php print __('Vesta Control Panel Plugins');?> <!-- span style="color:#ff6701;font-size:10px; padding:0 10px;">preview</span--><img src="/images/arrow.png"></b>
- </a>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label step-left">
- <table style="display:<?php if (empty($v_adv) && $_GET['lead'] != 'filemanager' && $_GET['lead'] != 'sftp') echo 'none';?> ;" id="vesta">
- <tr>
- <td class="vst-text">
- <?php print __('Version') ?>
- </td>
- </tr>
- <tr>
- <td>
- <input type="text" size="20" class="vst-input" name="v_version" value="<?php echo $_SESSION['VERSION']; ?>" disabled>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text">
- <?php print __('FileSystem Disk Quota');?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_quota">
- <option value='no'><?php print __('no'); ?></option>
- <option value='yes' <?php if($_SESSION['DISK_QUOTA'] == 'yes') echo 'selected' ?> ><?php print __('yes'); ?></option>
- </select>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text input-label">
- <?php print __('Firewall');?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_firewall">
- <option value='no'><?php print __('no'); ?></option>
- <option value='yes' <?php if($_SESSION['FIREWALL_SYSTEM'] == 'iptables') echo 'selected' ?> ><?php print __('yes'); ?></option>
- </select>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text">
- <?php print __('Reseller Role') ?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_reseller" disabled="disabled">
- <option value='no'><?php print __('no'); ?></option>
- </select>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text">
- <?php print __('Backup Migration Manager') ?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_backup_manager" disabled="disabled">
- <option value='no'><?php print __('no'); ?></option>
- </select>
- <br><br>
- </td>
- </tr>
- <tr>
- <td class="vst-text" id="module-sftp">
- <?php print __('SFTP Chroot') ?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_sftp">
- <?
- if($_SESSION['SFTPJAIL_KEY']){
- echo '<option value="cancel">'.__('Disable and Cancel Licence').'</option>';
- } else {
- echo '<option value="no">'.__('no').'</option>';
- }
- ?>
- <option value='yes' <? if($_GET['lead'] == 'sftp' || $_SESSION['SFTPJAIL_KEY'] != '') echo 'selected="selected"'; ?>><?php print __('yes'); ?></option>
- </select>
- <br><br>
- <div class="sftp description" <? if($_GET['lead'] != 'sftp' && !$_SESSION['SFTPJAIL_KEY']) echo 'style="display:none"'; ?>>
- <?
- if($_GET['sftp_licence_key'] != '' || $_SESSION['SFTPJAIL_KEY']){
- $licence_key = $_GET['sftp_licence_key'] != '' ? $_GET['sftp_licence_key'] : $_SESSION['SFTPJAIL_KEY'];
- echo __('Restrict users so that they cannot use SSH and access only their home directory.').'
- <div class="licence">
- '.__('Licence Key').': <input type="text" class="vst-input" name="v_sftp_licence" value="'.htmlentities($licence_key).'" /><br>
- </div>';
- } else {
- echo
- __('Restrict users so that they cannot use SSH and access only their home directory.').' '.__('This is a commercial module, you would need to purchace license key to enable it.').
- '<div class="licence">
- '.__('Enter License Key').': <input type="text" class="vst-input" name="v_sftp_licence" /><br>
- </div>
- <ul>
- <li>
- <a href="https://vestacp.com/checkout/2co.php?product_id=6&referer='.$_SERVER['HTTP_HOST'].'" class="purchase">'.__('Buy Licence').' 3$/'.__('month').'</a>
- </li>
- <li>
- <a href="https://vestacp.com/checkout/2co.php?product_id=9&referer='.$_SERVER['HTTP_HOST'].'" class="purchase">'.__('Buy Lifetime License').' 21$</a>
- </li>
- </ul>
- <span class="twoco">2Checkout.com Inc. (Ohio, USA) is a payment facilitator for goods and services provided by vestacp.com.</span>';
- }
- ?>
- </div>
- </td>
- </tr>
- <tr>
- <td class="vst-text" id="module-filemanager">
- <?php print __('File Manager') ?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_filemanager">
- <?
- if($_SESSION['FILEMANAGER_KEY']){
- echo '<option value="cancel">'.__('Disable and Cancel Licence').'</option>';
- } else {
- echo '<option value="no">'.__('no').'</option>';
- }
- ?>
- <option value='yes' <? if($_GET['lead'] == 'filemanager' || $_SESSION['FILEMANAGER_KEY']) echo 'selected="selected"'; ?>><?php print __('yes'); ?></option>
- </select>
- <br><br>
- <div class="filemanager description" <? if($_GET['lead'] != 'filemanager' && !$_SESSION['FILEMANAGER_KEY']) echo 'style="display:none"'; ?>>
- <?
- if($_GET['filemanager_licence_key'] != '' || $_SESSION['FILEMANAGER_KEY']){
- $licence_key = $_GET['filemanager_licence_key'] != '' ? $_GET['filemanager_licence_key'] : $_SESSION['FILEMANAGER_KEY'];
- echo __('Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.').
- '<div class="licence">
- '.__('Licence Key').': <input type="text" class="vst-input" name="v_filemanager_licence" value="'.htmlentities($licence_key).'" /><br>
- </div>';
- } else {
- echo __('Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.').' '.
- __('This is a commercial module, you would need to purchace license key to enable it.').
- '<div class="licence">
- '.__('Enter License Key').': <input type="text" class="vst-input" name="v_filemanager_licence" /><br>
- </div>
- <ul>
- <li>
- <a href="https://vestacp.com/checkout/2co.php?product_id=7&referer='.$_SERVER['HTTP_HOST'].'" class="purchase">'.__('Buy Licence').' 3$/'.__('month').'</a>
- </li>
- <li>
- <a href="https://vestacp.com/checkout/2co.php?product_id=8&referer='.$_SERVER['HTTP_HOST'].'" class="purchase">'.__('Buy Lifetime License').' 28$</a>
- </li>
- </ul>
- <span class="twoco">2Checkout.com Inc. (Ohio, USA) is a payment facilitator for goods and services provided by vestacp.com.</span>';
- }
- ?>
- </div>
- </td>
- </tr>
- <tr>
- <td class="vst-text" id="module-softaculous">
- <?php print __('Softaculous') ?>
- </td>
- </tr>
- <tr>
- <td>
- <select class="vst-list" name="v_softaculous">
- <option value='no'><?=__('no')?></option>
- <option value='yes' <? if($_GET['lead'] == 'softaculous' || $_SESSION['SOFTACULOUS'] == 'yes') echo 'selected="selected"'; ?>><?=__('yes')?></option>
- </select>
- <br><br>
- <div class="softaculous description" <? if ($_SESSION['SOFTACULOUS'] != 'yes') { ?>style="display:none" <? } ?>>
- <h5>* plugin installation will run in background</h5>
- Softaculous is a great Auto Installer having 426 great scripts, 1115 PHP Classes
- and we are still adding more. Softaculous is ideal for Web Hosting companies and
- it could give a significant boost to your sales. These scripts cover most of the
- uses a customer could ever have. We have covered a wide array of Categories so that
- everyone could find the required script one would need to power their Web Site.
- <ul>
- <li>
- <a href="https://www.softaculous.com/softaculous/" class="purchase" target="_blank"><?=__('Get Premium License')?></a>
- </li>
- </ul>
- </div>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table class="data-col2">
- <tr>
- <td class="step-top" width="116px">
- <input type="submit" class="button" name="save" value="<?=__('Save')?>">
- </td>
- <td class="step-top">
- <input type="button" class="button cancel" value="<?=__('Back')?>" onclick="<?=$back?>">
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- </div>
|