Technology related solutions, tips, tricks, and other interesting topics
In: Electronics
7 Mar 2008This is for the AT&T/Cingular Nokia 6030b type RM-75. If you get the newer RM-225 model you CANNOT unlock it through the site listed below. The model type is on the sticker behind the battery near the IMEI code.
Go to http://www.gsmliberty.net/shop/nokia_unlock.php.
Select phone model 6030B and select “U.S.A.–CINGULAR – Pacific Bell Wireless” as the carrier.
You will [...]
The popular combination Master Locks are susceptible to being opened with a simple tool fashioned from an aluminum can. With this crude tool a thief can pop open a lock in a few seconds. Here is a video that shows how to construct and use this tool which is referred to as a “shim”:
Open A [...]
Here is an example of a basic login function which is taught in a lot of PHP tutorials. The purpose of this code is to prevent someone from viewing a web page unless they provide a valid username/password in a form. The username/password is stored in a MySQL database.
$username = $_POST["username"];
$password = $_POST["password"];$query = “SELECT [...]
This blog is about technology related topics. It will primarily contain problems and solutions to IT problems that I encounter on a day-to-day basis. In addition interesting things I come across either on or off the internet will be posted here as well. I will also include step-by-step tutorials to common tasks people may need to do with their computers.