Jump to content

akawi

Member
  • Posts

    9
  • Joined

  • Last visited

About akawi

akawi's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. not all crypto things is untraceable ( binance, coinbase... platform force you verify ID KYC ), the trusted reseller is that who have many option's for payments ( bank transfer, SEPA, bitcoin, skrill, neteller, paysafecard..... )
  2. Hi, is there any trusted reseller whmcs license that accept crypto bitcoin or all crypto Regards
  3. Hi, Please help i want to add Order ID code below added Registration Date, but i want to added Order ID code from @Vike {include file="$template/includes/tablelist.tpl" tableName="ServicesList" filterColumn="4" noSortColumns="0"} <script> jQuery(document).ready(function() { var table = jQuery('#tableServicesList').show().DataTable(); {if $orderby == 'product'} table.order([1, '{$sort}'], [4, 'asc']); {elseif $orderby == 'amount' || $orderby == 'billingcycle'} table.order(2, '{$sort}'); {elseif $orderby == 'nextduedate'} table.order(3, '{$sort}'); {elseif $orderby == 'domainstatus'} table.order(4, '{$sort}'); //ADD ABILITY TO SORT VIA REGISTER DATE {elseif $orderby == 'regdate'} table.order(5, '{$sort}'); {/if} table.draw(); jQuery('#tableLoading').hide(); }); </script> <div class="table-container clearfix"> <table id="tableServicesList" class="table table-list w-hidden"> <thead> <tr> <th></th> <th>{lang key='orderproduct'}</th> <th>{lang key='clientareaaddonpricing'}</th> <th>{lang key='clientareahostingnextduedate'}</th> <th>{lang key='clientareastatus'}</th> <!-- ADD TABLE HEADER FOR REGISTERED DATE --> <th>{lang key='clientareahostingregdate'}</th> </tr> </thead> <tbody> {foreach $services as $service} <tr onclick="clickableSafeRedirect(event, 'clientarea.php?action=productdetails&amp;id={$service.id}', false)"> <td class="py-0 text-center{if $service.sslStatus} ssl-info{/if}" data-element-id="{$service.id}" data-type="service"{if $service.domain} data-domain="{$service.domain}"{/if}> {if $service.sslStatus} <img src="{$service.sslStatus->getImagePath()}" data-toggle="tooltip" title="{$service.sslStatus->getTooltipContent()}" class="{$service.sslStatus->getClass()}" width="25"> {elseif !$service.isActive} <img src="{$BASE_PATH_IMG}/ssl/ssl-inactive-domain.png" data-toggle="tooltip" title="{lang key='sslState.sslInactiveService'}" width="25"> {/if} </td> <td><strong>{$service.product}</strong>{if $service.domain}<br /><a href="http://{$service.domain}" target="_blank">{$service.domain}</a>{else}<br />-{/if}</td> <td class="text-center" data-order="{$service.amountnum}">{$service.amount} <small class="text-muted">{$service.billingcycle}</small></td> <td class="text-center"><span class="w-hidden">{$service.normalisedNextDueDate}</span>{$service.nextduedate}</td> <td class="text-center"><span class="label status status-{$service.status|strtolower}">{$service.statustext}</span></td> <!-- ADD TABLE CONTENT FOR REGISTERED DATE --> <td class="text-center"><span class="w-hidden">{$service.normalisedRegDate}</span>{$service.regdate}</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>
  4. no, 10001 mean Business 20000 $499.95 USD/mo
  5. Hi, can whmcs accept those plans as upgrade Business 10000 + Business 1000$299.95 USD/mo + $44.95 USD/mothen laterBusiness 10000 + Business 2500$299.95 USD/mo + $99.95 USD/mothen laterBusiness 10000 + Business 5000$299.95 USD/mo + $174.95 USD/mothen laterBusiness 20000 $499.95 USD/mo because the jump from Business 10000 $299.95 USD/mo to Business 20000 $499.95 USD/mo is too much , we can not have another active 10000 in one month! Regards
  6. Change client status based on active/inactive products and not logged in for longer than 3 months not working Status Active Client Group None Signup Date 2019-01-22 Client For 31 Months Last Login Date: 2021-02-21 19:09 IP Address: 107.18... Host: mail.cd Email Verified Yes i check it after 24 hours, never update to set the client inactive as last login was more than 3 months ago
  7. Hi, i have this rule /^(?:[[:xdigit:]]{2}([-:]))(?:[[:xdigit:]]{2}\1){4}[[:xdigit:]]{2}$/ but i need to make sure it's accept only Big letters A B C ... not a b c.... Thank you
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated