Jump to content

cmendes0101

Member
  • Posts

    9
  • Joined

  • Last visited

About cmendes0101

cmendes0101's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I would like to see about using the WHMCS licensing addon to sell web apps but was wondering if there was any way to also encrypt the code.
  2. A couple things were not working for me. The Payment method was the true name instead of the alias thats configured as the name and the currency wasn't being set for host only domains. I moved global $currency; to the beginning of the function then within both While() statements added: $currency=getCurrency($data['userid']); $paymentmethod = $data["paymentmethod"]; $paymentmethod = $gatewaysarray[$paymentmethod]; And replaced both $data["paymentmethod"] with $paymentmethod
  3. I'm not a pro at cpanel or whmcs so just wanted to ask how this works. I created Products/Hosting packages on whmcs. Does that create packages in whm/cpanel? I dont see anythere so wasn't sure how that worked.
  4. I see someone created a module for Strip.com. I'm looking for a gateway that doesnt charge a monthly fee since im still slowly starting up. Are there other ones that are no monthly fee but have like a micropayment rate? Strip charges the same price for small payments.
×
×
  • 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