Leaderboard
Popular Content
Showing content with the highest reputation on 09/13/2014 in Posts
-
Thing is I just search and randomly try 3 scaners from first page from google search results and all shows site "clean" status for blesta.com ,seems OP is look hard for site which will show hacked/infected state (only because they are not whitelisted hivelogic e-mail encrypter/decoder). And main question is why woud some one bored to scan blesta.com in first place which is handled by WP not Blesta?Just to say one thing,at any other competitors forum/blog topic(and user who post it) like this woudn't last even one minute,they delete topics/post and ban users even for postive reviews....damn this just show how profesional and open these guys are.2 points
-
Support Newer Php Versions
flangefrog and one other reacted to Blesta Addons for a topic
this can cause probleme when client downgrade php .... but i prefer the idea to make the two class in loader/models/licence (php) , one for normal and other for php 5.5 , is like a silent work .2 points -
vQmod is useful for making custom changes to software without actually making changes to it. Blesta doesn't use vQmod, but the use of any third-party code, whether it be via vQmod, modules, plugins, etc., may contain code that disrupt's Blesta's security, as you put it. Blesta has been around since 2007, but v3.0.0 has only been around since last year, which is what most people seem to be referring to. I like keeping it simple and straight-forward. There will always be feature requests here, but that doesn't necessarily mean they will be added into the core of Blesta. Some of them have been supported in 3rd-party plugins already, or are better suited toward a plugin. I wouldn't worry too much about Blesta becoming bloatware--it won't.2 points
-
Package Adding Script
interfasys reacted to flangefrog for a topic
This is a JavaScript you can customise for your own use if you're adding a few similar packages like domains. Run it by pasting in the dev tools console or make it into a bookmarklet. //Set module $("#module_id").val(8).change(); //Set group $("#available option[value=2]").appendTo("#assigned"); //Get domain name var domain = prompt("Enter the domain:", ".com"); //Set package name $("#name").val(domain); //Get price var price = prompt("Enter the price:", "99.99"); price = parseFloat(price) * 10 + 10; //Set price $(".price_row").last().find("input.term").val("1"); $(".price_row").last().find("select.period").val("year"); $(".price_row").last().find("input[name='pricing[price][]']").val(price.toFixed(2)); //Add extra terms for(x = 2; x <= 10; x++) { $("a.price_row_add").click() $(".price_row").last().find("input.term").val(x); $(".price_row").last().find("select.period").val("year"); $(".price_row").last().find("input[name='pricing[price][]']").val((price * x).toFixed(2)); } //Set tax $("#taxable").prop('checked', true); //Wait for 500ms as module options loaded via ajax setTimeout(function(){ //Set domain $("input[value='" + domain + "']").prop('checked', true); //Set nameservers $("#logicboxes_ns1").val("ns1.orangehost.co.nz"); $("#logicboxes_ns2").val("ns2.orangehost.co.nz"); $("#logicboxes_ns3").val("ns3.orangehost.co.nz"); $("#logicboxes_ns4").val("ns4.orangehost.co.nz"); //Save $("a.submit").click(); }, 500);1 point -
This is on our radar and we are doing some research and planning, but this will not be in development for a little while.1 point
-
1 point
-
Support Newer Php Versions
interfasys reacted to velaware for a topic
To be fair Blesta, from what I can gather, doesn't use stream wrappers anyways, thus the dependency on cURL on install. So, they won't benefit any from that regardless.1 point -
The OP seems to place 100% faith in 'on-line' web scanners. Many of them don't scan beyond the first page. Plus, their job is to scan for things that they sell. For instance, Sucuri scans every site for a firewall. If it is missing they try to sell it to you. To truly discover if a site has an infection or vulnerability use something like 'Fiddler Web debugger'. Fiddler will even decrypt the traffic. It may be the OP that is the rookie.1 point
-
Domain Renewal Terms
PauloV reacted to Blesta Addons for a topic
no , it will give error as the term will be null , because $pricing->term % 12 mean $pricing->term is divided by or not ; if yes it return 0 . 12/12 correct 9/12 is not correct 36/12 correct NOTE ; is not tested but i think it shold work .1 point -
I'd pay $4 for 512GB of RAM.1 point
-
[Pro Forma Invoices] - Numbering Are Not Sequential
PauloV reacted to Blesta Addons for a topic
make them generated as they are now in beta , but in final release make them as we need1 point -
Do We Have A Mass Mail Option ?
Blesta Addons reacted to Paul for a topic
Yeah we've discussed this pretty extensively internally. So that we can get it out, the plugin will probably not yet tie into any third party mailers, however it will have a mechanism to queue and deliver mail systematically. So, if you're sending to a lot of people and leave the page or your browser crashes, it will still complete.1 point -
The OP's approach is more or less what we're already working toward. This is the reason we have extensions. For instance, the Order plugin is not apart of the core, although we currently ship it with Blesta by default. Likewise, gateways and modules are not apart of the core either. However, there is still going to be a need for core features to some degree. Currently, there are several still pending, such as the ability to merge clients. Many other features, like a mass mailer, are better suited as plugins. We still need to expand on the event system in Blesta to allow for extensions to perform more actions. There's always going to be some users that need custom feature X, or want feature Y to be changed slightly to work better for their business. But we don't intend to add or change core features that only 1% of users will use. Plugins are better suited in those cases. In the future, you will probably see a decrease in core features, and an increase in extensions.1 point
-
We will be raising the minimum requirement to PHP 5.3 next year, likely in Q1 or Q2.1 point
-
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
-
Custom Menu
interfasys reacted to Paul for a topic
We are intending to extend the portal plugin into a more fully featured CMS. Adding additional links to the navigation, even if they link to external content (ie your existing website) would be best suited for this plugin most likely. You could create additional pages and enter the content in a WYSIWYG editor in Blesta, or link those pages to external content.1 point -
I started only to find a cool framework for responsive websites, and ended to find a better almost perfect IDE to build Responsive Websites + Mobile APP's Thanks for all (naja7host), helping find the Perfect IDE for building Responsive Websites + Mobile APP's, and the great is that all is free NetBeans (https://netbeans.org/) + Cordova (http://cordova.apache.org/)+ (SDK's of all Mobiles) = The Best Free APP Builder for Android/IOS/WINDOWS Mobile NetBeans (https://netbeans.org/) + HTML5 = The Best IDE for building Responsive Websites Many thanks to flangefrog in this post: http://www.blesta.com/forums/index.php?/topic/2973-fully-custom-blesta-order-page/#entry23967 and ofcourse some reserach what NetBeans can do that outhers dont do P.S- Installing everithing on Windows 8.1 take me one full day of researching and testing/debugging, but in the end it compensates every hour spended Now I can build and test in real time my APP's and/or Responsive Websites on my SmartPhone/Tablet/Browser in mutiple OS's Everithing is now set to start building an APP for IOS and Android for Blesta (wen I get some free time, and finish some pending work at the office) To anyone ho want to start build mobile aplications now its the time, its so easy, like a simple website (some acknowledgement in javascript/css/html ofcourse) I use UNITY3D in the past but takes more time to develop than this, UNITY3D is good only for games, for app's takes alot of time1 point
-
I honestly can't see why it matters. Their busy writing awesome software that works fantastically, who cares if they update their WordPress generator tag?1 point
-
It's not Malware, it's Hivelogic Enkoder http://hivelogic.com/enkoder/ False positive. Thanks for calling us rookies, and trying to minimize us, classy.1 point