Ip Address Structure, Expilinatin OF IP Address {A short way}

IP ADDRESS STRUCTURE:
Note: the terms multicast address and MSB are explained at the end.
Every station on a PSN (packet switched network) that is based on the TCP/IP
protocol (your computer is one, for example. Yes, we’re referring to a host
that is connected to the net) must have an IP address, so it can [...]

Increase XP Folder Settings

Windows remembers 400 folder settings. When that number is reached some settings aren’t retained any longer. You can change this to 8000 by adding this edit to the registry.
1. Copy the following (everything in the box) into notepdad.
QUOTE
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
“BagMRU Size”=dword:00001f40
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]
“BagMRU Size”=dword:00001f40
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
“NoSaveSettings”=dword:00000000
2. Save the file as folder8000.reg
3. Double click the file to [...]

Keep Files Private

If you want to encrypt the contents of an individual file or directory, Windows XP Pro will do the trick, provided you enable NTFS on your hard drive. To encrypt a file, right-click on it to bring up the Properties window. Click on the Advanced button, then in the Advanced Attributes dialog box click on [...]

How To Disable Picture And Fax Viewer

We all know that WinXP likes to keep itself held together, and how it doesnt like you uninstalling certain components. Well The Picture and Fax Viewer, is one of these programs which can cause problems if removed incorrectly. It can be disabled safely as follows:
[Start] [Run] type regedit and click [OK]
Navigate to :
HKEY_CLASSES_ROOT/ SystemFileAssociations/ image/ [...]

How to copy songs from your iPod to your PC

A reader points out a straightforward way for Windows users to transfer music from an iPod to your hard drive, without extra software:
1. Connect the iPod to your PC. If iTunes starts syncing (ie erasing) your music automatically, hit the X in the upper right hand corner of iTunes display, to the left [...]

How to bypass web filters

There are several occasions where you will be at a public te How to bypass web filters
rminal, and require access to a particular website that is blocked for some reason or another. How to bypass these restrictions is a very common question, and will be covered here.
Lets pretend for a moment that the Internet is [...]

Free Access To Websites Without Registering

Free Access To Websites Without Registering
Go to
-http://bugmenot.com/
and type the URL of the website you want to log into.
Examples:
-http://www.nytimes.com/, -http://www.winnetmag.com/
etcetera.
Another (and better) way is changing the user agent of your browser to:
Googlebot/2.1+
-http://www.googlebot.com/bot.html
This is very easy in Mozilla’s Firefox. Download and install the User Agent Switcher from
-http://www.chrispederick.com/work/firefox/useragentswitcher/
and add the Googlebot user agent.
Have fun, Dead Dreamer!
-]Edit[- Now this [...]

DVD Regions Information

DVD Regions Information
The DVD region code identifies a DVD’s compatibility with the players typically sold in a particular region.
The following graphic shows the approximate location of each region.
Image
Region 0 (or “region free”) is compatible with DVD players from any region.
The majority of all current titles play only in one specific region unless otherwise noted. DVDs [...]

cannot use my password to get back into Windows XP

Because of the security features built into Windows XP, it is virtually impossible to get back into the system without the password.
You have several options to try and get around this problem.
If you have access to another user account with administrator rights, you can use that account to change the password
of the account that is [...]

Calculating Offsets

Introduction
This tutorial is more of a tip than a tutorial. It just explains how to calculate offsets for jumps and calls within the program you are patching.
Types of Jumps/Calls
Here I will just describe the different types of jumps and calls which you will come across:
Short Jumps
Short jumps be they conditional or unconditional jumps are [...]