vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   A few hacks I can't find. (https://vborg.vbsupport.ru/showthread.php?t=54443)

sebastian406 06-17-2003 04:36 PM

A few hacks I can't find.
 
I few of these hacks, I had previously installed, but now I can't seem to find them. I know all these hacks are here (somewhere), so it's not really a request.

These are the hacks I'm looking for:
-This hack adds [New Thread] beside all forums on the main page.
-This adds an banned users link at the bottom on the main forum. There are a list of all the banned users, why and for how long.
-Not sure if I'll use this one, but it adds an Admin CP or Mod CP link to the bottom on the page, depending on your status.
-And the server status hack.


If you know the URL or even the name of any of these, please let me know. Thanks a lot. :)

sebastian406 06-18-2003 04:48 PM

Bump.. anyone?

Buczilla 06-19-2003 03:21 AM

I could use the Admin CP/ Mod CP link one... so I'll bump it

It's gotta be something like (I really don't know any php... but)

PHP Code:

if {userlevel_$admin}
then 

thanks for any help anyone :)

EvilLS1 06-19-2003 04:30 AM

Code:


if ($bbuserinfo[usergroupid]==6) {
//admins
$adminpanel = "<a href=\"admin/index.php\">Administration Panel</a><br>";
} else if (($bbuserinfo[usergroupid] ==5) || ($bbuserinfo[usergroupid] ==7)) {
//mods and super mods
$adminpanel = "<a href=\"mod/index.php\">Moderation Panel</a><br>";
} else {
//everyone else
$adminpanel = "";
}



All times are GMT. The time now is 03:26 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.00961 seconds
  • Memory Usage 1,712KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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