Jump to content

rack::SPEED

Retired Forum Member
  • Posts

    17
  • Joined

  • Last visited

About rack::SPEED

rack::SPEED's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. You have to connect a server to your module to get UsageUpdate running.
  2. Yes, it's an on-the-fly solution. My script saves the invoice "signed" and "not signed"... If you use the smtp-gateway every email from whmcs will get signed, so that's not a very fine solution and very expensive. ;-)
  3. I've tested my digital invoice module with V4. There is only one small file (s. attachment) you must upload to whmcs/includes/hooks/ Dont't forget to correct the path in the script... - Every thing will work fine. Have a great day! Regards, Maik signinvoice.zip
  4. Very great release! You've implemented all of my missing features!!! - Thank you for that! *g
  5. I've scheduled whmcs update for next weekend. I'll post some notes here when i'm finished...
  6. It was not easy get it working, but know it works without any problem... Signed eMails are stored in whmcs/invoices/signed/ - So you can link it from there into your customer area or burn it for your finance office. Don't forget to secure your new directories from unfriendly people. I did it with some .htaccess files, otherwise an any person can access your signit.php file and spam your customers... Different languages are not supported at this time, but i'll add this feature in some weeks because of our new customers. It's easy but i'm too busy this days... :-/
  7. Sorry for my late answer, but we have many requests this days... Here's my tutorial to send signed invoices to your customers: 1.) Sign up at http://www.smskaufen.com/ (They provide many services, PDF signing also) 2.) Create this folders: whmcs/invoices/pdf/ whmcs/invoices/signed/ 3.) Unpack attachment and edit files (<---) 4.) Copy all files from attachment to whmcs/invoices/ 5.) Edit whmcs/includes/actionhooks.php function actionhook_InvoicePaid($vars) { # This function runs when an invoice is fully paid and therefore the services renewed # $vars["InvoiceID"] $ch = curl_init('https://example.com/whmcs/invoices/hook_paid.php?id='.$vars["InvoiceID"]); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_HEADER, TRUE); $rueck = curl_exec($ch); curl_close($ch); } 6.) Check everything. - If you get an payment and set an invoice to "paid" an signed invoice will automatically send to your customer. signit.zip
  8. I'll post my solution tomorrow. I'm very sorry, i was very busy today.
  9. Send me a PM with your email address please.
  10. Yes, that's right. smskaufen.de is a service provider for different services like PDF signing, mass sms mailings, post letter mailings, etc... 14 Cent (without VAT) per PDF is correct. If you have more than 500 invoices per month than you can request a quote. If you need another signing provider, i'll try to integrate it for you.
  11. I used an action hook and created 2 new files. I use this method now for more than 2 weeks and there wasn't an error yet. If you are interested i'll release a commercial modul for all people... - Other gateway services shouldn't be a problem, too.
  12. I've implemented a 3rd party solution. It's beta stadium but works very fine, until now. http://www.smskaufen.com/sms/index.php?seite=siginfo http://translate.google.de/translate
  13. I need digitally signed invoices, too. What about this SMTP Gateway Service?! http://www.smskaufen.com/sms/index.php?seite=siginfo http://translate.google.de/translate?u=http%3A%2F%2Fwww.smskaufen.com%2Fsms%2Findex.php%3Fseite%3Dsiginfo&hl=de&ie=UTF8&sl=de&tl=en
×
×
  • 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