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
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Use Lord Dexter/TechNiKal's Authority List hack.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
It's changed since then. You'll need to do that in public_auth_list.pl now. Those instructions are for the 6.1 version.

Joined: Jan 2002
Posts: 147
Member
Member
Offline
Joined: Jan 2002
Posts: 147
OK I figured out some stuff to get this sorta working but still not working working.

Every time I put
'MegaModerator_settings' => 'MegaModerator Settings',
'MegaModerator_warning' => 'IMPORTANT: Provide the MegaModerator's MEMBER NUMBER, not name. You can discover the person's member number by viewing the member's profile.',

into my vars_wordlets_cp.cgi it makes it so their is nothing in their (in other words when i go to my www...cp.cgi alot of the links are not their no log out text by ur name its just *Speedy& [] and alot of other stuff (plus if u go into the part in the cp Update vars_wordlets_cp or what ever it is called in their, it is blank, so I re uploaded the old vars_wordlets_cp.cgi and it works but I dont have thoeses 2 things in their. I think I need them in so help me their, and plus I did the athoury patch and cant see it, I did sorta find the thing he was talking about erlyer but is thieir "offiaial" ubb621 hack add on for mega mod in the atorirty list or someone know what the difference is to get it working, please help asap their are other problems but lets get one fixed at a time wink

~Speedy~


~Your Super Speedy Member!~
AIM: zXzXMikeXzXz
MSN: [email protected]
Email: [email protected]
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Are those wordlets your talking about from the MegaMod hack? Also I will get you some instructions so you can add the Mega Mods to the Auth List. They need to be updated.

Sponsored Links
Joined: Jan 2002
Posts: 147
Member
Member
Offline
Joined: Jan 2002
Posts: 147
Yes they are(I think) they might be for authriry list but i think they are for mega mod, and thank you very much, but how long till they are done? Thanks a lot for helping! :-P

~Speedy~


~Your Super Speedy Member!~
AIM: zXzXMikeXzXz
MSN: [email protected]
Email: [email protected]
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Give me a few days. I'm going to be busy over these next few days. So yeah..

Joined: Jan 2002
Posts: 147
Member
Member
Offline
Joined: Jan 2002
Posts: 147
OK cool, and hey, no rush, my ubb can wait tipsy and anyways I would be more than happy to wait, cuz I have a lot of tests, and exams anyways (coming up) so yeah, a couple days is cool wink thankx again

~Speedy~


~Your Super Speedy Member!~
AIM: zXzXMikeXzXz
MSN: [email protected]
Email: [email protected]
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Speedy, Check out the hack topic in v6.2 Beta Mods. Download the zip and the Mega Mod addon instructions are in there.


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:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
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-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)