I read through my old LJ posts for the past three years and realized that I haven't changed much.
So to change it up a little, since April Fool's day is in a week, I thought I'd share my favorite pranks to pull when a roommate or friend unwisely leaves their computer unattended (for Windows XP anyways):
1. Make one website redirect to another:
Go to your C drive, Windows > system32 > drivers > etc and you should find a file names HOSTS
Open up the HOSTS file with a text editor.
This is where IP addresses are mapped to host names, so we're going to create/override some mappings.
Look up the IP address of a website you want to redirect to. I used Google's IP address at 74.125.39.147.
At the end of the HOSTS file, add the IP address and then the website that you want redirected with some space in between. (e.g. 74.125.39.147 www.facebook.com ) would go to Google homepage when your roommate/friend types in "www.facebook.com" into their address bar. Then, you can nonchalantly walk by and say "Oh, didn't you hear? Google bought Facebook."
2. Missing/broken desktop icons
Take a screen shot of the desktop and save it
Replace their wallpaper with the screenshot
Make it not show their desktop icons by right-clicking on the desktop > Arrange Icons By > uncheck Show Desktop Icons
Of course this only works when people actually use Desktop icons (I don't)
Also, you can paste the screenshot into Paint and draw to your hearts content before setting it as the wallpaper.
And if you're feeling nice, you should save the original wallpaper before replacing it.
3. Sending someone an email from anyone
This doesn't require to find someone's computer unattended by it does require you to have some access to a web server to send out email.
You can get free PHP hosting pretty easily, although some web hosts might not allow mail()
In PHP:
In ColdFusion:
You can put your friend's email address in the "to" field, and put whatever email address you want in the "from" field.
Someone did this to me a couple months ago, sending me an email from my own email address:
Subject: Note to Self...
Message: Who am I?
(haha this actually does sound like something I would send myself)
And at first, I thought someone had used my laptop when I left it unattended, but I found out that it was send by a UCLA server.
So I thought maybe someone used their BOL account to send it, but nope, BOL doesn't allow mail() to be used.
I had forgotten about it until now.
So, *ahem* anonymous commenter, was it you who sent that email? :P (nice set up, eh?)
So to change it up a little, since April Fool's day is in a week, I thought I'd share my favorite pranks to pull when a roommate or friend unwisely leaves their computer unattended (for Windows XP anyways):
1. Make one website redirect to another:
Go to your C drive, Windows > system32 > drivers > etc and you should find a file names HOSTS
Open up the HOSTS file with a text editor.
This is where IP addresses are mapped to host names, so we're going to create/override some mappings.
Look up the IP address of a website you want to redirect to. I used Google's IP address at 74.125.39.147.
At the end of the HOSTS file, add the IP address and then the website that you want redirected with some space in between. (e.g. 74.125.39.147 www.facebook.com ) would go to Google homepage when your roommate/friend types in "www.facebook.com" into their address bar. Then, you can nonchalantly walk by and say "Oh, didn't you hear? Google bought Facebook."
2. Missing/broken desktop icons
Take a screen shot of the desktop and save it
Replace their wallpaper with the screenshot
Make it not show their desktop icons by right-clicking on the desktop > Arrange Icons By > uncheck Show Desktop Icons
Of course this only works when people actually use Desktop icons (I don't)
Also, you can paste the screenshot into Paint and draw to your hearts content before setting it as the wallpaper.
And if you're feeling nice, you should save the original wallpaper before replacing it.
3. Sending someone an email from anyone
This doesn't require to find someone's computer unattended by it does require you to have some access to a web server to send out email.
You can get free PHP hosting pretty easily, although some web hosts might not allow mail()
In PHP:
In ColdFusion:
<cfmail to="friend@domain.com" from="myself@yourmomsplace.com" subject="Hello!"> Message here </cfmail>
You can put your friend's email address in the "to" field, and put whatever email address you want in the "from" field.
Someone did this to me a couple months ago, sending me an email from my own email address:
Subject: Note to Self...
Message: Who am I?
(haha this actually does sound like something I would send myself)
And at first, I thought someone had used my laptop when I left it unattended, but I found out that it was send by a UCLA server.
So I thought maybe someone used their BOL account to send it, but nope, BOL doesn't allow mail() to be used.
I had forgotten about it until now.
So, *ahem* anonymous commenter, was it you who sent that email? :P (nice set up, eh?)