Posted on March 29, 2008 by pluto
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 [...]
Filed under: Internet | Tagged: Expilinatin OF IP Address, Ip Address Structure, {A short way} | Leave a Comment »
Posted on March 29, 2008 by pluto
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 [...]
Filed under: Windows XP | Tagged: Folder Settings, Increase XP | Leave a Comment »
Posted on March 29, 2008 by pluto
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 [...]
Filed under: Windows XP | Tagged: Keep Files, Private | Leave a Comment »
Posted on March 29, 2008 by pluto
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/ [...]
Filed under: Windows XP | Tagged: And Fax Viewer, How To Disable, Picture | Leave a Comment »
Posted on March 29, 2008 by pluto
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 [...]
Filed under: Windows XP | Tagged: How to copy song, s from your iPod, to your PC | Leave a Comment »
Posted on March 29, 2008 by pluto
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 [...]
Filed under: Internet | Tagged: How to bypass, web filters | Leave a Comment »
Posted on March 29, 2008 by pluto
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 [...]
Filed under: Internet | Tagged: Free Access, To Websites, Without Registering | Leave a Comment »
Posted on March 29, 2008 by pluto
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 [...]
Filed under: Uncategorized | Tagged: DVD Regions, Information | 1 Comment »
Posted on March 29, 2008 by pluto
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 [...]
Filed under: Windows XP | Tagged: cannot use my password, into Windows XP, to get back | Leave a Comment »
Posted on March 29, 2008 by pluto
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 [...]
Filed under: Programming | Tagged: Calculating Offsets | Leave a Comment »