phpbar.de logo

Mailinglisten-Archive

[php] icq online status

[php] icq online status

Sebastian Bergmann s.bergmann_(at)_seven-sense.com
Fri, 31 Dec 1999 12:21:09 +0100


Robert Breker schrieb:
> also nochmal das script, icq hatte ein paar einstelugen geändert, leuft jezt
> aber wieder!

Auf Deinem Skript basierend habe ich in meine Homepage folgendes eingebaut:

// check ICQ online status
$icq=_(at)_fopen("http://wwp.icq.com/scripts/online.dll?icq=58554659&img=5",
"r");

if( $icq )
{
  while(!feof($icq))
  {
    $temp=fgetc($icq);
    $c++;
  }

  if( $c == 198 )
  {
    print("I'm currently connected to the ICQ network.<br><br>\n");
  }

  else
  {
    print("I'm currently not connected to the ICQ network.<br><br>\n");
  }
}

else
{
  print("I'm currently not connected to the ICQ network.<br><br>\n");
}

Egal ob ich im ICQ online bin oder nicht, daß Skript gibt aus, daß ich
online bin. Mache ich da was falsch? Hat ICQ schon wieder was geändert?

Guten Rutsch ins Y2K,
Sebastian ;]

-- 
   ___  ___  ___      ___   ___| ___  ___  __, ___   ___ 
  l___|l   '(___|___)l__/__(___|(___|(   |l___l__/__l   '
 `----'--------------------------------------------------------------- 2F -
 [ mail : gravedancer_(at)_rc5.de ]         [ site : http://gravedancer.rc5.de ]



php::bar PHP Wiki   -   Listenarchive