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)
-   -   Quick List of Admins & Mods in Admin CP,,, (https://vborg.vbsupport.ru/showthread.php?t=37553)

Chris M 04-16-2002 09:00 PM

Quick List of Admins & Mods in Admin CP,,,
 
This Hack will insert a quicklist into the Admin CP of all your Mods and Admins...

At the moment, you will have to add them manually, but I hope to soon bring out a code which inputs them automatically...

See Screenshot below for the proof it works...

Satan

Chris M 04-17-2002 03:16 PM

Satan

MrLister 04-17-2002 05:52 PM

That's quite a hefty server load :) I'm surprised you were able to log in

Chris M 04-17-2002 06:25 PM

I dont know whether you are being serious or having a sick little laugh to yourself...

Either way, we are a small forum that is growing...

Satan

wooolF[RM] 04-17-2002 08:06 PM

]thanx for the hack mate! :D GJ

Floris 04-18-2002 07:14 AM

Quote:

Originally posted by hellsatan
I dont know whether you are being serious or having a sick little laugh to yourself...

Either way, we are a small forum that is growing...

Satan

Especially since it is a little forum, it is a big ass load!
Everything over 1,0 I personally consider heavy. Everything over 2.5 and I phone up the server admin. I do not think he is taking a laugh at you, and I think he was serious.

Fun hack, but .. if you have to manually add them, that is as much trouble as just clicking on usergroup > modify > list all. Maybe you can use that code in combination with the <option> .. to get the list to generate automaticly.

Erwin 04-18-2002 08:27 AM

You must be on a shared server for you to have over 4.0 server load with 10 users online. That's the most probable explanation.

Chris M 04-18-2002 04:20 PM

Oh...

Sorry m8...

I wouldnt know if it was or wasnt a large server load...

We shouldnt be on a shared server...

Our owner forked out and bought a Dedicated Server after Bandwidth troubles...

We did have over 400 members about 3 weeks ago, but CyrixWeb, our former Hosting Company, moved their software, and in the process, destroyed our old database...There wouldnt have been a problem, if they had told us the truth from the outset...They lied and said that it would be back up soon and stuff, and eventually had to tell the truth...

We had to purchase 30Gb of Bandwidth after we ran out because of all the new members, but thankfully, we are with a much more profession hosting company now...

Like I said...We were pretty big, and we got about 20 new members a day at that stage, and we would have continued to grow, had CyrixWeb not screwed up...

About the hack - I think I have developed a code, but I am not sure if it would work...

I think it is partly right, but if someone could tell me :

Here it is :

Quote:

// jump from quicklist
$goto = '';
switch($userid) {
case 'admin1': $goto = '1'; break;
case 'admin2': $goto = '2'; break;
case 'admin3': $goto = '3'; break;
case 'mod1': $goto = '11'; break;
case 'mod2': $goto = '12'; break;
}
if ($goto != '') {
if ($s) {
$sessionhash = $s;
}
header("Location: $goto.php?s=$sessionhash");
exit;
}
// end quicklist redirects
<br>

//GENERATE quicklist:
$curuserid = $userid;
makequicklist();
If its totally wrong dont laugh - I am learning php as fast as I can, and Ive only been doing it since my first hack...

Satan

Chris M 04-18-2002 05:16 PM

Well its got even higher now -

5.96, 5.10, 4.82 38 users online (17 members & 21 guests).

Is that bad?

Satan

wooolF[RM] 04-18-2002 05:32 PM

everything over 4 is not healthy...

Chris M 04-18-2002 05:38 PM

Doh!

Will the Php I posted work?

Or is it just a load of rubbish?

Satan

MrBojangle1 05-04-2002 12:09 AM

nice hate. I am gonna install it at my forum

Chris M 05-05-2002 01:32 PM

Cool...

44 Times it has been downloaded!

:eek:

Satan

Marshalus 06-05-2002 10:52 PM

Does the PHP you added work?

Chris M 06-05-2002 11:14 PM

Im not sure...

I dont think anybody has tried it...

Satan


All times are GMT. The time now is 01: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.01706 seconds
  • Memory Usage 1,740KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (15)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete