Wednesday, January 2, 2008

See All Pictures Of Album In Fullsize At A Time

See All Pictures Of Album In Fullsize At A Time :-
Use This CODE:



javascript:d=document.body.innerHTML; m=d.match
(/http:..images3.orkut.com.images.milieu.{1,99}jpg/gi);
for(z=0;zwindow.open('','album').document.write
("")};void(0)



*Method To Use*
Open Andbody's Album You Want To See
Just Paste This CODE & (Press Enter)or(GO)
it works

how 2 work google as aproxy

Many jobs and schools (countries?) block access to certain sites. However, it is very difficult for anybody to block access to google. By using google with either of these two methods, you can gain access to blocked sites very easily.

Blocked web site, huh? Need a proxy?

I am not a big fan of chasing free, open proxies all over the place. I use google instead. Here I describe what I believe is an uncommon way for bypassing blocked sites using google.

1:
The first and most common way of using google to bypass blocked sites is just to search for the site and then clicked the "cached" link that appears on google. Easy, simple, and frequently works for static information.

2:
Passing the site through google translator works well as well. Here's the URL to use:
Code:
http://www.google.com/translate?langpair=en|en&u=www.blockedsite.com

(where blockedsite.com is the site that you wish to visit)

This translates the site from english to english and works because the ip address will appear as google instead of you. Here's a link to tech-recipes passed through the translator as an example. You can actually do this with any langpair. Change en|en in the URL above to spanish by using es|es and it still works.

3:Unique method that I have not seen described before is to search through google mobile. Google mobile will "convert as you go" very similiar to the translation method above.

Just search for your site with google mobile and click on the link it provides. Here's is tech-recipes brought up through google mobile search. Once again, this will allow you to bypass any blocks because the IP request comes from google not for you.

Like the translation method above, google will continue to "proxy" as you continue to visit links through the site.

And ya it is also useful to retrive some information from net which is currently not available.

Net Send command

Net Send command is used to send messages to other users, computers, or messaging names on the network. The Messenger service must be running to receive messages; it is automatically enabled when you install windows. You can send a message only to a name that is active on the network.

Messenger Services can be used to send advertisements and spam to vulnerable machines on a network. A box will pop up on your screen with the text "Messenger Services" at the top, but the text will be an ad for a product or service interrupting whatever you're doing on the computer at the time.

To make sure this doesn't happen to you, just take the following steps:

Windows 2000

1. Click Start -> Programs -> Administrative Tools -> Services
2. Scroll down and highlight "Messenger"
3. Right-click the highlighted line and choose Properties.
4. Click the STOP button.
5. Select Disable or Manual in the Startup Type scroll bar
6. Click OK

Windows XP

1. Click Start -> Control Panel
2. Click Performance and Maintenance
3. Click Administrative Tools
4. Double click Services
5. Scroll down and highlight "Messenger"
6. Right-click the highlighted line and choose Properties.
7. Click the STOP button.
8. Select Disable or Manual in the Startup Type scroll bar
9. Click OK

Net Send Command

Net Send {name | * | /DOMAIN | /USERS} Message

Name Is the username, computer name, or messaging name to send the message to. If the name is a computer name that contains blank characters, enclose the alias in quotation marks (" ").

* Sends the message to all the names in your group.

/DOMAIN Sends the message to all the names in the workstation domain. If name is specified, the message is sent to all the names in the specified domain or workgroup.

/USERS Sends the message to all users connected to the server.

Message Is text to be sent as a message.

Make IE faster

Make IE faster

1. click start > run

2. type regedit > enter

3. browse folder HKEY_CURRENT_USER\Software\m*cro$oft\Windows\CurrentVersion
\InternetSettings

4. right click @ windows right > New > DWORD

5. type MaxConnectionsPerServer > u can set value (the more higher the no, the more good
speed u get, eg : 99)

6. create another DWORD >type MaxConnectionsPer1_0Server

7. then put a high value as mentioned above

8. then, restart IE ... ur finished.This Trick will increase your browsing speed as well as downloading speed

Play with u r friends

Play with your friends by removing shut down option from their computer

Wanna play with your friends by removing the shutdown option from start menu in their computer.
Just hack it down !!!

Click on start>run(win key+r)

Then tpye “regedit” there, this opens up the registry editor, now goto

HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Windows>CurrentVersion>Explorer

Then set “NoClose”=”DWORD:1

changing the DOS background color

The value DefaultColor controls the foreground and background colors used in command prompt windows. It has a default value of 0, for standard white text on a black background.
CHANGING DOS BACKGROUND
Open your registry (press win+r and type regedit , hit enter )
goto


[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]

u'll find "DefaultColor"

You can replace it's value with a two-digit hexadecimal number, in which the first digit selects a background color and the second a foreground color. The hexadecimal codes are:

Hexadecimal value Color
0 Black
1 Blue
2 Green
3 Aqua
4 Red
5 Purple
6 Yellow
7 White
8 Gray
9 Light Blue
A Light Green
B Light Aqua
C Light Red
D Light Purple
E Light Yellow
F Bright White


A value of F0, for example, would give black text on a white background, and 1E would yield yellow text on a blue background.

The change should take effect the next time you open a console window.