Jump to content

sfchost

Members
  • Posts

    19
  • Joined

  • Last visited

sfchost's Achievements

Newbie

Newbie (1/14)

11

Reputation

  1. We REALLY need this to get this rolling. After the barrage of updates for our "other" software, we've had services not being billed one month and then correctly the next... And now our affiliate payouts are AFU with commissions getting duplicated.
  2. Ok... How about the Quantum Vault module? Need, obviously, the ability to pay initially (or one-time) via the vault, but to charge same card every payment period. In addition (I had to pay for another module to do this ) is to notify end user what card needs to be updated, and allows both the end user and admin to add/update a credit card both at order time (if order is called in) before an invoice is created (we sometime allow for 10 days grace for competitive wins)... Let me know how much need to get this going (or finished) for all of us...
  3. If it would help, I'd offer to kick in some money to get this before the end of year.
  4. Amen! Usually the projects starts out good and then it goes south really fast... All the good ones seems to fall off the planet if you find those...
  5. If you can pm those to me, that would be great...I have few projects in the works and the few that I have are too busy right now.
  6. Any graphic and web designers here or any good recommendations for one... Need some integration stuff done as well as some graphics...
  7. sfchost

    Email Piping

    Duplicate post... sorry.
  8. sfchost

    Email Piping

    Holy cow! Changing the hashbang did it:
  9. sfchost

    Email Piping

    I've made a little progress on getting this to work on cPanel... Using the code below (as stated by Cody) and saving the file as pipe_ah.php and setting the permission to 755... #!/usr/bin/php -q <?php try { include(dirname(__FILE__) . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . "lib/init.php"); $argv = array( '/plugin/support_manager/ticket_pipe/index/1' ); // Dispatch the Web request if (!empty($_SERVER['REQUEST_URI'])) Dispatcher::dispatch($_SERVER['REQUEST_URI']); // Dispatch the CLI request else Dispatcher::dispatchCli($argv); } catch (Exception $e) { try { // Attempt to raise any error, gracefully Dispatcher::raiseError($e); } catch (Exception $e) { if (Configure::get("System.debug")) echo $e->getMessage() . " on line <strong>" . $e->getLine() . "</strong> in <strong>" . $e->getFile() . "</strong>\n" . "<br />Printing Stack Trace:<br />" . nl2br($e->getTraceAsString()); else echo $e->getMessage(); } } ?> I don't get any errors in the exim_mainlog, but the email is not converted to a ticket (it looks like it vanishes)... also the "allow only clients to open or reply to tickets" is not check... 2013-09-19 15:39:11 1VMk49-0007p4-6k => |/home/domain/public_html/plugins/support_manager/pipe_ah.php (help@domian.com) <help@domain.com> R=virtual_aliases_nostar T=virtual_address_pipe 2013-09-19 15:39:11 1VMk49-0007p4-6k Completed Getting warmer!!!
  10. The company addon license is only $95 each... If you pickup a full license for more than that, it would be a waste to convert it.
  11. Is there a customer viewable "road map" so we can see where items such as the Enom and the Quantum Vault Gateway are on the timeline.
  12. Same here... Its that whole "lowest common denominator" thing I guess... I'm now trying to figure out how to "register" without placing an order.
  13. Yea, haven't gotten that far yet. Working on figuring out how to get basic setup for two different companies, trying to figure out how the template system works and how to get a bootstrap template integrated (hint, hint)...
  14. I set the port to 2087 and check "use SSL" and it activated with no issues...
  15. This would be a great addition for us as we currently use this one, although we can use the Gateway module in the meantime...
×
×
  • Create New...