Server IP : 213.176.29.180 / Your IP : 18.222.98.91 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/webtaragh/public_html/.tmb/../whmcs/templates/six/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{if $errormessage} {include file="$template/includes/alert.tpl" type="error" errorshtml=$errormessage textcenter=true} {else} {include file="$template/includes/alert.tpl" type="success" msg="{lang key='sslconfigcomplete'}" textcenter=true} <h4 class="text-center">{lang key='ssl.nextSteps'}</h4> <div class="form-horizontal"> {if is_null($authData) || (!is_null($authData) && $authData->methodNameConstant() == 'emailauth')} {include file="$template/includes/alert.tpl" type="info" msg="{lang key='ssl.emailSteps'}"} {if !is_null($authData)} <div class="text-center margin-bottom">{lang key='ssl.emailInformation'}</div> <div class="form-group"> <label for="emailApprover" class="control-label col-md-4 col-form-label">{lang key='email'}</label> <div class="col-md-8"> <input type="text" class="form-control" id="emailApprover" value="{$authData->email}" readonly/> </div> </div> {/if} {elseif !is_null($authData) && $authData->methodNameConstant() == 'dnsauth'} {include file="$template/includes/alert.tpl" type="info" msg="{lang key='ssl.dnsSteps'}"} <div class="text-center margin-bottom">{lang key='ssl.dnsRecordInformation'}</div> <div class="form-group"> <label for="recordType" class="control-label col-md-4 col-form-label">{lang key='ssl.type'}</label> <div class="col-md-8"> <input type="text" class="form-control" id="recordType" value="{$authData->type}" readonly/> </div> </div> <div class="form-group"> <label for="host" class="control-label col-md-4 col-form-label">{lang key='ssl.host'}</label> <div class="col-md-8"> <div class="input-group"> <input type="text" class="form-control" id="host" value="{$authData->host}" readonly/> <div class="input-group-btn input-group-append"> <button type="button" class="btn btn-default copy-to-clipboard" data-clipboard-target="#host"> <img src="{$WEB_ROOT}/assets/img/clippy.svg" alt="Copy to clipboard" width="15"> </button> </div> </div> </div> </div> <div class="form-group"> <label for="dnsContents" class="control-label col-md-4 col-form-label">{lang key='ssl.value'}</label> <div class="col-md-8"> <div class="input-group"> <input type="text" class="form-control" id="dnsContents" value="{$authData->value}" readonly/> <div class="input-group-btn input-group-append"> <button type="button" class="btn btn-default copy-to-clipboard" data-clipboard-target="#dnsContents"> <img src="{$WEB_ROOT}/assets/img/clippy.svg" alt="Copy to clipboard" width="15"> </button> </div> </div> </div> </div> {elseif !is_null($authData) && $authData->methodNameConstant() == 'fileauth'} {include file="$template/includes/alert.tpl" type="info" msg="{lang key='ssl.fileSteps'}"} <div class="text-center margin-bottom">{lang key='ssl.fileInformation'}</div> <div class="form-group"> <label for="fileName" class="control-label col-md-4 col-form-label">{lang key='ssl.url'}</label> <div class="col-md-8"> <input type="text" class="form-control" id="fileName" value="http://{$domain}/{$authData->filePath()}" readonly/> </div> </div> <div class="form-group"> <label for="fileContents" class="control-label col-md-4 col-form-label">{lang key='ssl.value'}</label> <div class="col-md-8"> <div class="input-group"> <input type="text" class="form-control" id="fileContents" value="{$authData->contents}" readonly/> <div class="input-group-btn input-group-append"> <button type="button" class="btn btn-default copy-to-clipboard" data-clipboard-target="#fileContents"> <img src="{$WEB_ROOT}/assets/img/clippy.svg" alt="Copy to clipboard" width="15"> </button> </div> </div> </div> </div> {/if} </div> {/if}