Вход Регистрация
Файл: severus/application/views/support.php
Строк: 122
<div class="setup body">
    <div class="well fullsize">
        <h1><?php echo trans("support_title""Support");?></h1>
        <p><?php echo trans("support_text1""We have worked hard to make Severus as simple and intuitive to use as possible, however, if you are still struggling to get something working please contact us on the CodeCanyon discussion board and we will do our best to help you.");?></p>
        
        <h2><?php echo trans("support_text2""Rate us");?> <i class="icon-star3"></i><i class="icon-star3"></i><i class="icon-star3"></i><i class="icon-star3"></i><i class="icon-star3"></i></h2>
        <p><?php echo trans("support_text3""Please rate us on the CodeCanyon marketplace.  If you are going to rate us less than 4 stars, please contact us first and let us know why, and how we could improve the app to get a higher rating.");?></p>
        
        <h2><?php echo trans("support_text4""FAQs");?></h2>
        <h3 class="lightertext"><?php echo trans("support_text5""How do I set which services are on my server");?></h3>
        <p><?php echo trans("support_text6""When you edit a server, a list of all the possible services are available, to enable a service, just input the port (or leave at the default), tick the checkbox and click save.");?></p>
        <h3 class="lightertext"><?php echo trans("support_text7""I've change the services but they don't show up");?></h3>
        <p><?php echo trans("support_text8""Services will be updated at the next server check, if you want it to be applied immediately click the force server check button on the dashboard.");?></p>
        <h3 class="lightertext"><?php echo trans("support_text9""I want to schedule checks for an interval not listed, how do I do it?");?></h3>
        <p><?php echo trans("support_text10""The easiest way to do this is disable the schedule, then in an ssh session with your server type 'crontab -e' and the command you need to execute is");?></p>
        <p><span class="inset-box" style="padding: 8px;"><?php echo $cronpath;?></span></p>
        <p><?php echo trans("support_text11""an example for a weekly cron would be");?></p>
        <p><span class="inset-box" style="padding: 8px;">@daily <?php echo $cronpath;?></span></p>
        <p><?php echo trans("support_text12""check every 4 hours");?></p>
        <p><span class="inset-box" style="padding: 8px;">0 */4 * * * <?php echo $cronpath;?></span></p>
        <p><?php echo trans("support_text13""doing it this way will mean you don't have a countdown to the next check however, however, if you are comfortable editing the database you can go to the settings table and edit the 'setting_heartbeat_interval' to the value you picked in seconds, so if you have a check running every 4 hours set this value as 14400");?></p>
        <h3 class="lightertext"><?php echo trans("support_text14""My server is showing up as 'replace connector script', what does that mean?");?></h3>
        <p><?php echo trans("support_text15""It could mean you have reinstalled the master server but haven't unpdated the remote connector script. When the master server is installed it creates a unique key it uses to communicate with the remote server, when you download the script it embeds this code, so if you re-install the code will no longer match without re-uploading the connector script");?></p>
    </div>
</div>
Онлайн: 4
Реклама