To check for missing packages in cPanel, you can use the /scripts/check_cpanel_pkgs command. This handy script scans all the cPanel-managed packages on your server to identify any issues. It looks for missing packages, outdated ones, and any altered packages that might have been modified since their installation. If...
To disable email for a specific cPanel user, you can follow a few different methods depending on whether you want to prevent them from sending, receiving, or accessing emails altogether. Here’s how to manage each option. Table of Contents Disable Email Accounts IndividuallyModify Email Routing SettingsBlock...
Table of Contents Introduction to Custom Website DevelopmentBenefits of Custom Websites vs. TemplatesUnderstanding the Development ProcessWeb Design Franchise: is it a good option?Importance of User Experience (UX) DesignWhy Choose a Professional Development TeamCo-development SoftwareKey Features of Custom WebsitesSEO...
In the ever-evolving landscape of web development, understanding how to manipulate links and buttons effectively is crucial. One such concept is javascript void(0), a function that allows developers to create interactive elements without causing unwanted navigation or page reloads. This article explores the significance...
Table of Contents Introduction to Stani’s Python EditorKey Features of Stani’s Python EditorSystem RequirementsHow to Download Stani’s Python EditorInstallation ProcessSetting Up the Editor for the First TimeNavigating the User InterfaceCreating Your First Python ProjectUtilizing Built-in Tools and...
Having a .COM domain is not merely a technical requirement; it’s a strategic asset. Its widespread acceptance has set the standard within the domain industry, making it a highly sought after choice for individuals and businesses aiming to establish a robust online identity. This makes the quest for a cheap .COM domain...
To make the most of the features of this database, it is important to know the main MySQL commands and operations. In this article, we will explore the main MySQL commands, from managing databases and tables, to creating and managing users and permissions. So, by the end of this article, we will learn...
For sure! The len python function is undoubtedly one of the most used functions in the Python language, additionally it is used to return the length of an object , i.e. the number of elements contained in an object. This functionality is fundamental for several applications, such as validating user input, calculating...
Scan in Python is a powerful tool for unit testing. It allows you to verify that a code is working correctly, identify potential problems and ensure that the code is operating as designed. With the use of scan in Python, it is possible to test a large number of cases in a short period of time, making the testing process...
Python is a high-level, open-source, interpreted programming language that has become one of the most popular and widely used in software development. Founded in 1989 by Guido van Rossum, Python is known for its ease of learning, clear and concise syntax, and wide range of applications, including web development,...
When working with strings in Bash, it is often necessary to compare them in order to execute commands based on their values. In Bash, as in other programming languages, string comparisons are done with the if conditionals and comparison operators. In this article, we’ll cover how these operators are used to compare...
Are you ready to embark on your WordPress website journey? With cPanel, the popular web hosting control panel, you can install and login to your WordPress website without breaking a sweat. To install WordPress in cPanel however, you will need an auto-installer tool like Softaculous. We will begin this article by telling...
URL redirection is widely used for several reasons. There are many tools that help us make a simple and effective URL redirect. In this article, we will show some examples. If you wish to redirect the whole domain (any folder and page on it), then we recommend this article. For SEO purposes, we always recommend using...
eCommerce is a bustling, exciting world that’s full of potential for the ambition entrepreneur. But your hosting service could be the surprising difference between soaring profits and stagnant growth. Hosting is the engine room for your business. And if you have an aggressive eCommerce growth strategy, you need...
Python is a high-level programming language. It is one of the most popular and widely used programming languages. Python comes with many features. And it’s syntax is very simple. One of the most commonly used features of python is its collections. In this article, we will show how to remove items from a list collection...
Unleash your inner designer with the power of the internet! Today’s digital landscape is buzzing with intuitive tools to help you create a compelling brandmark from scratch; no design degree is required. Whether you’re a startup on a shoestring budget or an established business looking for a refresh, these...
We can use the parseFloat method to convert a string into a floating-point number. The parseFloat method takes a string value and returns a floating-point number. But there are few rules for using parseFloat method in JavaScript. We will discuss these rules of using parseFloat method in this article. Table of...
The HTML background color of an element is specified using CSS through the background-color property. The background-color property allows you to set the background color of an HTML element to a specific color value. You can specify the background color using various color representations, including named colors (e.g.,...
HTTP (Hypertext Transfer Protocol) and HTTPS (Hypertext Transfer Protocol Secure) are two protocols that transmit data over the internet. The primary difference between HTTP vs HTTPS lies in the level of security and encryption they provide. HTTP operates on port 80 and sends data in plain text format. This means...
You can download here for free the sample PHP , MySQL and Bootstrap login and registration script. Feel free to change it and use in your website! Download the source files here: Copahost – Login and registration script – PHP MySQL Bootstrap The file contents database.php – Performs the connection to the...
This article shows how to include Bootstrap in your site. There are basically two methods: downloading the Bootstrap files, and via CDN. As an easier and quicker way, we will show how to include it remotely, via MaxCDN. This way we don’t need to download files. Simply insert these lines inside your <head> section: <!--...
Know WordPress version from cPanel is sometimes tricky, especially if you don’t have access to its dashboard. There is a method to know the WordPress version from cPanel using its File Manager. This can also be done via FTP if you prefer. We will check the current WordPress version from its code, inside the file called...
It’s very common to have the PHP directive allow_url_fopen not working in a cPanel server. This is a security directive, which is disabled by default. It’s very easy to have it enabled, as cPanel allows us to fully customize php.ini. We will show with images and examples on how to allow URL fopen in cPanel. This...
DirectAdmin is one of the fastest-growing web hosting control panel, especially after cPanel’s new licensing model, which increased cPanel pricing by 300% in some cases. DirectAdmin have full support do Let’s Encrypt plugin. Let’s Encrypt offers free SSL certificates for any website, with absolutely no...
When you buy a domain name, you need to know more about the other important part of the process: web hosting. Read this article to learn everything you need to know about hosting your domain. Was this helpful? .happy-face-cls-1{fill:#c9c9c9;}.happy-face-cls-2{fill:#e1e1e1;}.happy-face-cls-3{fill:#676767;} ...
Is it possible to host your website for free, with your own domain name, running WordPress? The answer is Yes, and in this article, we will explain how to configure a free WordPress hosting with your own domain. WordPress is a CMS software, responsible for almost 70% of the internet hosted websites nowadays. Initially meant...
Every business needs a professional email address. Using a free email like Gmail or Hotmail reduces the perception of professionalism in any niche of business. It’s easy and cheap to have your own email address with your own domain name, and in this article, we will explain with examples the steps required for you...
Python is one of the most widely used programming languages. There are many reasons for us to use python but its syntax is one of the reasons that make it very easy and simple to use. We can write python code without using semicolons and declaring data types for variables. This solves many errors while running the code....
Javascript provides a vast amount of math-related functions. In this article, we will explain how to use Math Random in Javascript. These in-built functions and objects are very useful while programming and developing. In-built functions and objects reduce the work for the developers. Some of the most commonly used in-built...
Javascript Beautifiers are a set of tools that we can use to format our Javascript code. The beautifiers can format code written in any programming language. In this article, our focus is on javascript. In this article, we will show the best beautifiers available for Javascript. A little explanation about code formatting Formatting...
Strings in javascript are the most commonly used data types. Anything we write between double quotes is a string. We can also use single quotes for strings. We can manipulate strings in various ways. Javascript provides a lot of options for string manipulation. One of the ways of working with strings in javascript is by...
In this article, we will explain how to use and manipulate a HTML image. There are many possibilities to use images in an HTML page, forms, link tags, etc. Table of contents The HTML image tag Image size Images with links Centering an image Using an image as the background of a page Position of images Image as a form button Image...
Forms are used in web development for user interactions. Details of an individual are obtained by using forms. We use a form tag to create forms in HTML. We can use different input fields to interact with users. These input fields are placed inside an HTML form tag. The input element can be displayed in several ways. It...
In this article, we will explain what is HTML, and give basic examples of how it works. HTML is the standard language of the internet web pages. It’s possible to assure that over 99,9% of the sites hosted on the internet uses HTML. Topic in this article What is HTML and how it works? How to learn to code in HTML Basic...
Color name HEX Code RGB Code Black #000000 (0,0,0) grey11 #1C1C1C (28,28,28) grey21 #363636 (54,54,54) grey31 #4F4F4F (79,79,79) DimGray #696969 (105,105,105) Gray #808080 (128,128,128) DarkGray #A9A9A9 (169,169,169) Silver #C0C0C0 (192,192,192) LightGrey #D3D3D3 (211,211,211) Gainsboro #DCDCDC (220,220,220) SlateBlue #6A5ACD (106,90,205) SlateBlue1 #836FFF (131,111,255) SlateBlue3 #6959CD (105,89,205) DarkSlateBlue #483D8B (72,61,139) MidnightBlue #191970 (25,25,112) Navy #000080 (0,0,128) DarkBlue #00008B (0,0,139) MediumBlue #0000CD (0,0,205) Blue #0000FF (0,0,255) CornflowerBlue #6495ED (100,149,237) RoyalBlue #4169E1 (65,105,225) DodgerBlue #1E90FF (30,144,255) DeepSkyBlue #00BFFF (0,191,255) LightSkyBlue #87CEFA (135,206,250) SkyBlue #87CEEB (135,206,235) LightBlue #ADD8E6 (173,216,230) SteelBlue #4682B4 (70,130,180) LightSteelBlue #B0C4DE (176,196,222) SlateGray #708090 (112,128,144) LightSlateGray #778899 (119,136,153) Aqua...
As per the recent cPanel announcement, its license cost increased a lot. cPanel was the world most used control panel, but nowadays a single server license can cost as high as 450€ a month (it was less than 39€ in the past). The new cPanel licensing cost (explained in this official announcement) varies according to...
Choosing the right web hosting is a critical decision for your business. Without a host, your website won’t be visible online. Your web host plays a critical role in the distribution of your online content. Hence, without a reliable web hosting service, you will have less ability to reach your audience on the internet....
There are some methods to look through one array in PHP. The functions are foreach, while and for. In this article, we will show examples on PHP loop through array using each of these functions. By these examples, there will be a loop in the PHP script, and on each member of the array, the PHP script will show its value. Instead,...
In this example, we will show a script in PHP to upload multiple files at once. This PHP upload multiple files script works in any standard PHP based server. First of all, the HTML page will prompt you to select multiple files. Then, as you click Upload, the server will process the files one by one. First of all, make...
One of the most common questions of customers who hire a web hosting package is: What is an FTP site? In this article, we will explain briefly its meaning. Firstly, FTP means File Transfer Protocol. This is an internet protocol meant to transfer files over the internet. FTP was founded by the beginning of the 1970s, and...
What is an FTP File transfer, and how it happens? In this article, we will explain how FTP works. Internet users make millions of FTP File transfers every minute. Basically, FTP stands for File Transfer Protocol. This is a protocol specially meant for file transfers between a client computer and a server. The brief history...
FTP is a very easy to use tool for uploading files into a server and updating a web site. There are some nice FTP clients such as CuteFTP and Filezilla. Thus, in this article, we will explain how to use the cPanel Web FTP client (also called FTP Online). There is no need to install software on your PC. You can update and...
There are some methods available to redirect a domain name. In this article, we will explain how to do that. Note that here we will show how to redirect the whole domain (any path and any URL inside it). If you need to redirect only a specific URL (not the whole domain), we recommend this article. Although a URL redirect...
DNS stands for Domain Name System (RFC 2929). It is an internet service by which human-readable domain names (eg- www.abz.com ) are located and translated into machine-readable IP addresses (eg- 50.16.85.103). As an example, DNS may be considered as a phone directory. When we ask what does DNS stand for, we must keep in...
The primary function of the MySQL privilege system is to authenticate a user who connects from a given host and to associate that user with privileges on a database such as SELECT, INSERT, UPDATE, DELETE etc. In general, Mysql Grant All Privileges ensures that one user has access to one or more databases and/or table. How...
MySQL is an open source relational database management system. MySQL is a component of the LAMP web application software stack, which is an acronym for Linux, Apache, MySQL, PHP. A web application using MySQL database have to authenticate via a MySQL user and password who has sufficient privileges on that particular database....
When you sign up for a website with any host, you might have noticed that their plan allows you to create multiple domains. You will own a single account, and the domains, no matter how many, will all reside under the same account and utilize the resources associated to a that single account. In cPanel, such domains are addon...
Introduction Magento, as everyone knows, is the most popular software recommended for creating online stores. The settings are a little complex, however the wide variety of features that Magento offers usually outweighs the complexity and Magento continues to be the personal favourite for many. In the past topics which...
If you own a website where users are allowed to upload files, you might often get complaints stating that they are unable to upload files. They would be hitting an error as follows: “Error: The uploaded file exceeds the upload_max_filesize directive in php.ini” upload_max_filesize mentioned in the error above...
Sometimes you might have noticed that certain PHP scripts that you wrote are not working as desired. A very common error message is Fatal error: Maximum execution time of 30 seconds exceeded. The cause is the PHP restriction on the directive max_execution_time. But, it’s easy to adjust the PHP max execution time. Firstly,...
PHP is by far the most favourite scripting language when it comes to websites. Our servers run different versions of PHP and customers are free to choose the version they like. This is accomplished using the PHP version selector in cPanel. The post describes how versions can be selected based on your requirements. It’s...
This article explains what is a cheap shared hosting provider. The hosting company divides a physical server into several “slots”, hosting more than one website at once. One hosting server is a hardware node that has several gigabytes of disk storage and many RAM memory. Each site has a disk space quota, with...
Having a cheap VPS hosting with cPanel is a powerful way to host several websites. Just like a reseller hosting account, but with plenty more space and resources control. In the early 2000s a VPS server used to cost more than 90€ per month. Nowadays, you can order a VPS Server for less than 4€ only, with Linux operating...
In the previous tutorials of Magento, we discussed, how to install magento, how to configure magento for initial setup, and how to change the magento theme. In this post, we will look into the details of magento produts and learn how to add new products to the store. You can follow these steps to add products to your Magento...
Magento ships with a default theme which, by itself, is not bad, however most store owners would like to modify the theme and choose another one of their choice. In these other articles, you can read more about how to install magento and how to perform the initial configuration of Magento through previous posts. In this...
We covered how to install Magento through cPanel in the previous post. In this magento tutorial we will discuss about how to login to the admin backend of Magento, and perform the initial steps on Basic Magento Configuration. Article topics: Logging in as admin Configuring account settings General configuration Web configuration Design...
This post explains how you can install Magento, at a single click through cPanel, the most accepted control panel in the hosting environment. This single click installation is made possible through the software named Softaculous. It includes 300+ software in its store, all installable at a click. Online stores has become...
We went through the steps required to install Simple Machines Forum or SMF in the post How to Install Simple Machines Forum SMF . This post will now deal with the initial configuration of Simple Machines Forum so that you can start publicizing the forum. While installing the forum, we created an admin user who will be the...
MyBB is a free bulletin board software that stands out among the top most open source bulletin boards available today. This application name is the short form of My Bulletin Board. Its interface is easy to use and intuitive. It’s a similar software just like Simple Machines Forum (SMF) . It uses PHP any MySql for...
An online forum is a piece of website software which people mainly use as a discussion portal. They can create new threads or posts in the forum, express their views and opinions and also comment to others’ posts. People register in the forum as members and they can create posts and reply to them. The posts will be...
Over the years, ecommerce has gained a lot of popularity among people. Ecommerce websites sprung up like anything on a daily basis. Prestashop is the 3rd most used ecommerce platform, which is free and open source. People use this software to build their websites and sell products online. This article explains how you can...
We read about how an OpenVPN Server can be setup and made ready to connect from an OpenVPN client in the article Configuring OpenVPN in Ubuntu using TUN/TAP Let’s see how to set it up in a windows machine at home and how it can be used to connect to the OpenVPN server. I currently use a windows 8.1 machine. I will...
A device which connects a computer to another computer or network is called a network device. Normal network devices (say for example eth0) will have a hardware component or a wire connected to it. On the oposite, there are virtual network devices which are completely controlled by software. They are the tun/tap devices. These...
For years, MySQL is the favorite database system for developers worldwide. After the acquisition of MySQL by Sun Microsystems, and later by Oracle, the original founders of MySQL forked MySQL and created another RDBMS called MariaDB. It is actually a perfect replacement for MySQL and has more features and better performance...
Databases are an important part of any website or software. With relatively large amount of data, all applications use one or the other database method to store data. PostgreSQL, commonly known as Postgres is an open source, object – relational database management system (RDBMS). It was originally designed for unix...
To recover or reset MySQL root password in Ubuntu, you should simply follow some steps. This process may vary according to the operating system. Ubuntu offerts a possibility to restore the root password via dpkg, which is a native package management system. Recovering the database root access: reset MySQL root password...
To install MySQL in Ubuntu, need to have root access to an Ubuntu server. This tutorial applies either to a dedicated server and a cheap vps hosting server. The first step is to login by SSH into your server. First of all, we have to update all the packages of the server sudo apt-get update sudo apt-get upgrade Now we...
This article shows the steps required to install Apache in Ubuntu 14. Apache web server is the most used and reliable web server of the world. This tutorial assumes you have an Ubuntu server, with full root access. The first step is access your Ubuntu server with root by SSH. We will explain how to install Apache httpd...
1 – Open the email lists section inside cPanel Once you enter your credentials like username and password, you can simply press “Log In”. Now this is your cPanel dashboard, here (see timecode: 0:41) in the section “EMAIL” you simply need to press “Mailing Lists”. Once you enter in your mailing lists,...
1 – Login WordPress admin to install the theme In this tutorial well be learning how to manage your WordPress theme within your WordPress admin. For that you need to login to your WordPress admin. Once you hit the URL by entering the credentials, you can press “Login”. Once you enter your dashboard you can see...
In this tutorial, we will show how to create additional FTP accounts with cPanel. This way, additional users can perform FTP file transfers in the server. First of all, log into your cPanel. Once you enter your username and password you can press “Login”. So now you’re into your cPanel dashboard. Under the section...
Creating a Custom 404 page is very important for SEO nowadays. First of all, for SEO purposes. Google increases the reputation of domains with their 404 error page correctly configured. The 404 error code means that one specific file on the server was not found. For example, you can use images, HTML font colors, and CSS...
In this tutorial well be learning how to install WordPress with your cPanel. For that you need to enter the URL to your cPanel. 1 – Access cPanel control panel to start installing wordpress In your cPanel login you need to enter your username and password. We just enter the username and password. We have all detail...
Proftpd is the world’s most popular FTP Server for Linux. It allows you to connect to your Linux server using an FTP client, in order to transfer files. This tutorial will show you how to install Proftpd in CentOS Linux. It takes less than 5 minutes. This tutorial assumes you: Have a CentOS 6 Linux installed. Have...