>>  Site Map >>  Forums >>  Operation

Forum module - topics in forum:



Operation - Get help on how each part of PHP-NUKE works



[RESOLVED] admins screwed up

Hmm,
I have the head admin "GOD ADMIN" of my website and everything works fine. I have 3 Co-Admins on my website and their admins are all messed up for some reason. When they log into admin, all they see if the "Add Article" picture in the control panel, but I give them MORE things than that. And it says "You do not have access to this" or something like that at top. When you click on "Add Article", it just refreshes the page or something...Please help immediately...I checked in my "Edit Admin" panel that all their access is correct, but it won't work. I have just added some modules to my website a few days ago, that might be a reason...but I'm not sure, I also added the ClanInfo module yesterday and maybe that could be the cause...Please help, thanks.

Here is a screen shot of what it looks like... http://www.clanmda.com/help.jpg






What have you added? What security scripts are you running, if any? more information is required to answer this post!






Hmm, I deleted all the modules I installed...

NukeJokes
ClanInfo (all the clan stuff included)
Site Messenger

There was a CN Shout but I wasn't sure wat it was so i didnt delete it.






Your site is fixed! Nexst time make sure you do a complete backup of the database before messing with adding pooly written modules like the clan module. It denies access to all users that aren't super users by default.

in admin/links/links/clan.php

Code: :
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System                                           */
/* ===========================                         */
/*                                                                      */
/* Copyright (c) 2002 by Francisco Burzi                                */
/* http://phpnuke.org                                                   */
/*                                             */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.         */
/************************************************************************/

if ($radminsuper==1) {
   adminmenu("admin.php?op=ClanAdmin", "Clan_Nuke", "clan.gif");
    }
else {die("You do not have access to this page");}

?>

I replaced it with this
Code: :
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System                                           */
/* ===========================                         */
/*                                                                      */
/* Copyright (c) 2002 by Francisco Burzi                                */
/* http://phpnuke.org                                                   */
/*                                             */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.         */
/************************************************************************/

if ($radminsuper==1) {
   adminmenu("admin.php?op=ClanAdmin", "Clan_Nuke", "clan.gif");
    }
//else {die("You do not have access to this page");}

?>

This module is how can I put this.... SHIT! Which is why it states clearly on the download we will not support it! Anyway your site is fixed, patched and sentinel 2.0.2 is installed... One thing you need to think about NEVER use dictionary words as admin passwords too easily guessed. All passwords exspecailly admin passwords should be gibberish.

Another thing I would do since your admin god is make myself another admin account that isn't a super user so you can check things and NEVER install multiple modules at once. Install them one at a time and check things as you go along.






k thanks.




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS