Ich hab mal über alle phpbb-Dateien nach Vorkommnissen des icq-Links suchen lassen:
Suchen nach: <a href="
http://wwp.icq.com/scripts/search.dll?to=
groupcp.php(82): $icq_img = '<a href="
http://wwp.icq.com/scripts/search.dll?to=' . $row['user_icq'] . '"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" border="0" /></a>';
groupcp.php(83): $icq = '<a href="
http://wwp.icq.com/scripts/search.dll?to=' . $row['user_icq'] . '">' . $lang['ICQ'] . '</a>';
memberlist.php(210): $icq_img = '<a href="
http://wwp.icq.com/scripts/search.dll?to=' . $row['user_icq'] . '"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" border="0" /></a>';
memberlist.php(211): $icq = '<a href="
http://wwp.icq.com/scripts/search.dll?to=' . $row['user_icq'] . '">' . $lang['ICQ'] . '</a>';
privmsg.php(519): $icq_img = '<a href="
http://wwp.icq.com/scripts/search.dll?to=' . $privmsg['user_icq'] . '"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" border="0" /></a>';
privmsg.php(520): $icq = '<a href="
http://wwp.icq.com/scripts/search.dll?to=' . $privmsg['user_icq'] . '">' . $lang['ICQ'] . '</a>';
viewtopic.php(947): $icq_img = '<a href="
http://wwp.icq.com/scripts/search.dll?to=' . $postrow[$i]['user_icq'] . '"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" border="0" /></a>';
viewtopic.php(948): $icq = '<a href="
http://wwp.icq.com/scripts/search.dll?to=' . $postrow[$i]['user_icq'] . '">' . $lang['ICQ'] . '</a>';
includes\usercp_viewprofile.php(148): $icq_img = '<a href="
http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" border="0" /></a>';
includes\usercp_viewprofile.php(149): $icq = '<a href="
http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '">' . $lang['ICQ'] . '</a>';
Es wurden 10 Vorkommen in 5 Datei(en) gefunden.
Wenn man die Vorkommnisse durch den korrekten Link
<a href="http://www.icq.com/people/about_me.php?uin=
ersetzt, dann müsste es gehen
