Home › Forums › Archives › Instant Messaging › Yahoo! Messenger Support › Question about invisibility on yahoo
- This topic has 20 replies, 12 voices, and was last updated 21 years, 10 months ago by
f-yazdi.
-
AuthorPosts
-
April 22, 2004 at 1:04 am #81562
912
ParticipantQuote:quote:Originally posted by f-yazdi1-Right click on the darling and choose Invite to conference
2-Click invite
3-If realy off you receive this message
” None of the users in the invite list are available to join the conference. Please try at a later time”.
Else, if is in invisible mode, this message appears:
” you are now logged into voice conference……………….”Farhad Yazdi-Iran 🙂
man you just said what smoothmove said so it was pointless..
April 22, 2004 at 3:53 pm #81569f-yazdi
MemberQuote:quote:Originally posted by 912Quote:quote:Originally posted by f-yazdi1-Right click on the darling and choose Invite to conference
2-Click invite
3-If realy off you receive this message
” None of the users in the invite list are available to join the conference. Please try at a later time”.
Else, if is in invisible mode, this message appears:
” you are now logged into voice conference……………….”Farhad Yazdi-Iran 🙂
man you just said what smoothmove said so it was pointless..
Its fully operational & Simple. I know many other ways that may not be so simple. Thanx
April 22, 2004 at 3:56 pm #81570f-yazdi
MemberThe other way is using Imvironments immediately after sending an off.
The figure of Imvironments leads to finding the real status.April 22, 2004 at 4:34 pm #81571f-yazdi
MemberFor exam. Doodle Emvironments.
If the user is offline, the Doodle area will show “waiting for your friend to load Doodle” continuously.April 22, 2004 at 5:57 pm #81568f-yazdi
MemberUse this Php code. Just fill the user Id
<?php
/* Yahoo Fetch IM Status*/
$userID = ” “;
$statusOn=”Currently online with Yahoo! IM.
Click here to chat.
“;
$statusOff=”Although I’m offline at the moment, you can click to send a Yahoo! message:
“;
$query = “http://opi.yahoo.com/online?u=”;
$page = fopen(“$query”.”$userID”, “rb”);
$view = fread($page, 400);
$view = ereg_replace($userID, “”, $view);
if ($answer = strstr ($view, “NOT”)) {
$output = “$statusOff”;
}
elseif ($answer = strstr ($view, “ONLINE”)) {
$output = “$statusOn”;
}
echo (“$output”);
flush (); //force
fclose($page);
?>April 25, 2004 at 10:58 am #81553Jeff Hester
KeymasterI’ve noticed in these posts that everyone is saying its an invasion of privacy when trying to see who is invisible in yahoo yet at the same time they are giving programs to see who is invisible in AIM.. if its wrong for one its wrong for all ( which I agree its wrong) .
-
AuthorPosts
- You must be logged in to reply to this topic.