i'll never let him retire
A TG007 community discussion started by diljanipk.
i'll never let him retire
evil err0r got me working hard again lol
but anyway heres a bit of info for you all
err0r and i have been coding some techgear007 addons
so far we have made 4 of them, all still in the testing stage so watch this space
My code does NOT have bugs. It just develops random features.
err0r mdx the dialog now and i made an icon for it lol
its nearly done , just a bit more error handling to add to it
Get ride of the gay banner in the top ozzy ...
the one on the bottom of the dialog is nice
and the rest seems to be cool too (A)
its staying as it is , if you dont like it dont use it
and its not posted for you to make comments about it , it was done just to show the progress to stop ppl asking me all the time , thats why this pic is NOT in the screen shots area, so please keep your comments to that area
My code does NOT have bugs. It just develops random features.
the cookie grabber will be out tonite (within the next 8 hours), just having a few probs uploading lol
My code does NOT have bugs. It just develops random features.
cookie grabber is out now
My code does NOT have bugs. It just develops random features.
ozzy your updater working very well
Insha`jee
the latest updater by exonyte is out too ;
NOTE: THIS ONE DOES NOT GET THE USER ROLE
;Socket Updater for Vincula 4.x
;Grabs Ticket/Profile/Subinfo + optionally REGCookie.
;Stores Subinfo as %msnpp.subinfo
;Make sure you update again after switching passports so the correct subinfo is set!
;Usage: Â /msn.sgetpp
;To get the REGCookie too: Â /msn.sgetpp -f
alias msn.psubinfo {
 if ($isid) return %msnpp.subinfo
 elseif ($1 == -t) %msnpp.subinfo = $$2
 else {
  if ($1) {
   %msnpp.subinfo = $1
   writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) subinfo $1
  }
  else unset %msnpp.subinfo
 }
}
alias msn.sgetpp {
 if ($1 == -e) {
  .msn.loadpp $2
  %msnpp.email = $3
  %msnpp.pass = $4
 }
 if (-f* iswm $1) {
  %msnc.fullupdate = $true
  echo $color(info2) -at * Fully updating passport info for " $+ $msn.ini(selpp) $+ "...
 }
 else echo $color(info2) -at * Updating passport info for " $+ $msn.ini(selpp) $+ "...
 var %t $ticks
 %msnc.updatetime = $ticks
 if (*@hotmail.com iswm %msnpp.email) {
  sockopen msn.updater. $+ %t loginnet.passport.com 80
  sockmark msn.updater. $+ %t loginnet.passport.com
 }
 elseif (*@msn.com iswm %msnpp.email) {
  sockopen msn.updater. $+ %t msnialogin.passport.com 80
  sockmark msn.updater. $+ %t msnialogin.passport.com
 }
 else {
  sockopen msn.updater. $+ %t login.passport.com 80
  sockmark msn.updater. $+ %t login.passport.com
 }
}
on *:SOCKOPEN:msn.updater.*: {
 if ($sockerr) { return }
 if (chat.msn.com* iswm $sock($sockname).mark) {
  if (*subinfo iswm $sock($sockname).mark) sockwrite -tn $sockname GET /renderchat.msnw?rm=Vincula HTTP/1.1
  elseif (*regcookie iswm $sock($sockname).mark) sockwrite -tn $sockname GET /chatroom.msnw?rm=Vincula HTTP/1.1
  sockwrite -tn $sockname Host: chat.msn.com
 ;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050127
 ;Mozilla/5.0 (Windows NT 5.1) Vincula/ $+ $msn.vver
  sockwrite -tn $sockname User-Agent: Mozilla/5.0 (Windows NT 5.1) Vincula/ $+ $msn.vver
  sockwrite -tn $sockname Cookie: MSPAuth= $+ $msn.pticket $+; MSPProf= $+ $msn.pprofile $+ $crlf $+ $crlf
 }
 else {
  sockwrite -tn $sockname GET /login2.srf HTTP/1.1
  sockwrite -tn $sockname Authorization: Passport1.4 OrgVerb=GET,OrgURL=?,sign-in= $+ $replace(%msnpp.email,@,$chr(37) $+ 40) $+ ,pwd= $+ %msnpp.passwd $+ ,id=507
  sockwrite -tn $sockname Host: $sock($sockname).mark $+ $crlf $+ $crlf
 }
}
on *:SOCKREAD:msn.updater.*: {
 if ($sockerr) { return }
 var %r
 if ($sock($sockname).mark == chat.msn.com subinfo) {
  var %sp, %ep, %us
  sockread &r
  if ($bfind(&r,1,SubscriberInfo) != 0) {
   %sp = $calc($v1 + 23)
   %ep = $calc($bfind(&r,%sp,34) - %sp)
   msn.psubinfo $bvar(&r,%sp,%ep).text
   if (%msnc.gotcookie || !%msnc.fullupdate) {
    echo $color(info2) -at * Passport info for " $+ $msn.ini(selpp) $+ " $iif(%msnc.fullupdate,fully) updated: $calc(($ticks - %msnc.updatetime) / 1000) seconds
    writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) updated $ctime
    unset %msnc.gotcookie %msnc.updatetime %msnc.fullupdate %msnc.gotsub
    sockclose $sockname
   }
   else %msnc.gotsub = $true
  }
  elseif ($bfind(&r,1,document.write) != 0) {
   if (%msnc.gotcookie || !%msnc.fullupdate) {
    echo $color(info2) -at * Passport info for " $+ $msn.ini(selpp) $+ " $iif(%msnc.fullupdate,fully) updated: $calc(($ticks - %msnc.updatetime) / 1000) seconds
    msn.psubinfo
    writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) updated $ctime
    unset %msnc.gotcookie %msnc.updatetime %msnc.fullupdate %msnc.gotsub
   }
   else %msnc.gotsub = $true
  }
 }
 elseif ($sock($sockname).mark == chat.msn.com regcookie) {
  var %sp, %ep, %us
  sockread &r
  if ($bfind(&r,1,MSNChatNN) != 0) {
   %sp = $calc($v1 + 10)
   %ep = $calc($bfind(&r,%sp,59) - %sp)
   msn.pcookie $bvar(&r,%sp,%ep).text
   if (%msnc.gotsub) {
    echo $color(info2) -at * Passport info for " $+ $msn.ini(selpp) $+ " fully updated: $calc(($ticks - %msnc.updatetime) / 1000) seconds
    writeini $+(",$scriptdir,vpassport.dat") $msn.ini(selpp) updated $ctime
    unset %msnc.gotcookie %msnc.updatetime %msnc.fullupdate %msnc.gotsub
   }
   else %msnc.gotcookie = $true
  }
 }
 else {
  sockread %r
  tokenize 32 %r
  if ($1 == Authentication-Info:) {
   if (*da-status=success* iswm $1-) {
    var %t $ticks, %x $gettok($1-,2,39)
    msn.pticket $remove($gettok(%x,1,38),t=)
    msn.pprofile $remove($gettok(%x,2,38),p=)
    sockopen msn.updater. $+ %t chat.msn.com 80
    sockmark msn.updater. $+ %t chat.msn.com subinfo
    if (%msnc.fullupdate) {
     sockopen msn.updater. $+ $calc(%t + 1) chat.msn.com 80
     sockmark msn.updater. $+ $calc(%t + 1) chat.msn.com regcookie
    }
   }
  }
  elseif (*da-status=failed* iswm $1-) {
   echo $color(info2) -at * Passport update failed, please check your login info
   unset %msnc.gotcookie %msnc.updatetime %msnc.fullupdate %msnc.gotsub
  }
  elseif ($1 == Location:) {
   var %t $ticks
   sockopen msn.updater. $+ %t $gettok($2,2,47) 80
   sockmark msn.updater. $+ %t $gettok($2,2,47)
  }
 }
}
on *:SOCKCLOSE:msn.updater.*: {
 if ($sockerr) { echo $color(kick) @su ERROR: $sock($sockname).wsmsg | return }
}
on me:*:join:#:hop #
19:59] To Change Group Room For UserRole Update Type In: /urole2
[19:59] • Failed! UserRole update failed
Been trying to update user role for ages today and seems like its not working for some reason any suggestions to why updates all the other cookies for USA chat but for comms it aint updating user role ?
Hey boss, I dont have any problems updating my user role , maybe that's cause I use Vincula 4.9r.
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
Molson Bro I am also using 4.9EZR and I have been using the updater Ozzy did was working fine past few days today I been having problems and its not just me got a few others having same problem not able to update User Role and yes I tried deleting the temp and cookies after 15m|ns I got the script into Groups...
the cookie grabber works fine , i have been using it in my scripts and its never failed.
Sometimes msn is so slow that it can take upto 50 seconds for it to get the role
but thats just msn
If it fails wait a few seconds and click update again
oh and it would help if you said which cookie grabber wasnt working
cause i thought you used the techgear one grinning and you said it worked
fixed a bug in the subinfo dialog box, it wasnt showing the full cookie , for those who need to copy and paste
If you need to copy and paste the cookie , please go download it again as it has been fixed
My code does NOT have bugs. It just develops random features.
Ozzy I am using the latest techgear one you so kindly did for us |diots and its grabbing all the other cookies perfect for Paid MSN chat only problem is I have been trying the update the user role and its not doing it since yesterday and its the same today as well...
[15:33] Updating Passport for (Boss_Gr|nz) , Please Wait...
[15:33] Passport for (Boss_Gr|nz|) is now Updated (0.25 seconds)
[15:33] Updating UserRole for EastMeetsWestUK (Boss_Gr|nz), Please Wait
[15:33] . Failed! UserRole update failed.
says passport should be updated first which its doing but keeps failing for the User Role and was working fine till yesterday....
well this bit
[15:33] . Failed! UserRole update failed
is not what the grabber says when the user role fails so i would suggest that you have something else in the script that is messing it up
My code does NOT have bugs. It just develops random features.
Ozzy as I couldnt paste the whole thing this is exactly what it says...
Failed! UserRole Update failed, Passport ([email protected]) must be updated before userrole can be updated.
I am now using the Manager id which is hotmail and it updated that no problem
that text is not in the grabber like i allready said
if it fails it says this
ERROR: Cannot get User Role for nick
Passport nick Must be Updated.
Error: Passport needs updating for nick
so as i said something is clashing with the grabber
what connection are you using and what script
also i added a couple of fixs so you might want to try download it again
My code does NOT have bugs. It just develops random features.
Sorry Ozzy I am using Vincula Neo EZR 4.8
Downloaded the updated cookie updater and still the same..
I am using a script I did my self with a lot of files added from your Techgear and Rumbaar and set it up so works with all the protects needed now with Paid MSN and for Groups.
And its updating the Manager ID which as Hotmail account no problem just wont update the UserRole for the non hotmail id and this only started since yesterday.
Sign in to reply or start a new topic where your account has permission.