hostripples

How to install a CRELoaded template

1. You should have a CRELoaded software installed on your server. CRELoaded is an open source, oscommerce based shopping system…

11 years ago

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