This || That SHiT

Mr.Normal Guy writing things that seems abnormal. In street words 'Oh Shit' things

July 08, 2006

Windows Registry Disassembled a Basic Tutorial

The registry is a hierarchical database that contains virtually all information about your computer's configuration. Under previous version of Windows, those setting where contained in files like config.sys, autoexec.bat, win.ini, system.ini, control.ini and so on. From this you can understand how important the registry is.

The structure of the registry is similar to the ini files structure, but it goes beyond the concept of ini files because it offers a hierarchical structure, similar to the folders and files on hard disk. In fact the procedure to get to the elements of the registry is similar to the way to get to folders and files.

In this section I would be examing the Win95\98 registry only although NT is quite similar.

The Registry Editor

The Registry Editor is a utility by the filename regedit.exe that allows you to see, search, modify and save the registry database of Windows. The Registry Editor doesn't validate the values you are writing: it allows any operation. So you have to pay close attention, because no error message will be shown if you make a wrong operation.

To launch the Registry Editor simply run RegEdit.exe ( under WinNT run RegEdt32.exe with administer privileges).
The registry editor is divided into two sectios in the left one there is a hierarchical structure of the database (the screen looks like Windows Explorer) in the right one there are the values.

The registry is organized into keys and subkeys. Each key contains a value entry , each one has a name, a type or a class and the value itself. The name is a string that identifies the value to the key. The length and the format of the value is dependent on the data type.

As you can see with the Registry Editor, the registry is divided into five principal keys: there is no way to add or delete keys at this level. Only two of these keys are effectively saved on hard disk: HKEY_LOCAL_MACHINE and HKEY_USERS. The others are jusr branches of the main keys or are dynamically created by Windows.

HKEY_LOCAL_MACHINE
This key contains any hardware, applications and services information. Several hardware information is updated automatically while the computer is booting. The data stored in this key is shared with any user. This handle has many subkeys:

Config
Contains configuration data for different hardware configurations.

Enum
This is the device data. For each device in your computer, you can find information such as the device type, the hardware manufacturer, device drivers and the configuration.

Hardware
This key contains a list of serial ports, processors and floating point processors.

Network
Contains network information.

Security
Shows you network security information.

Software
This key contains data about installed software.

System
It contains data that checks which device drivers are used by Windows and how they are configured.

HKEY_CLASSES_ROOT
This key is an alias of the branch HKEY_LOCAL_MACHINE\Software\Classes and contains OLE, drag'n'drop, shortcut and file association information.

HKEY_CURRENT_CONFIG
This key is also an alias. It contains a copy of the branch HKEY_LOCAL_MACHINE\Config, with the current computer configuration.

HKEY_DYN_DATA
Some information stored in the registry changes frequently, so Windows maintains part of the registry in memory instead of on the hard disk. For example it stores PnP information and computer performance. This key has two sub keys

Config Manager
This key contains all hardware information problem codes, with their status. There is also the sub key HKEY_LOCAL_MACHINE\Enum, but written in a different way.
PerfStats
It contains performance data about system and network

HKEY_USERS
This important key contains the sub key .Default and another key for each user that has access to the computer. If there is just one user, only .Default key exists. . Each sub key maintains the preferences of each user, like the desktop colors, the fonts used, and also the settings of many programs. If you open a user subkey you will find five important subkeys:

AppEvent
It contains the path of audio files that Windows plays when some events happen.

Control Panel
Here are the settings defined in the Control Panel. They used to be stored in win.ini and control.ini.

Keyboard Layouts
It contains some advanced code which identifies the actual keyboard disposition how it is set into the Control Panel.

Network
This key stores subkeys that describe current and recent network shortcuts.

RemoteAccess
The settings of Remote Access are stored here.

Software
Contains all software settings. This data was stored in win.ini and private .ini files.

HKEY_CURRENT_USER
It is an alias to current user of HKEY_USERS. If your computer is not configured for multi-users usage, it points to the subkey .Default of HKEY_USERS.

Description of .reg file

Here I am assuming that you already have a .reg file on your hard disk and want to know more about how it is structured.Now do not double click the .reg file or it's content will be added to the registry, of course there will be warning message that pops up. Now to view the properties of the .reg file open it in notepad.

To do so first launch notepad by going to Start>Programs>Accessories>Notepad.

Then through the open menu open the .reg file.

Now the thing that differentiates .reg files from other files is the word REGEDIT4. It is found to be the first word in all .reg files. If this word is not there then the registry editor cannot recognize the file to be a .reg file.

Then follows the key declaration which has to be done within square brackets and with the full path.If the key does not exist then it will be created.

After the key declaration you will see a list of values that have to be set in the particular key in the registry.The values look like this:

"value name"=type:value

Value name is in double commas. Type can be absent for string values, dword: for dword values and hex: for binary values. For all other values you have to use the code hex(#): , where # indicate the API code of the type.
So:

"My string" = "string value" is a string
"My dword" = dword:123456789 is a dword
"My binary" = hex:AA,BB,CC is a standard binary
"My other type" = hex(2):AA,BB,00 is an expand string

Important Note: expand string has API code = 2 and extended string has API code = 7.

As you can see, strings are in double quotes, dword is hexadecimal and binary is a sequence of hexadecimal byte pairs, with a comma between each. If you want to add a back slash into a string remember to repeat it two times, so the value "c:\Windows" will be "c:\\Windows".
Before write a new .reg file, make sure you do this else you will get an error message.

Command Line Registry Arguments

FILENAME.REG to merge a .reg file with the registry
/L:SYSTEM to specify the position of SYSTEM.DAT
/R:USER to specify the position of USER.DAT
/e FILENAME.REG [KEY] to export the registry to a file. If the key is specified, the whole branch will be exported.
/c FILENAME.REG to substitute the entire registry with a .reg file
/s to work silently, without prompt information or Warnings.

That wraps up the Windows Registry.

July 07, 2006

How Brazil lost to France, Picture Tutorial

Click on the pictures for larger images











Thank you for whoever originally made this. It was awesome :)

[Digg This Story]

July 06, 2006

How to eliminate Firefox popups Once and For All

Like you, I love Firefox for many reasons, including popup blocking. So over the last few weeks I have been surprised to see occasional popups.

It turns out that some clever people figured out that you could launch popups from Flash, getting around the Firefox default settings.

Fortunately, you can get around it:

1. Type about:config into the Firefox location bar.
2. Right-click on the page and select New and then Integer.
3. Name it privacy.popups.disable_from_plugins
4. Set the value to 2.

The possible values are:

* 0: Allow all popups from plugins.
* 1: Allow popups, but limit them to dom.popup_maximum.
* 2: Block popups from plugins.
* 3: Block popups from plugins, even on whitelisted sites.

More Reads: Stopping FireFox Memory Leaks

Digg This Here

How to send an Anonymous Email ! Comes in handy

Sometimes it is neccasary to send an email anonymously.

There are several web based utilities that allow this, but each one registers the ip info in the headers which allows tracing. They also
will not allow you to use a proxy and utilize their service. This is for security reasons.

My definition of anonymous includes the email addresses appearing as if they have been sent from whatever address you specify as well
as no accurate record of your IP in the headers of the mail that could be traced back to you.

The method that follows supports my definition of anonymous.

Amazingly, all you need to accomplish this is telnet and a smtp server. Allow me to break it down.

Telnet is a software application that connects one machine to another, allowing you to log on to that other machine as a user.

If you don't have telnet, you can easily download it for free from the web - do a search on "telnet" or "download telnet"in any search
engine.

...and just for the sake of being thorough...

What is SMTP?
SMTP stands for "Simple Mail Transfer Protocol"
Basiclly just a protocol for sending e-mail.

Where do you get a SMTP server?
Heres a few links, but as always be aware that these sites may not be here forever or their content may change. Searching for "SMTP servers"
or "SMTP server list" should produce effective results.

http://www.gr0w.com/help/email_help_smtp_servers.htm
http://www.uic.edu/depts/accc/ecomm/smtpmove/isps.html
http://www.thebestfree.net/free/freesmtp.htm
http://www.registerdirect.co.nz/help/smtp_servers.html
http://www.bu.edu/pcsc/email/remote/smtplist.html

Once you've selected a server, open the command prompt, and type:
telnet xxxxxx.com 25

(obviously replace the x's with the SMTP server you've selected)
now type the following:

--------------------------------
HELO targetsmailserver.com
MAIL FROM: whoever@whatever.com
RCPT TO: target@address.com
DATA
from: whoever@whatever.com
to: target@address.com
subject: whatever
received: xxx.xxx.xxx.xxx
x-header: xxx.xxx.xxx.xxx
The body of the message goes here
.
----------------------------------------

*Note 1: Remember to end with "." on a line by itself as directed.

*Note 2: Adding x-header and received allows you to alter the IP information found in the headers of the mail, making it untracable and
totally anonymous**

*Note 3: There are ISPs that have port 25 (SMTP) blocked. Be sure your settings and ISP allow connections to port 25. If all else fails,
get the SMTP sever address from your ISP.

Thats all it takes to send a totally anonymous email. Hope you enjoyed.

100 Ways to Reduce Stress

1. Getup 15 minutes earlier
2. Prepare for the morning the night before
3. Avoid tight-fitting clothes.
4. Don't rely on your memory
5. Practice preventative maintenance
6. Make duplicate keys and store them where you can get to them
7. Say no more often
8. Set priorities in your life
9. Avoid negative people
10. Use your time wisely
11. Simplify everything you can
12. Make copies of important papers and store them where you'll be able to find them
13. repair anything that doesn't work properly
14. Ask for help
15. Chunk down big jobs into little ones
16. View problems as challenges
17. Look at challenges as opportunities
18. Unclutter your life.
19. Smile
20. Be prepared for rain
21. Laugh at something
22. Pet a dog or cat
23. Don't try to know all the answers
24. Look for the silver lining
25. Say something nice to someone
26. Teach a kid to fly a kite
27. Walk in the rain
28. Schedule some time each day to play.
29. Take a long shower or a bubble bath
30. Be Conscious of the decisions you make
31. Believe in yourself
32. Stop beating yourself up
33. Stop saying negative things to yourself.
34. Visualize yourself winning
35. Develop your sense of humor
36. Stop thinking that tomorrow will be a better day
37. Set goals for yourself.
38. Say hello to a stranger
39. Ask a friend for a hug
40. Give a friend a hug.
41. Look at the stars
42. Breathe slowly
43. Learn to whistle
44. Read a poem
45. Listen to some music you've never heard before
46. Watch a ballet
47. Read something
48. Do something new.
49. Stop a bad habit.
50. Buy yourself a flower
51. Smell the flower
52. Find support from others
53. Give support to others
54. Do it today.
55. Work at being cheerful and optimistic
56. Put safety first.
57. Do everything you do in moderation.
58. Pay attention to your appearance
59. Strive for excellence, not perfection
60. Stretch your limits a little each day
61. Look at a painting or a sculpture
62. Hum a song.
63. Eat nutritiously
64. Plant a tree
65. Feed a bird
66. Practice grace under pressure
67. Stand up and stretch
68. Have a "plan B"
69. Draw a picture
70. Buy some crayons and color
71. Learn a joke.
72. Be responsible for your feelings
73. Meet your own needs.
74. Know you limitations and let others know them, too.
75. Throw a paper airplane
76. Exercise
77. Learn the words to a song
78. Get to work early
79. clean out one closet or one drawer
80. Go on a picnic
81. Take a different route to work
82. Put an air freshener in your car
83. Watch a movie
84. Eat some popcorn while you are watch a movie.
85. Write a note to someone you haven't heard from in a while
86. Take a walk.
87. Go to a ball game and scream
88. Eat a meal by candle light.
89. Recognize the importance of unconditional love.
90. Remember that stress is an attitude.
91. Keep a journal
92. Practice a smile
93. Remember that there are always options
94. Develop a support system
95. Quit trying to "fix" people.
96. Get enough sleep
97. Talk less
98. Listen more
99. Praise others
100. Stop counting things.

July 05, 2006

Criss Angel rips a girl in Half Magic

Well most people out there are afraid and had goosebumps...I was laughing my a*s off lo..Its quite a nice trick but I think the lady on the bench is disabled and had a button on the stomach that speared her? I don't know...You decide lol



Criss Angel Walking On Water

[via YouTube]

Soccer, Football Missed Shots in History

Now that the world cup is on, this is a series of Missed Shots in soccer history. Some are unlucky and some are just...baaah!

Also: Most Amazing Goal Ever: http://thisorthatshit.blogspot.com/2006/06/most-amazing-football-goal-ever.html

419 Scammer getting Scammed back

This is a true story of a 419 Scammer [the ones who send out emails as willing to share their fortune] and another smart-ass guy from London trying to outsmart each other. It seems 419 guy fell for it. However, its no big loss to him...According to figures of course! Interesting read!

[Read the whole story here]

[Digg This]

Google Proxy, Google's own Proxy Server



Do you know that Google have its own proxy server? Its pretty fast too! Check it out here.

Click here for Google Proxy

[250 more proxing websites here]

July 04, 2006

32 Full Movies from YouTube, King Kong, Tokyo Drift

Movie Index

Ace Ventura Pet Detective Part 1
Ace Ventuara Pet Detective Part 2
Ace Ventuara Pet Detective Part 3
Ace Ventuara Pet Detective Part 4
Ace Ventuara Pet Detective Part 5
Ace Ventuara Pet Detective Part 6
Ace Ventuara Pet Detective Part 7
Ace Ventuara Pet Detective Part 8
Ace Ventuara Pet Detective Part 9

The Breakfast Club part 1
The Breakfast Club part 2
The Breakfast Club part 3
The Breakfast Club part 4
The Breakfast Club part 5
The Breakfast Club part 6
The Breakfast Club part 7
The Breakfast Club Part 8
The Breakfast Club part 9
The Breakfast Club part 10

Bring It On (Part 1 of 9)
Bring It On (Part 1 of 9)
Bring It On (Part 2 of 9)
Bring It On (Part 3 of 9)
Bring It On (Part 4 of 9)
Bring It On (Part 5 of 9)
Bring It On (Part 6 of 9)
Bring It On (Part 7 of 9)
Bring It On (Part 8 of 9)
Bring It On (Part 9 of 9)

The Chronicles of Narnia: The Lion.......1of3
The Chronicles of Narnia: The Lion.......2of3
The Chronicles of Narnia: The Lion......3of3

A Cinderella Story - Part 1 - [1/6]
A Cinderella Story - Part 1 - [2/6]
A Cinderella Story - Part 1 - [3/6]
A Cinderella Story - Part 1 - [4/6]
A Cinderella Story - Part 1 - [5/6]
A Cinderella Story - Part 1 - [6/6]
A Cinderella Story - Part 2 - [1/4]
A Cinderella Story - Part 2 - [2/4]
A Cinderella Story - Part 2 - [3/4]
A Cinderella Story - Part 2 - [4/4]

City of God (Part 1 of 12)
City of God (Part 1 of 12)
City of God (Part 2 of 12)
City of God (Part 2 of 12)
City of God (Part 3 of 12)
City of God (Part 3 of 12)
City of God (Part 4 of 12)
City of God (Part 4 of 12)
City of God (Part 5 of 12)
City of God (Part 6 of 12)
City of God (Part 7 of 12)
City of God (Part 8 of 12)
City of God (Part 9 of 12)
City of God (Part 10 of 12)
City of God (Part 11 of 12)
City of God (Part 12 of 12)

Con Air (Part 1 of 10)
Con Air (Part 1 of 10)
Con Air (Part 2 of 10)
Con Air (Part 3 of 10)
Con Air (Part 4 of 10)
Con Air (Part 5 of 10)
Con Air (Part 6 of 10)
Con Air (Part 7 of 10)
Con Air (Part 8 of 10)
Con Air (Part 9 of 10)
Con Air (Part 10 of 10)

the crow part 1
the crow part 2
the crow part 3
the crow part 4
the crow part 5
the crow part 6
the crow part 7
the crow part 8
the crow part 9
the crow part 10

Dark Water 1of2
Dark Water 2of2

Drumline (Part 1 of 12)
Drumline (Part 2 of 12)
Drumline (Part 3 of 12)
Drumline (Part 4 of 12)
Drumline (Part 5 of 12)
Drumline (Part 6 of 12)
Drumline (Part 7 of 12)
Drumline (Part 8 of 12)
Drumline (Part 9 of 12)
Drumline (Part 10 of 12)
Drumline (Part 11 of 12)
Drumline (Part 12 of 12)

Dude where is my car? 1/8
Dude where is my car? 2/8
Dude where is my car? 3/8
Dude where is my car? 5/8
Dude where is my car? 6/8
Dude where is my car? 7/8
Dude where is my car? 8/8

The Fast and The Furious: Toyko Drift Part 1/11
The Fast and the Furious: Toyko Drift Part 2/11
The Fast and The Furious: Toyko Drift Part 3 /11
The Fast and the Furious: Toyko Drift Part 4/11
The Fast and the Furious: Toyko Drift Part 5/11
The Fast and the Furious: Toyko Drift Part 6/11
The Fast and the Furious: Toyko Drift Part 7/11
The Fast and the Furious: Toyko Drift Part 8/11
The Fast and the Furious: Toyko Drift Part 9/11
The Fast and the Furious: Toyko Drift Part 10/11
The Fast and The Furious: Toyko Drift 11/11 Final Part

Firewall 1of2
Firewall 2of2

The Fog 1of2
The Fog 2of2

Nickname My Jason vs Freddy Part 1
Nickname My Jason vs Freddy Part 2
Nickname My Jason vs Freddy Part 3

Harry Potter and Goblet of Fire 1of3
Harry Potter and Goblet of Fire 2of3
Harry Potter and Goblet of Fire 3of3

Interview with the Vampire 01 of 14
Interview with the Vampire 02 of 14
Interview with the Vampire 03 of 14
Interview with the Vampire 04 of 14
Interview with the Vampire 05 of 14
Interview with the Vampire 06 of 14
Interview with the Vampire 07 of 14
Interview with the Vampire 08 of 14
Interview with the Vampire 09 of 14
Interview with the Vampire Part 10 of 14
Interview with the Vampire Part 11 of 14
Interview with the Vampire 12 of 14
Interview with the Vampire Part 13 of 14
Interview Interview with the Vampire Part 14 of 14

The Karate Kid part 1
The Karate Kid part 2
The Karate Kid part 3
The Karate Kid part 4
The Karate Kid part 5
The Karate Kid part 6
The Karate Kid part 7

King Kong part1/34
King Kong part2/34
King Kong part3/34
King Kong part4/34
King Kong part5/34
King Kong part6/34
King Kong part7/34
King Kong part8/34
King Kong part9/34
King Kong part10/34
King Kong part11/34
King Kong part12/34
King Kong part13/34
King Kong part14/34
King Kong part15/34
King Kong part16/34
King Kong part17/34
King Kong part18/34
King Kong part19/34
King Kong part20/34
King Kong part21/34
King Kong part22/34
King Kong part23/34
King Kong part24/34
King Kong part25/34
King Kong part26/34
King Kong part27/34
King Kong part28/34
King Kong part29/34
King Kong part30/34
King Kong part31/34
King Kong part32/34
King Kong part33/34
King Kong part34/34

The Lion King - Part one
The Lion King - Part two
The Lion King - Part Three
The Lion King - Part Four
The Lion King - Part Five
The Lion King - Part Six
The Lion King - Part Seven
The Lion King - Part Eight
The Lion King - Part Nine

The Passion of the Christ Part 01 of 12
The Passion of the Christ Part 02 of 12
The Passion of the Christ Part 03 of 12
The Passion of the Christ Part 04 of 12
The Passion of the Christ Part 05 of 12
The Passion of the Christ Part 06 of 12
The Passion of the Christ Part 07 of 12
The Passion of the Christ Part 08 of 12
The Passion of the Christ Part 09 of 12
The Passion of the Christ Part 10 of 12
The Passion of the Christ Part 11 of 12
The Passion of the Christ Part 12 of 12

Lord Of The Ring - The Fellowship of the Ring 1
Lord Of The Ring - The Fellowship of the Ring 2
Lord Of The Ring - The Fellowship of the Ring 3
Lord Of The Ring - The Fellowship of the Ring 4
Lord Of The Ring - The Fellowship of the Ring 5
Lord Of The Ring - The Fellowship of the Ring 6
Lord Of The Ring - The Fellowship of the Ring 7
Lord Of The Ring - The Fellowship of the Ring 8
Lord Of The Ring - The Fellowship of the Ring 9
Lord Of The Ring - The Fellowship of the Ring 10
Lord Of The Ring - The Fellowship of the Ring 11
Lord Of The Ring - The Fellowship of the Ring 12
Lord Of The Ring - The Fellowship of the Ring 13
Lord Of The Ring - The Fellowship of the Ring 14
Lord Of The Ring - The Fellowship of the Ring 15
Lord Of The Ring - The Fellowship of the Ring 16
Lord Of The Ring - The Fellowship of the Ring 17
Lord Of The Ring - The Fellowship of the Ring 18
Lord Of The Ring - The Fellowship of the Ring 19
Lord Of The Ring - The Fellowship of the Ring 20
Lord Of The Ring - The Fellowship of the Ring 21

Lord Of The Ring - The Two Towers 1
Lord Of The Ring - The Two Towers 2
Lord Of The Ring - The Two Towers 3
Lord Of The Ring - The Two Towers 4
Lord Of The Ring - The Two Towers 5
Lord Of The Ring - The Two Towers 6
Lord Of The Ring - The Two Towers 7
Lord Of The Ring - The Two Towers 8
Lord Of The Ring - The Two Towers 9
Lord Of The Ring - The Two Towers 10
Lord Of The Ring - The Two Towers 11
Lord Of The Ring - The Two Towers 12
Lord Of The Ring - The Two Towers 14
Lord Of The Ring - The Two Towers 16
Lord Of The Ring - The Two Towers 17
Lord Of The Ring - The Two Towers 19

Mary Poppins 1/14
Mary Poppins 2/14
Mary Poppins 3/14
Mary Poppins 4/14
Mary Poppins 5/14
Mary Poppins 6/14
Mary Poppins 7/14
Mary Poppins 8/14
Mary Poppins 9/14
Mary Poppins 10/14
Mary Poppins 11/14
Mary Poppins 12/14
Mary Poppins 13/14
Mary Poppins 14/14

The Nightmare Before Christmas. Part One.
The Nightmare Before Christmas. Part Two.
The Nightmare Before Christmas. Part Three.
The Nightmare Before Christmas. Part Four.
The Nightmare Before Christmas. Part Four Half.
The Nightmare Before Christmas. Part Five.
The Nightmare Before Christmas. Part Six.
The Nightmare Before Christmas. Part Seven.
The Nightmare Before Christmas. Part Eight.

The Omen (1of12)
The Omen (2of12)
The Omen (3of12)
The Omen (4of12)
The Omen (5of12)
The Omen (6of12)
The Omen (7of12)
The Omen (8of12)
The Omen (9of12)
The Omen (10of12)
The Omen (11of12)
The Omen (12of12)

Princess Diaries 2 :The Royal Engagement - Part 1
Princess Diaries 2 :The Royal Engagement - Part 2
Princess Diaries 2 :The Royal Engagement - Part 3
Princess Diaries 2 :The Royal Engagement - Part 4
Princess Diaries 2 :The Royal Engagement - Part 5
Princess Diaries 2 :The Royal Engagement - Part 6
Princess Diaries 2 :The Royal Engagement - Part 7
Princess Diaries 2 :The Royal Engagement - Part 8
Princess Diaries 2 :The Royal Engagement - Part 9
Princess Diaries 2 :The Royal Engagement - Part 10
Princess Diaries 2 :The Royal Engagement - Part 11
Princess Diaries 2 :The Royal Engagement - Part 12
Princess Diaries 2 :The Royal Engagement - Part 13
Princess Diaries 2 :The Royal Engagement - Part 14
Princess Diaries 2 :The Royal Engagement - Part 15
Princess Diaries 2 :The Royal Engagement - Part 16
Princess Diaries 2 :The Royal Engagement - Part final

The Rock (Part 1 of 12)
The Rock (Part 1 of 12)
The Rock (Part 2 of 12)
The Rock (Part 3 of 12)
The Rock (Part 4 of 12)
The Rock (Part 5 of 12)
The Rock (Part 6 of 12)
The Rock (Part 7 of 12)
The Rock (Part 8 of 12)
The Rock (Part 9 of 12)
The Rock (Part 10 of 12)
The Rock (Part 11 of 12)
The Rock (Part 12 of 12)

Saw 1 1of2
Saw 1 2of2

South Park Bigger longer and Uncut p1
South Park Bigger Longer and uncut p2
South Park Bigger Longer and Uncut p3
South Park Bigger Longer and Uncut p4
South Park Bigger Longer and Uncut p5
South Park Bigger Longer and uncut p6
South Park Bigger Longer and uncut p7
South Park Bigger Longer and uncut Final p8

The Sweetest Thing (Part 1 of 9)
The Sweetest Thing (Part 1 of 9)
The Sweetest Thing (Part 2 of 9)
The Sweetest Thing (Part 3 of 9)
The Sweetest Thing (Part 4 of 9)
The Sweetest Thing (Part 5 of 9)
The Sweetest Thing (Part 6 of 9)
The Sweetest Thing (Part 7 of 9)
The Sweetest Thing (Part 8 of 9)
The Sweetest Thing (Part 9 of 9)

Swordfish (Part 1 of 10)
Swordfish (Part 1 of 10)
Swordfish (Part 2 of 10)
Swordfish (Part 3 of 10)
Swordfish (Part 4 of 10)
Swordfish (Part 5 of 10)
Swordfish (Part 6 of 10)
Swordfish (Part 7 of 10)
Swordfish (Part 8 of 10)
Swordfish (Part 9 of 10)
Swordfish (Part 10 of 10)

Ten Things I Hate About You (Part 1 of 9)
Ten Things I Hate About You (Part 1 of 9)
Ten Things I Hate About You (Part 2 of 9)
Ten Things I Hate About You (Part 3 of 9)
Ten Things I Hate About You (Part 4 of 9)
Ten Things I Hate About You (Part 5 of 9)
Ten Things I Hate About You (Part 6 of 9)
Ten Things I Hate About You (Part 7 of 9)
Ten Things I Hate About You (Part 8 of 9)
Ten Things I Hate About You (Part 9 of 9)

Top Gun (Part 1 of 11)
Top Gun (Part 1 of 11)
Top Gun (Part 2 of 11)
Top Gun (Part 3 of 11)
Top Gun (Part 4 of 11)
Top Gun (Part 5 of 11)
Top Gun (Part 6 of 11)
Top Gun (Part 7 of 11)
Top Gun (Part 8 of 11)
Top Gun (Part 9 of 11)
Top Gun (Part 10 of 11)
Top Gun (Part 11 of 11)

Training Day Part 01
Training Day Part 02
Training Day Part 03
Training Day Part 04
Training Day Part 05
Training Day Part 06
Training Day Part 07
Training Day Part 08
Training Day Part 09
Training Day Part 10
Training Day Part 11
Training Day Part 12
Training Day Part 13
Training Day Part 14

Roel Ocenar Underworld Evolution 01
Roel Ocenar Underworld Evolution 02
Roel Ocenar Underworld Evolution 03
Roel Ocenar Underworld Evolution 04
Roel Ocenar Underworld Evolution 05
Roel Ocenar Underworld Evolution 06
Roel Ocenar Underworld Evolution 07
Roel Ocenar Underworld Evolution 08
Roel Ocenar Underworld Evolution 09
Alt.
Underground Evolution 1of4
Underground Evolution 2of4
Underworld Evolution 3of4
Underground Evolution 4of4

What A Girl Wants (Part 1 of 10)
What A Girl Wants (Part 1 of 10)
What A Girl Wants (Part 2 of 10)
What A Girl Wants (Part 3 of 10)
What A Girl Wants (Part 4 of 10)
What A Girl Wants (Part 5 of 10)
What A Girl Wants (Part 6 of 10)
What A Girl Wants (Part 7 of 10)
What A Girl Wants (Part 8 of 10)
What A Girl Wants (Part 9 of 10)
What A Girl Wants (Part 10 of 10)

Wibledon (Part 1 of 9)
Wimbledon (Part 1 of 9)
Wimbledon (Part 2 of 9)
Wimbledon (Part 3 of 9)
Wimbledon (Part 4 of 9)
Wimbledon (Part 5 of 9)
Wimbledon (Part 6 of 9)
Wimbledon (Part 7 of 9)
Wimbledon (Part 8 of 9)
Wimbledon (Part 9 of 9)

[Digg This Now]

[via Dig Drop]

Surprise asteroid nearly hits Earth


An asteroid the size of a football field passed extremely close to Earth last week but it remained undetected until days later, according to astronomers.

The space rock missed our planet last week by only 75,000 miles (120,000 km), about one-third the distance to the moon, making the near collision one of the closest ever recorded.

Cruising at 6.2 miles (10 km) per second, the big boulder could have unleashed some major firepower had it struck, according to the NEO (Near Earth Objects) Information Center in Leicester, England.

The destructive force might have been comparable to an asteroid or comet that exploded over Siberia in 1908, which flattened 77 square miles (2,000 square km) of trees, according to the NEO.

But the asteroid, designated 2002 MN, is not in the same league as potential killer rocks measuring more than 0.6 miles (1 km) in diameter, some of which are known to lurk in our space neighborhood between Mars and Venus.

"2002 MN is a lightweight among asteroids and incapable of causing damage on a global scale, such as the object associated with the extinction of the dinosaurs," the NEO center said in a statement.

2002 MN was first spotted on June 17 by scientists with the Lincoln Near Earth Asteroid Research (LINEAR) project in Socorro, New Mexico, three days after it gave the Earth a close shave.

Nevertheless, the big boulder should not pose a risk for some time.

"This asteroid is not something to worry about," said Donald Yeomans, head of the Near Earth Objects program office at NASA's Jet Propulsion Laboratory in Pasadena, California. "We have calculated its orbit several decades into the future and it does not threaten Earth."

The closest near collision in recent decades took place in 1994, when asteroid 1994XL1 passed within 65,000 miles (105,000 km) of our planet.

By Richard Stenger

[Digg This Now]

More Reads: Meteorite hitting Earth, an extensive Stimulation Video

[via CNN]

Change Windows XP Themes Without Installing 3rd Party Softwares

Do you hate the way the default windows visual scheme looks? Do you hate the fact that you can only choose from two schemes? Well there are some solutions to fixing this problem. If your lazy and dont care about your RAM usage or other vital stuff - you can install a 3rd party style manager such as Style-XP or some Stardock product. But if you ask me those always up space, RAM, and cpu usage. I'd rather go into display properties on my desktop and change the visual style there. However - Microsoft prevents you from adding any more visual style due to their "uxtheme.dll" file.

Therefore - we must either acquire a hacked version of the file that disables the restriction of adding additional visualization themes, or we can hack it ourselves. If one is good with a hex-editor, then they modify the dll and make the necessary changes, but that takes way too long if you ask me (plus there are different versions of the file for different OS's). What we need is the UX-Multipatcher, which will automatically detect our version of Windows and patch it for us. You can grab it here:


http://download.softpedia.com/software/os_enhance/uxpatcher.zip


Now after thats done and you reboot - you need some visual themes that look better than what Windows comes with. Here's some recommended sites to grab them from:

http://www.deviantart.com/
http://www.xptheme.info
http://www.deskmod.com
http://www.winxptheme.com/
http://www.windowspro.net/
http://www.themexp.org
http://winxp.rb-338.com/
http://www.belchfire.net/
http://www.aqua-soft.org/
http://www.getskinned.org


You can grab tons of themes and visual presets from those sites. If that isn't enough, here are some sites dedicated to certain themes that have been pretty popular:


http://theme.sosumi.org/
http://chosenos.tk/
http://www.z3r0.tk/
http://members.shaw.ca/mattdagar/Static/
http://members.shaw.ca/mattdagar/Prophecy/
http://www.ibetas.net/~osiris/
http://www.users.broadband.hu/izsakir/


So anyway at this point you picked out your selection of themes that you like and have the zip files and your wondering where to put them all. Well its a simple matter of extracting ALL THE FILES found in the zip files to your "c:/windows/resources/themes" directory. After you have finished extracting the files, right click on your desktop then click on "properties." That will open the Display Properties dialog box. Then:

A. For themes with the ".msstyles" file extension: click on the "Appearance" tab then choose your desired theme from the "Windows and buttons" dialog box, then choose which color scheme you prefer from the "color scheme" dialog box (most themes only come with one color, but some come with more). You should see something like in the screenshot here:


http://themes.belchfire.net/images/howtos/mollie_hall/screenshot1.jpg


Click "apply" then close the display properties dialog box.

B. For themes with the ".theme" file extension, make sure the open "display properties" window is the "Themes" tab (it's the default window, so you should already be looking right at it.) Choose your theme from the "themes" dialog box like below:


http://themes.belchfire.net/images/howtos/mollie_hall/screenshot2.jpg


".Theme" files often come with icons and wallpaper, but it is not required that you use the icons or wallpaper, so before you click "apply" make sure the wallpaper and icons are the ones you want - for wallpaper click on the "desktop" tab, then choose your wallpaper. For icons, same as the wallpaper, except click on "customize desktop" and then choose your icons like below:

http://themes.belchfire.net/images/howtos/mollie_hall/screenshot3.jpg


Once that is accomplished, click "apply" then close the display properties dialog box.

C. For themes with both the ".msstyles" and ".theme" extensions, use the ".theme" version if you want to use any included icons, wallpaper, etc. Use the ".msstyles" version to use the "visual style" only without using any of the included icons, wallpaper, etc.

You're done! Yeah, right, wouldn't that be nice? You only wish it was that easy, because I know I do. So keep reading.

There are certain things that must be in place in order for themes to work correctly, so I recommend you double check to make sure everything is good to go before you do any of the above. So go ahead and open the "c:/windows/resources/themes" folder, and follow the below directions:


1. ".Theme" files must be directly within the "c:/windows/resources/themes" folder, and not within individual folders. Check out the screenshot to see what I mean:

Code:
http://themes.belchfire.net/images/howtos/mollie_hall/screenshot4.jpg


If you find any in individual sub-folders, simply move the *.theme* file directly to the "c:/windows/resources/themes" folder.


2. ".Msstyles" files *must* be within their own individual sub-folders within the "c:/windows/resources/themes" folder like in the screenshot below.


http://themes.belchfire.net/images/howtos/mollie_hall/screenshot5.jpg


For example, the file "generic.msstyles" must be in a sub-folder entitled "generic," "generic1.msstyles" must be in a sub-folder entitled "generic1," etc.

a. If any ".msstyles" files are directly in the "c:/windows/resources/themes" folder, make a *new* sub-folder and name it EXACTLY AS THE ".msstyles" FILE IS NAMED (minus the ".msstyles" extension of course), then move the ".msstyles" file into that sub-folder.


3. After doing the above, you will need to check each individual sub-folder within the "c:/windows/resources/themes" folder, *including* the ones you didn't have to fix, or create yourself. Why? Because:

a. It is essential that the name of the sub-folder match the name of the ".msstyles" file exactly, and caps, lower case, spaces, underscores, etc., ALL count - i.e., the file "generic.msstyles" must be in a folder entitled "generic," "Generic_01.msstyles" must be in a folder entitled "Generic_01," etc. (see screenshot above). If they don't match, you will need to rename the sub-folder that the ".msstyles" file is in so that it matches the file name.

b. Some ".zip" files will extract files into what I call a "sub-sub folder." For example, the file "generic.msstyles" might be in a sub-folder of a sub-folder; i.e., "c:/windows/resources/themes/generic/generic." If this is the case, you will need to move the ".msstyles" file into the first sub-folder, "c:/windows/resources/themes/generic." Delete the "sub-sub" folder after you've moved the ".msstyles" file.


4. Some ".msstyles" themes include what is known as a "shellstyle" ("shellstyle.dll".) "Shellstyle.dll" should be in its own sub-folder entitled "shell" *within* the ".msstyles" theme sub-folder, "c:/windows/resources/themes/generic/shell" like so:


http://themes.belchfire.net/images/howtos/mollie_hall/screenshot6.jpg


Sometimes, the "shell" sub-folder has its own sub-folders, for example, "c:/windows/resources/themes/generic/shell/normalcolor":


http://themes.belchfire.net/images/howtos/mollie_hall/screenshot7.jpg


If this is the case, "shellstyle.dll" should be in the "normalcolor" sub-folder like below:


http://themes.belchfire.net/images/howtos/mollie_hall/screenshot8.jpg


If you find any "shellstyle.dll" files floating around in the "generic" sub-folder itself, make a new sub-folder, name it "shell" then move "shellstyle.dll" into that folder.

Okay, NOW you're done. Have fun with your new theme!

funny video clip by gojyo

Some funny Street Perfomer does the trick

July 02, 2006

Triumph Dog Visits StarWars fans

A Comic Reporter Goes to a starwars convention to ask many funny questions. And to make many funny comments about Star Wars. Remember, this is the dog that appears in Eminem's video - Ass Like that.




Here is Eminem's song =)