################################################################### # # # FIX: ICQ YaBB 1.x # # # # Copyright (c) 2004 Xonder.web.ag # # All Rights Reserved. # # Visit us at http://www.forum.xonder.com # # # ################################################################### Description: ============= Fixes the YaBB ICQ functions. (Adduser, WWWpager) Installation: ============= #=============================================================# 1.) Open the "Sources/ICQPager.pl" and search for this Code: #=============================================================#
#================================# Replace with this Code: #================================# #=============================================================# 2.) Open the "Sources/Load.pl" and search for this Code: #=============================================================# $icqad{$user} = qq~$userprofile{$user}->[8]~; #================================# Replace with this Code: #================================# $icqad{$user} = qq~$userprofile{$user}->[8]~; ############### # F I N I S H # ###############