Browse Category: Other

Why you should start selling SSL certificates

SSL becomes the necessity

SSL certificate protects website from many threats: data breaches, phishing scams and other. Both website owners and visitors are becoming more aware about secure environment of the websites, especially those that ask for personal information, such as e-commerce sites. Non-https sites are treated with caution also by search engines. As of this year Google marks all the websites without the SSL certificate as ‘not secure’. Not having SSL certificate will result in website visitors being warned in the URL bar about the security issues. And no website owner wants that – and that’s why the demand for SSL certificates becomes higher. Continue Reading

Website that sells

HostBill order pages: How to create website that sells.

Customer acquisition is the lifeblood of any company. Attracting visitors to your website is one thing, and effective selling – turning visitors into customers is another. Thanks to a variety of eCommerce features HostBill allows you to present and sell products and services using a range of functional and easily customizable order pages that will help you to drive more sales and make the ordering process quick, easy and effective. Here’s what you need to focus on when optimizing your website for sales. Continue Reading

Autoupdate problems after 2018-03-21 release fix

We’ve noticed that our release on 2018-03-21 may have broken autoupgrade feature on selected installations. We’ve just released new patch release (2018-03-22) to address this problem, but if you are experiencing problem where screen hangs on the message “Update progress…” below you can find information how to easily fix it.
Continue Reading

Webdeveloper musthave – Zen Coding

This post will not be directly related to HostBill itself – but hey – it’s developers blog! 😉

I’ve recently stumbled upon great tool called Zen Coding – if you’re using HTML in your everyday work – this little fellow can save you a LOT of time – just requires some practice, for example:

div#page>div.logo+ul#navigation>li*3>a

will be expanded into:

<div id="page">
        <div class="logo"></div>
        <ul id="navigation">
                <li><a href=""></a></li>
                <li><a href=""></a></li>
                <li><a href=""></a></li>                
        </ul>
</div>

Make sure to see it in action:

Introducing HostBill reseller program

Due to growing interest in this type of cooperation with us, today we’re announcing that our reseller program is available! You can now add cheap HostBill license as an addon to your hosting/vps/servers offering – starting from $ 59,75 USD/month. Please note that we allow reselling only for internal hosting customers – and we track them by IP you’ll be asked to provide – so package containing only HostBill itself is prohibited.

Update: The reseller program is no longer in place.

HostBill development Kit pt.1 – Payment Gateways

Hello – we’re recently getting lot of demands on documentation – how to create custom gateways for HostBill. We try to answer every request for gateways/hosting control panels/ domain registrars and add such modules into HostBill, however we also want to give such possibility to other developers.

Continue Reading