Posts

Showing posts from October, 2011

php download code

add download window in your website when user click on link open download windown and start download Start php $file=$_POST['name']; $downloadpath='put your dir path'; if(file_exists($downloadpath.$file)) { header('Content-Type:application/sis'); header('Content-Length:'.filesize($download_path.$file)); header('Content-Disposition: attachment;filename='.$file); $fp=fopen($download_path.$file,'r'); fpassthru($fp); fclose($fp); } else { echo 'selected file not available'; } end php

Nokia Mobile Phone Secret Codes

Image
These codes for the Nokia series of phones provide some interesting information for users, they also unlock some hidden functions. These codes are often referred to as "Nokia Secret Codes" or "Nokia Hacks". Use the codes at your own risk, not all Nokia phones support all codes, I have tried to split them into these groups. *#92702689# Here you can view the S/N and the IMEI as well as the life timer (newer models). The date the phone left the factory and the date it was purchased. If your phone has been repaired the date of the repair is also visible. You will need to turn the phone off to exit this menu. Newer phones simply require you to press ok. *#0000# Display the firmware version and date *#06# Display the IMEI (Standard GSM command, works on all phones)