Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. Blesta comes built in with an importer: Settings > Company > Plugins > Available > Importer Manager. Click on manage after installation and then click on 5.2 under WHMCS, it should work on WHMCS 6.x.x as-well as 5.x.x. We can't confirm if it works on 7.x.x yet as no-one has tried it haha. Blesta Docs: https://docs.blesta.com/display/user/WHMCS+5.2 My tutorial: http://whmcsrefugees.com
  2. Or you can use this on the structure.pdt file: <?php if ($this->Html->ifSet($logged_in)) { ?> Content here. <?php } ?> but Naja7host's Magicbox means you don't need to edit the structure.pdt when you update and is very handy.
  3. The download doesn't work
  4. I've just tried to grab the client ID and I failed lol.
  5. Because the product you ordered is on a "Manual Activation" order form.
  6. Not sure why they should? Wordpress is bad news and all a hacker will have to do is hack your Wordpress to gain access to Blesta.
  7. You've got Manual activation on. Go to Billing > Orders widget and click accept.
  8. That is so cool I've added this to mine now you've shown me how to do it. $tags = array("{year}", "{shortyear}", "{month}", "{day}", "{GB}", "{EU}", "{US}"); $replacements = array($this->Date->format("Y"), $this->Date->format("y"), $this->Date->format("m"), $this->Date->format("d"), 'GB', 'EU', 'US'); Be neat if we can set the Country for the company and use that tag like some companies do: GB02389234 EU2389423 etc. Now mine is: GB1610091 [{GB}{shortyear}{month}{day}{num}] @Paul do you like this feature request to have the short date?
  9. I've never used sandbox mate, I only used the main api to test it, but ended up using TheSSLStore.
  10. haha, hopefully will have soon, we're waiting for the Blesta one since I'm not a fan of the third-party ones. But if you like to re-sell any licenses you can but if you wish to make a cms version please PM mate and I'll give you a development license :).
  11. No there isn't there's only the iframe ones you can search the forum for them. Edit: Oh this is a feature request... ewww -1
  12. Looks awesome, the only thing I spotted was on your main theme there's a blue line on the drop downs, but on the Blesta one there wasn't?
  13. Have a look at my hack: it should work on GoGetSSL just have to rename the text to work on the GoGetSSL, the number should be obvious to people though.
  14. Rack911Labs and SafeOrNot both went over and both are trusted security experts, they provide security patches to big companies like cPanel, billing systems, LiteSpeed, CloudLinux, SolusVM, etc. http://www.hostingseclist.com Not trying to be an arsehole (sorry if I am getting off like that here) but if you don't trust that they know what they are talking about after everything they've done in our industry not sure who you can trust. And the glibc, openssl, etc are server issues and open source projects. I've been trusted with root access / full access to Blesta and I only do what I'm asked to do, otherwise that tarnishes my reputation and if you don't trust me then you don't let me have access . As you said that's my opinion but Smarty doesn't stop security issues if you have access to files. Just like Blesta with the PDT and php (minPHP) / h2o stuff.
  15. That's a neat service and only 3 small issues lol.
  16. define security? Blesta is the most secure billing system because of the way it's coded there's no need to worry about that unless you add php which could be exploited which would mean somehow getting around the mysql code, which I think is impossible as it's like: Loader::loadComponents($this, array( "Record" )); $records = $this->Record->select()->from("blestacms_data")->fetch(); And even then that's in a plugin and it's hard to get it working outside, which is why Naja7host helped me with grabbing the information needed for adding active services. http://www.webhostingtalk.com/showpost.php?p=8898652&postcount=14 http://www.webhostingtalk.com/showpost.php?p=8885045&postcount=183 I can't find the screenshot of the email from localhost.re who emailed Paul stating that Blesta is safe and secure (the guy who released WHMCS exploits to the web). But if you don't trust the web designer don't use them :).
  17. That's down to you the end user and the module / plugin developer, white page means there's a 500 error.
  18. Blesta uses MinPHP which they created and H2O tags like: https://github.com/speedmax/h2o-php/wiki/Tags-and-Filters-references- You can create a page as you would in the root folder it just won't be connected or integrated to Blesta, if you want to you can I suppose just copy and paste the header and footer html bits by viewing a source. Or edit the structure.pdt file with the php stuff and use a custom page plugin like: BlestaCMS (paid) Admin Tools (Free by Naja7host) or edit the portal page: Not sure about that, we use our own custom messages on urls like ?tracking=no using: <?php if( !$this->Html->ifSet($_GET['tracking']) == "no" ){ } ?> you can show data like active services:
  19. Blesta puts their customers and security first, the only thing I can see changing if that was to happen would be the lifetime license which is too cheap to be fair unlimited updates for life for $500. But other than that I dowt they would change the other prices, I would eat my boxers and socks if that ever happens, which it won't but I'm that confident in Blesta.
  20. Just a little bit of info, this is planned in Blesta. So when you start typing a ticket the knowledgeable articles show up which match the content. Doesn't seem to be a public CORE- for this but I know this is happening because Paul told me ages ago.
  21. oh sorry I misunderstood I think it's the department email you pick.
  22. It's set by Gravatar themselves, blesta just puts the email address into the md5 hashing url and if it matches on gravatar it shows our picture, if there's not one in gravatar's database it gives us a blue power button style picture.
×
×
  • Create New...