Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Admin Level Mod Has Admin Options Locked
 New Topic
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

MaGraham
Senior Member

USA
1297 Posts

Posted - 29 June 2012 :  22:14:13  Show Profile  Reply with Quote

I just now installed the "Admin Level Mod" and no matter which administrator account I signed in on, there is no option to go into the Admin Options area. I was on my Forum Admin account and thought if I signed off and signed on again or used one of my other admin accounts I would have the Admin Options but that didn't work either.

I am using the 3.4.07 version and MySQL.

Any ideas on this anyone?


"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 30 June 2012 :  08:05:04  Show Profile
Choices:

See step 11 in the mod instructions. Change it back to the original value.

or

Edit Profile, set your A-Level to > 0.

======

Either way should fix it.
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 30 June 2012 :  15:38:26  Show Profile
quote:
Originally posted by Carefree

Choices:

See step 11 in the mod instructions. Change it back to the original value.

or

Edit Profile, set your A-Level to > 0.

======

Either way should fix it.



How do I edit my profile and set my A-Level to > 0, Carefree?


"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 30 June 2012 :  19:46:37  Show Profile
Here's something I missed when reading the instructions (right up at the top):

quote:
If you previously installed the earlier version of mod OR not, you have to change your (ID#1) 's M_ALEVEL value to 3 from your Database MANUALLY!
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 30 June 2012 :  19:51:18  Show Profile
Alternatively, save this as "updateme.asp" and run it.


<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_header.asp" -->
<%
strSql = "UPDATE "& strMemberTablePrefix &"MEMBERS SET M_ALEVEL=3 WHERE MEMBER_ID=" & intAdminMemberID
my_Conn.Execute(strSql)
WriteFooter
%>

Edited by - Carefree on 30 June 2012 19:53:13
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 01 July 2012 :  22:16:59  Show Profile


I am saving this. I went ahead and did an avatar mod and I having problems so I'll need to get it corrected and then come back to this.

I don't know what I'd do without you guys!! Especially you, Carefree!! Thank you so much for your time! REALLY appreciate you!!




"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 03 July 2012 :  01:27:16  Show Profile

Carefree, I just finished this and thought I'd let you know it works! :)

Thank you once again for all of your help in coming to my rescue! You are such a treasure!!

I am, however, a bit confused as to how to set levels for each of my admins. If I set my admins as global admins, they have no access to the "Admin Options" and if I set them as anything else they have total access to the "Admin Options." How do I set the limits as to exactly what they have access to? If this was in the instructions, I missed seeing it.


"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 03 July 2012 :  02:21:04  Show Profile
You have to manually edit the file "inc_admin_limits.asp". Move the file names to whichever category you wish. I would prefer an super admin web-interface and database-driven access, myself. So I'll write that and add it to SnitzBitz. OK, that's done. On to the next project.

Edited by - Carefree on 03 July 2012 09:05:59
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 04 July 2012 :  05:44:46  Show Profile

I am going to have to come back to this one. I'll let you know how it goes.

I thank you SO MUCH for your precious time spent with this, Carefree!!

You never cease to amaze me!! :)


God bless!



"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 04 July 2012 :  09:57:13  Show Profile
Keep them coming, it gives my brain something to do.
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 05 July 2012 :  04:10:53  Show Profile


I am back to this and have manually edited the file "inc_admin_limits.asp" and moved the file names to suit my preference. However, it's not working. My adminitrator still has access to everything in the Admin Options. When she clicks on something she isn't supposed to have access to, she gets an error message stating something like "You are not authorized" but below the error message is everything she's not supposed to be authorized to view/edit.

Could this guy, below, who wrote a review on this mod have it figured out with the problem being as he stated in his review here?


Nice Mod.
Writen By texanman on 10/16/2009 12:32:19 PM
The only thing is that you are missing Resoonse.end in the Function Admin_control in the file admin_level.asp.

Without that all admin levels can view and modify all admin home pages despite the warning message.
Thanks


Here's a link to his review: http://www.snitzbitz.com/mods/reviews.asp?action=read&mid=115&fid=307



"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 05 July 2012 :  06:11:33  Show Profile
I fixed that in the version I did, but I can fix it in the version you're using. Give me a few minutes.

In "inc_adminlevel.asp"


Look for the following line (appx: 86 and then at appx: 75):

					Call Admin_Control("You are not Authorized")

Below each, insert these:

					WriteFooter
					Response.End


Edited by - Carefree on 05 July 2012 06:37:15
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 11 July 2012 :  01:50:37  Show Profile


This now works PERRECT!

Thank you so much, Carefree!!

You are such a blessing!!




"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 03 August 2012 :  13:14:05  Show Profile  Send ruirib a Yahoo! Message
The latest version of this mod is highly lacking, and will lock out and admin from admin pages, simply because many essential pages are left out of the admin_levels table. I feel the version should have not been released in such a lacking state. It's unthinkable to lock out admins from admin pages without a single warning!


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 03 August 2012 :  13:42:54  Show Profile  Send ruirib a Yahoo! Message
Actually the problem is with the inc_adminlevel.asp file. There are a lot more issues, anyway. This should have been tested before ever being posted on Snitzbitz.

My advice to anyone who wants to use this is to not use version 2.0, at least until the bugs are fixed.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 03 August 2012 :  22:55:29  Show Profile
File is updated at SnitzBitz. Forum admin is excluded from lockout function and about 50 admin_*.asp pages have been included in the dbs file by default.
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07