Location: Batam, Indonesia (an hour boat ride from Singapore) ;)
Posted:
Fri Mar 26, 2004 5:18 pm
chatserv wrote:
Lateron wrote:
That works, Chatserv.
What happened to being able to be logged in just as admin and administer the forums via phpnuke admin > forums rather than having be logged in both as admin and a user?
Ron..
It used to work like that but that's not how it was supposed to be, what's the use of having forum user levels if they won't be used?
_________________ The Answer Get it now.
Batam Web Network Most likely the content of this site is not for you...
RedHearT Private
Joined: Mar 21, 2004
Posts: 45
Posted:
Sun Mar 28, 2004 3:12 pm
ok just when i think i got it all figured out this has happened im useing nulephpv7.1 and phpmyadmin
have access to all my web page im webmaster
i was reading about the new explosits in the forum so i updated my forum bb to the bb208 ran the updatedb and it succeded then i remove that file from server files
now when i log in as admin n go to control panel then forum i cant acces it i do not have proper authority
what now
i wanted the security but i sure want access to forum configurations too
what do i need to change to correct this
arggggg
thanks RedhearT
here is new code i have from update
global $admin;
$admin = base64_decode($admin);
$admin = explode(":", $admin);
$aid = "$admin[0]";
$sql = "SELECT radminforum, radminsuper FROM ".$prefix."_authors WHERE aid='$aid'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
if (!is_admin($admin) AND ($row[radminsuper] != 1 OR $row[radminforum] != 1)) {
message_die(GENERAL_MESSAGE, "You are not authorised to administer this board");
}
/*
so what needs to be changed that the update did ?
because i cant access forum configurations
ReinBijlsma Nuke Cadet
Joined: Mar 29, 2004
Posts: 1
Posted:
Mon Mar 29, 2004 1:40 am
I replaced the updated pagestart.php with an earlier version. That solved the problem for me, but I don't know if the security problem is still fixed now.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum