Skip to content
MSN

NEW SSL UPDATER 100% OK (NO PROXY/DLL/COM/NHTMLN/SERVERWIN)

A TG007 community discussion started by dad4all.

Discussion 30 posts
Page 2 of 2
Open
Topic #6345 · 30 published posts · 2,819 views

Or you can visit the second link inside of this updater and download the last file called msn updater 1.0 which doesnt require to upgrade to 6.17 and basically is the same updater.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

ok i d/l the sslupdaterfix and the Win32 OpenSSL v0.9.8a,and loaed the updater in remotes etc,and did the /update in the status window...say [ update status]....blah blah completely update,so so secs etc...when goto join my room.i get the sos..e-mail/password etc incorrect(said something u may have to change the variables to fit ya connection?? :rolleyes::notworking: and yes i was using 6.1.7.0 :taz:

You need to uncheck in vinucla main menu automatically update if passport older than.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

ok, i've done a bit of a patch up job.

 

I've released my version of this, for Vincula Users. Please visit http://guard-dog.net and check out the download sections > Vincula Based Addons. I made the updater workable for Vincula TG and Vincula EZR, and it doesn't require you to modify your vincula at all.

 

Please read the file description, so you get a clear understanding of it.

ok, i've done a bit of a patch up job.

 

I've released my version of this, for Vincula Users. Please visit http://guard-dog.net and check out the download sections > Vincula Based Addons. I made the updater workable for Vincula TG and Vincula EZR, and it doesn't require you to modify your vincula at all.

 

Please read the file description, so you get a clear understanding of it.

 

Is there any chance of a fixed updater that still works with mIRC 6.16? I haven't had a chance to upgrade to 6.17, and don't know if there will be any conflicts in using 6.17 it with my script.

 

Gwen

 

For those that use Vincula... This is the same SSL updater but the vars have been changed to work with vincula ---

 

;Note : you need to have mIRC v6.14 and above

 

;mirc-server updater - yadda yadda <3 you all from Sky

alias update {
 if (!%msnpp.email) { set %msnpp.email $$?"Please enter in the account" }
 if (!%msnpp.passwd) { set %msnpp.passwd $$?"Please enter in the password" }
 if ($1) { getinfo $1 $2 }
 else { getinfo }
}

alias getinfo {
 if (!$1) { tokenize 32 %msnpp.email }
 if ($gettok($1,2,64) == msn.com) { set %GCDomain msnialogin.passport.com }
 elseif ($gettok($1,2,64) == hotmail.com) { set %GCDomain loginnet.passport.com }
 else { set %GCDomain login.passport.com }
 server -me %GCDomain 443
 set 
ticks $ticks
}

on ^*:LOGON:*:{
 if ($server == %GCDomain) {
   scid $cid window -nh "Status Window"
   set ÜID $cid
   .raw GET /login2.srf HTTP/1.1 $+ $crlf $+ Authorization: Passport1.4 OrgVerb=GET,OrgURL=?,sign-in= $+ $gettok(%msnpp.email,1,64) $+ $chr(37) $+ 40 $+ $gettok(%msnpp.email,2,64) $+ ,pwd= $+ %msnpp.passwd $+ ,id=507 $+ $crlf $+ Host: $+($server,$crlf,$crlf)
   halt
 }
}

on *:DISCONNECT:{
 if ($server == %GCDomain) { scid $cid window -c "Status Window" }
 halt
}

raw *:*:{
 if ($1 == Passport1.4) {
   if (da-status=failed-noretry isin $2) { scid 0 echo -s Passport update failed. | halt }
   set %msnpp.ticket $right($gettok($mid($2,$pos($2,'t=),$len($2)),1,38),-3)
   set %msnpp.profile $right($gettok($gettok($mid($2,$pos($2,'t=),$len($2)),2,38),1,39),-2)
   set %pauth : $+ $passform(%msnpp.ticket,%msnpp.profile)
   scid $cid disconnect
   render
 }
 if ($cid == ÜID) { halt }
 return
}

alias render {
 sockclose renderchat
 sockopen renderchat chat.msn.com 80
}
on *:sockopen:renderchat:{
 sockwrite -n $sockname GET /renderchat.msnw? HTTP/1.1
 sockwrite -n $sockname HOST: chat.msn.com
 sockwrite -n $sockname User-Agent: compatible; MSIE 4.0; Windows NT 4.0
 sockwrite -n $sockname Cookie: MSPAuth= $+ %msnpp.ticket $+; MSPProf= $+ %msnpp.profile $+ $crlf $+ $crlf
}

on *:sockread:renderchat:{
 sockread -n &read
 if ($sockbr == 0) { return }
 var %x = $bvar(&read,$bfind(&read,1,"SubscriberInfo"),$bvar(&read,0)).text
 if (SubscriberInfo isin %x) { 
   %x = $mid(%x,$pos(%x,VALUE),$len(%x))
   %x = $mid(%x,$calc($pos(%x,") + 1),$len(%x))
   set %msnpp.SubscriberInfo $mid(%x,1,$calc($pos(%x,") - 1))
   echo -s 2-update complete ( $+ $iif(%msnpp.email,%msnpp.email,unknown) - $calc(($ticks - 
ticks) / 1000) $+ s)
 }
}

alias passform return $+($base($len(%msnpp.ticket),10,16,8),%msnpp.ticket,$base($len(%msnpp.profile),10,16,8),%msnpp.profile)

 

 

The variable settings are the same in every vincula ((unless you edited vincula to save info in a different manner))

----

 

1) Load this into "Remote"

2) Type /update

3) If promoted, add email and password in specified dialogs

4) A new window will open. If a confirm box appears, make sure to tick the "Always accept...etr" box and then click "Accept"

 

The updater will then close the new window and your passport should be updated.

 

If you have any problems/errors, plz post and i'll try and see the problem.... <wo0t>

Edited Apr 12, 2006 5:18 AM by fahad_aka_hitman

Ignorance Is Bliss

My friends,

 

I am CERTAIN I speak for not only the members of this room but rather the whole world of folks like me that rely upon the speed and accuracy of which you folks do what it is you do.

 

I am so thankful to each and every one of you who, at the very beckon call of folks like me that come crying to you to fix something, you are always there.

 

I don't think enough thanks is or will ever be said in times like this however, one need only read the boards over the last days to really understand the state of panic and hightened hystaria that goes through the minds of the many of us that own and operate rooms in MSN today.

 

We cry, shout and stomp our feet and yet time after time you say, I am here to help you and help you I will.

 

I wish to thank each of you for every second of every min of every hour of every day of every month year and decade for the tireless hours you put forth to helping, understanding and patiently working day in and day out on all we ask from you.

 

I won't mention names of those to thank because really, it's been one heck of a community effort by many and I am sure you know what you have done to contribute to the fix we now have in place.

 

You have forged in stone the fix that will be added to, modified and tweaked by many.

 

At the end of the day it should rest comfortably in your minds that it all started here in the forums of the many tech groups and sites alike that this problem was solved.

 

I pat each of you who designed and constructed this fix for individuals like me and not forgetting the many who provided the errors and information to offer ideas of how to correct the problems that had arisen during the fixing process.

 

Well DONE!

 

:lmaojump::lmaojump::lmaojump::lmaojump:

:fixed:

 

Damien J Martin

aka Sþânky®

aka BâdBôý™

 

GateKeeper`s updater works great,no problems........THANKS! GATEKEEPER :pizza::cheers::clap::GD::GD:

FAHAD, that was a previous version of updater, Will work in less than mIRC 6.17, But also means that you see a serverwin popup everytime (which is annoying).

 

People are asking...

 

Q. Why does the certificate popup

A. This is an SSL certificate, To allow you to choose whether or not you wish to trust MSN's passport servers, Just click always accept, and you shouldnt see it again

 

Q. Why is the security certificate invalid

A. The security certificate is valid, However, This is an error in mIRC 6.17 (Should be fixed in future versions)

 

Q. Am i connecting to +0 as the certificate says

A. Read above question

 

Q. Can anyone see my password

A. Not unless they are on your computer (Which they would have been able to see before). Please Note: This is more secure than ANY previous updater that did not use SSL

 

Q. Will i have to download DLL's

A. Possibly, alot of people allreaddy have the OPENSSL files on thier computers, if not, you will need to download OPENSSL, these are not mIRC DLL's.

 

Q. Will this updater work in newer version of mIRC than 6.17

A. I cant give a definate answer, I can not predict what khaled (mIRC's Author) will change, Allthough it is most likely this updater will

 

Q. If it dosnt support, what shall Ido

A. If not supported in future versions, I will make an IMMEDIATE update, and post it

 

Thanks to all who appreciate this work,

It has taken much time and effort :)

Appreciate the work :) great job <3