-
Posts
6,687 -
Joined
-
Last visited
-
Days Won
839
Everything posted by Paul
-
We don't have plans at the moment for an unlimited addon company version for a few reasons.. The hostname is added to the license for each addon company, so that it will pass license validation. A very large number of these could be problematic with licensing by increasing the time required to validate. A large number of addon companies could result in performance issues. Automation tasks are not multi-threaded across companies. Blesta isn't licensed for SaaS, which is the only reason I can think of that unlimited addon companies would be desired. That doesn't mean we wouldn't consider a bulk discount for x number of addon companies. If you need more than 5 or 10, email me at sales.
-
I'm not familiar with SolusVM's reseller features either, but the more I think about this the more I think that Blesta could handle all of it anyway. VPSs can be created/destroyed through Blesta, resource limits for "resellers" set within the module and selected for the package, etc. A customer would order a reseller plan that comes with a predefined set of resources. They manage the reseller plan in Blesta, where they can create and destroy VPSs within those limits. I dunno, I'm open to the idea.. it's certainly a feature that has been highly requested by those looking for OnApp support, though selling resources in this way may be more prevalent with OnApp.
-
For the support manager? Plugins can render widgets on the client dashboard, though our Support Manager does not currently. See http://docs.blesta.com/display/dev/Plugin+Actions
-
Yup, we don't have an importer for the other direction.. not much demand for that. Your best bet is to contact them directly. We are planning a TCAdmin module, but have been pretty slammed, so it's just a matter of time.
-
How is their pricing?
-
Client/Contact 2FA will use the QR code method. We recommend using the Google Authenticator app for Android/IOS. This keeps it simple for clients, it's free TOTP, easy to set up, difficult to get locked out. The 2FA requests a token before it will be saved.
-
That's the best way to do it for just changing the footer. If you need to change a lot more, then you can clone the client template directory (bootstrap) and select the new one for the new company under Settings > Company > Look and Feel > Template. If you do this, keep in mind that you'll need to manually merge any changes when upgrading.
-
Edit: Do you mean on the order form? The order form does order Packages by their groups. Can you provide a screenshot?
-
Zone management is coming in a future release, largely after we complete the domain registrar plugin.
-
Could you provide an example? Not sure what you mean.
-
[For Sale] Blesta Owned Branded (Support&updates Till Okt 9 2015)
Paul replied to Dominick's topic in The Lounge
I've verified the license is valid and eligible for transfer. -
Anyone that has an account directly with us, with a dev license on their account will be able to log into the marketplace and add and manage their own extension listings. The listings can be commercial or free, and can link directly to the download or to an information/order page. It will not be ready by Nov 28, but the UI design is completed, and the code is well underway. The Marketplace will not yet tie into Blesta directly, meaning no automatic download/install from Blesta but that is planned for the future. For now the marketplace will be standalone and people can browse, search, filter, rate, download, click to purchase from the developer (on their site), view information and screenshots about an extension and more.
-
You can use domain1.com and domain2.com if you wish, but since they must point to the same document root, then it will be difficult to have different websites at each domain. For example, let's say you want Blesta to be at domain1.com/blesta and domain2.com/blesta. Let's pretend you install at /var/www/html/blesta. domain1.com's docroot is /var/www/html and domain2.com's docroot is the same, /var/www/html. Blesta will work at domain1.com/blesta and domain2.com/blesta. However, this means that the docroot for each website is the same /var/www/html. This means your application must be able to distinguish which domain to show which website, or they must have the same website. That's why we recommend using a subdomain with multi-company. But if your application can sort out which content to display for each domain, or you don't mind having the same website, or no website, or you come up with a fancy trick to show different content, then it doesn't matter.
-
Yes, the marketplace is in development.
-
Website Copied My Login Page With My Logo, Scamming My Customers?
Paul replied to Clare's topic in The Lounge
This should enable image hotlinking also, to prevent that URL from displaying your logo: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?app.enablely.com [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L] -
Website Copied My Login Page With My Logo, Scamming My Customers?
Paul replied to Clare's topic in The Lounge
That's pretty blatant. Yup, a DMCA to the webhost should solve it pretty quick. If for nothing else, they've got your logo. -
What do you have on line 116 in init.php (Few lines before, few lines after also)? These are all defines, so a syntax error like that almost sounds like the file is incomplete.
-
Sounds like you got it working!
-
Here's more information on support & updates http://docs.blesta.com/display/support/Support+and+Updates
-
I would just tell them that you can't help them. You should absolutely deny business from someone who is shady, to accept their business is to shoot yourself in the foot. For us it's fairly simple, we can just cancel a license.. but for hosting, they can ruin your reputation, get you in trouble with your upstream providers, and cost you hours of time cleaning up the mess they cause. It's just not worth it.
-
When you created the option, did you assign it to the same option group as your dedicated IP option? Do you have a term and currency that matches that being ordered for the package? For example, if the package is being ordered for 1 month in USD, there should be a 1 month USD option for the config option. A screenshot of your configs will help diagnose if you're still having trouble.
-
Nice! When you tweet out updates, if you mention Blesta we'll usually retweet. If it doesn't mention us, we don't usually see it. Nice work!
-
When an invoice is generated, the renew date is bumped forward on the service. At this point, to give the client a free month, you can either void that invoice, or click to manage the service and change the renew date to another month in the future.
-
Or you can PM me, or email sales for a trial key. Installing and selecting a free trial during installation for "localhost" fails because a trial has already been issued to localhost. Setting up your hosts file as Mike mentioned, or your DNS so that a unique hostname points to your installation works. Otherwise, we can issue it manually.
-
What layer 3 switch do you have? I'm guessing you'd want a separate VLAN for each subnet, and then configure InterVLAN routing.. but I'm no expert. I would set up a private network or VLAN and use a separate NIC for backups though.