The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[final]Lesser Admin Cp... Details »» | |||||||||||||||||||||||||
Please do the following before attempting to install:
1.) Backup your Files before doing anything 2.) Be aware that although I have tested this myself, there may still be problems...If you do not backup your files, I cannot condone your install of this hack... 3.) If you want to Backup your Database, You can - There shouldn't be any need to... The file(s) you should have is/are: install_lesseradmincp_txt.php install_lesseradmincp_usergroups_txt.php Install Info: Hack Version: 1.4 Files to edit: 4 Templates to add: 0 Templates to edit: 0 Queries to Run: 1 Time to install: Approx 5 Minutes Credits Requested by - Nobody Support - I am offering support, but only in THIS THREAD...I unfortunately cannot be here during the coming weeks (Mon-Fri), so therefore you will have to rely on others for assitance, should it be urgent...If you do require assitance, please - Only reply in this thread Hack info What does it do? - This basically will allow you to make a Lesser Control Panel for your other Admins...I know I released the "Total Admin Security" hack (link in my profile), but this will allow you to ensure that they cant delete your templates, especially if you put them in a seperate usergroup... I know you will want a screenshot, so here is a screenshot of my Co-Admin Control Panel...The second Screenshot is of the Co-Admin Permissions...The third is of the Usergroup gone from edit user and add user...The fourth is of the Usergroup gone from search options, and the fifth is from search display options... Live Demo/Screenshots Co-Admin Control Panel Co-Admin Permissions The name "Co-Admin" is what I determine as "Lesser Admin" - The picture may differ slightly from the screenshot Usergroup options gone from Edit user & add user Usergroup no longer a Find option Usergroup no longer able to be display in searches [high]Latest Version[/high] You can download Version 1.4 (normal) here... You can download Version 1.4 (usergroup version) here... Enjoy! Satan Show Your Support
|
Comments |
#32
|
||||
|
||||
Well I can guarantee that it does work...
I know myself - If there was ever a time I was grateful for it, was when someone hacked into The Lyceum, and tried to delete my account 10 times... Satan |
#33
|
||||
|
||||
Hmmm...
Search for : Code:
if ($userid==X) Satan |
#34
|
|||
|
|||
Here is my code:
PHP Code:
PHP Code:
Thank you for your time. Sorry I am being such a pain. I am feeling the pressure back at my board. :lol |
#35
|
||||
|
||||
In this hack Satan you state towards the beginning of the instructions (step 6) to modify global.php. Are you referring to admin2/global.php or the original admin/global.php?
|
#36
|
||||
|
||||
The /admin2 global.php...
That is to set permissions for the co-admin, or lesser admin or whoever you want to call him/her/it/them... @Night Owl - yes... Satan |
#37
|
|||
|
|||
I dont unterstand what for files i must change. The original files or the admin2 files. What is right?:
Step5 = admin/usergroup.php Step6 = ?/global.php (admin or admin2) Step7 = admin2/user.php Step8 = ?/user.php (admin or admin2) Step9 = ?/index.php (admin or admin2) thx you P.S. Where i can see the usergroupid at the cp? |
#38
|
||||
|
||||
All the files you must change are in the new /admin2 directory, unless stated otherwise...
I guess I did not state that clearly enough... For the usergroupid - Goto your Control Panel, and click "Modify" in the "User Groups" subsection... Hover over the edit button of the usergroup you want, and look at the link in the bottom left of the screen...The last digit, i.e. 6 = Admins, will be your usergroupid... So it will appear as something like: Code:
/usergroup.php?action=edit&usergroupid=6 |
#39
|
|||
|
|||
thx
by Step 8 : // ###################### Start do update ####################### if ($HTTP_POST_VARS['action']=="doupdate") { -------DO NOT COPY THIS LINE------- And add below : -------DO NOT COPY THIS LINE------- if ($userid==X) and ($bbuserinfo[userid]!=X) { echo "<p>You cannot delete this Admin.</p>"; cpfooter(); exit; } What id i must change for X ? My Admin id or the admin2 id? |
#40
|
||||
|
||||
Your id...
Hmmm... I think you copied 2 lines, but from different areas... Lol... The first part is updating...The second part mentions deleting lol... Always replace X with your Userid unless stated otherwise... Satan |
#41
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|