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/templates/lagom22/payment/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gositeme/domains/gositeme.com/public_html/whmcs/templates/lagom22/payment/billing-address.tpl
{if file_exists("templates/$template/payment/overwrites/billing-address.tpl")}
    {include file="{$template}/payment/overwrites/billing-address.tpl"}  
{else}
    <div class="form-group" id="billingAddressChoice">
        <h6 class="m-t-2x">{$LANG.billingAddress}</h6>
        <div class="radio">
            <label class="radio-inline icheck-label billing-contact-0">
                <input class="icheck-control" type="radio" name="billingcontact" value="0" {if $billingContact == 0} checked{/if} > <strong class="name">{$client->fullName}</strong>
                <span class="address1">{$client->address1}</span>, {if $client->address2}<span class="address2">{$client->address2}</span>,{/if} <span class="city">{$client->city}</span>, <span class="state">{$client->state}</span>, <span class="postcode">{$client->postcode}</span>, <span class="country">{$client->country}</span>
            </label>
        </div> 
        {foreach $client->contacts()->orderBy('firstname', 'asc')->orderBy('lastname', 'asc')->get() as $contact} 
            <div class="radio">
                <label class="radio-inline icheck-label billing-contact-{$contact->id}">
                    <input class="icheck-control" type="radio" name="billingcontact" value="{$contact->id}" {if $billingContact == $contact->id} checked{/if} > <strong class="name">{$contact->fullName}</strong>
                    <span class="address1">{$contact->address1}</span>, {if $contact->address2}<span class="address2">{$contact->address2}</span>,{/if} <span class="city">{$contact->city}</span>, <span class="state">{$contact->state}</span>, <span class="postcode">{$contact->postcode}</span>, <span class="country">{$contact->country}</span>
                </label>
            </div> 
        {/foreach}
        {if $RSThemes['pages'][$templatefile]['config']['hideCreateSubAccount'] != "1"}
            <div class="radio">
                <label class="radio-inline icheck-label">
                    <input class="icheck-control" type="radio" name="billingcontact" value="new" {if $billingContact === 'new'} checked{/if}> {$LANG.paymentMethodsManage.addNewBillingAddress} 
                </label>
            </div>
        {/if}
    </div>
    <div {if !$userDetailsValidationError && $billingcontact !== 'new'} style="display: none"{/if}>
        <div id="newBillingAddress">
            <div class="form-group cc-billing-address row">
                <div class="col-sm-6">
                    <label for="inputFirstName" class="control-label">{$LANG.clientareafirstname}</label>
                    <input type="text" name="firstname" id="inputFirstName" value="{$firstname}" class="form-control" />
                </div>
                <div class="col-sm-6">
                    <label for="inputLastName" class="control-label">{$LANG.clientarealastname}</label>
                    <input type="text" name="lastname" id="inputLastName" value="{$lastname}" class="form-control" />
                </div>
            </div>
        
            <div class="form-group cc-billing-address row">
                <div class="col-sm-6">
                    <label for="inputAddress1" class="control-label">{$LANG.clientareaaddress1}</label>
                    <input type="text" name="address1" id="inputAddress1" value="{$address1}" class="form-control" />
                </div>
                <div class="col-sm-6">
                    <label for="inputAddress2" class="control-label">{$LANG.clientareaaddress2}</label>
                    <input type="text" name="address2" id="inputAddress2" value="{$address2}" class="form-control" />
                </div>
            </div>
            <div class="form-group cc-billing-address row">
                <div class="col-sm-6">
                    <label for="inputCity" class="control-label">{$LANG.clientareacity}</label>
                    <input type="text" name="city" id="inputCity" value="{$city}" class="form-control" />
                </div>
                <div class="col-sm-6">
                    <label for="inputCountry" class="control-label">{$LANG.clientareacountry}</label> 
                    {$countriesdropdown|replace:"select-inline":""} 
                </div>
            </div>
            <div class="form-group cc-billing-address row">
                <div class="col-sm-6">
                    <label for="inputState" class="control-label">{$LANG.clientareastate}</label>
                    <input type="text" name="state" id="inputState" value="{$state}" class="form-control" />
                </div>
                <div class="col-sm-6">
                    <label for="inputPostcode" class="control-label">{$LANG.clientareapostcode}</label>
                    <input type="text" name="postcode" id="inputPostcode" value="{$postcode}" class="form-control" />
                </div>           
            </div>
            <div class="form-group cc-billing-address row">
                <div class="col-sm-6">
                    <label for="inputPhone" class="control-label">{$LANG.clientareaphonenumber}</label>
                    <input type="text" name="phonenumber" id="inputPhone" value="{$phonenumber}" class="form-control" />
                </div>
            </div>
        </div>
    </div>    
{/if}    

CasperSecurity Mini