Jul 31
The purpose of this tracert utility is to show you the path when you are attempting to connect to your site from your local machine.
Windows : - Click on start >> then select “Run” >>then type “cmd” ( type “command” if you are using Windows 95/98).
C:\>tracert solsearch.net
Linux : -
root@server [~]# traceroute solsearch.net
Mac :- Click on Hard Drive >> Applications >> Utilities >> Terminal
traceroute solsearch.net
Jul 31
If you are receiving error message about the function imagettfbbox() then you need to compile Filetype with php.
On cPanel server , run easyapache and install TT(Filetype) to fix it.
Jul 31
#!/bin/bash
###
### Roundcube Script
###
echo “Installing the Roundcube Webmail”
sleep 3
cd /usr/local/cpanel/base
wget -O roundcube.tar.gz http://heanet.dl.sourceforge.net/sourceforge/roundcubemail/roundcubemail-0.1-rc1.tar.gz
tar -jxvf roundcubemail-0.1-rc1.tar.gz
rm -rf roundcubemail-0.1-rc1.tar.gz
mv roundcubemail-0.1-rc1 roundcube
cd roundcube
chmod -R 777 temp
chmod -R 777 logs
mysqladmin create roundcube
mysql roundcube < SQL/mysql.initial.sql
mysql -e “GRANT ALL PRIVILEGES ON roundcube.* TO ’roundcube’@'localhost’ IDENTIFIED BY ‘jer58gtwr#@tw’ WITH GRANT OPTION;FLUSH PRIVILEGES”
cd /usr/local/cpanel/base/roundcube/skins/default/images/
cp roundcube_logo.png /usr/local/cpanel/base/frontend/x3/images/roundcube_logo.png
cp roundcube_logo.png /usr/local/cpanel/base/webmail/x3/images/roundcube_logo.png
wget http://www.solsearch.net/HGpatch-roundcube-1.0BETA2
patch -p0 < HGpatch-roundcube-1.0BETA2
chattr +i /usr/local/cpanel/base/frontend/x3/webmaillogin.html
chattr +i /usr/local/cpanel/base/webmaillogin.cgi
echo “Roundcube Webmail has been installated Successfully”
Jul 31
If you are receiving the following error in fantastico :
This application is currently not available.Please contact your host
Then you need to set on register_globals in /usr/local/cpanel/3rdparty/etc/php.ini.
=====================================
vi /usr/local/cpanel/3rdparty/etc/php.ini
set register_globals = On and save changes.
=====================================
Recent Comments