chanakya i saw an article from http://freeyahootoolsdownload.blogspot.com/2008/03/make-yahoo-messenger-status-in-blog.html which also use http://opi.yahoo.com/online?u=
Sorry for being late. About detection script just contact me. About indicator status pls wait for about one week and you will surprised about my new service. I'll be back with informations about it. Best regards
the site of persiangap.com is made by www.Persianblog.ir that is the top and famous weblog system for iranian users. if you would like to contact their company you can fill the form of persianblog.ir/Contact.aspx
@IMvisible: I am interested too about affiliation or to buy the script if you want to sell it.. What do you think? I am expecting a PM from you. Thanks.
Site: http://w2art.info -> Check status invisble, check webcam status, check alias id (main id). Good project ^^, see it. Code selling is 500$ if you like, pm me ^^ Yahoo!: w2art
I have the code source of it .... i have a script decting if somebody is online or offline i am reselling it for 30$ thanks
Invisible scanner with real bot technique are probably less then 10 in the world, but there are a lot of them who're stealing from this sites and pretend they have Yahoo Messenger invisible detector. So if you buy for 30$ one of that script take care, cause you're not gonna have real detector nor it's gonna work more than a few days.
Maybe you could try this one. http://www.codewalkers.com/c/a/Miscellaneous-Code/IM-status-check-script/
I made fast a script that checks if an user is online or offline, check it : <?php if($_POST) { $url="http://opi.yahoo.com/online?u=".$_POST['user']; $request=file_get_contents($url); if(strlen($request)==140) echo $_POST['user']." is online"; else echo $_POST['user']." is offline"; } else echo '<form method="post">User <input type="text" name="user"><input type="submit" value="Check"></form>'; ?> PHP:
Since we're posting code now, you might as well do it in just 1 line of code which generates even less traffic (it's not downloading the status image): <?php function isOnlineYahoo($yid) { return (boolean)(integer)file_get_contents('http://opi.yahoo.com/online?u='.urlencode($yid).'&m=&t=1'); } ?> PHP: Quick sample form to try it: <html> <head> <title>YID Online Status</title> <body> <h1>YID Online Status</h1> <form action="<?php echo htmlentities($_SERVER['REQUEST_URL']); ?>" method="POST"> <label for="yid">Yahoo ID:</label> <input type="text" name="yid" id="yid" value="<?php echo htmlentities($_POST['yid']); ?>" /> <input type="submit" value="Check Online Status"> </form> <?php if($_POST['yid']) { echo '<p>' . htmlentities($_POST['yid']) . ' is currently ' . (isOnlineYahoo($_POST['yid']) ? 'online' : 'offline') . '.</p>'; } ?> </body> </html> Code (markup): Enjoy
Lolz, I have already mentioned online or offline code earlier We are talking invisible detector script it`s different
Does exist any way to verify if someone is invisibile via yahoo apis? if yes tell me and i will write a function.