Leaderboard
Popular Content
Showing content with the highest reputation on 09/06/2014 in all areas
-
Ideas About Server Status Plugin
Joseph H and one other reacted to Blesta Addons for a topic
Hello all , i will begin in coding new plugin "server status" , what i have in the first release is the fallowing add/edit/delete server . monitor ports : 80 apache , 53 mysql , 21 ftp ; check status in realtime (on page load) . TODO in next releases : set ports to check . cron jobs to check servers every X minutes ; alert by email when server is down . store monitoring status for X last Days/mounths show the average online/outage percent . any idea to add ?2 points -
Ideas About Server Status Plugin
domaingood and one other reacted to Paul for a topic
I'm picturing colored statuses for each service that's being monitored in the client area or front facing page. <span class="label label-success">OK</span> <span class="label label-warning">Warning</span> <span class="label label-danger">Critical</span> Edit: I would also suggest caching the results for a period of time so that a lot of traffic won't cause a lot of requests. This could otherwise be used to cause a sort of dos attack. On page load, check cache. If cache is expired, query servers. If cache is not expired, serve from cache. Keep the cache for a minute or so.2 points -
Hello Blestars We will start a new project for one client and we want to use the the best responsive framework to be compatible with the major browsers versions (IE8 +, CG, FF, Safari) and also multiplataform Desktop/Tablet/Mobile screens with some "Touch" UI wen in Mobile Mode We have reduced to this 2 frameworks, but maybe there are better ones that we dont know about it Foundation V5 - http://foundation.zurb.com/ Bootstrap V3 - http://getbootstrap.com/ We think Foundation is better (Love how tables work), but we are not 100% sure We appreciate some feedback to help us out Thanks in advance, PV1 point
-
You can upgrade directly to v3.2.2 by downloading the full blesta-3.2.2.zip and following the upgrade instructions.1 point
-
Renewing Domains
Michael reacted to flangefrog for a question
Ok, how does this work with .com domains? When you renew a .com it will only renew it for a year from the renewal date not the expiry date. If a .com expires on 2014/01/07 but the invoice is paid on 2014/01/01 then next year the domain will expire on 2014/01/01. The expiry date in Blesta remains 2014/01/07 so the client doesn't have time to renew before it is cancelled. Before you edited the post you mentioned logicboxes doesn't renew the domains. Looking at the modules it's only namecheap EDIT: enom missing the renewal code so does logicboxes work or is it broken?1 point -
Domains are renewed via their module when their invoices are paid. If the domain is paid late, after it has expired, this could be a problem depending on how late it is and the registrars policies. If a service is cancelled, and the invoice is left open and subsequently paid, it *should NOT* be renewed. I don't recall testing this specific scenario myself, but this is how it should work. A cancelled service cannot do anything.1 point
-
Thanks, that didn't work as with our plan we don't have WHM access. Figured something else out, right through Blesta and its sorted the issue out.1 point
-
it's coming in 3.4 with a Knowledgebase I think or Mass Mailer (Paul will know more) but I believe that's the aim, if it's included or not depends on the time it takes. Here's a 2014 Thread: http://www.blesta.com/forums/index.php?/topic/2853-idea-affiliate-system-plugin/1 point
-
http://www.billingbrawl.com/ Blesta vs WHMCS. I think we know who is going to win. Start with Round 1 and work your way up the page. What do you think? Favorite lines? Too harsh? Funny?1 point
-
1 point
-
Create Option To Add Tax By Default
flangefrog reacted to Blesta Addons for a topic
from your signature i see the vQmod tools , so is easy for you to make a mod that add a custom jqeury code to make them checked1 point -
I spoke with the guys from Multicraft, and they tell me daemon ID 1 is the default value whether it actually exists or not. So one must be explicitly set instead. See CORE-1405. In the meantime, a daemon ID should be set as a configurable option for the package.1 point
-
I meant @naja7host. Addons appear to work properly in php 5.5.12, which is probably why we didn't notice it earlier. In any case, fixed in CORE-1397.1 point
-
1. Blesta is secure, don't just take my word for it: - http://www.webhostingtalk.com/showpost.php?p=8898652&postcount=14 - http://www.webhostingtalk.com/showpost.php?p=8885045&postcount=183 2. Blesta is simpler: Add a package WHMCS: Settings > Products > add Blesta: Packages > Add package Change Admin theme (Customer theme) WHMCS: Settings > General > General > Templates Blesta: Settings > Company > Look and Feel View support tickets WHMCS: Support > Support Tickets > All active tickets Blesta: Support ------- Furthermore, I want to know about updates like in WHMCS whenever new version comes out we do not have to pay other then the yearly support and updates fees and as a alternative we can download the latest version from softaculous if we do not have an active whmcs support plan. Do is it possible with blesta to install updates without having active support plan? You need to have a active Support & Updates plan on Owned licenses every year for $32 (Cheaper than WHM**), unless you buy the Blesta Lifetime license. As Blesta is secure you don't really need to update, anyway unless you really want to. Patches (3.2.x+ are free I believe) so you can have 3.2.1-->3.2.99 (If that happens very unlikely).1 point
-
Iblesta Like Iwhmcs
domaingood reacted to PauloV for a topic
I have for some time to now an ideia for an APP for Windows Mobile, Android and IOS(Mac/IPhone/IPad) and its really very simple (after we buil an mobile theme for Blesta lol). Every APP (not games) is almost written in Javascript + HTML5 + CSS + XML (sometimes php + sql) with remote commands to a server A great exemple that we use is this APP: Android: https://play.google.com/store/apps/details?id=de.hetzner.robot_mobile IOS: https://itunes.apple.com/pt/app/robot-mobile/id482005451?mt=8 This app only call a remote webpage in here: https://robot-mobile.your-server.de/ We can easelly build an APP for each plataform using for exemple: http://unity3d.com/ (best of the best on deploying easy and fast cross plataform applications and also games) http://www.appcelerator.com/ (Also a great and free plataform, but it is more dificult to deploy a cross plataform) http://phonegap.com/ (Anoiuther great plataform to build cross plataform mobile APP's) Now the biggest challanging is Time (we dont have time now eheh )1 point -
Ideas About Announcement Plugin
Blesta Addons reacted to PauloV for a topic
1- OK I also can help you on this wen you release it 2- Its easy to do friendly URLS - Add an extra text field called "furl" - Add a rule to remove every special character and convert spaces to minus "-" and also convert all characters to lowercase (more easy lowercase) - Wen submiting the form to save the new announcement, check if the "furl" is unic, it cannot have the same name twice - Now on accessing the url for the announcment, just add a function to search by "furl" field insted the "id" field this way will be like for exemple: /client/plugin/knowledgebase/client_main/article/how-top-install-cpanel-in-vps/ insted of /client/plugin/knowledgebase/client_main/article/22/ Hope that helps If you want I can also help you on this after you release it Regards, PV1 point -
I just wanted to thank the high level of support on these forums for making my job easier. I am an entry level application developer with little knowledge of API usage, yet many members like Tyson have been quick to help me implement different features seamlessly. Thank you!1 point
-
3.2 isn't out yet, but so far it has not been added. Do you guys think this plugin is useful enough in its current state to be included in our builds?1 point
-
I know this has been mentioned in the support forum but I genuinely think it is the biggest needed feature request. The current order form system is so un user-friendly it is unbelieveable. Currently if you want to order a domain and hosting: Check Domain Add To Cart Add other item to get to the hosting Re-Add that domain name to the hosting account you want to buy Checkout So in other words I have to tell Joe public that after adding a domain to their cart they then have to click add more items to get to the shared hosting?! This is the most ridiculous way of doing it and it could be simplified greatly. How it should be: Select domain Add to cart Select hosting package required (Or not hosting package required option) If a hosting package is selected, auto populate the domain field Checkout. Anyone else with me on this?1 point
-
Whmcs Migration
mustking reacted to Biscuit1001 for a question
I've been really happy with OCC (OnlineChatCenters). Goofy name, but it just plain works. Took me a while to get used to hosted (though we migrated to hosted for a reason, and away from LiveZilla that we used for years), but it works well, very quick response and light resource usage, and is very reasonably priced. In WHMCS it was relatively easy to set up a connection between the LiveChat transcripts (a new support department) and WHMCS. I'm assuming it will be the same with Blesta. You don't get the full intergration as with Stardevelop, but you get a much better Chat system IMO.1 point