Tuesday, May 15, 2012

How To Know Who Blocked You in Google Talk

Whenever you noticed a contact in your Gtalk/Google Talk has not been online for some time, have it ever crossed your mind you’ve been blocked? If you are curious in finding out who actually blocked you in Gtalk, here’s a workaround you can try.

This following method we attempt to show make use of a chat client call Pidgin.

1. Download, Install Pidgin

Click here to download Pidgin chat client. If you already have Pidgin installed, you may skip this step.
2. Configure Pidgin for Gtalk

You’ll probably start with the below screen. Click the Add button. "Accounts -> Manage Account" will also bring you to the same screen. Let’s add Gtalk to Pidgin.

pdigin welcome screen How To Know Who Blocked You in Google Talk 

Clicking Add will allow you to add new Gtalk account. The following two screenshots show what you need to fill up for Basic and Advance tab, pay attention to those highlighted.

basic tab How To Know Who Blocked You in Google Talk 

 advance tab How To Know Who Blocked You in Google Talk

With all the settings properly entered, you should be able to connect to Gtalk and load your contacts successfully. Now let’s go find out who blocked you.

3. Who’s Blocking You?

When someone blocked you in Gtalk (and other IMs), they appear offline just like your other contacts who are really offline. Right click, click on Get Info, and we’ll see how to differentiate them.

get info How To Know Who Blocked You in Google Talk 

The following image is a comparison of 2 different contacts: Actual offline (left) and Blocked offline (right). If you are blocked, nothing will be display under Buddy Information. 

 comparison How To Know Who Blocked You in Google Talk










Thursday, May 3, 2012

How to disable server signature using .htaccess

Server signatures contain valuable information about installed software and can be read (and exploited) by worms and hackers. Therefore it is safer to turn off this behavior.

There are 2 methods to do it.
1. Disable signature using .htaccess
2. Disable signature by editing httpd.conf

Disable signature using .htaccess

Open your public_html folder (Browse public_html using ftp to display all hiden files)
Now to disable the server’s signature used to identify the server, use the following code in your .htaccess file:


 # Disable server signature
 ServerSignature Off



or Follow me on Twitter https://twitter.com/imvaibs