Jump to content

mrrsm

Members
  • Posts

    179
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by mrrsm

  1. +1, this is something that many people have pointed out to me as confusing until I explain it and then it is just annoying to them.
  2. There is no piece of software that doesn't have some bugs in it. With Blesta the bugs are acknowledged and usually you are provided with a Bug number to track it. Bugs are usually fixed by the next release and sometimes workarounds are posted as the code is almost all editable. I purchased directly through Blesta and have used their support a couple of times. They are very prompt, courteous, and are willing to work with you to fix an issue. At the same time, posting on the forums here will result in more eyes taking a look and providing solutions to your problem or question on top of the developers who are very active here as well. Plus if you bring it up on the forum others who have the problem can benefit from whatever conclusions are reached. A couple of the downsides to blesta for many people are specific plugins they have used or want are not here yet. However, there is a great developer community who take jobs building these plugins as well as many who have given free plugins. Overall what really sold me was the fact I can look at the code. This means I can see what my billing script is doing and make sure nothing fishy is going on. Also, watching the forum grow, I can see how helpful people are in trying to get problems solved both from Blesta developers, plugin/module developers, and other Blesters who have their own set of skills to bring to the table.
  3. With a default KVM setup you are not able to reset a password without booting into single user mode or a live cd (assuming linux OS). This could be automated via some panel (I don't know for sure) but it isn't a thing I have normally seen.
  4. I would love for there to be both a client and admin audit log. Being able to track down when a customer did an action (such as adding a payment card or updating contact details) would be useful to have. As far as admin side goes many things already log actions but being able to trace down changes that a staff member did to a users account or manually accepted an order could be useful in certain circumstances. I think there needs to be an option as far as how long to keep the logs for as they have the potential to take up a lot of space on busy sites. That is on top of the ability to have the stats tracked at all.
  5. I have yet to have a problem with namecheap however enom is a great way to go as well. Personally I suggest picking the one that you like best. I also like the idea of a full audit log for admin actions. Even client actions for that matter.
  6. mrrsm

    Remove Module

    Letting the version numbers from the products I work on apply to everything I use. 5.4 is MUCH better than 3.4 though Found the culprit, the package has been switched to use a new module but the service is still attached to the old module. Is there a way to migrate the service to use the new module for future requests or would I have to reprovision them?
  7. mrrsm

    Remove Module

    Blesta version 5.4 I have an unused module and can not seem to remove it. Every time I try I get this message. The module can not be uninstalled because it is used by one or more uncanceled services. As far as I can tell I don't have any packages using this module so there can't be any services, canceled or not, using it. I am not sure where to check in the ui or the database as I have checked the packages table with the module id and nothing was found.
  8. Although you are most likely correct, we can always hope and keep our fingers crossed.
  9. That seems like it is incorrect though in some cases (by far not all cases though). I would almost like a option box after clicking delete to ask if the service associated should be removed (or whatever action should occur (run to term limit and suspend, etc))
  10. I was initially thinking for that plugin, but then realized it could apply to any package really and probably wouldn't really be able to be bundled within a plugin (as far as I can tell).
  11. This important to me for customers who have domains purchased through me. I would prefer to give them more notice than the customers who are paying for hosting. For example say 10 days for domain renewal and 5 days for hosting. This will let the invoice be generated thusly giving the client more time to respond rather than scrambling after a long weekend and noticing their domain expired on break. The first idea that went through my mind was to set a schedule (In the Invoice and Charge setting) and then attach packages to that schedule for sending email reminders.
  12. Open Exchange is free with a licensed option. I am setting it up right now and it seems pretty nice so far.
  13. Here is a github link to a blesta shared login for wordpress. I would say it is usable but far from complete. I'm not really sure what features you would need it to do as I don't have any sites that are currently running wordpress that need to integrate with blesta. https://github.com/mrrsm/blesta-shared-login-wordpress
  14. I have a barebones plugin for wordpress that I finished last night. I'll push it to github tonight most likely. If people have other systems they want plugins for I will gladly make them as it isn't a difficult task fortunately.
  15. It sounds like everything you want done are things that the host should be doing mainly or are configurations that you can do to the server.
  16. To me it doesn't make sense for my billing software to be writing software for other CMS's. I would rather have them focus on what they are supposed to be doing, billing. The blesta API gives you almost complete access to do whatever you need to do in order to interact with blesta. Now I can make sure everything is secure, as in theory, I will know my CMS of choice better then the blesta team so I can properly secure my plugin and make sure it is 100% compatible with any oddities I may have in my system. I would rather have someone who knows my system well then just putting a bunch of plugins together and hoping for the best. I'm not sure what type of integration plugin you are looking for. It sounds like you want a plugin that adds the login hook for you? What do you consider "popular CMS's" there are a ton out there. I would guess wordpress, drupal, and joomla but really that list can go on.
  17. I wouldn't mind one either.
  18. The code snippit is not that useful unless I am adding it to an existing email or something similar. I am hoping for some client reports that would be editable in the email section. I guess another way it could work would be a plugin that allows you to create email templates, then allow you to email them out to customers on demand or at an interval. That would be more work I would have to do but it would be more flexible.
  19. Is there a way to manually run one of the cron steps and force it to run (even out of schedule)?
  20. You may want to request a hook system then. Those events just don't make sense (at least to me). Having the webpage load shouldn't trigger events. Actions that are happening should trigger events. (My wording on this is horrible as it makes sense in my head but I can't seem to put what I am thinking to words)
  21. I am not sure if these events really fit the same request. It seems like you are looking for display hooks rather then triggered events.
  22. Not saying they don't have good security policies in place but being able to validate my download is useful for more then just tampering as I pointed out above. I don't trust any site 100% so the more ways I can verify things the better.
  23. You can own as much hardware as you want, that doesn't make you invulnerable to security breaches no matter how good of a security plan you have in place. Having the signatures can also help validate corrupt downloads/uploads of files.
×
×
  • Create New...