I used this one (yes its in the mega mod zip in final for 6.1 fourm)
###################################################################################
# Megamod Authority List Patch
# Patch by: Raiyan <admin@ivegeta.com>
# Original Author: LK/Axeone/Lord Dexter
# Authority List Ported Author by: Tech-Ni-Kal
# WARNING: Only Infopop or Infopop licensees may use this code
###################################################################################
####
#Open ubb_auth_list.cgi
####
#Find:
###
if ($user_profile[8] eq "Administrator") {
if ($user_profile[15]) {
$Administrator .= qq~<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile&u=$start">$user_profile[15]</a>, ~;
} else {
$Administrator .= qq~<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile&u=$start">$user_profile[0]</a>, ~;
}
}
###
#Add under:
###
if ($user_profile[8] eq "MegaModerator") {
if ($user_profile[15]) {
$MegaModerator .= qq~<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile&u=$start">$user_profile[15]</a>, ~;
} else {
$MegaModerator .= qq~<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=get_profile&u=$start">$user_profile[0]</a>, ~;
}
}
###
#Find:
###
$Administrator =~ s/, $/ /;
###
#Add Under:
###
$MegaModerator =~ s/, $/ /;
###
#Find:
###
$vars_wordlets_mods{auth_admins} $Administrator
###
#Add Under:
###
$vars_wordlets_mods{auth_megamod} $MegaModerator
###
Close ubb_auth_list.cgi
###
Open vars_wordlets_mods.cgi
Put in:
q~auth_megamod~ => q~authority list~,
###
Close vars_wordlets_mods.cgi
###
Thats' it! Upload these two files and clear cache!
and it didnt do jack crap
