T.ME/BIBIL_0DAY
CasperSecurity


Server : Apache/2
System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User : gositeme ( 1004)
PHP Version : 8.2.29
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/gositeme/domains/gositeme.com/public_html/whmcs/lagom2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gositeme/domains/gositeme.com/public_html/whmcs/lagom2/managessl.tpl
{if isset($RSThemes['pages'][$templatefile]) && file_exists($RSThemes['pages'][$templatefile]['fullPath'])}
    {include file=$RSThemes['pages'][$templatefile]['fullPath']}
{else}

    {include file="$template/includes/tablelist.tpl" tableName="SslList" startOrderCol="3" filterColumn="0" noSortColumns="4"}

    <div class="alert alert-lagom alert-table-ssl-manage hidden"></div>

    <div class="table-container clearfix">
        <table id="tableSslList" class="table table-list">
            <thead>
                <tr>
                    <th>{lang key='ssldomain'}</th>
                    <th>{lang key='sslproduct'}</th>
                    <th>{lang key='sslorderdate'}</th>
                    <th>{lang key='sslrenewaldate'}</th>
                    <th>{lang key='actions'}</th>
                </tr>
            </thead>
            <tbody>
                {foreach $sslProducts as $sslProduct}
                    <tr>
                        {if $sslProduct->addonId && $sslProduct->addonId > 0}
                            <td>
                                {if $sslProduct->status == $sslStatusAwaitingConfiguration}
                                    <label class="label label-info">{lang key='sslawaitingconfig'}</label>
                                {else}
                                    {if $sslProduct->addon->service->domain}{$sslProduct->addon->service->domain}{else}-{/if}
                                    {if $sslProduct->addon->nextDueDateProperties['isPast']}
                                        <label class="label label-default">{lang key='clientareaexpired'}</label>   
                                    {elseif $sslProduct->addon->nextDueDateProperties['daysTillExpiry'] < 60}
                                        <label class="label label-danger">{lang key='expiringsoon'}</label>
                                    {else}
                                        {if $sslProduct->wasInstantIssuanceAttempted() && $sslProduct->wasInstantIssuanceSuccessful()}
                                        <label class="label label-success" title="{lang key='sslinstantissuancebenefit'}">{$rslang->trans('manage_ssl.issued')}</label>
                                        {/if}
                                    {/if}
                                {/if}
                            </td>
                            <td>
                                {$sslProduct->addon->productAddon->name}
                                <label class="label label-{if $sslProduct->validationType == 'DV'}default{elseif $sslProduct->validationType == 'OV'}warning{elseif $sslProduct->validationType == 'EV'}success{/if}">
                                    {$sslProduct->validationType}
                                </label>
                            </td>
                            <td><span class="hidden">{$sslProduct->addon->registrationDate}</span>{$sslProduct->addon->registrationDateFormatted}</td>
                            <td><span class="hidden">{$sslProduct->addon->nextDueDate}</span>{$sslProduct->addon->nextDueDateFormatted}</td>
                            <td>
                                {if $sslProduct->status == $sslStatusAwaitingIssuance}
                                    <button class="btn btn-default btn-sm btn-resend-approver-email" data-url="{routePath('clientarea-ssl-certificates-resend-approver-email')}" data-addonid="{$sslProduct->addonId}">{lang key='sslresendmail'}</button>
                                {/if}
                                {if $sslProduct->status == $sslStatusAwaitingConfiguration}
                                    <a href="{$sslProduct->getConfigurationUrl()}" class="btn btn-default btn-sm">{lang key='sslconfigure'}</a>
                                {/if}
                                {if $sslProduct->addon->nextDueDateProperties['isFuture']}
                                    <form action="{$sslProduct->getUpgradeUrl()}" method="post">
                                        <input type="hidden" name="id" value="{$sslProduct->id}">
                                        <button type="submit" class="btn btn-default btn-sm"{if $sslProduct->validationType == 'EV'} disabled="disabled"{/if}>{lang key='upgrade'}</button>
                                    </form>
                                {/if}
                            </td>
                        {else}
                            <td>
                                {if $sslProduct->status == $sslStatusAwaitingConfiguration}
                                    <label class="label label-info">{lang key='sslawaitingconfig'}</label>
                                {else}
                                    {if $sslProduct->service->domain}{$sslProduct->service->domain}{else}-{/if}
                                    {if $sslProduct->service->nextDueDateProperties['isPast']}
                                        <label class="label label-default">{lang key='clientareaexpired'}</label>
                                    {elseif $sslProduct->service->nextDueDateProperties['daysTillExpiry'] < 60}
                                        <label class="label label-danger">{lang key='expiringsoon'}</label>
                                    {/if}
                                {/if}
                            </td>
                            <td>
                                {$sslProduct->service->product->name}
                                <label class="label label-{if $sslProduct->validationType == 'DV'}default{elseif $sslProduct->validationType == 'OV'}warning{elseif $sslProduct->validationType == 'EV'}success{/if}">
                                    {$sslProduct->validationType}
                                </label>
                            </td>
                            <td><span class="hidden">{$sslProduct->service->registrationDate}</span>{$sslProduct->service->registrationDateFormatted}</td>
                            <td><span class="hidden">{$sslProduct->service->nextDueDate}</span>{$sslProduct->service->nextDueDateFormatted}</td>
                            <td>
                                {if $sslProduct->status == $sslStatusAwaitingIssuance}
                                    <button class="btn btn-default btn-sm btn-resend-approver-email" data-url="{routePath('clientarea-ssl-certificates-resend-approver-email')}" data-serviceid="{$sslProduct->serviceId}">{lang key='sslresendmail'}</button>
                                {/if}
                                {if $sslProduct->status == $sslStatusAwaitingConfiguration}
                                    <a href="{$sslProduct->getConfigurationUrl()}" class="btn btn-default btn-sm">{lang key='sslconfigure'}</a>
                                {/if}
                            </td>
                        {/if}

                    </tr>
                {/foreach}
            </tbody>
        </table>
    </div>
{/if}

CasperSecurity Mini