The cart is empty
08
Aug

PHP Script for Sending Email via SMTP

At the beginning of the year, there were several significant changes in email sending practices. Most email providers like Seznam, Gmail, Yahoo, and many others have tightened their anti-spam policies, making it quite complex to deliver bulk and regular emails. Even emails sent via the PHP mail() function are affected by these restrictions. The following code will…
08
Aug

What Are Guaranteed VPS Parameters

Clients often ask us what guaranteed parameters mean for VPS servers, especially when it comes to guaranteed CPU for VPS servers. I'll try to explain the concept of guarantee and aggregation as simply as possible. Every physical server contains one or more processors. Each processor consists of cores. Our physical servers usually contain two processors with a…
08
Aug

Dedicated Server for an E-commerce Site

E-commerce sites are as common as mushrooms after rain, but few know how to develop an e-commerce site to the point where it becomes profitable. Here, we’ll discuss clients who have a successful e-commerce site and are continuously expanding it. The journey of having your own e-commerce site starts with a standard hosting plan for 25 CZK.…
08
Aug

How to Change the PHP Version on Hosting

We often encounter customer requests regarding the version of certain server components. Whether it’s a request like “I need at least version X.Y” or “I need exactly version X.Y”, or even “There is a bug or security issue in version X.Y on your server, please update to version X.Z”, these requests or remarks are usually unnecessary. There…
08
Aug

Website and E-Shop Development

The modern approach to website creation often involves downloading Wordpress, a free template, adding a couple of articles, and calling it done. But then comes the harsh awakening when the site fails to attract clients, is exploited for XML-RPC attacks, gets infected, and only brings embarrassment. We have been involved in website development since 2001. Over the…