Posts

Showing posts from October, 2013

Mobile Codes

* Software version: *#9999# * IMEI number: *#06# * Serial number: *#0001# * Battery status- Memory capacity : *#9998*246# * Debug screen: *#9998*324# – *#8999*324# * LCD kontrast: *#9998*523# * Vibration test: *#9998*842# – *#8999*842# * Alarm beeper – Ringtone test : *#9998*289# – *#8999*289# * Smiley: *#9125# * Software version: *#0837# * Display contrast: *#0523# – *#8999*523# * Battery info: *#0228# or *#8999*228# * Display storage capacity: *#8999*636# * Display SIM card information: *#8999*778# * Show date and alarm clock: *#8999*782# * The display during warning: *#8999*786# * Samsung hardware version: *#8999*837# * Show network information: *#8999*638# * Display received channel number and received intensity: *#8999*9266# * *#1111# S/W Version * *#1234# Firmware Version * *#2222# H/W Version * *#8999*8376263# All Versions Together * *#8999*8378# Test Menu * *#4777*8665# GPSR Tool * *#8999*523# LCD Brightness * *#8999*377# Error LOG Menu * *#8999*327

How to get someone’s Name and Address from their IP address?

Image
Well you can get the IP address of the person you are chatting too on  MSN or Yahoo,  but there is a little more you will have to do. Ask the person to send a file to you or vica versa through the send file option of the IM. Then while the file is being transferred you can open the  DOS Prompt  and type netstat -n and get the listings of all the connections and ports opened from your system to any system or server on the net. . How to Get IP Address while Chatting Getting IP address of someone is not a big task, But in this post i will show you how to get someone Ip address using PHP script. This trick works in Facebook and yahoo Chat.  Just follow these simple Steps: Step 1: Open Notepad  Copy this Code & save it with name blackbackhacker .php  <?php $hostname = gethostbyaddr($_SERVER['REMOTE _ADDR']); $img_number = imagecreate(400,95); $backcolor = imagecolorallocate($img_number ,10,102,153); $textcolor = imagecolorallocate($img_number ,255,25