Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by unplugged unplugged is offline
Developer Last Online: Feb 2006 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 07-12-2001 Last Update: Never Installs: 16
 
No support by the author.

here is a hack that will give your mods more power without having them roam round the Admin Control Panel

Mods can now UNBAN as well as BAN users.
Mods can now Ban people from specific Forums
Mods can now add/remove Smileys to the database
Mods can view Forums Stats
Mods can edit peoples Usernames *
Mods can edit Peoples Signatures *
Mods can edit peoples Avitars *
Mods can edit BASIC profile information *
Mods can give Custom User Titles to a user *
Mods can still veiw a persons complete profile
Mods can send Password Reminders
Mods can now Authorise COPPA users *
Mods can now authorise (Awaiting Email Notification) **
Mods can now authorise Unregistered/Not Loggid in users **

* Can only edit registered users
** Using the UNBAN feature

To use simply extract all the files into your MOD folder to activate the features

Please report any Bugs you find this hack works fine on my forums and another that I moderate

[attachment removed]

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 08-06-2001, 10:45 PM
jrwap's Avatar
jrwap jrwap is offline
 
Join Date: Oct 2001
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think that could be a useful feature if I am understanding it correctly.

I am basicly setting up communities for various organizations and allowing them to run them on their own with only minimal help from me. I would want the mods to have complete control over many aspects of the forum. Obviously, I wouldn't want them to be able to edit the templetes and things of that nature.

I think that this is a very good hack and with a few more additions it should become part of the actual software. Please keep us up to date with any additions.

Thanks,

-JRW
Reply With Quote
  #23  
Old 08-19-2001, 06:08 PM
almighty one
Guest
 
Posts: n/a
Default

ok i couldnt find this post till just now anyways i get a parese error on a line when i try this hack i dont know if it is the way i ama dding the part that says add this to end of file there is the end like ?> do i put it before this yes? or after it? i figured it had to be before that could soemone who has this working tell eme xactly where to insert the start unban part of code thanx alot
Reply With Quote
  #24  
Old 08-20-2001, 04:43 PM
SirSteve SirSteve is offline
 
Join Date: Oct 2001
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This thread needs to be started over... I cannot understand any of it. Is this an actual working hack?
Reply With Quote
  #25  
Old 08-20-2001, 09:44 PM
almighty one
Guest
 
Posts: n/a
Default

someone said they got it working i just need a little help here to get mine working i really need one of my co admins to access user profiles to edit them please help me here if ya got it working
Reply With Quote
  #26  
Old 08-21-2001, 12:30 AM
drives_fast
Guest
 
Posts: n/a
Default

Unplugged,
I tried to e-mail you but your status stated that you did not want to receive e-mails.

Would you please e-mail me at drivesfast@globaldungeon.net. I would like to use this hac please.
Reply With Quote
  #27  
Old 08-21-2001, 12:41 AM
anothony121
Guest
 
Posts: n/a
Default

I want the hack E-mail me the Info where to download it please.



Lisandrogrullon@hotmail.com
Reply With Quote
  #28  
Old 08-21-2001, 08:11 PM
k@mi
Guest
 
Posts: n/a
Default

I want it so that Mods can change the user level of a person Except to Mod or above...
ie: A Regular User can be changed to "Clan Member"

:/
Reply With Quote
  #29  
Old 08-21-2001, 09:27 PM
k@mi
Guest
 
Posts: n/a
Default

got it working

heres how i did it:

Under:
PHP Code:
maketableheader("Edit User:</b> $user[username]<b>","",0);
makeinputcode("User Name","ausername",$user[username],0); 
Add:
PHP Code:
makechoosercode("User Group","usergroupid","usergroup",$user[usergroupid]); 
Modify:
PHP Code:
  $countadmin=$DB_site->query_first("SELECT COUNT(*) AS users FROM user,usergroup WHERE user.usergroupid=usergroup.usergroupid AND usergroup.cancontrolpanel=1 AND user.userid<>$userid");
  
$getperms=$DB_site->query_first("SELECT cancontrolpanel FROM usergroup WHERE usergroupid=$usergroupid");
  if (
$countadmin[users]==and $getperms[cancontrolpanel]!=1) {
    echo 
"<p>You are about to edit the last user with control panel access so that they do not have control panel access. This would lock you out of the control panel, so you cannot proceed.</p></body></html>";
    exit;
  } 
To: (change ($usergroupid != "19" && $usergroupid != "2") to what you want if to be allowed to change, 19 just happens to be our clan members group, 2 is the registered group)
PHP Code:
  if    ($usergroupid != "19" && $usergroupid != "2")    {
      echo 
"<p>You may not change this user to this level.</p></body></html>";
      exit;
  
      }
  else    {
  
$countadmin=$DB_site->query_first("SELECT COUNT(*) AS users FROM user,usergroup WHERE user.usergroupid=usergroup.usergroupid AND usergroup.cancontrolpanel=1 AND user.userid<>$userid");
  
$getperms=$DB_site->query_first("SELECT cancontrolpanel FROM usergroup WHERE usergroupid=$usergroupid");
  if (
$countadmin[users]==and $getperms[cancontrolpanel]!=1) {
    echo 
"<p>You are about to edit the last user with control panel access so that they do not have control panel access. This would lock you out of the control panel, so you cannot proceed.</p></body></html>";
    exit;
  }

Reply With Quote
  #30  
Old 08-22-2001, 08:39 PM
Lordmusic
Guest
 
Posts: n/a
Default

k@mi, does that work with 2.0.3 and can you restrict what user groups have this full power?
Reply With Quote
  #31  
Old 08-22-2001, 08:43 PM
SirSteve SirSteve is offline
 
Join Date: Oct 2001
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone start over from the beginning with this hack?
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 04:46 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06282 seconds
  • Memory Usage 2,298KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete