Jump to content

butterkitty

Retired Forum Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by butterkitty

  1. Okay....i have a module made in which if someone buys a server from us (a shoutcast server), it will enter in all the information required into our seperate DB. I am thinking i need to have servers set up in the WHMCS panel that coincide with our separate DB in order for everything to work properly. We have a separate system in place the chooses which server the streams are on outside WHMCS. I can of course pull this information out of our own separate DB. Is there any information as such on this problem.
  2. Apparently I had made a syntax error in the module. Fixed and the writing to a log file from the module is working perfectly. Thanks for your help.
  3. I find out now that i'm having a problem with the create account function not being run when the product is bought. function nEoSC_CreateAccount($params) { die("blah"); } When i buy a product it goes through like nothing is wrong. my module name is nEoSC ... function nEoSC_ConfigOptions() { works
  4. Is there any way I can get debug information from a module. There's a problem with a module I'm working on, but i can't figure out exactly what. How can I debug it. And don't tell me to post my script because I don't want you to fix it, I want to fix it. There has to be some kind of log or something. I've checked the httpd and php logs without any problem listed. Edit: Thinking about this a little more and i think i will probably have to code the logging for myself. If there is an easier way, please post it here.
  5. This would be a very lovely idea, since we sell Shoutcast streams and the documentation for an automatic setup for anything other than domains or of the like of hosting is really non-existant.
×
×
  • 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