thanks man, very nice hack !
Nevertheless I had the following Problem with this hack:
when adding Userid '11' to my Buddylist, it showed me (Userid '1') as my buddy as well. (might be because of the PHP-Version 4.06)
After Changing the whole thing to
PHP Code:
$buddy_list = " ".$bbuserinfo[buddylist]." ";
$singlebuddy= " ".$userinfo[userid]." ";
if (stristr($buddy_list, $singlebuddy)) {
$userinfo[username] = "? $userinfo[username]";
}
it worked for me and showed only the users as buddy, that actually ARE my buddies.
PS: why is this php-code-box so huge in preview ? there's at least one line too much at the bottom, but i don't seem to be able get rid of it