delete

Joomla! Protection

Joomla! is a great CMS that is used worldwide. Now-a-days many user prefer to design their site with Joomla. It is designed simply but still has lots of feature in it. Being one of the most popular CMS can attract bad people to do bad things as well. Actually the issue is not related with the Joomla script but with the extra module/plugin that is available on market for Joomla. At the end it is the site owner responsibility to protect his/her site by hardening the security. I will try to give some security tips on this article and by following these steps you will be able...
delete

WordPress Protection

WordPress is one of the most popular CMS script available now. It has great feature, can be installed and handled easily. We have seen many of our customer using WordPress for their site. Once your site is getting popular, intruders will always try to break your protection. So it is very important that you have sufficient security protection enabled for your WordPress site. On this post, i will try to give some tips which will help you to protect your WordPress blog from getting attacked or hacked. Always Update: WordPress does release new update frequently and one should...
delete

Clamav, a nice anti-virus for cPanel Ser...

I was searching for a good anti virus which can be used easily with cPanel server and detect threats confidently. After a lot of search, discussing with techy people i finally decided to use Clamav Anti Virus for my server. I was surprise to see its effectiveness. Clamav can detect viruses, trojans, malwares from your server. More importantly, it can detect if there any hacking activity is running on your server with any shell script. Clamav, can be installed very easily into a cPanel server. Here are the steps: >> Login to your root WHM >> Manage Plugins >> Here you will...
delete

How to choose a Good Domain Name

The domains are registered regularly at a record level, new domain expansion and innovative thinking still offer thousands of brilliant choices. However while looking for a desired name it is important to consider the purpose of a domain name first and it should be shorter and memorable that enable your visitor’s to reach your website easily. Consider following points before registering a domain name; Short & memorable: – People don’t remember longer domain name easily, the shorter your domain, name, it would be easy to remember and also it minimize the chances...
delete

Understand your website traffic!

Ok, you have launched your online business and also spent money on ads and publicity. Now the question arises as to how effective your marketing has been and whether your site is reaching the right audience. This is where your website statistics tools come in. Nowadays various Web statistics tools can provide you with flood of information. It is up to you to analyze and use them to your advantage. Some common terms associated with Web statistics are: Hits: Hits refer to the number of times that a page, image, or file on your site is viewed or downloaded by someone. Visits:...
delete

Cron Job, what is it?

Cron is basically a task scheduler, which runs your selected job at a particular time of day. They are great tools to do repetitive tasks which you might not remember or simply don’t want to do manually. The actual cron jobs are stored in file called crontab. You can directly edit this file from shell or use your control panel’s cron tool to set your crons. This is what a typical crontab file looks like: 0 * * * * /bin/php –q /home/user/public_html/email//send_emails.php 0 * * * * /bin/php –q /home/user/public_html/email//send_emails.php You can almost do any kind...