Jump to content

Home

a script for signing into the MSN Zone with one click...


angbandadmin

Recommended Posts

http://www3.sympatico.ca/nibblesnbits/ZonePassport.html

 

this is a great page with lots of info on the somewhat annoying MSN Gaming zone.

 

this lil script is a one click html doc that auto logs you in.

 

try it.

 

 

================= START ================

<script>done=0; function stop_cat() { if (!done) {i.navigate("about:blank");done = 1;} else {done = 1;}}</script>

<IFRAME id=i src="http://msnialogin.passport.com/login.srf?&ec=e1" onload="stop_cat()" width="0" height="0"></IFRAME>

<body onload="go_cat.submit()"><FORM name="go_cat" METHOD="POST" ACTION="https://login.passport.com/ppsecure/post.srf?id=20960&ru=http://zone.msn.com/">

 

<INPUT TYPE="hidden" NAME="login" value="PASSPORT"/>

<INPUT TYPE="hidden" name="passwd" value="PASSWORD"/>

 

<input type="hidden" name="mspp_shared" value="1"/>

<input type="hidden" name="sec" value="0"/>

 

================= END =================

 

 

 

aslo some troubleshooting.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...