Jump to content

hardbrasil

Retired Forum Member
  • Posts

    58
  • Joined

  • Last visited

Everything posted by hardbrasil

  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?
  13. Hello fellas, i would like to hear about someone that has multiple language available in your website. we are planing to open the second language in our website, the pint is: Client area is ok, translated, tested and working. the issue is about the Product and Price, i saw many tips abou it but none of them help us. The point is, our native language is Portuguese and our currency is R$ Real. We are planing to add Spanish language, so we need to add product description in this language and the currency must be U$ dollars and we will offer just paypal getway for this kind of purchase (international). i would like to hear about the experts how they did this, they duplicate the products? how they made. thank you so much
  14. is possible to staff edit the timer? frequently our staff forget to stop the task so the timer record a lot of time and client become upset... thank you
  15. Hi BotHa i would like to implement the same in my new joomla website, could you help me telling me where i start? how extensions did you used how files you custom... thanks
  16. hi fellas, i have the same issue, how did you solve this? thanks!
  17. Thank you everybody! i'll concern about the options. by the way the bid is 20$/h regards
  18. Hi Liam Please, tell me your price. be fair we gona be a deal.
  19. hi fellas, im looking for a programmer to built a new product functionality on whmcs, here is what we need, please see the print: 1) http://www.next4.com.br/extra/whm_ticket1.jpg 2) http://www.next4.com.br/extra/whm_ticket2.jpg
  20. Hi Fellas, i signup an API on Paypal and when i add to my whmcs admin, i got an error: PayPal Balance: Error: Security header is not valid This message appear on the index of admin page. Its suppose to show the balance of my paypal income. Anyone already got this? thanks!
  21. Hi fellas, could you give to us some examples about "Quotes". How to use them, when, in what case is better, im little confuse about it and i would like to know more.
×
×
  • 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