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)

Chris M 12-19-2002 10:42 AM

Nope;)

I must do:)

Satan

John 01-03-2003 11:08 PM

The instructions for this hack are impossible :(

Sometimes you refer to the files just as they are, e.g. "index.php", and sometimes with directories, e.g. "/admin2/filename.php" - you never stick with one system, so I don't know which files to edit :(

Chris M 01-03-2003 11:17 PM

Sorry...Unless I state /admin/, assume it is /admin2/:)

Satan

John 01-03-2003 11:18 PM

Thanks for the quick reply :)

John 01-03-2003 11:28 PM

Also there's a mistake in the instructions - search the txt file for

Code:

ismoderator,canpublicevent,,canpublicedit,canthreadrate,cantrackpm
(Note the double comma)

John 01-03-2003 11:38 PM

Also, in vB 2.2.9:


Find:
Code:

//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;

In vB 2.2.9 you won't be able to find that bit of code. The config.php part is higher up in the file.

John 01-04-2003 12:14 AM

And it doesn't work!! :'(

Trying to log in at forum/admin2 - and it just takes me back to admin2/index.php :S

Chris M 01-04-2003 12:42 PM

Firstly - There is such a thing as an "edit" button;)

Secondly - I explained about this and vB 2.2.9 - This was not originally designed to work with 2.2.9, as this pre-dates the vBulletin XSS Fix era...I have tried to fix it;)

Thirdly - It does work - See on my site: http://www.darkblazes.com/forums/hackcp/ (i designed it for a hack i released, then had to close it due to people editing the hack stuff)

Fourthly - I will try and help you as best I can...

Satan

Chris M 01-04-2003 12:51 PM

This version should be compatible with vB 2.2.9...I am not 100% sure, but in theory & on my board it works:)

Download it below!

Satan

Bison 01-04-2003 06:55 PM

Using vb2.2.9 and it works fine for me ...

Thanks Satan!

John 01-04-2003 07:00 PM

Quote:

Originally posted by hellsatan
Firstly - There is such a thing as an "edit" button;)

Secondly - I explained about this and vB 2.2.9 - This was not originally designed to work with 2.2.9, as this pre-dates the vBulletin XSS Fix era...I have tried to fix it;)

Thirdly - It does work - See on my site: http://www.darkblazes.com/forums/hackcp/ (i designed it for a hack i released, then had to close it due to people editing the hack stuff)

Fourthly - I will try and help you as best I can...

Satan

lol, sorry - my vBulletin etiquette has been getting sloppy of late...

Great hack, I got it working in the end - my mistake was creating a "Lesser Admin" group before I had actually uploaded the code... :(

I didn't like the idea of my lesser admins being able to add smilies - knowing them they would add 500x400 sized pictures of historian's heads, so I got rid of a lot of things - instead I added IP & Email banning features from options.php. :D

Chris M 01-04-2003 10:46 PM

Ok cool:)

Glad it works;)

Satan

Mystis 01-05-2003 04:06 AM

Awesome idea for a hack hellsatan, I'm going to write something close to this on my own so it fits more with my forums. Thanks for the idea!

Chris M 01-05-2003 09:52 AM

Lol your welcome Mystis:)

Satan

hamed 01-05-2003 03:17 PM

A very nice hack. Thank you.

Chris M 01-08-2003 05:34 PM

Your welcome hamed:)

Satan

bigZ0r 01-08-2003 11:35 PM

sweet hack, just what I have been looking for :D

good work! :cool:

Chris M 01-09-2003 07:39 PM

Thanks:)

Satan

Sweet Cheeks 01-15-2003 06:21 PM

I just wanted to let you know again how much I appreciate you working in this for all of us. I Love it, its been a huge help :D

Chris M 01-17-2003 04:55 PM

You are welcome Julie:)

Glad it's useful;):)

Satan

Xyphen 01-24-2003 01:32 AM

hellsatan, very nice hack, just wanted to ask something. Will you make a vbhacker version of it for vbulletin 2.2.9? Also, can you make this another modification, that the head admins can allow the lesser admins which options they should have? Like, say they can't edit users, but they can edit templates, or they can't edit usergroups but they can edit users, all that should be allowed to be changed from the Head Admins Control Panel? If possible, please consider it..

Xyphen 01-24-2003 03:11 PM

Heh, Nevermind my last post, I made some modifications and gave the Lesser Admin some more options which cannot affect the head admins :) and cannot harm the boards in anyway..

I want to thank you for taking some time out and helping out newsbies like myself to protect our boards, thank you very much hellsatan!! ;)

Chris M 01-24-2003 06:54 PM

No problems AVio 07:)

Satan

ego 01-28-2003 01:09 PM

I installed this Hack with the instruktions at the top of the Threat.
Version 1.4
Now I have

Quote:

Parse error: parse error, unexpected $ in /www/htdocs/huppe/forum/admin2/global.php on line 271

Fatal error: Call to undefined function: adminlog() in /www/htdocs/huppe/forum/admin2/index.php on line 7
and i down now what i`m doing wrong!

Is here sombody woh can fix my great Problem?



oI use vb 2.2.9 vb

I have read all in this threat but nothing work!

grml

ego 02-03-2003 01:44 PM

can sombody help me?

ego 02-03-2003 02:26 PM

in the global.php:

there stand the following:

$url=ereg_replace("\\?s=[a-z0-9]{32}","",$url);

and in the index.php

adminlog();

geniuscrew 02-03-2003 04:27 PM

I dunno, but whenever someone makes such types of hacks, why do they all leave out the ability for mods to change other peoples avatars?

I am looking for a hack which does this, and since you seem to have the one with the most features, can you please possibly implement this too? It would be so great

Thanks in advance.

emuchina 02-20-2003 11:49 AM

Dose this hack file work fine in VBB 2.3.0 ?

Chris M 02-20-2003 03:13 PM

@ego - Can you please post the code around line 271 in admin2/global.php here;)

@geniuscrew - Well...They can update avatars, as long as they are Co-Admins, and you copy the user.php file from the /admin/ folder, with the changes I suggested made to the copy (if you arent sure what they are, just read my "Total Admin Security" hack)...If you are looking for this ability for moderators, you might want to try Xenon's "Mods can edit Users" hack...

@emuchina - I haven't tested it on vB2.3.0, but I don't see any reason why it wouldn't - I will download a new version of vB2.3.0, and test it on my local board, and see if it does:)

Satan

geniuscrew 03-10-2003 02:11 PM

Thanks for the tips satan :)

Chris M 03-11-2003 06:21 PM

Your welcome:)

Satan

Mickie D 03-26-2003 09:35 AM

i am having problems with this .... it is a gr8 hack just what i wanted :)

i think i have hacked it correctly i go over hacks alot ... but there is always room for error

ok my problem is that when i try to log in the lesser admin2 index.php it says "You are either not a valid administrator or have not logged in"

i have set it so my super mods are lesser cp admins .... and i also added my admin group to it just incase

i cant log in with my admin pass or with my test super mod !!!

can you tell me what i am doing wrong ... i run vb 2.2.9

thanks for your help i have another question but i will wait untill i can log in first !!

Mickie D 03-26-2003 11:19 AM

i had a user group problem :)

fixed it :)

but why cant normal admins log in there ????

Ayatollah 03-26-2003 06:33 PM

Awesome! Thanks alot.

Mickie D 03-28-2003 06:17 PM

how comes when i click the remove user i can remove an admin no matter even if i add his userid to the

if ($userid==X) {
echo "<p>You cannot delete this Admin.</p>";
cpfooter();
exit;
}

???? can anyone help if i try to change him in anyway then it wont allow me to but if i use the remove userlink in the useful links section PFFF GONE

please help i cant use this until i fix it :(

Mickie D 04-02-2003 10:23 AM

*BUMP

Mickie D 04-04-2003 08:02 AM

is this hack still being supported ???

??????

soccerclue 04-22-2003 02:45 PM

Hi, I found that Lesser Admin does not have all the options that Admin have in Control Panel. Should I copy all the files from admin to admin2 directory. And then, copy again all modified files to admin2? Can it work? Is there any other way so that I don't have to duplicate same files? Please help me. Thanks.

Chris M 04-23-2003 07:54 PM

@MickieD - I don't have time to offer full-time support - It takes a few days for me to get here and read the posts and reply;)

Firstly, what file are you adding the remove protection code to?

Secondly, what part of the file are you adding it to?

Thirdly, you have to enable Admins to be able to access it in the usergroup file, otherwise they will be treated as an un-wanted user, and wont be able to login...

@soccerclue - If you mean modified user.php files, then you can copy the file to the admin2 directory, then apply the changes I suggested!:)

I only included instructions for a few of the admin files - If you want them to be able to do more, you can upload the files to the admin2 directory, and add them to the admin2/index.php file:)

Satan

monstergamer 04-23-2003 11:48 PM

not all the links in the co-admin work after i got it installed
some work and other dont


All times are GMT. The time now is 02:58 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.01502 seconds
  • Memory Usage 1,811KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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