use Cain & Abel to get local passwords

Install and launch Cain & Abel.

If you are using this for the first time, it will look like this:

 

Choose the one that has IP,do not choose those with 0.0.0.0...


Now,you will be prompted by something like this


Choose "Decoders" from the bar and you will see the this:
 
Choose the type of passwords that you want to search from the
computer..
 

After that,click on the "+" button

You are about to finish the job,you will see some passwords or hash...

Amazing Highways Of Japan

How to make Mozilla Firefox 30 times faster

1. Type "about:config" into the address bar and hit return. Scroll
down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests




Normally the browser will make one request to a web page at a time.
When you enable pipelining it will make several at once, which really
speeds up page loading.

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"

Set "network.http.proxy.pipelining" to "true"

Set "network.http.pipelining.maxrequests" to some number like 30. This
means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer.
Name it "nglayout.initialpaint.delay" and set its value to "0".
This value is the amount of time the browser waits before it acts on information it 
recieves.

If you're using a broadband connection you'll load pages 2-30 times faster now. 

How to grab IP address with PHP

Today I’ll be showing you how to grab somebodies IP address when they visit a page.

The variable to use is $_SERVER['REMOTE_ADDR'] - It’s that simple. You can use it 
for just about anything, here are a few examples.

Printing the Users IP Address:
<?php 
print ($_SERVER['REMOTE_ADDR'], "I'm Watching You!"); 
?> 







Printing it to a File:

<?php 
$ip = $_SERVER['REMOTE_ADDR']; 
$handle = fopen('ipaddresses.txt'', 'a+); 
fwrite($handle, $ip); fwrite($handle, "\n"); 
fclose($handle); 
?>

All you have to do, is to make a text file and insert any of these codes or one of your 
own and save it as anythingyouwant.php 
Then upload it to your website and it'll do the trick :P

The Possibilities for what you can use this to are endless. 

Good luck :D

Hack An Administrator Account With A Guest Account

Concept
Press shift key 5 times and the sticky key dialog shows up.This works even at the
logon screen. But If we replace the sethc.exe which is responsible for the sticky key
dialog,with cmd.exe, and then call sethc.exe by pressing shift key 5 times at logon
screen,we will get a command prompt with administrator privilages because no user
has logged on. From there we can hack the administrator password,even from a guest
account.
Prerequisites
Guest account with write access to system 32.
Here is how to do that

 * Go to C:/windows/system32
* Copy cmd.exe and paste it on desktop
* rename cmd.exe to sethc.exe
* Copy the new sethc.exe to system 32,when windows asks for overwriting the
file,then click yes.
When asked to overwrite, overwrite the sethc.exe.

* Now Log out from your guest account and at the user select window,press shift key
5 times.
* Instead of Sticky Key confirmation dialog,command prompt with full administrator
privileges will open

Press shift key 5 times and command prompt will open.
* Now type “ NET USER ADMINISTRATOR aaa” where “aaa” can be any password
you like and press enter.
* You will see “ The Command completed successfully” and then exit the command
prompt and login into administrator with your new password.
* Congrats You have hacked admin from guest account


Further..

Also, you can further create a new user at the command prompt by typing “NET USER
Ephemeral /ADD” where “Ephemeral” is the username you would like to add with
administrator privileges. Then hide your newly created admin account by -Go to registry editor and navigate to this key
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
Here create a new DWORD value, write its name as the “user name” that u created
for your admin account and live with your admin account forever :)

get unlimited time in Internet Café's

Let's go through the steps, shall we?

1. Create a New Text Document.
2. Then type CM     in it.
3. And then save it as anything.bat
(Make sure the file do NOT end on .txt, but on .bat)



4. Go to the location were you saved the .bat file and run it. If you've done this 
correctly, you'll see that Command Prompt is open.
5. Now that Command Prompt is open, type in: cd\windows 
(This will change the directory to Windows)
6. Then type in: regedit 
(This will get you to the registry editor gui)
7. Now navigate to:
 

HKEY_CURRENT_USER>Appevents>software>classes>microsoft>windows>current  
version>internet settings>policies>system


8. Then on the right pane where it says Disable Taskmanager, right click on it, and 
scroll down to modify, and than change the value of it to "0".
9. And then open Windows Task Manager
(CTRL+ALT+DELETE)
10. And then disable the Internet Cafe's timer.

If you did this right, then you're done! Well done :

Actress Reema Sen Shiv Karan Singh Marriage Reception Photos

Actress Reema Sen Shiv Karan Singh Marriage Reception held in New Delhi. Actress Shriya Saran,Lakhsmi Rai, Namitha, Sonia Agarwal, Former Cricket Star Ajay Jadeja were graced the reception.


Beautyful Sun City Pics Rajasthan

The city is known as the “Sun City” for the bright, sunny weather it enjoys all year. It is also referred to as the “Blue City” due to the blue-painted houses around the Mehrangarh Fort.Jodhpur lies near the geographic centre of Rajasthan state, which makes it a convenient base for travel in a region much frequented by tourists.


Kareena Kapoors Hottest In Agent Vinod Never Seen Pics









In Case of system hang condition

Press CRTL + ALT + DEL

Goto the 'processes' tab and click explorer.exe once and then click 'end process'.

Now, click File > New Task and type explorer.exe

Everything should be fine now! If the problem is major, I would recommend actually shutting down then starting up again.