Pages

Wednesday, 20 November 2013

Top 8 Countries With World’s Fastest Internet!

Top 8 Countries With World’s Fastest Internet!




1. Hong Kong     =  65.1Mbps

2. South Korea  = 53.5Mbps


3. Japan            =  48.8Mbps


4. Romania       =  47.5Mbps


5. Singapore    =  45.6Mbps


6. Latvia           =  44.6Mbps

7. Switzerland =   41.4Mbps

8. Israel            =   40.1Mbps

Someone has made your fake account

Someone has made your fake account. Don’t Worry. Tracing facebook user.

First you got to find out the IP address of that User.To Do so we will be using “netstat” command in windows. If you want to know the IP address of a specific person on facebook or orkut or any chat service, there is only one way: Just invite or ping him for a chat and while chat is ON open ‘Command Prompt‘ on your PC (Start >Run>cmd).
note: before trying this make sure you close all the other tabs in your browser. and only facebook is open. also if possible delete all the history and cache from your browser.
When command prompt opens Type the following command and hit Enter.
netstat -an
And you will get all established connections IP addresses there. Note down all the suspicious IP’s.
The Next Step is to Trace that user using his IP address.
To do so we will be using IP tracer service. Go to the below address and paste the IP address in the box that says “lookup this ip or website”. and it will show you the location of the user.
http:// www.ip-adress.com/ip_tracer/
It will show you all the information about that user along with his ISP and a Location in the MAP. Now in the MAP Just click on “click for big ip address location” in the big picture you can actually zoom in. and try to recognize the area. If any serious matter just note down the ISP details in that page and contact them about the IP. they will respond you.


Monday, 18 November 2013

Now u can Convert Text to Audio "Mp3" Using Notepad

 

Text to Audio


As we know windows is one of greatest operating system and most of us use windows PC. We use our PC to do general stuff like reading, writing or internet surfing. But some times we get bored with this general stuff and we want to do some extra with our computer or laptops and want to fun with it. If you are one of them and want some fun then read this article, because today we are going to give a method to convert text to audio or convert text to mp3 using notepad on your windows PC and. In the market there are many software available to convert text to audio (mp3), but in this trick you don’t need to install any 3rd party software, you just need to open Notepad which is already include in all windows operating system.

Now follow the steps which are below.


Before doing anything you need to open Notepad.

1. Go to Run and type Notepad and then hit Enter and notepad will appear.
2. Now copy the below code and paste it in the Notepad.


 Dim msg, sapi
msg=InputBox("Enter your text for convert to audio","Tricksforums Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

3. After paste the above code in Notepad, Click on File and then select Save as save it as .vbs file i.e, Text to Audio Converter.vbs. You can change Text to Audio Converter as your wish but don’t change .vbs else it is not worked.
                                                        
Save as vbs extention

4. Now open .Vbs file and type your word or type on ms word and paste it here as your wish and click on OK. Now you can listen the text which’s you are typing on it.
                                                                                  
Type your text here
5. That’s all you create your own text to audio converter without any software just using notepad only.