Yahoo! Messenger
-
<?php
$image_on = ‘http://web.desainku.net/files/2011/09/online.png’;
$image_off = ‘http://web.desainku.net/files/2011/09/offlines.png’;
$yahoo_id = ‘(email visible only to moderators and staff)’;
$status = intval(file_get_contents(‘http://opi.yahoo.com/online?u=’.$yahoo_id.’&m=t&t=1′));
if($status) {
$loc = $image_on;
} else {
$loc = $image_off;
}
header(‘Location:’.$loc);
?>
<img src=”http://desainku.net/online.php” alt=”Status Yahoo” />The blog I need help with is: (visible only to logged in users)
-
We can’t access php on wordpress.com.
Are you trying to add a chat widget?
http://en.support.wordpress.com/widgets/meebo-widget/
- The topic ‘Yahoo! Messenger’ is closed to new replies.