category:
Global variable to check Drupal user authentication
Updated on: 25 Oct 2023
In Drupal, the User is a core module of the CMS and is responsible for the user management section of Drupal websites. In this module a global variable is defined which returns the user Id (i.e, uid) of the currently logged user. All the users are stored in users table in the database and once […]category:
Load Balancing Overview
Updated on: 25 Oct 2023
Load balancing is a technique to spread work between two or more computers, network links, CPUs, hard drives, or other resources, in order to get optimal resource utilization, maximize throughput, and minimize response time. Using multiple components with load balancing, instead of a single component, may increase reliability through redundancy. The balancing service is usually […]category:
How to unlock Plesk admin user from the shell console
Updated on: 25 Oct 2023
The default lock time is 30 minutes. Do not attempt to log in until next 30 minutes and it will get unlocked itself. If you make 3 additonal failed attempts to login, this will lock out the users for an additional 30 minutes. You can manually remove the lock from psa database. Do the following […]category:
Round robin DNS
Updated on: 25 Oct 2023
Round robin DNS is a technique in which load balancing is performed by a DNS server instead of a strictly dedicated machine. A DNS record has more than one value IP address. When a request is made to the DNS server which serves this record, the answer it gives alternates for each request. For instance, […]category:
What is a content delivery network?
Updated on: 13 Nov 2023
CDN stands for content delivery network in which there a farm of servers separated geographically which helps in faster organizing, storing, and streaming web site content (images, text, video and other static content) to end-users. Rather than serving content directly from the host server to the end-user, the Content Delivery Network moves the content source […]category:
Webhostingtalk (WHT) has been hacked
Updated on: 25 Oct 2023
I am shocked beyond belief to note that www.webhostingtalk.com, the largest web hosting discussion forum on the web, is offline. Its not only offline, its data backups (onsite and offsite) alongwith the current site data has been completely wiped out and the only backup which they have is written on a set of DVD disks […]category:
Improve Security using php.ini
Updated on: 25 Oct 2023
PHP has some vulnerable functions which can be used to break into your server if your scripts are not coded securely. You can setup a list of functions in php.ini using disable_functions directive. This directive allows you to disable certain functions for security reasons. It takes on a comma-delimited list of function names. This disable_functions […]category:
Payment Gateways in India
Updated on: 25 Oct 2023
As a trusted webhost for SMEs to large businesses in India, we keep getting queries from our clients on the payment gateway service which they can use on their website. A payment gateway is typically a third party provider which allows you to accept credit card transactions through your website, which they than route on […]category:
Creating image thumbnails in php
Updated on: 25 Oct 2023
Thumbnail are used by graphic designers and photographers for a small image representation of a larger image. The main advantage of creating thumbnails is that it generates the new image with the proportional dimension of the large image and hence the image resolution and quality remain intact. As the thumbnails are smaller in size they […]category:
Creation of additional FTP users for Plesk Linux
Updated on: 25 Oct 2023
Plesk is a great Control Panel in the shared hosting environment, but there are a few things that are not available in the Control Panel. For example, you cannot create additional FTP user in Plesk Control panel for Linux (this support is enabled in Plesk for windows). But some time it is required to have […]