Jump to content

mtbhost

Retired Forum Member
  • Posts

    20
  • Joined

  • Last visited

About mtbhost

mtbhost's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I just downloaded and installed the module... 10 good articles? There are barely 10 on the your system! I think for this to work, and for people to really get into it, 2-3 articles would be better.... that way there would 2-3 really good ones, rather than trying to put together 10. More people would join, and the KB would grow much faster... what do you think?
  2. I just started getting this too! It's been working for years... must be a cpanel thing, just now where to find it!
  3. It doesn't explain all the variables in Params... or how the workflow in WHMCS is performed... and since all the pages are encoded, you're working blind.
  4. That Wiki tells you very little... seriously... the whole gateway integration needs some serious documentation!
  5. I just saw this ... this should help you! http://forum.whmcs.com/showthread.php?t=16329
  6. I did my gateway myself, maybe I can help. Who are you looking to connect to, and how? It did take A LOT of work to get mine working, so I can feel your pain!
  7. Wait, I spoke too soon! That table stores the existing registrations... argh. I'll keep looking.
  8. Yup, check your DB for this table: tbldomainsadditionalfields All the text you want is in there.
  9. Hey there, I took a really quick look at it, and found this code: {if $additionaldomainfields} {foreach key=domainfieldname item=domainfield from=$additionaldomainfields} <tr><td nowrap>{$domainfieldname}</td><td>{$domainfield}</td></tr> {/foreach} {/if} it lives in whmcs/templates/orderforms/cart/configureproduct.tpl Now to find out where that pulls from! I would assume somewhere in the DB, since I can't find the text in the lang file.
  10. I just completed the Elavon gateway for my site, it works perfect. Ended up using cURL To send the XML to VM, a little work to get set up, but worth it now since it's all integrated.
  11. Open \includes\pdfconfig.php Around line 78 you can see where it's pulling in the variable names for the taxes. It's called $taxname and $taxname2 later on .. Now where those really come from... who knows, everything is encoded, and those are not in the Lang file, so I would assume they are on the db. If you go to /admin/configtax.php you should be able to enter your tax names.
  12. I've set up a Custom Gateway, and I can pull everything from the client details, except for their credit card. When a client clicks on a link in viewinvoice.php, the Pay Now, the params holds loads of client info, but no cc# no exp date. The question is how are those peices of the pie sent? I've read the API and the custom gateway doc, but there is no mention of how to get the CC out of the database. Thanks,
  13. I use this same service... I am in the middle of coding a module right now. I'll let you know if I get it to work, I still have to test it out!
  14. You have an ip that ends in 567? I thought the largest number in any sequence was 255. The easiest thing would be to see what exactly your server IP address really is. Just go to http://www.whois.sc and enter your domain name, from there you can get your IP.
  15. If you have that licence key error, test and make sure you can access this website.. I had that too, looks like WHMCS was down. (not 100% sure that is the reason, just seemed to coincidental.) Also make sure you upload the key.php file that was emailed to you, or download a new one from your customer area to you website..
×
×
  • 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