Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Admin Log In As User Details »»
Admin Log In As User
Version: 1.2, by Abe1 Abe1 is offline
Developer Last Online: Jun 2010 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 05-11-2006 Last Update: 05-14-2006 Installs: 250
Uses Plugins Template Edits
 
No support by the author.

Admin Log In As User 1.2


About this hack:
This hack allows a SUPER ADMIN (settings in your config file) to log in as any user. You have to go to the user's profile page and there will be a link to 'Log In As This User'. Also, there is a link the drop down menu in the ACP User Manager. If you are logged in as another user, you will get a message on top of the forum saying, 'You are currently logged in as another user. Click here to log back into your account.'

This hack is very easy to install. This hack has NO options. Just install and it's ready to be used!

Enjoy!

Installation information on hack:
  • Files edited: 0
  • Templates edited: 2
  • Files to upload: 1 (via ACP)
  • Time to install: 1 minute
Updates:

Version 1.0 (05/12/06):
  • Release

Version 1.1 (05/12/06):
  • [ADDED] Link added to the drop down menu in ACP User Manager

Version 1.2 (05/15/06):
  • [CHANGED] This hack does not effect the ACP
  • [CHANGED] Session does not update (so will not show up online location)
  • [FIXED] Made a template edit so hack is compatible with 'vbSEO'
  • [CHANGED] Last activity time does not update now

Please post your comments or suggestions for this hack. I read ALL posts.

MAKE SURE YOU CLICK INSTALL!
You will get an email when a new version is released.


This hack is created for your use free of charge. No payment is requested. However, if you would like to donate money for the work I put in to this hack, a donation would show your appreciation.

Supporters / CoAuthors

Show Your Support

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

Comments
  #92  
Old 05-22-2006, 02:11 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo
You're going to kill me for this, but I have to ask. Is there a way to have a setting for that so you can either show them as on-line like a regular user of off line? I use this for a phantom account I have for testing things with the board. It is the only time I ever use that account and it looks like that person never logs in at all. Does that make any sense?
Maybe I'll add a set of options for this hack. I'll add this one to it.
Reply With Quote
  #93  
Old 05-22-2006, 02:11 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo
Look for this:



and add your userid in there.
Do I add my administrator id here
$config['SpecialUsers']['superadministrators'] = '';

For example I still use my administrator ID so to become a super admin to I do this

$config['administrator']['superadministrators'] = '';

What rights do I gain except the ability to use this hack by making myself a Super Admin?
Reply With Quote
  #94  
Old 05-22-2006, 02:13 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bada_bing
Do I add my administrator id here
$config['SpecialUsers']['superadministrators'] = '';

For example I still use my administrator ID so to become a super admin to I do this

$config['administrator']['superadministrators'] = '';

What rights do I gain except the ability to use this hack by making myself a Super Admin?
You will aslo be able to set what parts of the ACP your other admins can see.
Reply With Quote
  #95  
Old 05-22-2006, 02:14 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bada_bing
Do I add my administrator id here
$config['SpecialUsers']['superadministrators'] = '';

For example I still use my administrator ID so to become a super admin to I do this

$config['administrator']['superadministrators'] = '';

What rights do I gain except the ability to use this hack by making myself a Super Admin?
If you are userid 1, you would make this:
$config['administrator']['superadministrators'] = '';
in to this:
$config['administrator']['superadministrators'] = '1';
Reply With Quote
  #96  
Old 05-22-2006, 02:16 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Abe1
Maybe I'll add a set of options for this hack. I'll add this one to it.
Thank you, sir. I hate to have an account that I use all the time and yet it looks like they are never there. Excellent hack, I've been using it like crazy.

The question I asked about adding the name of the account to the top bar, can this be done with just the template edit or would it take more than that?
Reply With Quote
  #97  
Old 05-22-2006, 02:57 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo
Thank you, sir. I hate to have an account that I use all the time and yet it looks like they are never there. Excellent hack, I've been using it like crazy.

The question I asked about adding the name of the account to the top bar, can this be done with just the template edit or would it take more than that?
You can make the edit your self. Add: $bbuserinfo[username] where ever you want.
Reply With Quote
  #98  
Old 05-22-2006, 03:00 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Abe1
You can make the edit your self. Add: $bbuserinfo[username] where ever you want.
LOL I thought of that but didn't remember I would show up logged in as them. Your hack works too good.
Reply With Quote
  #99  
Old 05-25-2006, 07:34 PM
N8's Avatar
N8 N8 is offline
 
Join Date: Dec 2004
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Umm... I just installed this and it emptied out the code from one of my other plug-ins.

What the hell? :ermm:
Reply With Quote
  #100  
Old 05-25-2006, 07:41 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by N8
Umm... I just installed this and it emptied out the code from one of my other plug-ins.

What the hell? :ermm:
Can you please explain more?
Reply With Quote
  #101  
Old 06-02-2006, 04:44 PM
caliman's Avatar
caliman caliman is offline
 
Join Date: Jan 2005
Location: California
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me installs

This mod is fanatastic!!!

Works with my vbseo too. Very, very nice. Thank you.
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:04 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.08147 seconds
  • Memory Usage 2,314KB
  • Queries Executed 26 (?)
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
  • (8)bbcode_quote
  • (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
  • (11)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