SoftwareTipsandTricks Forum

Go Back   SoftwareTipsandTricks Forum > General Computing > Internet
User Name
Password


Hotmail account

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes

  #1  
Old 10-30-2002, 11:37 PM
zxcvbnm1219 Offline
Junior Member
 
Join Date: Oct 2002
Posts: 16
Question Hotmail account

How to use a link to log on to hotmail? Just go strict to my account.. not passing through usual hotmail signin page
Reply With Quote

  #2  
Old 10-31-2002, 12:04 AM
The Tool's Avatar
The Tool Offline
Mod
 
Join Date: Feb 2002
Location: LaLa Land
Posts: 918
If you know how to make JavaScript link into a html link here is the code.

Quote:
javascript:document.write("<html><head><body><form %20name=\"passwordform\"%20action=\"https:\/\/lc3.law5.hotmail.passport.com\/cgi-bin\/dologin\"%20method=\"POST\"%20target=\"_top\"%20>< input%20type=\"hidden\"%20name=\"login\"%20size=\" 16\"%20maxlength=\"64\"%20value=\"username\"><input%20type=\"hidden\"%20name=\"domain\"%20va lue=\"hotmail.com\"><input%20type=\"hidden\"%20nam e=\"svc\"%20value=\"mail\"><input%20type=\"hidden\ "%20name=\"RemoteDAPost\"%20value=\"https:\/\/login.msnia.passport.com\/ppsecure\/post.asp\"><input%20type=\"hidden\"%20name=\"passw d\"%20size=\"16\"%20maxlength=\"16\"%20value=\"password\"><input%20type=\"hidden\"%20name=\"enter\"%20val ue=\"Sign%20in\"><input%20TYPE=\"hidden\"%20NAME=\ "sec\"%20value=\"share\"><input%20TYPE=\"hidden\"% 20NAME=\"sec\"%20value=\"rem\"><input%20TYPE=\"hid den\"%20NAME=\"sec\"%20value=\"no\"%20checked><inp ut%20type=\"hidden\"%20name=\"curmbox\"%20value=\" ACTIVE\"><input%20type=\"hidden\"%20name=\"js\"%20 value=\"yes\"><input%20type=\"hidden\"%20name=\"_l ang\"%20value=\"EN\"><input%20type=\"hidden\"%20na me=\"beta\"%20value=\"\"><input%20type=\"hidden\"% 20name=\"ishotmail\"%20value=\"1\"><input%20type=\ "hidden\"%20name=\"id\"%20value=\"2\"><input%20typ e=\"hidden\"%20name=\"ct\"%20value=\"971129273\">< \/form><script>document.passwordform.submit()<\/script><\/body><\/html>")

OR

Open a text file and paste this

Quote:
<a href='javascript:document.write("<html><head><body ><form%20name=\"passwordform\"%20action=\"https: \/\/lc3.law5.hotmail.passport.com\/cgi-bin\/dologin\"%20method=\"POST\"%20target=\"_top\"%20>< input%20type=\"hidden\"%20name=\"login\"%20size=\" 16\"%20maxlength=\"64\"%20value=\"username\"><input%20type=\"hidden\"%20name=\"domain\"%20va lue=\"hotmail.com\"><input%20type=\"hidden\"%20nam e=\"svc\"%20value=\"mail\"><input%20type=\"hidden\ "%20name=\"RemoteDAPost\"%20value=\"https:\/\/login.msnia.passport.com\/ppsecure\/post.asp\"><input%20type=\"hidden\"%20name=\"passw d\"%20size=\"16\"%20maxlength=\"16\"%20value=\"password\"><input%20type=\"hidden\"%20name=\"enter\"%20val ue=\"Sign%20in\"><input%20TYPE=\"hidden\"%20NAME=\ "sec\"%20value=\"share\"><input%20TYPE=\"hidden\"% 20NAME=\"sec\"%20value=\"rem\"><input%20TYPE=\"hid den\"%20NAME=\"sec\"%20value=\"no\"%20checked><inp ut%20type=\"hidden\"%20name=\"curmbox\"%20value=\" ACTIVE\"><input%20type=\"hidden\"%20name=\"js\"%20 value=\"yes\"><input%20type=\"hidden\"%20name=\"_l ang\"%20value=\"EN\"><input%20type=\"hidden\"%20na me=\"beta\"%20value=\"\"><input%20type=\"hidden\"% 20name=\"ishotmail\"%20value=\"1\"><input%20type=\ "hidden\"%20name=\"id\"%20value=\"2\"><input%20typ e=\"hidden\"%20name=\"ct\"%20value=\"971129273\">< \/form><script>document.passwordform.submit()<\/script><\/body><\/html>")'>Hotmail Login Link</a>


Now rename it to anything.html. Then open it and add the hyperlink to your bookmark.

Make sure you change your username and password!

Edit: This does not work now

Last edited by The Tool : 11-25-2002 at 12:28 PM.
Reply With Quote

  #3  
Old 10-31-2002, 01:01 AM
DA Master's Avatar
DA Master Offline
Net Punk
 
Join Date: Oct 2002
Location: Planet Zorg
Posts: 141
Send a message via Yahoo to DA Master
Yep, this works. I also have tried this method. It works great and saves you having to logon all the time.
Reply With Quote

  #4  
Old 11-24-2002, 10:45 PM
DGath Offline
Junior Member
 
Join Date: Nov 2002
Posts: 13
I've formatted the file in frontpage for how is should look, but there was obviously a error in my reformatting because whenever I view the page, it basically just pops up with the hotmail login page. So without knowing much about java scripting, I can't firgure out my syntax error, so can anyone help? Here's what I have...

<a href="java script:document.write()">

<html><head><body>

<form name="passwordform" action="https://lc3.law5.hotmail.passport.com/cgi-bin/dologin" method="post" target="_top">
<input type="hidden" name="login" size="16" maxlength="64" value="username">
<input type="hidden" name="domain" value="hotmail.com">
<input type="hidden" name="svc" value="mail">
<input type="hidden" name="RemoteDAPost" value="https://login.msnia.passport.com/ppsecure/post.asp">
<input type="hidden" name="passwd" size="16" maxlength="16" value="password">
<input type="hidden" name="enter" value="Sign in">
<input type="hidden" name="sec" value="share">
<input type="hidden" name="sec" value="rem">
<input type="hidden" name="sec" value="no">
<input type="hidden" name="curmbox" value="ACTIVE">
<input type="hidden" name="js" value="yes">
<input type="hidden" name="_lang" value="EN">
<input type="hidden" name="beta" value="">
<input type="hidden" name="ishotmail" value="1">
<input type="hidden" name="id" value="2">
<input type="hidden" name="ct" value="971129273">
</form>

<script>
document.passwordform.submit()
</script>

</body>
</head>
</html>
</a>


Oh... and can this be done with Yahoo mail as well?

Last edited by DGath : 11-24-2002 at 11:42 PM.
Reply With Quote

  #5  
Old 11-25-2002, 08:02 AM
The Tool's Avatar
The Tool Offline
Mod
 
Join Date: Feb 2002
Location: LaLa Land
Posts: 918
DGath,
No, the one I posted is different. There you only have to click a link and you directly go to your hotmail inbox (no need to type anything!).
Reply With Quote

  #6  
Old 11-25-2002, 12:04 PM
DGath Offline
Junior Member
 
Join Date: Nov 2002
Posts: 13
Hmmm... whenever I do it gives me an error about not being able to find the path or something. I figured I just had to format it, replacing the %20's with spaces and such. So I dunno why it won't work. Will you just e-mail me a working version of it? My address is dgath@ku.edu. That would probably be easiest. Thanks.
Reply With Quote

  #7  
Old 11-25-2002, 12:37 PM
The Tool's Avatar
The Tool Offline
Mod
 
Join Date: Feb 2002
Location: LaLa Land
Posts: 918
Opps, the forum changed the JavaScript code.

Here is the html version: http://www.chooseyourforum.com/hotmail_login.html

Note: This has stopped working because now hotmail checks for referring URL.
Reply With Quote

  #8  
Old 11-25-2002, 09:46 PM
DGath Offline
Junior Member
 
Join Date: Nov 2002
Posts: 13
So it doesn't work anymore? Well that sucks. Oh well, thanks anyways.
Reply With Quote

  #9  
Old 11-30-2002, 11:38 AM
scouse's Avatar
scouse Offline
Registered User
 
Join Date: Aug 2002
Location: UK
Posts: 858
Send a message via MSN to scouse Send a message via Yahoo to scouse
why don't you go straight to your email inbox by the msn route in your task bar all i do is click on my msn link in my task bar it gives me the option to go straight to my hotmail inbox from start to finish it is just 2 clicks so easy and very quick, you know what i mean the little symbol for msn messenger
Reply With Quote

  #10  
Old 06-18-2005, 09:32 AM
armd747 Offline
Registered User
 
Join Date: Jun 2005
Posts: 1
hi help how to steal a hotmail pass

How to use a link to log on to hotmail? Just go strict to my account.. not passing through usual hotmail signin page[/quote]
how i can steal the password for hotmail email step by step thanks doe help
Reply With Quote

  #11  
Old 06-18-2005, 07:11 PM
Cache's Avatar
Cache Offline
ST&T Secret Police
 
Join Date: Jun 2004
Location: UK
Posts: 616
Hello,

You need to spin around three times, swing the mouse around your head two times and type ID10T with your left butt cheek.

And dont forget, all the stars must be properly aligned, and mars must be visible.

Happy hacking...
Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
outlook express not accessing hotmail lovable_zaets Internet 2 08-13-2006 04:43 PM
Can Hotmail act as a Web Server? Jrbubbles Internet 2 08-13-2006 04:42 PM
Problem with creating a new User account on Windows Xp! HazelEyez Windows XP 3 04-07-2005 11:15 PM
Lost Account!!! EdensBlood Windows XP 1 01-27-2004 01:30 PM
someone broke into my hotmail account dygydy Internet 1 04-12-2003 06:53 AM



All times are GMT -5. The time now is 05:20 AM.


Designed by eXtremepixels. Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.