Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. Michael

    Email Piping

    I have: #!/usr/bin/php -q <?php /** * This files pipes email messages into the system. This is configured to process * messages for only a single company ID. Clone this file and change the * $company_id variable below to add pipe support for additional companies. */ $company_id = 2; try { include(dirname(__FILE__) . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . "lib/init.php"); $_SERVER['REQUEST_URI'] = null; $argv = array( '', 'plugin/support_manager/ticket_pipe/index/' . $company_id ); unset($company_id); // 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(); } } ?> And cPanel made it executable.
  2. Hello mate, What your looking for is this: admin/settings/company/currencies/setup/ You then need to untick: Use Package Pricing for New Services Only and tick: Automatically Update Exchange Rates and Allow Client to Set Currency
  3. Michael

    Email Piping

    Thanks mate but I get this: This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: pipe to |/home/username/public_html/plugins/support_manager/pipe.php generated by sales@licensecart.com local delivery failed ------ This is a copy of the message, including all the headers. ------ Return-path: <cubicwebs@gmail.com> Received: from mail-la0-f49.google.com ([209.85.215.49]:62501) by cubic2.cubicwebs.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.80.1) (envelope-from <cubicwebs@gmail.com>) id 1VMlO4-0000qP-Mx for sales@licensecart.com; Thu, 19 Sep 2013 22:03:44 +0100 Received: by mail-la0-f49.google.com with SMTP id ev20so7197450lab.8 for <sales@licensecart.com>; Thu, 19 Sep 2013 14:03:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=k1IIpbafTjoi3JdhTp3ztyt2Rm2mSwYYZeZSOVcgr18=; b=Uqi/R4Tg2F7hJnAD2lKc7SAPn0/QbmX+9FEuzHUjD5NGhySqhd1vI1qvzgItiSg+S0 1lSVbwxRgRWOGNHNM6rBSZrqhr4ctffngxkyVK60BwTe70kFvQP7Tq9rC965tDc8nwGH HwvD8syz83/7nqy8mBUoiLaYNxSwMnJpO3hW71sjyu32/NkrTrhaNivRXWKHhhI7eDBQ B+FZwF4au5nd6i8ncLgfQmK1DTEykAJ/Rkbld72tdKx64ICe8EtPjwG3Npv+upsQsWAA LNFHpLqBIeleMvxQnF/ufBqLKjjdiN9z360cKEta9rNNsnJPTKny5l10l1BOY5JJhmrw +8nA== MIME-Version: 1.0 X-Received: by 10.152.19.97 with SMTP id d1mr2879407lae.34.1379624623762; Thu, 19 Sep 2013 14:03:43 -0700 (PDT) Received: by 10.112.181.196 with HTTP; Thu, 19 Sep 2013 14:03:43 -0700 (PDT) Date: Thu, 19 Sep 2013 22:03:43 +0100 Message-ID: <CAFg25KHg83sukgAx2+wu0PFb3m6biaHmu1jMw-zwf+JpORnZXQ@mail.gmail.com> Subject: Testing once more From: Michael Dance <cubicwebs@gmail.com> To: sales@licensecart.com Content-Type: multipart/alternative; boundary=089e0149373c9f75a004e6c2e381 --089e0149373c9f75a004e6c2e381 Content-Type: text/plain; charset=ISO-8859-1 Testing Blesta. --089e0149373c9f75a004e6c2e381 Content-Type: text/html; charset=ISO-8859-1 <div dir="ltr">Testing Blesta.</div> --089e0149373c9f75a004e6c2e381-- Tried it another way and got this: This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: pipe to |/home/username/public_html/plugins/support_manager/pipe.php plugin/support_manager/ticket_pipe/index/2 generated by support@licensecart.com local delivery failed ------ This is a copy of the message, including all the headers. ------ Return-path: <cubicwebs@gmail.com> Received: from mail-lb0-f173.google.com ([209.85.217.173]:62432) by cubic2.cubicwebs.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.80.1) (envelope-from <cubicwebs@gmail.com>) id 1VMlRR-0000wm-Om for support@licensecart.com; Thu, 19 Sep 2013 22:07:13 +0100 Received: by mail-lb0-f173.google.com with SMTP id o14so8273613lbi.18 for <support@licensecart.com>; Thu, 19 Sep 2013 14:07:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=BcF0an5o2JQaJgU6zlLHW7g8EqLNaZbPpLY0dNwXp6o=; b=FK7Rej9tgWx/zdFK1TKPnWoccJanBOus0Jb7SaHawCZUNug1I/kV9EcPl80FvvQITx SKkTAetXnejBdpExOVn4GEu5mZC+LtzFswMZ7eXgydPTa2cDkb+yvwjLIb3XZKV3x3uQ hcYJRQRi65mkKG8CjpQ9OdHhQZsILqDEesbGPUpfW4hrHUA5fLvUqjgEQN6396iQd3sE NpcDtKMHc39JwMJz0g0mbyQdN5TbDEF8+M7mg30H6aFKco8QYsg/XkK7V/JdpgvEIw+8 5htxWxaH7X0iadgU6QFiyBE95mdDFUB5QmJiLrsqczqnaAB32E+tzZk9ZtenMB0zg/jQ RZSg== MIME-Version: 1.0 X-Received: by 10.112.138.170 with SMTP id qr10mr2775956lbb.36.1379624832687; Thu, 19 Sep 2013 14:07:12 -0700 (PDT) Received: by 10.112.181.196 with HTTP; Thu, 19 Sep 2013 14:07:12 -0700 (PDT) Date: Thu, 19 Sep 2013 22:07:12 +0100 Message-ID: <CAFg25KG7+ycLp0D5EGbioGPYBa67gAEa73FbHg4zy=GBP0oZxg@mail.gmail.com> Subject: Testing forever From: Michael Dance <cubicwebs@gmail.com> To: support@licensecart.com Content-Type: multipart/alternative; boundary=089e0116103013641f04e6c2f07c --089e0116103013641f04e6c2f07c Content-Type: text/plain; charset=ISO-8859-1 pleaseeeeeeeee work. --089e0116103013641f04e6c2f07c Content-Type: text/html; charset=ISO-8859-1 <div dir="ltr"> pleaseeeeeeeee work.</div> --089e0116103013641f04e6c2f07c--
  4. Will this be like a BuycPanel module mate? I like the sounds of that haha.
  5. Sorry I took a while to reply, was just finishing a GTA V mission haha. I've recorded how you order two things, however I apologies I had to remove a cubicwebs domain as I was testing before hand to ensure I knew what I was doing Video: http://screencast.com/t/4YK4TinHNt0
  6. Michael

    Email Piping

    Can't get it working :l This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: pipe to |/home/username/public_html/pipe2.php plugin/support_manager/ticket_pipe/index/2 generated by support@licensecart.com local delivery failed ------ This is a copy of the message, including all the headers. ------ Return-path: <cubicwebs@gmail.com> Received: from mail-lb0-f182.google.com ([209.85.217.182]:44716) by cubic2.cubicwebs.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.80.1) (envelope-from <cubicwebs@gmail.com>) id 1VMjJg-0005pT-4u for support@licensecart.com; Thu, 19 Sep 2013 19:51:04 +0100 Received: by mail-lb0-f182.google.com with SMTP id c11so8235363lbj.13 for <support@licensecart.com>; Thu, 19 Sep 2013 11:51:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=LIJadzvNxr3fp/JxVfq7L/+8nHXtW5vUWQBxgRyKF3c=; b=xJqh425ugflI208KWhlT/xVM3YpdMGI+sJfh1TogZLMkOKs5PwBxCquhWQ/5ZbHiUv 1Bi3xCKBk0n83jgqqJYAcvzohjGhSaImFhC8UG+UsB9uizfFFtxIa3GUuyIoq/Cj1Mqj FkAMRhH7DRSyX16o2g+6uW9/sWGsBvGXt0f0cQE+0QAOdYeQNvqKos3p3vnJu6qnQrcL TENIBacSHCrLBp4SekZt7j0drgm6cTT+jdd5Fu+H+q79w5TxL+wXuhz891lPR8yDsv/Y txfXK0sQ+rNsuQ45nCGEnqzORlted8KF2ZT6zSKqvhbgmGmqZwMzLKQNJKcdknDL+2n+ /KXw== MIME-Version: 1.0 X-Received: by 10.112.52.225 with SMTP id w1mr2788627lbo.31.1379616662648; Thu, 19 Sep 2013 11:51:02 -0700 (PDT) Received: by 10.112.181.196 with HTTP; Thu, 19 Sep 2013 11:51:02 -0700 (PDT) Date: Thu, 19 Sep 2013 19:51:02 +0100 Message-ID: <CAFg25KGhtTPfqo25H7r60vo7tCc-=AorceWarzq_3F6XEukfvg@mail.gmail.com> Subject: TESTInG From: Michael Dance <cubicwebs@gmail.com> To: support@licensecart.com Content-Type: multipart/alternative; boundary=001a11c3fe901a7ff904e6c10923 --001a11c3fe901a7ff904e6c10923 Content-Type: text/plain; charset=ISO-8859-1 Please work --001a11c3fe901a7ff904e6c10923 Content-Type: text/html; charset=ISO-8859-1 <div dir="ltr">Please work </div> --001a11c3fe901a7ff904e6c10923-- This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: pipe to |/home/username/public_html/pipe2.php generated by sales@licensecart.com local delivery failed ------ This is a copy of the message, including all the headers. ------ Return-path: <cubicwebs@gmail.com> Received: from mail-la0-f53.google.com ([209.85.215.53]:58464) by cubic2.cubicwebs.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.80.1) (envelope-from <cubicwebs@gmail.com>) id 1VMjLb-0005tl-Rg for sales@licensecart.com; Thu, 19 Sep 2013 19:53:04 +0100 Received: by mail-la0-f53.google.com with SMTP id el20so7194026lab.40 for <sales@licensecart.com>; Thu, 19 Sep 2013 11:53:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Uixx2qsSnmTaUftBHcTCniq8cO5JJVqjH7GtVrGea9Q=; b=iyT1BFtJsdTug9QtNi39e4gPx0k7vPwv7Ff7iZnlvxbDOBBGWJi7eF1xE8GfozL5Iu MJrhXYd5aJm/Zg/J/RzTASyJgM+TGtwKvC5SUwToRdYao7/gGx+7DG7EwlIfjebShdvp XQdXNi/fAz8Jtb/uTzZyg98K2fatCFCAbI5Dd08ehO1U28qK0jEH0kW3ItU6KoWjo5km 7FTXZUDJcxDlGKo+LEaCejJLpGi9OwfDmkasPUFn74+onk5a+rQqMZVoWW13pLeK4i0h d1jXcsoY2egZcOjaWxXBnbVEVKISEN9mpp9HeTNXhW6FxLsMkmzp/1VOcwzyfJrhu+cd 1cEg== MIME-Version: 1.0 X-Received: by 10.112.167.66 with SMTP id zm2mr2300373lbb.46.1379616782849; Thu, 19 Sep 2013 11:53:02 -0700 (PDT) Received: by 10.112.181.196 with HTTP; Thu, 19 Sep 2013 11:53:02 -0700 (PDT) Date: Thu, 19 Sep 2013 19:53:02 +0100 Message-ID: <CAFg25KFD2HHpK3VkjmRQSbBqx1u_wx8HiB57iWi8Sc_r94vCoA@mail.gmail.com> Subject: Feeling Lucky From: Michael Dance <cubicwebs@gmail.com> To: sales@licensecart.com Content-Type: multipart/alternative; boundary=001a11c38ba2449da904e6c11020 --001a11c38ba2449da904e6c11020 Content-Type: text/plain; charset=ISO-8859-1 Please WORK BLESTA --001a11c38ba2449da904e6c11020 Content-Type: text/html; charset=ISO-8859-1 <div dir="ltr">Please WORK BLESTA</div> --001a11c38ba2449da904e6c11020--
  7. Michael

    Email Piping

    Ok I'm going to take the leap of faith and try this and see if it works.
  8. No problem, if you need any more help feel free to reply or pm me and I will do my best to help you.
  9. oh you've got it from Blesta I'd buy it at midnight gmt if my wages come in. If not soon as they do IF you still have it that is
  10. You can submit a ticket to invoice you for it. I don't know if there's a order form for it, as I got mine by exchanging a license to a addon license. You only need one license per Blesta installation. Multi-companies are addon licenses which are attached to the main license. The best I can say is this
  11. You need the domain and other form Then select the hosting packages on the right to left.
  12. Not yet they are doing client groups discount soon.
  13. Welcome to the community
  14. So a "Payment completed" page? I do like the idea and +1 if it helps people however I like stripe myself.
  15. Can you submit a ticket to Blesta to verify this license please, also did you buy it from here or from a distribution like Licensepal?
  16. That answers my question haha thanks mate.
  17. Well I didn't on the v3.0.3 patch I can't remember on the 3.0.2.
  18. They aren't changed if you use the patches but check for a config folder in the zip. Hope it helps mate.
  19. Michael

    Email Piping

    Thanks mate will be following this thread because I have the same issue I believe as you.
  20. Michael

    Email Piping

    Not tried it haha might do if you solve it
  21. Michael

    Email Piping

    Try the pipmod.php in the root? /home/username/public_html/pipmod.php
  22. No problem, I knew the issue and fixed it I love Blesta and if people can't experience their demo, they might not trial it or buy it. And I don't want Blesta to loose a customer over it.
  23. I was wondering would people like to see this on Blesta? Where maybe you enter your ID / domain name in a form in the admin panel for a company and it will show it on the website. So if I had say billing.domain1.com and billing.domain2.com it will have their own code instead of having one and not being able to track which company they are on. Just a idea.
  24. Thank you for the update mate can't wait as it's today
  25. Your best off mate making a new package for them but make them Restricted. So they will only be for the old clients -> select them on the importer instead of the new ones.
×
×
  • Create New...