Jump to content

mtbhost

Retired Forum Member
  • Posts

    20
  • Joined

  • Last visited

Everything posted by mtbhost

  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..
  16. Make a small test php page, and put this in it: <? phpinfo() ?> Then you can see whether Global_Registers is really on or not for your domain. Another option is to put php_value register_globals 1 in your .htaccess file
  17. Terrible... yes, with a Capital T! I had a support ticket open for months, even after I called and called.. Finally I just fixed it myself... and well, then ditched the app all together!
  18. I just deleted the client who was associated to the free account. That didn't effect my WHM in anyway, and removed them from the system. If you can't delete the client, another idea would be to move/transfer all the accounts to a dummy account.. then just delete that account. That will take all it's children with it. No need to use the Terminate Button.
  19. All I can say is that I am overly impressed with your product! I downloaded my licence only a few days ago, and I've already imported all 100 of my clients from WHM, and tranferred their billing and client information over from Lpanel like a breeze. The template system was dead simple to integrate into my existing design, and everything flows like it was there all along! Here is my site: http://www.mtbhost.com The only suggestion I have, would be to add a Tax section. I'm sure 99% of webhosts are companies like mine which have to pay one tax or another. Being in Canada, I am forced to charge my clients GST/HST, and clients in my province PST aswell. Overall though, awesome product! Thanks for all your hard work!! Joe
×
×
  • 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