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)

GaleForce 04-30-2003 07:24 PM

Gonna give it a try later, this hack will be extremely useful for me ;)

Chris M 04-30-2003 08:36 PM

Glad you like it:)

Satan

disfitness 05-15-2003 12:04 AM

Your instructions say...

PHP Code:

find:
-----

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

// init db **********************
// load db class
$dbservertype strtolower($dbservertype);
$dbclassname="./db_$dbservertype.php";
require(
$dbclassname);

$DB_site=new DB_Sql_vb;

$DB_site->appname="vBulletin Control Panel";
$DB_site->appshortname="vBulletin (cp)";
$DB_site->database=$dbname;
$DB_site->server=$servername;
$DB_site->user=$dbusername;
$DB_site->password=$dbpassword;

replace with:
-------------

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

// init db **********************
// load db class
$dbclassname="./../admin/db_$dbservertype.php";
require(
$dbclassname);

$DB_site=new DB_Sql_vb;

$DB_site->appname="vBulletin Admin Control Panel";
$DB_site->appshortname="vBulletin (mcp)";
$DB_site->database=$dbname;
$DB_site->server=$servername;
$DB_site->user=$dbusername;
$DB_site->password=$dbpassword;
$DB_site->connect();

--------------------------- 

But that code doesn't exist. The code looks (in 2.2.9) like this...

PHP Code:

//load config
require("./config.php");
if (
$debug != 1) {
    unset(
$showqueries);
    unset(
$explain);
}

// init db **********************
// load db class
$dbservertype strtolower($dbservertype);
$dbclassname="./db_$dbservertype.php";
require(
$dbclassname);

$DB_site=new DB_Sql_vb;

$DB_site->appname="vBulletin Control Panel";
$DB_site->appshortname="vBulletin (cp)";
$DB_site->database=$dbname;
$DB_site->server=$servername;
$DB_site->user=$dbusername;
$DB_site->password=$dbpassword;

$DB_site->connect(); 

Your instructions would mean you have 2 connect statements in the final code. Also, you have removed the debug lines and the "$dbservertype" line? What's going on?

Chris M 05-17-2003 10:54 AM

@disfitness - That was probably by accident that I removed the
Code:

$dbservertype = strtolower($dbservertype);
line...

How do you get 2 connect statements?:confused:

Satan

gmarik 05-18-2003 02:32 PM

Sounds great - but the screenshots kinda don't show nothingnew to me...

Chris M 05-18-2003 02:43 PM

Hmmm...

There isn't really much they can show other than what they do;)

Satan

monstergamer 05-23-2003 03:20 PM

if i want them to be able to un-ban or ban some one how can i do this

Chris M 05-25-2003 11:25 AM

Do you mean via vBulletin options?

Satan

monstergamer 05-25-2003 06:48 PM

Quote:

Today at 08:25 AM hellsatan said this in Post #178
Do you mean via vBulletin options?

Satan

yes i would like the co-admins to be able to ban and unban via the admin2 CP

Chris M 05-25-2003 10:56 PM

I believe there already is a hack for vBulletin options which restricts it to certain functions...

You could copy the options.php file to the admin2, then install that on that file:)

Satan


All times are GMT. The time now is 06:13 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.02094 seconds
  • Memory Usage 1,753KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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