Previous Thread
Next Thread
Print Thread
Rate Thread




~;
$mod_info_row =~ s/$/ /;
}

&set_page_elements;
&RequireCode("$vars_config{NonCGIPath}/Templates/public_auth_list.pl");
}

# DANGER: Do not remove the next line!
1;

as you can see it is not in there please help me as soon as posible Thankx!

~Speedy~

~Your Super Speedy Member!~
AIM: zXzXMikeXzXz
MSN: [email protected]
Email: [email protected]
Joined: Jan 2002
Posts: 147
Member
Member
Offline
Joined: Jan 2002
Posts: 147
Hello, I am trying to install the mega mod patch for Authority List . . . I get to the 2ed to last step

###
#Find:
###
$vars_wordlets_mods{auth_admins} $Administrator


###
#Add Under:
###
$vars_wordlets_mods{auth_megamod} $MegaModerator



###
Close ubb_auth_list.cgi

well that is no where to be found on my ubb_auth_list.cgi here is the whole file for crying out loud!

#Ubb_auth_list.cgi coded by Tech-Ni-Kal modified by Lord Dexter

sub auth_list {
&RequireCode("$
_config{CGIPath}/ubb_registration.cgi");
my $last_number = &GetLastMemberNumber;
for ($start = &Do8Digit(1);$start le $last_number;$start = &Do8Digit($start + 1)) {
if (-e "$vars_config{MembersPath}/$start.cgi") {
@user_profile = &OpenProfile($start);
chomp($user_profile[0]);
chomp($user_profile[8]);
chomp($user_profile[15]);
if ($user_profile[8] eq "Administrator") {
if ($user_profile[15]) {
$Administrator .= qq~$user_profile[15], ~;
} else {
$Administrator .= qq~$user_profile[0], ~;
}
}
if ($user_profile[8] eq "MegaModerator") {
if ($user_profile[15]) {
$MegaModerator .= qq~$user_profile[15], ~;
} else {
$MegaModerator .= qq~$user_profile[0], ~;
}
}
elsif ($user_profile[8] eq "Moderator") {
if ($user_profile[15]) {
$Moderators .= qq~$user_profile[15], ~;
} else {
$Moderators .= qq~$user_profile[0], ~;
}
}
}
}
$Administrator =~ s/, $/ /;
$MegaModerator =~ s/, $/ /;
$Moderators =~ s/, $/ /;
my @mods = &OpenFileAsArray("$vars_config{CGIPath}/vars_mods.cgi");
@mods = reverse(@mods);
foreach (@mods) {
@split_for_fnum = split(/=/, $_);
@fnum = $split_for_fnum[0] =~ /d{1,4}/g;
@unums = $_ =~ /d{8}/g;
foreach $num (@unums) {
my @thisforum = &GetForumRecord($fnum[0]);
$forum_name = $thisforum[1];
if ($forum_name) {
$mod_f_count{$num} = $mod_f_count{$num} + 1;
$mod_which_f{$num} = "$forum_name, $mod_which_f{$num}";
$mod_which_f{$num} =~ s/, $/ /;
$mod{$num} = [ $mod_f_count{$num}, $mod_which_f{$num} ];
}
}
}
foreach $key (keys %mod) {
my @user_profile = &OpenProfile($key);
$Usernumber = $key;
chomp ($user_profile[15]);
chomp ($user_profile[0]);
chomp ($user_profile[7]);

if ($user_profile[7] eq '') {
$Posts = "(no current posts)";
} else {
$Posts = "$user_profile[7]";
}

if ($user_profile[15]) {
$Name = qq~$user_profile[15]~;
} else {
$Name = qq~$user_profile[0]~;
}
$mod_info_row .= qq~


$Name



$mod{$key}[1]


$Posts
Sponsored Links
Entire Thread
Subject Posted By Posted
Mega Mod - Authority List . . . *Speedy* 02/22/2002 6:29 PM
Re: Mega Mod - Authority List . . . LK 02/22/2002 7:18 PM
Re: Mega Mod - Authority List . . . Lord Dexter 02/23/2002 8:54 AM
Re: Mega Mod - Authority List . . . *Speedy* 02/24/2002 11:04 PM
Re: Mega Mod - Authority List . . . Lord Dexter 02/25/2002 7:03 AM
Re: Mega Mod - Authority List . . . *Speedy* 02/25/2002 12:31 PM
Re: Mega Mod - Authority List . . . Lord Dexter 02/25/2002 12:32 PM
Re: Mega Mod - Authority List . . . *Speedy* 02/25/2002 12:47 PM
Re: Mega Mod - Authority List . . . Lord Dexter 02/27/2002 11:07 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Shock Hosting
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,583
Posts293,955
Members13,824
Most Online151,614
Nov 14th, 2025
Today's Statistics
Currently Online 1193
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 20
Top Posters
AllenAyres 21,080
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2026 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20260108)