Hi,
I need to interface PHP code with yahoo/msn messenger.
I have a list of members and their yahoo/msn usernames. I want other members to see when these members are online and contact them using msn or yahoo IM.
How do I go about doing this?
Thanks in advance,
Luanne
interfacing with msn/yahoo messenger
Moderator: General Moderators
Hi,
Thanks for your reply.
Take a look at http://www.ecademy.com - the left nav bar. The msn logo is clickable and is a php script. If your msn is open, you can directly message one of those guys.
How do they do it?
Thanks
Luanne
Thanks for your reply.
Take a look at http://www.ecademy.com - the left nav bar. The msn logo is clickable and is a php script. If your msn is open, you can directly message one of those guys.
How do they do it?
Thanks
Luanne
the following line gives both im and adding to the list on aim, just echo it out after you set the fariable $aimthis one does messaging to yim, but you have to be signed in (unlike the web based java one)preceeded by a way to see if they are online (variable $yim must be set before echoing)
i don't know the others
Code: Select all
<a href="aim:goim?screenname=$aim&message=wassup?">message me</a> <a href="aim:addbuddy?screenname=$aim&groupname=buddies">add me</a>Code: Select all
<img src="http://opi.yahoo.com/online?u=$yim&m=g&t=0"><img src="http://opi.yahoo.com/online?u=$yim&m=g&t=2"><a href="ymsgr:sendim?$yim&__wassup">message me</a><a href="http://profiles.yahoo.com/$yim" target="_blank">My Yahoo! profile</a>that site uses java to do msn
http://www.icq.com/features/web/indicator.html
will give you the icq ones
http://www.icq.com/features/web/indicator.html
will give you the icq ones