Jump to content

0xB0BACAFE

New Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by 0xB0BACAFE

  1. Hello, I'm trying to add one custom field in my 'whmcs/clientarea.php?action=services' area, but after some tests, no progress. <tbody> {foreach key=num item=service from=$services} <tr onclick="clickableSafeRedirect(event, 'clientarea.php?action=productdetails&amp;id={$service.id}', false)"> <td class="text-center"><i class="fa fa-cube fa-2x" aria-hidden="true"></i></td> <td><strong>{$service.product}</strong>{if $service.domain}<br />{$service.domain}</a>{/if}</td> # Here where I'm trying to add the custom field. <td class="text-center">{$client_custom_field_customertype}</td> <td class="text-center"><span class="label status status-{$service.status|strtolower}">{$service.statustext}</span></td> <td class="responsive-edit-button" style="display: none;"> <a href="clientarea.php?action=productdetails&amp;id={$service.id}" class="btn btn-block btn-info"> {$LANG.manageproduct} </a> </td> </tr> {/foreach} </tbody> Basically, using '{debug}' parameter, I noticed that variable don't come to this page, and don't have idea how I can import this. The custom field that I need is to add the IP Address of a specific VPS instance. Anyone had done that or know some form? Thank you at all.
  2. Hello! This is my first post here, recently I subscribed to WHMCS to do some labs with Proxmox VE VPS module available on Modules Garden. Trying to install WHMCS for the first time on Debian, in fact I did the deployment after read some useful information in posts of @leemahoney3 (thank you for that). In my first test using Debian 11 + WHMCS 8.6 + PHP 8.1 and ionCube v12.0.2, my module doesn't work, because he cannot be decoded by this version of the ionCube Loader. Now I'm trying a deployment with Debian 11 + WHMCS 8.5.1 + PHP 7.4 and ionCube v10.4.5. But I can't install this version of ionCube, anyone knows a way to do that? I'm thinking that a version of ionCube can solve the problem with my model. If you have some experience on this module, or this downgrade of ionCube I would appreciate. Thanks for now!
×
×
  • 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