HostOnNet Blog

Category Archives: Uncategorized

Installing Zend Optimizer v3 on Godaddy Plesk VPS

Today i installed Zend Optimizer v3.0.0 on Godaddy Plesk VPS.   You can download Zend Optimizer from   http://downloads.zend.com/optimizer/3.0.0/   For GoDaddy VPS, i downloaded ZendOptimizer-3.0.0-linux-glibc21-i386.tar.gz     Download the file   wget http://urlto/ZendOptimizer-3.0.0-linux-glibc21-i386.tar.gz   Un compress the file   tar


Open DNS servers Fail

Today a clients name servers show following error on dnsreport.   Open DNS servers Fail   ERROR: One or more of your nameservers reports that it is an open DNS server. This usually means that anyone in the world can


BizHat.com Alexa Rank Reached 7,565

Today www.BizHat.com Alexa Rank Reached 7,565   Last two months, the traffic is increasing. May be i should touch 5,000 in next two months. Presently popular web site of Kerala have an alexa rank of 5,xxx. My aim is to


Compiling PHP with verisign PayFlowPro on cpanel server

To compile PHP with custom modules, you need to run /scripts/easyapache with required modules.   After the Apache installation, go to folder   # cd /home/cpapachebuild/buildapache/   Now change to the PHP directory, name of the directory depends on which


Creating a User in FreeBSD

You can create a new user with adduser command in FreeBSD.   Here is how i created a user “backup” for remote FTP Backup.     server128# adduserUsername: backupFull name: Backup AccountUid (Leave empty for default):Login group [backup]:Login group is


rm – Argument list too long

I found too many session files on my servers /tmp folder.   On trying to delete the files, i got error   # cd /tmp # rm -f sess*   I got the error   /bin/rm: Argument list too long.


Rebuild Free Web Hosting Control Panel

Last few days, i was busy with coding new Free Web Hosting management software in PHP for NetFreeHost.com   Now the control panel system is 100% functional. There is no frills, only basic function is available for user control panel


Google Search Engine can Calculate

If you want to do mathematical calculation, you can do it with google search engine.   For example, to find the result of   500-31   Just enter this in google search box and click google search button, you will


Web Hosting Directory

I have created a Web Hosting Directory at   http://hostindex.bizhat.com   This web hosting directory is based on turnkey PHP/MySQL script.   If you run a web hosting company, you can add your web site to this small Web Hosting


Installing Zend Optimizer on Cpanel Server

I was uploading few of the modified files to my web site www.FlashWebHost.com   I found the file error_log of size 3 MB   I checked the file and found there is error due to mismatch in Zend Optimizer version.