Skip to content
MSN

Update error / fix

A TG007 community discussion started by UAE_Boy.

Discussion 61 posts
Page 2 of 4
Open
Topic #6321 · 61 published posts · 7,465 views

Last Variables Cleared!

8• Updating the "mo" Passport SubscriberInfo...

4• SubscriberInfo update for "mo" failed because the email/password is incorret (192.371 seconds)

 

Tested once more just to prove Gwen it doesnt work for all :pizza:

 

Tested with the Updater >>>>

6• Vincula Neo 4.9 EZR 4.8

9• UD1: }HQlkga64Q-I0$V2vhV?/]06&VI)e;9

9• Current Passport: mo

6• Current Connection: 7Vincula Neo 4.9 EZR 4.8 6• Current Room Key: 7 }HQlkga64Q-I0$V2vhV?/]06&VI)e;9

6• Current Passport: 7 mo

8• Opening Vincula lookup server connections...

6• Vincula 6Groups Lookup server connection established.

6• Vincula 6Main Lookup server connection established.

Last Variables Cleared!

8• Updating the "mo" Passport SubscriberInfo...

4• SubscriberInfo update for "mo" failed because the email/password is incorret (488.33 seconds)

Edited Apr 8, 2006 7:36 PM by grinning_male

Gwen..can you post the update system in your vincula .....

 

coz i did all that you said and i even rebooted..and it still gave me the same error

• Updating the "Hitman" Passport SubscriberInfo...

• SubscriberInfo update for "Hitman" failed because the email/password is incorret (-232882.299 seconds)

 

Here's the code, but I don't think the code has anything to do with it--as it worked fine with GD also.

 

Aliases:

/urole2

/urole

/msn.dogetsub

------UserRole Updater Addon by Vexation Editted by Gwen
alias urole { 
 If ( %gn == $null) { %gn = $$?="Enter a Group Name for Updating UserRole Number, in the following format: GroupName (Don't add the G__)"   
   %gn2 =  $left(%gn,2) 
   %gn4 = $left(%gn,1)
   if (%gn2 = G_) { %gn = $mid(%gn,3) }
   if (%gn4 = %) %gn = $mid(%gn,5)
   else %gn = %gn 
   echo $color(info text) -a 8• Updating UserRole for %gn ( $+ %msnpp.email $+ )...
   echo $color(mode text)-at             To Change Group Room For UserRole Update Type In: /urole2
   sockopen urole groups.msn.com 80
   set -u30 %ut $ticks

 }
 else {
   echo $color(info text) -a 8• Updating UserRole for %gn ( $+ %msnpp.email $+ ), please wait...
   echo $color(mode text) -at             To Change Group Room For UserRole Update Type In: /urole2
   set %22stoppu true
   .timerechostop2 1 30 /stopppu 
   sockopen urole groups.msn.com 80
   set -u30 %ut $ticks
 }
}
on *:sockopen:urole:{ 
 sockwrite -n $sockname GET / $+ %gn $+ /chat.msnw HTTP/1.1 $+ $crlf $+ User-Agent: Vincula/ $+ $vver (compatible; MSIE 6.0; Windows NT 5.1) $+ $crlf $+ Accept: */* $+ $crlf $+ Accept-Language: EN-US
 sockwrite -n $sockname Host: groups.msn.com $+ $crlf $+ Cookie: AdultWarn=1;path=/;chocx=9,02,0310,2401; MSPProf= $+ %msnpp.profile $+; MSPAuth= $+ %msnpp.ticket $+; $+ $crlf $+ Connection: Close $+ $crlf $+ $crlf
}
on *:sockread:urole:{ 
 if ($sockerr > 0) return
 var %ur | sockread %ur
 if (>RenderChat isin %ur) {
   set %msnpp.userrole $gettok(%ur,8,39) 
   writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) UserRole $gettok(%ur,8,39)
   echo $color(info2 text) -at 9• UserRole for %gn ( $+ %msnpp.email $+ ) Updated. ( $+ $calc(($ticks - %ut) / 1000) seconds)  
   /unset %22stoppu
   sockclose $sockname
   if (%rejoin1status = 1) { PROP $ ROLE %msnpp.UserRole | .timer.r2rejoinr2.2 1 1 /hop | set -u25 %rejoin1status 2  }
   return
 }
 elseif (*HTTP/1.1 302* iswm %ur) { echo $color(info text) -at 4• Failed! UserRole update failed. Passport ( $+ %msnpp.email $+ ) must be updated before userrole can be updated. | sockclose $sockname | return }
 elseif (*Error Message:* iswm %gr) { echo $color(info text) -at 4• Cannot update %gn (Error: $gettok(%gr,2-,58) $+ ) | sockclose $sockname | return }
}
menu * { 
 -
 Update Current UserRole:urole
 -
} 

alias urole2 { 
 %gn = $$?="Group Room Name Change: Enter a Group Name for updating the UserRole Number, in the following format: GroupName (Don't add the G__)"
 %gn2 =  $left(%gn,2) 
 %gn4 = $left(%gn,1)
 if (%gn2 = G_) { %gn = $mid(%gn,3) }
 if (%gn4 = %) %gn = $mid(%gn,5)
 else %gn = %gn 
 echo $color(info text) -at 8• Updating UserRole for %gn ( $+ %msnpp.email $+ )...
 echo $color(mode text) -at             To Change Group Room For UserRole Update Type In: /urole2
 .set -u70 %22stoppu true
 .timerechostop2 1 30 /stopppu 
 sockopen urole2 groups.msn.com 80
 set -u30 %ut $ticks
}
on *:sockopen:urole2:{ 
 sockwrite -n $sockname GET / $+ %gn $+ /chat.msnw HTTP/1.1 $+ $crlf $+ User-Agent: Vincula/ $+ $vver (compatible; MSIE 6.0; Windows NT 5.1) $+ $crlf $+ Accept: */* $+ $crlf $+ Accept-Language: EN-US
 sockwrite -n $sockname Host: groups.msn.com $+ $crlf $+ Cookie: AdultWarn=1;path=/;chocx=9,02,0310,2401; MSPProf= $+ %msnpp.profile $+; MSPAuth= $+ %msnpp.ticket $+; $+ $crlf $+ Connection: Close $+ $crlf $+ $crlf
}
on *:sockread:urole2:{
 if ($sockerr > 0) return
 var %ur | sockread %ur
 if (>RenderChat isin %ur) {
   set %msnpp.userrole $gettok(%ur,8,39) 
   writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) UserRole $gettok(%ur,8,39)
   echo $color(info2 text) -at 9• UserRole for %gn ( $+ %msnpp.email $+ ) Updated. ( $+ $calc(($ticks - %ut) / 1000) seconds)  
   /unset %22stoppu
   sockclose $sockname
   return
 }
 elseif (*HTTP/1.1 302* iswm %ur) { echo $color(info text) -at 4• Failed! UserRole Update Failed. Passport ( $+ %msnpp.email $+ ) must be updated before updating userRole. | sockclose $sockname | return }
 elseif (*Error Message:* iswm %gr) { echo $color(info text) -at 4• Cannot update %gn (Error: $gettok(%gr,2-,58) $+ ) | sockclose $sockname | return }
}
menu * { 
 -
 Update UserRole:urole
 -
} 

;¤†¤ SubscriberInfo ¤†¤
;¤†¤ This updater was created zBrute, Tyrant, Chris ¤†¤
;¤†¤ Modifed greatly by The Gate Keeper to work with Vincula settings ¤†¤
alias msn.dogetsub {
 var %host
 set %update.time $ticks
 echo $color(info) -at 8• Updating the " $+ $msn.ini(selpp) $+ " Passport SubscriberInfo...
 tokenize 32 $gettok(%msnpp.email,2,64)
 if ($1 == hotmail.com) { %host = loginnet.passport.com } 
 elseif ($1 == msn.com) { %host = msnialogin.passport.com } 
 else { %host = login.passport.com }
 sockopen update. $+ %msnpp.email %host 80
 sockmark update. $+ %msnpp.email %msnpp.passwd %host
 .set -u70 %2stoppu true
 .timerechostop 1 30 /stopppu 
}


on *:sockopen:update.*:{
 var %email, %host, %password, %string
 %email = $gettok($sockname,2-,46)
 %password = $gettok($sock($sockname).mark,1,32)
 %host = $gettok($sock($sockname).mark,2,32)
 %string = Passport1.4 OrgVerb=GET,OrgURL=http%3A%2F%2Fchat%2Emsn%2Ecom,sign-in=
 %string = %string $+ %email $+ ,pwd= $+ %password $+ ,id=2260
 sockwrite -n $sockname GET http:// $+ %host $+ /login2.srf HTTP/1.1 
 sockwrite -n $sockname Authorization: %string
 sockwrite -n $sockname Host: %host
 sockwrite -n $sockname $crlf
}

on *:sockread:update.*:{
 sockread -n &var
 var %email = $gettok($sockname,2-,46)
 if ($bvar(&var,0) > 0) {
   if ($bfind(&var,1-,Authentication-Info:)) {
     sockopen $replace($sockname,update,sub) chat.msn.com 80
     tokenize 32 $wildtok($bvar(&var,1-).text,*t=*,1,39)
     writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) ticket $remove($gettok($1-,2,61),&p)
     %msnpp.ticket = $remove($gettok($1-,2,61),&p)
     tokenize 32 $wildtok($bvar(&var,1-).text,*p=*,2,39)
     writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) profile $gettok($1-,3,61)
     %msnpp.profile = $gettok($1-,3,61)

   }
   elseif ($bfind(&var,1-,Unauthorized)) { echo $color(info) -at 4• SubscriberInfo update for " $+ $msn.ini(selpp) $+ " failed because the email/password is incorret ( $+ $calc(($ticks - %msnpp.lotime) / 1000) seconds)  
     .timerechostop off
     sockclose sub.*
     sockclose update.*
     unset %update.*
     unset %2stoppu
   }
 }

}

on *:sockopen:sub.*:{
 var %email = $gettok($sockname,2-,46)
 sockwrite -n $sockname GET /RenderChat.msnw? HTTP/1.1
 sockwrite -n $sockname User-Agent: ChristianEthics (compatible; MSIE 6.0; Windows NT 5.1)
 sockwrite -n $sockname Host: chat.msn.com
 sockwrite -n $sockname Connection: Keep-Alive
 sockwrite -n $sockname Cookie: MSPProf= $+ %msnpp.profile $+; MSPAuth= $+ %msnpp.ticket $+;
 sockwrite -n $sockname $crlf
}

on *:sockread:sub.*:{
 sockread -n &var
 var %email = $gettok($sockname,2-,46)
 if ($bvar(&var,0) > 0) {
   if ($bfind(&var,1-,SubscriberInfo)) {
     tokenize 32 $wildtok($bvar(&var,1-).text,*SubscriberInfo*,1,60)
     writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) SubscriberInfo $gettok($1-,4,34)
     %msnpp.SubscriberInfo = $gettok($1-,4,34)
     writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) updated $ctime
     echo $color(info2) -at 9• Passport and SubscriberInfo for " $+ $msn.ini(selpp) $+ " is now updated ( $+ $calc(($ticks - %update.time) / 1000) seconds)
     unset %2stoppu
     sockclose sub.*
     sockclose update.*
     unset %update.*
   }
 }
}



alias stopppu {
 if (%2stoppu = true) {
   /echo $color(info text) -at 4•  SubscriberInfo Update Failed. Check status window for more details. ( $+ $calc(($ticks - %msnpp.lotime) / 1000) seconds)
   sockclose sub.*
   sockclose update.*
   unset %update.*
   unset %2stoppu
 }
 if (%22stoppu = true) {
   /echo $color(info text) -at 4•  UserRole Update Failed. Check status window for more details. ( $+ $calc(($ticks - %msnpp.lotime) / 1000) seconds)
   sockclose sub.*
   sockclose update.*
   unset %update.*
   unset %22stoppu
 }
 if (%33stoppu = true) { 
   /echo $color(info text) -at 4•  MSNREGCookie Update Failed. Check status window for more details. ( $+ $calc(($ticks - %msnpp.lotime) / 1000) seconds)
   unset %33stoppu
   window -c @VinculaPPU
   unset %msnpp.lo*
   return S_CANCEL
 }
}

alias rejoin { 
 $msn.recent(1,2) 
}

;--- End of script

 

 

Edited Apr 8, 2006 7:41 PM by Gwen

Gwen I have said many times that I deleted the chat control and also the temp files and cookies for IE before rebooting and then going to a Subscribed MSN chatroom loading the chat control once more and then only after being in the room I start the script up and as you can see the error it is doing still :taz: and the Variables clears when the script starts up every time so that has nothing to do with what I did initially....

ok....you all win...I give up. nothing works and I have a migrane from talking to insane web tvers that need to wear foil hats. MSN you win...I will take my room out and just become a hermit...thanks for the headaches

Heres an idea for everybody...shut up and wait for MSN to get done updating their server

truenorth try renderchat the way its been noted above it works fine

checking gender on last poster...yup...male...figures...lol

Last Variables Cleared!

8• Updating the "mo" Passport SubscriberInfo...

4• SubscriberInfo update for "mo" failed because the email/password is incorret (192.371 seconds)

 

Tested once more just to prove Gwen it doesnt work for all :pizza:

 

I agree grinning male--it might not work for everyone. We have just found that has worked for everyone in our room using CE, GD and viper. Btw, did you delete the cookies and chat control from IE options, close the windows and rejoin chat with a new browser window and then reboot, or did you only delete the variables in the bot?

 

• Opening Vincula lookup server connections...

• Vincula Main Lookup server connection established.

• Vincula Groups Lookup server connection established.

• Updating the "Gwen" Passport SubscriberInfo...

• Updating UserRole for 7thDayAdventistChatroom, please wait...

To Change Group Room For UserRole Update Type In: /urole2

• UserRole for 7thDayAdventistChatroom Updated. (3.094 seconds)

• %#G_7thDayAdventistChatroom found, joining... (Lookup time: 2.719 seconds)

• Now talking in %#G_7thDayAdventistChatroom (Join time: 7.625 seconds)

 

 

 

Gwen I have said many times that I deleted the chat control and also the temp files and cookies for IE before rebooting and then going to a Subscribed MSN chatroom loading the chat control once more and then only after being in the room I start the script up and as you can see the error it is doing still :taz: and the Variables clears when the script starts up every time so that has nothing to do with what I did initially....

 

 

I don't know if this will make any difference..but we never actually joined chat with the browser--after the smiley face appeared we just closed that browser window, and opened the bot and it updated fine.

 

But regardless, at least renderchat appears to work for everyone.

Gwen

Edited Apr 8, 2006 7:52 PM by Gwen

haha x-fusion, anyways... updating manually works fine for now, and x-fusion is correct, just wait... or you can take time to think why is it saying your info is incorrect??? Hmm, maybe because they changed the way you sign in? Anyways this is what msn "fun", if msn didnt throw out a challenge then scripting would be quite boring.

ok mine stoipped working earlier today

however i didnt have time to sort it as i was going to see my daughter (12 days old)

I will have a look tonight or tomorrow and see if i can fix something up for vincula tg

But to be honest i think we just have to wait till msn have done messing

and then i can do a fix

My code does NOT have bugs. It just develops random features.

its msn ...........for your scripts updating your passport info manually works <chit>

 

its msn ...........for your scripts updating your passport info manually works <chit>

Mine works just fine now :P

 

For others, just wait for MSN to update...stop worrying. It'll be done by the time the weekend ends. MSN aint that big of an importance in your life, is it?

Must be, I havent seen this much traffic since the last time they updated.

Edited Apr 8, 2006 11:02 PM by Molson™

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

Yep. The most users were recorded today at 155. Must really be. Go occupy yourselves in the arcade and try to beat Johnsons scores :P Whoever can beat his scores, I'll create an MSN connection for. This is a one day offer though :P

ok mine stoipped working earlier today

however i didnt have time to sort it as i was going to see my daughter (12 days old)

I will have a look tonight or tomorrow and see if i can fix something up for vincula tg

But to be honest i think we just have to wait till msn have done messing

and then i can do a fix

 

I know alot of people are out, but oddly enough mine is still working perfectly--updates and joins without any problem. MSN mustn't have put in the changes accross the board yet..maybe being in Canada has something to do with it?? :-)

 

Gwen

Edited Apr 9, 2006 12:37 AM by Gwen

add to remotes new name is man.mrc and click ok

then join a reg msn room or log in some were

then start script and right click in status and click

man up date then click get info ect...

 

 

 

dialog updatee {

title "New Project"

size -1 -1 191 51

option dbu

edit "", 1, 42 2 144 10, autohs

edit "", 2, 42 14 144 10, autohs

edit "", 3, 42 26 144 10, autohs

text " Ticket Info ", 4, 0 4 37 8

text "Porfile Info", 5, 4 15 34 8

text " Sub Info", 6, 3 27 30 8

button "close", 7, 140 38 37 12, ok cancel

button "set ID5", 8, 99 38 37 12

button "set Vincula ", 9, 59 38 37 12

button "Get Info", 10, 8 38 37 12

}

on 1:dialog:updatee:sclick:10:{ run http://chat.msn.com/renderchat.msnw | /dialog -m infotest infotest }

on 1:dialog:updatee:sclick:9:{ /set %msnpp.ticket $did($dname,1).text | /set %msnpp.profile $did($dname,2).text | /set %msnpp.subinfo $did($dname,3).text }

on 1:dialog:updatee:sclick:9:{ /set %ticket $did($dname,1).text | /set %profile $did($dname,2).text | /set %subinfo $did($dname,3).text }

 

 

 

dialog infotest {

title "New Project"

size -1 -1 825 15

option dbu

button "Close this", 2, 743 1 37 12, ok cancel

text "OK NOW RIGHT CLICK IN THE CHAT RENDER AND PICK VIEW SOURCE,Copy the info between the info lines and paste in the right boxes on dialog , now click set info to your conntion click Vincual for vincula connetions or id5 for id5 , i hope this made it some what easyer for you", 3, 2 1 735 9

}

menu status {

man up date:/dialog -m updatee updatee

}

 

Edited Apr 9, 2006 4:52 AM by pony

isn't there a fix that grabs into automaticly...without us having to copy the information from renderchat ?!!

 

Note : i'm talking about vincula....

Edited Apr 9, 2006 5:27 AM by fahad_aka_hitman

Ignorance Is Bliss

Yes use this.

 

 

 

http://www.tg007.net/forum/index.php?showtopic=6328

 

 

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

molson .. i tried TGK's updater...it asked for email/pass then it just did ..... nothing

 

.. i did /update a few times and nothing happened....

Ignorance Is Bliss