» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 234
0 members and 234 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services.
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Evden eve nakliyat - Evden eve Nakliyat
tattoo - We are a group of tattoo enthusiasts

Register Now! Contact Us

About this Page
This is a discussion on Contact Module Access Denied within the Nuke 7.x - Modules forums, part of the PHP-Nuke 7.x category; Everytime a user looks at one of my content pages they see an "Access Denied" at the bottom ...



Go Back   Nukemods Forum » PHP-Nuke 7.x » Nuke 7.x - Modules

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-25-2005, 03:44 PM
Junior Member
 
Join Date: Jan 2005
Posts: 2
Contact Module Access Denied
Everytime a user looks at one of my content pages they see an "Access Denied" at the bottom of the page. It looks like it is trying to load the Content Manager and they don't have access to this.

How do I fix it so that they don't see "Access Denied"?

TIA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-31-2005, 02:22 AM
Junior Member
 
Join Date: Mar 2005
Posts: 8
You Original Files try upload..!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-31-2005, 07:03 AM
Junior Member
 
Join Date: Jan 2005
Posts: 2
I found the fix here http://www.nukefixes.com/ftopict-993.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-27-2007, 08:02 AM
Junior Member
 
Join Date: Mar 2007
Location: UK
Posts: 34
Send a message via MSN to Devastatorrrr
Yup i've had this same problem with 7.6 to save you all registering upto Nukefixes here's the fix.

In footer.php find:

Code:
 
function foot() { 
global $prefix, $user_prefix, $db, $index, $user, $cookie, $storynum, $user, $cookie, $Default_Theme, $foot1, $foot2, $foot3, $foot4, $home, $module, $name;
change to:

Code:
 
function foot() { 
global $prefix, $user_prefix, $db, $index, $user, $cookie, $storynum, $user, $cookie, $Default_Theme, $foot1, $foot2, $foot3, $foot4, $home, $module, $name, $admin;
also find:

Code:
 
if ($module == 1 AND file_exists("modules/$name/admin/panel.php")) {
change to:

Code:
 
if ($module == 1 AND (file_exists("modules/$name/admin/panel.php") && is_admin($admin))) {
Now this table (panel.php) will only be included if, it exists, and the user is an admin.
__________________
<a href="http://www.eow-clan.co.uk" target="_blank"><img src="http://img410.imageshack.us/img410/6644/sig5di9.jpg" border="0" alt="Devastator" </a>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Denied in admin menu on any module fedore Nuke 7.x - Modules 9 11-19-2007 08:23 PM
Help! Admin Access Denied! denileigh Nuke 7.x - General 0 11-03-2005 02:17 PM
Admin Access Denied Rose38478 Nuke 7.x - General 0 07-05-2005 09:05 PM
Access Denied -- to everything BlackHawk Site design 1 01-01-2005 12:35 AM
Access Denied on USER and FORUM module administration NoFear Nuke 7.x - General 6 12-01-2004 06:07 PM


All times are GMT -5. The time now is 10:10 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31