
 Aniesh Joseph - 2008-11-13 21:36:50
 
Hi,
I have checked this class with a Yahoo ID and it always return a False Value. I have tried the class by:
<?php
include 'checkIM.php';
$checkIM	=	new checkIM();
if($checkIM->checkStatus('yahoo', 'vn_torgesta'))
{
	echo "<BR> $account is Online";
}
else
{
	echo "<BR> $account is NOT Online!!";
}
?>
Any updates would be great!
Thank You.