How to install WhatsApp on Windows Or Mac Operating System

Whatsapp becomes one the foremost fashionable Mobile Apps messenger for android, iOS, Nokia and Blackberry or different Mobile Phones. Whatsapp is generally famed for his or her options like unlimited Chatting with friends, causation pictures, Audios, Videos and the other file at freed from value. currently in lately several peoples begin mistreatment Whatsapp rather than mistreatment different chat messengers simply because of higher expertise in chat and conjointly having numbers of chat emotions and plenty of different vital options.
Major downside is Whatsapp messenger is simply for Mobile and Apple iPhone or Tablets. Whatsapp does not publish any version for victimization it on laptop or Laptops. therefore a way to use it on your laptop or portable computer. currently in these there are several software's out there that convert humanoid apps into laptop version. therefore currently i plan to write however you'll use Whatsapp on your Windows OS and mackintosh OS. one among the foremost in style software package Bluestacks that convert Apps in laptop version. therefore by victimization Bluestacks can learn the way you'll use Whatsapp on laptop. straightforward follow my all steps fastidiously with some wisdom additionally.

How to install WhatsApp on Windows/Mac Operating System ??

Requirements :


1. BlueStack Android Emulator: (Download For Windows/Mac OS)

The minimum requirement of hardware to run this application smoothly on machine is having Windows XP or higher versions of windows operation system and recommended to have some graphic memory (Graphic Card).

Installation  :

1. Download and install BlueStack on your PC/Laptop. (It may take time during installation depending upon hardware configuration)
2. Open the application after completing installation.
3. Search for the application "Whatsapp" or just click on Messaging as shown below and click on "Whatsapp".
4. It will search on various android stores integrated into Bluestack application itself, Select any from these stores and install it.
5. If you already have Whatsapp .apk file then just double click to install it on Bluestack software, No need to download as specified in above steps.

How to Block Unwanted Emails

Unsolicited emails or spam emails are big annoyances to email users in the world. In case if your email address falls into the wrong hands, it can be sold and resold to many marketers in the world who tend to flood email addresses with various different kinds of ads, irrelevant requests for money, product review and other types of spam. It can be vary irritating for email users. Most E-mail accounts come with an automatic junk mail filter, but even these don't catch all kinds of unsolicited emails. Thats why you need to manually block unwanted emails.

How to Block Unwanted Emails:

Do you want to block unwanted emails which came everyday in your inbox? Do you want to block newsletters or offers that reach your inbox everyday? Well, here is the solution for it, In this post, I will show you a trick or way using which you can block individual email address.

Steps to Block Unwanted Emails :

Here is a list of steps that you need to follow to block unwanted emails. Every email account have different different type of setting so bellow I have written steps for each individual service provider:

Steps to Block Unwanted Emails In Gmail :

Step 1: First log in to your Gmail account.

Step 2: After login, goto inbox and at the top-right corner, click on Setting.

Step 3: Under Setting click on Filters Tab.

Step 4: Now click on "Create a new filter" option.

Step 5: Now in the From field, enter the email address from which you do not want to receive the emails.

For example : you may enter abc@gmail.com in the “From:” field to block all incoming emails from this address.

Note : However, if you want to block the whole domain, then use the following syntax: *@gmail.com. Now, all the incoming emails from the domain “gmail.com” will be blocked.

Step 6: Click on Next Step, select the action you’d like to take on the blocked emails. You may select the option Delete it so that the blocked email is moved to trash. In case if you would like to unblock those emails, all you need to do is just delete the filter that you’ve created.

Steps to Block Unwanted Email in Yahoo :

Step 1: First log in to your yahoo account.

Step 2: After login, goto inbox and at the top-right corner, click on Options, After that drop down menu will get appears, now click on More options.

Step 3: Now in the left panel select the option Filters and click on create or edit filters.

Step 4: Now click on Add option.

Step 5: In the next screen, give a name to your filter and in the From header field enter the email address that you want to block.

Fox example : abc@yahoo.com or if you want to block an entire domain then just enter @yahoo.com. Don’t enter *@yahoo.com. Select the option Move the message to: Trash and click on Save Changes.

Steps to Block Unwanted Emails in Hotmail :

Step 1: First log in to your hotmail account.

Step 2: After login, goto inbox and at the top-right corner, click on Option.

Step 3: After clicked on Option, a drop down menu will get appears, now click on More options.

Step 4: Now click on Safe and blocked senders link under Junk e-mail.

Step 5: Now click on Blocked senders and type in the email address that you want to block under blocked e-mail address or domain field.

For example : Enter abc@hotmail.com to block the individual email address or just enter hotmail.com to block the entire domain.

That’s it.

Now you no longer receive those such annoying and irritating emails in your account inbox. I hope this post will helps to block unwanted emails.

Recovering data from the iPhone corrupted backups

At times when iTunes couldn’t finish the backup process (USB cable disconnect during backup/iOS upgrade, Power failure during backup), the backup gets corrupted and remains unreadable. As the corrupted backup does not contain meta files like Manifest.plist & Manifest.mbdb, it is not possible to restore the backup onto the iPhone and it is also not possible to read the backup using backup reader software like iPhone backup browser & iPhone backup extractor. So I wrote a python script iOS-corrupted-backup-reader.py that can read & recover data from the corrupted backups. Usage of the script is listed below.

Steps to use iOS-corrupted-backup-reader.py (Windows):

1. On windows, install Python 2.6.
2. Download iOS-Corrupted-Backup-Reader.py and place it in C:\ drive.
3. Create two folders backup & output in C drive.
4. From the iOS backup directory C:\Users\[user-name]\AppData\Roaming\Apple Computer\MobileSync\Backup\[iPhone-UDID]\,  copy all the files and place them in C:\backup directory.
5. Open  the command prompt, navigate to C:\ drive and type the below command.
\Python26\python.exe iOS-Corrupted-Backup-Reader.py c:\backup c:\output

6. It converts the backup files into readable format and places them in C:\output directory.

Steps to use iOS-corrupted-backup-reader.py (Mac OS X):

1. Create two folders backup & output on Desktop.
2. Download iOS-Corrupted-Backup-Reader.py and place it on Desktop.
3. From the iOS backup directory ~/Library/Application Support/MobileSync/Backup/[UDID], copy all the files and place them in backup directory.
4. Open the terminal and run the below command.
Python iOS-Corrupted-Backup-Reader.py ~/Desktop/backup/ ~/Desktop/output/

5. It converts the backup files into readable format and places them in output directory.

The script extracts and structures all the default files like Contacts, SMS, Calendar, etc. into directories with actual file names. Other third party application files are converted into readable format and gets stored in other-data folder in output directory without actual file names. Manifest.mbdb file maps the actual filenames to backup filenames and the mbdb file is not available in the case of corrupted backups. So it is not possible to get the exact file names. In general, most of the iOS applications store the data in plist, sqlite and Jpeg format. You can use plist editor , sqlite spy and image viewers to open the files and read the data manually.

Note: Data recovery is only possible in the case of normal backups. If the backup is encrypted (encrypt backup option is checked in iTunes), it is not possible to read & recover the data from the corrupted backups.

Facebook Shows " Seen " Along with The Date or Time


Many People Are Facing Problems Due To "Seen " Feature By Facebook in Chatbox. When You Chat with Your Friends , Facebook Shows " Seen " Along with The Date or Time You Read The Message. This Feature Can Prove To Be Usefull For Some People But For Others Feel Like Disabling This Feature Due To Many Reasons.

Its Very Irritating When You Dont Want to Chat With one of Your Friend But Still You Have to Because To Them It Shows That You Have Seen The Message and You Are Ignoring Them.
This Problem Can Be Solved By installing Just 1 Chrome Extention.
So Lets see How To Disable This " Seen " Feature in Facebook Chat.


Step 1 : Link Below to Download from Chrome store.

Step 2: Click On Add To Chrome > Ok.

Step 3: Your Download Will Start And Will Be Installed in Seconds.

Step 4: Thats It, Start Chatting, You Have Just Disabled The " Seen " Feature .

You Can Ask your Friend If They Can See " Seen " In their chat-box

Download :

Help Us : http://adfoc.us/4557127230183
Direct Link : http://bit.ly/U6qdN3

How to Permanently Delete Facebook Account

Many people are ask me how to delete facebook account. The most of users are confusing between deactivate and deleting account.But the both are different. Deactivate means you can reactive your account whenever you want and at while deactivated time your profile are visible all your photo, activity, staying away form your account. Deleting account means erasing everything completely all including in your facebook account like status, photo, activity, video , updates etc. Permanently Deleting account process are not visible easily on facebook account setting or options. So, here in below you show all the following step to deleting facebook account
Step To Deleting Facebook Account Permanently

Step 1 :Login facebook account.

Step 2 : After Login, Go to This Link https://www.facebook.com/help/delete_account

Step 3 : Click on “Delete My Account”

NOTE :- AFTER DONE THIS STEPS DO NOT LOGIN INTO FACEBOOK ACCOUNT TILL 2 DAY TO 15 DAY.

Browse Any Forums Without Registering

Visit any forum or website to find something useful and they will ask you to register.
All websites and forums will block unregistered users, but they won’t block Google Bot. What we will do is to switch our User Agent to that of Google Bot and freely browse any website or forum without registering.  

First grab the User Agent Switcher add-on for Firefox called ‘user agent’ and install it.
Now go to Tools > User Agent Switcher > Options and then again to Options.




Select User Agent from the left sidebar and click Add. Now in the description field type:
crawl-66-249-66-1.googlebot.com
and in user agent field type:
Googlebot/2.1 (+http://www.googlebot.com/bot.html)
as shown in the screenshot below.



Select Google Bot as your User Script by going to Tools > User Agent Switcher.


Now browse any website or forum without registering.

Want to know who's watching you on internet ??


The word “net” means the great “INTERNET” which I consider as a different world, which is very much similar to our world in which we live. I like to say the internet world as Cyber-World.
Now coming back to the topic , I want to directly focus on what is the main intention of this blog.
I want to start the problem with a small introduction to a real world problem.
In a real world , if someone(stranger) is following you or keeping a watch on you, then “HOW” would you able to know??

Answer is straight forward and that is you can identify them easily as they can be around you always.


Now let’s take this problem into the Cyber-World(The world of internet) and ask yourself the same question. “If someone is following you or keeping a watch on you, then “HOW” would you able to know?”
I guess your faces would be like these…..hahaha... I don't know about you but my reaction at first was the same like these kids...... ;-)
Well  , there are different ways to solve this issue and I will show you one of them.

You will need following.
    1)      A computer or laptop…….:-D
    2)      An internet connection. 
    3)      Mozilla Firefox.
Open “FIREFOX” browser ,open "google.com" and type “collusion add on” in the search bar.
Click on the first link as shown above and you will get somewhat as shown below..
Just click on “Add to Firefox”  and it will get installed.  (YOU SHOULD BE IN FIREFOX and NOT IN ANY OTHER BROWSER like CHROME or INTERNET EXPLORER)
Now after installing it in your  firefox browser , you will get a small icon at the bottom right of your browser as shown below..
This add-on's name is “Collusion” .
It helps you to know that who is keeping eye on you and your data when you are online(surfing on net) .
There are many websites , some legal and some illegal , which keeps track of your data and keeps tracking your activities.
“Collusion add-on” will show you that who is tracking your activities and who is keeping watch on your data…
I will try to explain you this addon on basis of my usage of “Collusion”
For clarity , here’s activity screenshot from my laptop.
The highlighted circles shows the websites that you actually visited.
The grey type circles represent the sites that you have not visited.
The lines between circles show our cookies and all stuff that is passed between them.

When you click on these circles , this add-on will show you the information related to that site.
Look at the image above………
I have just visited 7 to 8 websites and the number of websites that started tracking my data are more than 20……What the Heck !!!! Aren’t you shocked ….?
Why would you shock as these websites are actually tracking my data….  :-D :-D
But my dear buddies….Right now you are reading this blog , which means you are on the internet , so someone must have already started watching you…..Be-Aware....!!
That's all for this time.... Will be back soon with something which needs to be shared.
......Bye....
Surf Safe.....Be Safe.