Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. We use another order form but you can create another addon group.
  2. Are you using cPanel if not it's /usr/bin/php not local
  3. You should have kept that on in my opinion, since all you need is a number as a symbol to make it pass the 65 limit. Otherwise you will be moaned at when they are hacked.
  4. That's not Blesta's fault the client was a stupid idiot and re-ordered twice is it? I've had clients do that so it's normal and they open a ticket and politely ask me to cancel it. If it's not then why don't you check orders and cancel non paid services? Or better still why not use a plugin created by Blesta to cancel unpaid services after x amount of time?
  5. As far as I know Blesta doesn't run create accounts for unpaid or pending... The only time that runs is if a service has no outstanding invoices.
  6. Support > Staff > Notices
  7. SLA is Service Level Agreement meaning you don't go down, not sure what benefit a 5 minute delay is going to have.
  8. It's because cron runs every 5 minutes, we've never had issues.
  9. You can re-order them in the groups page
  10. I thought you can do that under: Packages > groups and select the group to see the packages?
  11. I don't think that's possible by default you could make a custom plugin to check for packages over a year.
  12. Correct you should be fine that way otherwise you have to go the billing tab and view the order and check approve.
  13. It should do that. But it depends if you have the order form to manual approval, if it's not then it should run with the cron after payment.
  14. As far as I know it's just for the WHT Staff, and yeah the people with a symbol in the password like !*():;<> as I don't think rainbow tables will have them.
  15. ioncube only has beta versions for PHP7 and we (Paul & I) tried Blesta on 7.0 but the encoding doesn't work with the beta loaders they offer. so you can't use PHP 7 yet, we're on 5.6 because of it.
  16. I wouldn't change their password if I was anyone there, I can't log into mine so my passwords aren't effected but they haven't announced it themselves and I bet the hackers still have access as it's a outdated forum with a SQLi exploit fixed in June (if they updated).
  17. if you upload the languages file to your blesta languages folder you can install them. Then your clients can set their language when they register / edit their account or you can make it the default language but it will change your admin area to Hong Kong too.
  18. They should be automatic and sent out when you schedule invoices to be invoiced normally 7 days before due. And it runs with the cronjob.
  19. We understand he's closed shop please don't re-post the same reply in about 2 months haha I don't think he will be back.
  20. Michael

    Emails

    So your using SMTP, is the SMTP information correct? is the port open on the server? is the IP allowed to connect? And by control panel I meant for Blesta.
  21. Michael

    Emails

    All I can say is well done can you post the following: - Are you using PHP Mail / SMTP? - Are you using a control panel? - Have you checked the server logs? - Have you checked if any script works? - Is the IP blacklisted? Just "I can't send emails" doesn't help you nor us. <?php //if "email" variable is filled out, send email if (isset($_REQUEST['email'])) { //Email information $admin_email = "someone@example.com"; $email = $_REQUEST['email']; $subject = $_REQUEST['subject']; $comment = $_REQUEST['comment']; //send email mail($admin_email, "$subject", $comment, "From:" . $email); //Email response echo "Thank you for contacting us!"; } //if "email" variable is not filled out, display the form else { ?> <form method="post"> Email: <input name="email" type="text" /><br /> Subject: <input name="subject" type="text" /><br /> Message:<br /> <textarea name="comment" rows="15" cols="40"></textarea><br /> <input type="submit" value="Submit" /> </form> <?php } ?> From: http://www.inmotionhosting.com/support/website/sending-email-from-site/using-the-php-mail-function-to-send-emails Another tool: https://www.mail-tester.com Blacklist tool: http://mxtoolbox.com/blacklists.aspx
  22. Michael

    Registration Form

    Because your storing personal information, if they want to talk to you, how would you who they are? And some countries it's a requirement to store information about your customers.
  23. Michael

    Registration Form

    You can use CSS / JS to hide it or edit the order form files but I don't recommend it.
×
×
  • Create New...