How to install a CRELoaded template

13 years ago

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

PHP+Mysql DB connection script

13 years ago

<?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

13 years ago

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

LibClamAV Error: Database Directory

13 years ago

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…

Clamav Upgrade error

13 years ago

Following error occurred while upgrading the clamav :- #make ............... ............... ............... cdiff.o(.text+0x1a37): In function `cdiff_apply': ../shared/cdiff.c:984: undefined reference to…

Uninstall CLAMAV : How to?

13 years ago

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…

CentOS RPM or Repos URLs

13 years ago

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/    

UPGRADE BUGZILA

13 years ago

========== 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

13 years ago

Blank PHP Pages You go to a .php page, but it’s blank. The scope of what can cause blank pages…

Auditd crashing

13 years ago

Auditd crashing recent problem with RHEL and cPanel causes some servers to crash on a daily or every couple of…