Magic Quotes is a procedure that instantly escapes incoming data to the PHP script. It’s better to code with magic quotes off instead to escape the data at runtime, as required. We can simply turn OFF magic_quotes and magic_quotes_gpc from the php configuration file itself. […]
Category: Cpanel
How to install Ghost with Nginx on CentOS
In this tutorial i will explain you how to install and setup Ghost with Ngnix running on Centos server. Ghost is a powerful free blogging script based on Node.js. Its Just a blogging platform. […]
How to configure multipile shared IP’s on a cPanel server
Sometimes we need to set up several shared IP addresses on a server. This may include grouping accounts per IP or decreasing the consequence of DDoS attacks if it becomes necessary to block traffic to a specific interface . […]
How to create a Network Bridge on CentOS 7 / RHEL 7
Sometimes you may need to create network bridge adapter in Linux; specially during the settings of KVM (Kernel-based virtual Machine), and, also while setting up Linux system bins. […]
Easy way to install Node.JS on CentOS
Node.js is a Javascript programming platform that allows users to build network applications very easily. Many developers want to build applications and libraries using JavaScript (server-side and client-side). […]
Install Adminer on a CentOS VPS
Adminer is a database management tool published in PHP. It is similar to phpMyAdmin and it is designed to increase protection, consumer experience, efficiency etc. […]
Simple way to install Xcache from source code
We all were faced website page load time issue while browsing high traffic websites mostly. Solution is caching the already executed files and uses them when we recall the same again from browser. […]
How to disable phpinfo(); in a shared hosting
Some server administrators may choose to disable the PHP function phpinfo() for security purposes, because it shows information which can be used to compromise the server that your site is operating on. […]
How to install and Setup php-pear mail on CentOS or RHEL
PEAR::Mail is one from php classes/components and it provides advanced interfaces to PHP applications and programs for sending emails. […]
cPanel Default email account’s disk space usage not updating
One of our client cPanel Default email account’s disk space usage was not updating and having issue with disk space usage on his account, […]