1. You should have a CRELoaded software installed on your server. CRELoaded is an open source, oscommerce based shopping system…
<?php $link = mysql_connect('localhost', 'mysql_user', 'mysql_password'); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected successfully'; mysql_close($link);…
Clamd status failed in WHM >> serverice statsus Solution >> Disable Clamd in service manager and restart all service like…