If you are interesting in using Gmail, but you are still using your old email which is important. This can make you hesitate to switch, but your email box is almost full! Well, here is the suggestion.
For anyone who didn’t know about Gmail before, it’s a free web-based email service from Google.
You can learn [...]
Since my last post about referer spam,, I found that I can’t block all spam!
So I find the new way to do. It’s “mod_security“. You should looking for this mod in your PHPINFO by write a small script with
< ?php
phpinfo();
?>
Then looking for mod_security. If you are not sure,, ask your administrator.
Then have this code [...]
I got the referer spam lately. It’s not much each bandwidth, but kind of annoy. The website owner that usually got referer spam is the blog site or website that show top referer or shout box or something.
The definition of referer spam : http://en.wikipedia.org/wiki/Referer_spam
Here is the way to prevent!
Log into your site’s FTP server. Make [...]