Jump to content

hardbrasil

Member
  • Posts

    58
  • Joined

  • Last visited

About hardbrasil

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hardbrasil's Achievements

Member

Member (2/3)

0

Reputation

  1. hello fellas, we are using whmcs only to manage the invoices, so we pretend to use all msg sent by whmcs and set this available inside of our app. we was checking api and did not find anything about "how to import those msg to our application" anyone has a tip to how can i do that? thanks
  2. Hi Brian, i create this hook using your sintax to remove a especific item of sidebar menu, actually works, but when i change page i got an error, this is the code <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar) { $primarySidebar->getChild('My Account') ->removeChild('Contacts/Sub-Accounts'); }); the error is: Fatal error: Call to a member function removeChild() on null in /var/www/vhosts/gleads.com.br/fin.gleads.com.br/includes/hooks/remove_item_sidebar.php on line 8 thanks
  3. hello fellas, i am trying to remove some sidebars and without success. i am using this code that support told me but i got an error on aplication <?php use WHMCS\View\Menu\Item as MenuItem; if (!is_null($primarySidebar->getChild('Client Shortcuts'))) { add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar) { $primarySidebar->removeChild('Client Shortcuts'); } ); please see wich one i went to remove txk advanced
  4. this start to happen to me when i change chmod of php session. try this (solve for me): chmod 1777 /var/lib/php/session
  5. thank you fellar, we found the solution, did you work like frelancer? if yes what about your rate/hour thanks
  6. We create a ajax to capture data from Pin_code module, therefore when i execute the ajax i got “error 302 Found”. i would like to know how i need to proceed to bring correctly data from ajax. my code is: $(document).ready(function(){ $('#pincode_gerador').click(function(){ $.ajax({ type:'POST', url:'index.php?m=geradorpincode', beforeSend:function(){ $('#pincode_gerador').text('Gerando...'); }, success:function(data){ alert(data); } }); }); }); /* Código do módulo */ function geradorpincode_clientarea($vars) { $option1 = $vars['option1']; $codepin = uniqid(); echo 'works!'; }
  7. Salve pessoal, sempre usei boleto do real e ate hoje funfa que é uma blz, recentemente estamos migrando para Itau e estamos tento problemas para configurar os campos. quem usa do Itau pode nos ajudar? Conta: Conta Cedente: Conta Cedente DV: Convenio: como que você preenche essas infos? (se eu usar o modelo do santander, fica faltando um numero no código de barras)
  8. Hi fellas, when i run the terminate function on admin area, he remove the package, domain etc, but let the "customer" account inside of plesk 11. did you know how to solve this|? thank you
  9. i am getting this when i running de module on Plesk 11: Module Command Error 1006 Permission denied Plesk 11 there is no "Ability to use remote XML interface" any light?
  10. hello fellas! any news about module for plesk 11?
  11. Hi Fellas, i am getting 1006 - Permission denied. when i am trying to create a domain inside of Plesk 11. if i create "On hand" i mean, manually add domain into plesk i can manage by whmcs (Activate and suspend) works fine! do you have any tip?
  12. ok, and you have an extra official solution? a tip, anything that can help?
×
×
  • 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