vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Invisable users? (https://vborg.vbsupport.ru/showthread.php?t=39744)

sneakyc2e 06-12-2002 03:12 AM

Invisable users?
 
Is there a hack or a way to make all users visible? Sorry if this is common knowledge. I am new to this but having a blast!

Thanks!
S

:eek:

Admin 06-12-2002 05:15 AM

[sql]UPDATE user SET invisible=0;[/sql]

sneakyc2e 06-12-2002 01:18 PM

where do i locate that string make a change to it?
and thanks for you help!

S

Xenon 06-12-2002 01:27 PM

you habe to run this query per phpmyadmin

sneakyc2e 06-12-2002 01:33 PM

Do i have to install php admin?
If so where do I get it?
Thanks!
S

Xenon 06-12-2002 01:38 PM

normally it is preinstalled by your hostingprovider, if not you can find it here:
http://www.phpmyadmin.org

or you can simply install this hack and run the query from your adminc-cp:
https://vborg.vbsupport.ru/showthrea...threadid=26272

sneakyc2e 06-12-2002 05:58 PM

I could not find this in my admin/index.php

<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable">
<?php maketableheader("Options"); ?>
</table>
<a href="options.php?s=<?php echo $session[sessionhash]; ?>&action=options"> Change options </a>
</td></tr>

S

Chris M 06-12-2002 06:40 PM

That isnt the php code for admin/index.php as far as my index.php file goes...:confused:

You need to find this :

PHP Code:

<?php
// *************************************************
makenavoption("vBulletin Options","options.php?t=0","<br>");
if(
$debug==1) {
    
makenavoption("Edit Settings","setting.php?action=modify","<br>");
    
makenavoption("Add Setting","setting.php?action=add","<br>");
    
makenavoption("Add Setting Group","setting.php?action=addgroup");
}
makenavselect("Options","<hr>");

and add underneath :

PHP Code:

makenavoption("Run SQL Query""query.php?t=0");
makenavselect("Database Maintanence");
// ************************************************* 

Satan

Xenon 06-12-2002 07:24 PM

yeah, the index.php has had some changes from 2.0.x to 2.2.x

make what hellsatan told ya :)


All times are GMT. The time now is 07:07 AM.

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.01115 seconds
  • Memory Usage 1,729KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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