web hosting cheap

PHP+Mysql DB connection script

<?php $link = mysql_connect('localhost', 'mysql_user', 'mysql_password'); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected successfully'; mysql_close($link);…

11 years ago

Clamd status failed in WHM

Clamd status failed in WHM >> serverice statsus Solution >> Disable Clamd in service manager and restart all service like…

11 years ago

LibClamAV Error: Database Directory

ERROR: LibClamAV Error: Database Directory: /usr/local/share/clamav not locked Solution: root@hostripples [~]# cd /usr/local/share/clamav/ root@hostripples [/usr/local/share/clamav]# ll total 28 drwxrwxr-x  5…

11 years ago