Quote:
Originally posted by insdel
I have changed in icq.inc.php
line 44:
if ($len == 105)$ret = $ICQ_STATUS_ONLINE;
to
if ($len == 96)$ret = $ICQ_STATUS_ONLINE;
line 45:
if ($len == 18) $ret = $ICQ_STATUS_DISABLED;
to
if ($len == 83) $ret = $ICQ_STATUS_DISABLED;
line 46:
if ($len == 0) $ret = $ICQ_STATUS_OFFLINE;
to
if ($len == 1) $ret = $ICQ_STATUS_OFFLINE;
I realized that most indicators are shown up correctly but others not. I'm not sure if there's a problem with icq's dll itself or if icq.inc.php doesn't work correctly
|
What do you mean with 'most indicators'? If you're using the standard icq indicators (ie: set 1, set 2, set 3 etc..) then you shouldn't using this script, then you can directly link to icq.
This script is only meant to display
custom (self made) images. So in this case it should always be '&img=1' because otherwise indeed the above values won't work.