Jump to content

chuva

Member
  • Posts

    16
  • Joined

  • Last visited

About chuva

chuva's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello pRieStaKos, When I use both (InvoiceCreated, InvoiceCreationPreEmail), the invoice information has not yet been created in the database (I need the invoice information created in the database) I use a third-party payment module (encrypted) and I can only obtain information from this payment module when the invoice is generated, I want to send this payment information via another WhatsApp via hook
  2. Hello Friends, I am creating a hook that should retrieve information from the 'message' column of the 'tblemails' table. In the 'message' column, there is a large amount of information that I am not interested in, so I created a filter (with the help of ChatGPT). It works, but interestingly, it doesn't filter out some things. Is there a more efficient way to create a filter? Here is the code I am using: // msg content $email_query = Capsule::table('tblemails') ->where('userid', $userid) ->where('subject', 'like', '%' . $invoice_id . '%') ->orderBy('id', 'desc') ->value('message'); // filter if (preg_match('/value="([^"]*)"/i', $email_query, $matches)) { // $matches[1] conterá o conteúdo dentro das aspas duplas após "data-pix=" $msgtest = htmlspecialchars($matches[1], ENT_QUOTES, 'UTF-8'); echo $msgtest; } else { // msg error }
  3. Hello Friends, I need to create a hook that is capable of being executed after the invoice is created. Because I need to get information from the tblemails table I searched the hook index and didn't find anything that works the way I need it. I appreciate any help
  4. Hi jclarke, UnBlockIP stopped working on the new version of csf 6.32
  5. Hi Friends, I use Reseller to create webhost in whmcs, and laszlof, helped me with this tip below: NOTE: Enable your Reseller in "cPanel Resellers option of CSF" (csf.resellers)
  6. I purchased Addon, I saw the date of the complaints and thought that I had with a solution. After installation, viewinvoice.php, displays as a blank page. Ticket #524743
  7. Hi Friend, Your module is compatible with version 5 whmcs? Thanks,
  8. I am having the same problem this problem is only reseller screenshot in whmcs http://www.diigo.com/item/image/1cguv/qy1p account is created, just like the friend said
  9. Looking for google analytics integration in the area of client The integration is expected to generate a graph I tried to do (but do not understand anything) I got a graph for integration with cacti here in the forum See: http://www.diigo.com/item/image/1cguv/ks13 Payment by paypal Thanks
×
×
  • 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