Dragosvr92 Posted July 4, 2010 Share Posted July 4, 2010 Hello ive Googled around for ages for a PHP script that Shows the yahoo user statuts .. but the only thing i ve found is this link from yahoo thats saying the Online/Offline statuts http://opi.yahoo.com/online?u= ive heared that theres some way of sending a bot to the id and see if its on invisible .. dos anyone know a way to do it ? Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/ Share on other sites More sharing options...
Dragosvr92 Posted July 5, 2010 Author Share Posted July 5, 2010 bump Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/#findComment-1081134 Share on other sites More sharing options...
kenrbnsn Posted July 5, 2010 Share Posted July 5, 2010 I did a little searching and found a class that do this: http://www.phpclasses.org/package/1568-PHP-Get-the-online-status-of-a-Yahoo-messenger-user.html Reading the code, the critical line is <?php $yahoo_user = 'someusername'; $x = file_get_contents("http://opi.yahoo.com/online?u=$yahoo_user&m=t"); ?> $x should then contain a string: username is ONLINE or username is NOT ONLINE If you change the "&m=t" to "&m=1&t=1" the returned string is "01" for online and "00" for offline. Ken Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/#findComment-1081156 Share on other sites More sharing options...
Dragosvr92 Posted July 5, 2010 Author Share Posted July 5, 2010 thank you but as i said i know how to do that thats why i posted about this some time ago http://www.phpfreaks.com/forums/index.php/topic,303022.msg1433651.html#msg1433651 i only need to get the Invisible Status Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/#findComment-1081322 Share on other sites More sharing options...
Dragosvr92 Posted July 5, 2010 Author Share Posted July 5, 2010 Anyone Please? Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/#findComment-1081477 Share on other sites More sharing options...
Alex Posted July 5, 2010 Share Posted July 5, 2010 If they're set to appear as invisible they don't want to appear as online.. I doubt that Yahoo! is going to give you any way to check if they're only invisible and not offline, that would completely void the purpose of the invisible status in the first place. Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/#findComment-1081482 Share on other sites More sharing options...
Dragosvr92 Posted July 5, 2010 Author Share Posted July 5, 2010 If they're set to appear as invisible they don't want to appear as online.. I doubt that Yahoo! is going to give you any way to check if they're only invisible and not offline, that would completely void the purpose of the invisible status in the first place. Yahoo dosnt give supoprt in that lol... but there are soo many sites that track your real statuts and say if you are on invisible or not just google Yahoo Invisible and you will see the LOTS Of sites that do that lol Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/#findComment-1081492 Share on other sites More sharing options...
kenrbnsn Posted July 5, 2010 Share Posted July 5, 2010 I have been searching and most of the sites that show the invisible status claim they are using a bug in the Yahoo Messenger protocol to get it. If Yahoo ever fixes that bug, any code that uses it will break. Ken Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/#findComment-1081497 Share on other sites More sharing options...
Dragosvr92 Posted July 5, 2010 Author Share Posted July 5, 2010 that bug is there from yahoo was made lol you can see that because the sites that do that are still up and working i read yesterday that they fixed the bug but the sites are still working so idk do you have any idea what would the script look like? Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/#findComment-1081499 Share on other sites More sharing options...
Dragosvr92 Posted July 5, 2010 Author Share Posted July 5, 2010 Is there none that knows how to do this ? :-| Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/#findComment-1081596 Share on other sites More sharing options...
Dragosvr92 Posted July 6, 2010 Author Share Posted July 6, 2010 Bump :-\ Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/#findComment-1081845 Share on other sites More sharing options...
Dragosvr92 Posted September 3, 2010 Author Share Posted September 3, 2010 kenrbnsn Could you find that Script ? i searched alot and i couldnt find anything Quote Link to comment https://forums.phpfreaks.com/topic/206689-get-invisible-statuts-of-a-yahoo-user/#findComment-1106997 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.