How to Install LAMP on Centos/RHEL 6.X

Install LAMP With Php and MySLQ 5.6 Version on Centos/RHEL 6.X Requirement: A. Centos/RHEL 6.x OS Server B. Apache Web Server 2.0 (httpd) C. MySQL Database Server 5.6 D. PHP Scripting Language 5.6 E. phpMyAdmin 4.3.10 – Web based MySQL Administration Tool Step 1. Install Apache: # yum -y install httpd httpd-devel Step 2. Edit …

How to Install Usermin on Centos

Step 1: Login to the VPS or server you want to install Usermin at and open your terminal. Now execute the command below to download the latest version of Usermin and unpack it. wget http://download.webmin.com/download/yum/usermin-1.470-1.noarch.rpm rpm -Uvh usermin-1.470-1.noarch.rpm Now we need to open a text editor using the command below vi /etc/usermin/miniserv.conf Now add the …

PHP 7.0.0 on the table officially

It has been almost a year since it became clear that PHP 5.7 had all chances to become PHP 7 – the new stable version of the PHP programming language. After 8 release candidates and a few release date delays, the new stable player on the PHP ground is now officially out and fully enabled …

Global domain name phishing email attack

We have received a number of complaints from customers about a phishing email, which pretends to be sent by our registrar – LiquidNet Ltd., by eNom, or by another legitimate domain registrar. Global phishing attacks are common nowadays. However, this particular one goes one step further, stirring confusion by including a specific domain name that is owned …

WordPress 0-day vulnerability

To all WordPress users! A critical 0-day vulnerability has been disclosed in WordPress’s native comment system. It allows an attacker to insert malicious scripts on your site through the comments and infect your visitors with malware. You could yourself trigger such a script if you approve infected comments from the admin dashboard. No patch has …

PHP Bug fix

We’ve just made a series of bug-fix updates to all PHP versions supported on our servers. Here they are: PHP 5.3.29, PHP 5.4.39, PHP 5.5.23 and PHP 5.6.7. We’ve also applied the latest available dev modifications to PHP 5.7 – the believed to be new PHP 7.

Opencart Update!!!

То OpenCart users: the OpenCart community has located the reason for the Admin Area login problem where a ‘MySQL server has gone away’ error prevents webmasters from logging into OpenCart. The issue has been traced to an empty currency update file, which is causing the login script to timeout. So here is how to disable …

Blocking countries using .htaccess with cloudflare

Need to block users from a certain country from visiting your website using .htaccess but still want to keep using Cloudflare optimization services? Just add this piece of code to your .htaccess SetEnvIf CF-IPCountry IN BuzzOff=1 Order allow,deny Allow from all Deny from env=BuzzOff In the above code, we are blocking all users from India(IN), …

PHP updated to PHP 5.6.4 and OCI8 installed

  We’re starting the new year with a major PHP upgrade. The PHP 5.6.0 version has been updated to PHP 5.6.4, which features a few bug fixes. Also, we’ve installed the OCI8 extension for connecting to Oracle Database. Customers can now connect to their Oracle databases using osi_connect. To do that, they’ll need to add …

Increased Email storage!!

We have great news for the keen email users! We have increased the storage limit for each email account to 10 GB and the total amount of email storage space per hosting account to 40 GB. This is way more than а tenfold increase, so you will now have much more storage space for you …