Archive

Posts Tagged ‘proxy’

Bypass blocked website with a simple trick – No proxy needed

First u need to open command prompt. Just goto start->run. Then type CMD and then press enter. Then a prompt will come, in that just type ping www.thewebsiteyouwant.com. Actually your pinging the website for getting the ipaddress of the website.

After getting the IPAddress,

There will be 4 numbers separated by commas. Take each one of them and convert it to binary. For this again goto start-> run, and type calc and press enter. In that change it to scientific/programmer in windows 7, in VIEW.

1. Select decimal.

2. Then paste the first number from the ipaddress.

3. Select binary, note down the result  and then make them 8 digits by adding enough zeors to the left side of each converted binary numbers.

Repeat steps 1,2 & 3 for all 4 numbers. Then combine them(i mean these 4 binary nums). Then put the calculator in binary mode and then paste the combined binary number in the calculator. Now click on the decimal so that the combined binary number will be converted to some other decimal number. Put it in the address box and t will work.( You will get the address).

PS: Sometimes Internet explorer will show error. In that case just use FIrefox.

Example:

Ping bleeping computer.com

Pinging bleepingcomputer.com [208.43.87.2] with 32 bytes of data:

Ipaddress:208.43.87.2

208->11010000
43 ->00101011
87 ->01010111
2  ->00000010

combined number: 11010000001010110101011100000010
equi dec num: 3492501250

So put http://3492501250 in the address bar.

Thats it.

Categories: Tips 'n' Tricks Tags: , ,