Skip to content
MSN

Group chat profiles

A TG007 community discussion started by AbsoluteEric.

Discussion 16 posts
Page 1 of 1
Open
Topic #3399 · 16 published posts · 1,625 views

hi it seems that the profile viewers from hybrid has the wrong link to go to profiles,

it shows the profiles when you type !profile but it takes you to an unavailable page.

Is it temporary or does msn has made so we cant see profile in group chats??

Can you help me or find the solution please

Same problem here... If you check the source of the page that says:

 

"Sorry, the MSN Member Directory feature you were requesting is temporarily unavailable.

 

We apologize for any inconvenience this may cause and encourage you to try back later.

 

Thank you!"

 

You'll see something like this:

 

Return to MSN Home

<!-- ServerInfo:TK2MDWBA06 -->

</TD>

</TR>

</TABLE>

<!--------

Error processing page:

http://members.msn.com/default.msnw?mpp=22...=2260&kpp=3

ErrorText = PassportCrypt failed to decrypt id

Error Number = 0x82004002

---------->

 

 

 

Looks like the end of groups profiles.

Edited Apr 23, 2005 6:09 PM by kiamber

I hope someone will find a solution

As long as the user is a member of your group try this

 

on *:text:@profile*:*: { 
var %ozt 1
while (%ozt <= $nick($msn.get($cid,fullroom),0)) {
  if ($2 $+ * iswm $nick($msn.get($cid,fullroom),%ozt)) {
    privmsg # The following is the profile link for $2- http://groups.msn.com/ $+ $remove($comchan($nick,1),G_,$chr(37),$chr(35)) $+ /profile?user= $+ $nick($msn.get($cid,fullroom),%ozt) $+ $chr(37) $+ E2%9C%93
    break
  }
  inc %ozt 
}
}
;by ozzy10

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

Thanks Ozzy i will try this and let you know if it works...

Just to make sure i put these code in the profile recorder files, is that it ?

 

 

What would we do without the staff of techgear

 

 

Absolute Eric

 

What would we do without the staff of techgear

 

Answer: Ask someone else

 

im pretty sure profiles were down the other day in msn i was havin the same prob and it works again...

ozzy your code works only on my own nickname it gives me a unfoundable page saying this member isnt member of the group.

THanks for the help!

 

Absolute Eric

works perfect for me , i have noticed if ya cookies have run out , it might not work then

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

Thanks yep it works perfectly profile ares back and for mysylf its better than the old way, this way we see all activity as we see the profile.

 

Just one more thing if i can ask Ozzy if you could do this command with a whisper message instead of in room it would be appreciated.

 

 

 

 

Ozzy it works fine but for some profiles its come to an unfoundable user page but they are listed in the members list.

We have delete cookie re connect session but it still does that .

Dont know if its fixable.

Thanks in advance.

 

AbsoluteEric

chat nicknames don't always match the group nickname

 

if you want it to work in whispers try something like this...

 

on *:text:!p*:?: {

var %ozt 1

while (%ozt <= $nick($msn.get($cid,fullroom),0)) {

if ($2 $+ * iswm $nick($msn.get($cid,fullroom),%ozt)) {

privmsg $nick The following is the profile link for $2- http://groups.msn.com/ $+ $remove($comchan($nick,1),G_,$chr(37),$chr(35)) $+ /profile?user= $+ $nick($msn.get($cid,fullroom),%ozt) $+ $chr(37) $+ E2%9C%93

break

}

inc %ozt

}

 

}

;by ozzy10

on *:text:@profile*:*: { 
var %ozt 1
while (%ozt <= $nick($msn.get($cid,fullroom),0)) {
 if ($2 $+ * iswm $nick($msn.get($cid,fullroom),%ozt)) {
   privmsg $nick The following is the profile link for $2- http://groups.msn.com/ $+ $remove($comchan($nick,1),G_,$chr(37),$chr(35)) $+ /profile?user= $+ $nick($msn.get($cid,fullroom),%ozt) $+ $chr(37) $+ E2%9C%93
   break
 }
 inc %ozt 
}
}
;by ozzy10

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

thanks for the whisper fix works perfectly..

I found the trouble for some that we cant see, either they change nicks but with new account it dont show in group the changed nicks or they have charactere in their nicks that are unicode wich make ???? when the script transfer it to url...

Any solution to this or we have to live with it ?

 

 

thanks again

 

 

Absolute Eric

group profiles work now