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…
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…
Following error occurred while upgrading the clamav :- #make ............... ............... ............... cdiff.o(.text+0x1a37): In function `cdiff_apply': ../shared/cdiff.c:984: undefined reference to…
To uninstall ClamAV, use following steps, /bin/rm -Rfv /usr/bin/clam* /bin/rm -Rfv /usr/sbin/clam* /bin/rm -Rfv /usr/lib/libclam* /bin/rm -Rfv /usr/share/clam* /bin/rm -Rfv…
http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/ http://mirror.centos.org/centos/5/os/i386/CentOS/ http://httpupdate.cpanel.net/mysqlinstall/4.1.22-0/64/centos/4.3/ http://downloads.mysql.com/archives/mysql-4.1/ http://mirror.centos.org/centos/4/os/x86_64/CentOS/RPMS/
========== TO UPGRADE BUGZILA DO AS FOLLOWS ============== bash$ cd /var/www/html bash$ wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22.1.tar.gz (Output omitted) bash$ tar xzvf bugzilla-2.22.1.tar.gz…
Blank PHP Pages You go to a .php page, but it’s blank. The scope of what can cause blank pages…
Auditd crashing recent problem with RHEL and cPanel causes some servers to crash on a daily or every couple of…