// ICQ Status Hack by: Hal10000 // // This hack will show the ICQ status of the user // // Supplied and supported by Hal10000 (hack@hal10000.de) =======================================================================// Step 1 - Download and Backup > Skin/s1/skin_topic.php > sources/Topics.php =======================================================================// --------------------------------------------------------------------- Open Skin/s*/skin_topic.php AND FIND THE FOLLOWING (around line 146) --------------------------------------------------------------------- {$author['icq_icon']} -------------------------------------------------------------------- ADD THE FOLLOWING LINE RIGHT "BESIDE" THAT -------------------------------------------------------------------- {$author['icq_icon2']} =======================================================================// Step 2 : Save And Close Skin/s*/skin_topic.php =======================================================================// -------------------------------------------------------------------- Open sources/Topics.php AND FIND THE FOLLOWING (around line 820) -------------------------------------------------------------------- if ($member['icq_number']) { $member['icq_icon'] = "base_url}act=ICQ&MID={$member['id']}','Pager','450','330','0','1','1','1')\"><{P_ICQ}>"; } -------------------------------------------------------------------- AND REPLACE IT WITH -------------------------------------------------------------------- if ($member['icq_number']) { $member['icq_icon'] = "base_url}act=ICQ&MID={$member['id']}','Pager','450','330','0','1','1','1')\"><{P_ICQ}>"; $member['icq_icon2'] = ""; } =======================================================================// Step 3 - Save and Close sources/Topics.php =======================================================================// -------------------------------------------------------------------- Now Upload all two files that you edited back to their proper locations -------------------------------------------------------------------- > Skin/s1/skin_topic.php > sources/Topics.php ===================================================================== Your Finished, use and enjoy :) =====================================================================