vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   [final]Lesser Admin Cp... (https://vborg.vbsupport.ru/showthread.php?t=41556)

dmark101 12-15-2002 11:20 AM

Quote:

Originally posted by hellsatan
[B@dmark101 - Have you made sure to run the Queries?[/B]
i'm not entirely sure what you mean by this.


when i first installed this mod, it worked great. now, my lesser admins can access all of the other functions, but they cannot look up a user.

thanks.

Chris M 12-15-2002 02:57 PM

Sorry...I wasnt thinking straight;)

A database error suggests one of two things:

a.) You have removed a hack, which affects the database and admin/user.php...You may have forgotten to remove the part of code in the admin2/user.php, and therefore it is trying to search the database for a field that doesnt exist...
b.) You have installed a new hack that affects admin/user.php, and havent made the changes to admin2/user.php...

:)

Satan

Bison 12-18-2002 11:01 PM

Tested this and all I get is a blank screen after uploading the files.

The "admin2/index.php" pages doesn't show up at all!

PS: and I did upload this in binary ... toggled every file from binary/ascii ... no luck! :(

Chris M 12-18-2002 11:29 PM

That suggests to me that you didnt edit global.php in the admin2 folder;)

Satan

Bison 12-18-2002 11:49 PM

I did ... I'll show you the file ... check your pm's! ;)

Chris M 12-19-2002 12:02 AM

Already noticed one thing:

Code:

//load config
require("./config.php");

Should be:

Code:

//load config
require("./../admin/config.php");

Other than that it looks ok:)

Satan

Chris M 12-19-2002 12:05 AM

vB2.2.9 Update

Ok...

For 2.2.9, there is one thing that isnt included in this file change...

Now, there is an extra change to make to the new global.php file:

Find:
Code:

//load config
require("./config.php");

Replace with:
Code:

//load config
require("./../admin/config.php");

:)

Satan

Bison 12-19-2002 01:29 AM

Thanks for the fix ... worked well! :D

Chris M 12-19-2002 08:57 AM

Thats ok!:)

I forgot to check for the vB updates;)

Now I should really update my admin2/global.php to the 2.2.9 one;)

Satan

Bison 12-19-2002 10:27 AM

Did you update the hack version?


All times are GMT. The time now is 04:59 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.01208 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete