vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Enable Debugmode just for your PC (https://vborg.vbsupport.ru/showthread.php?t=59605)

Boofo 01-11-2004 01:21 PM

Quote:

Originally Posted by Xenon
maybe i shouldn't release them next time :p

Wrong! Next answer, please. ;)

MindTrix 01-11-2004 01:24 PM

Im guessing/hoping he meant not to release the install instructions :p

Either way, Your the admin Xenon so i thought it is in my best interest not to argue with you :)

Boofo 01-11-2004 01:31 PM

Without the install instructions, there is no hack. ;)

Quick! Apologize to him before he figures out what's going on. ;)

ChuanSE 03-17-2004 01:32 PM

Hmm, it seems i have some problems with this on RC4

Quote:

vBulletin Message
Unable to add cookies, header already sent.
File: /usr/home/puredj/WWW/forums/admincp/admindebug.php
Line: 1

Xenon 03-17-2004 08:26 PM

Hmm, i cannot confirm that, it works flawless for me using RC4

make sure there is no char before the opening <?php in the named file

maybe you've installed another hack which starts output before the cookie is sent

ChuanSE 03-20-2004 11:34 AM

Quote:

Originally Posted by Xenon
maybe you've installed another hack which starts output before the cookie is sent

[high]* ChuanSE is a hack-mess :p
[/high]
i don't really find what is wrong

is there another way to enable debug mode?

Xenon 03-20-2004 06:06 PM

with a static ip, yes ;)

and i think Stadler has released a similar mod here as well

but you may try to reinstall it from the scratch, maybe it was just a little mistake.
If it doesn't work, i may have to investigate further

BarBeQue 04-01-2004 05:43 PM

Forgive me for sounding like a compleet newbie, but can someone shed some light on what the debugger will do/ show and how to add uncached template to the cache?
I couldn't find anything in the documents and on vb.com a search for uncached gave me a post saying to look at vb.org.

After installing the sidebar hack i get 1 uncached post (i use erwin's microstat's hack, which told me about the uncached template). How can solve that?

Xenon 04-01-2004 05:47 PM

the debugger is just there do give you more informations about your board (like the ammount of queries/running time or used templates and of course which of the used templates are uncached)

and to answer the offtopic thing: to precache an uncached template, you have to add it's name to the template cache array which is defined at the very beginning of each vb file

BarBeQue 04-02-2004 06:10 PM

Cool!

Well the 1 line static ip that Chen posted worked fine for me but i rather have a cookie (specially for my dyn ip co-admin).

But i can't seem to turn the debug on. Whenever i click the Toggle Debugmode i get a message saying "Debug cookie set". But it's not there.....
When i click it again i get the same message, but it it was really set the first time i should get the deleted cookie message, so it's not setting the debug mode.

In this code:
PHP Code:

require_once('./global.php');
if (
$_COOKIE['bbadmindebugcookie'] == 'enabled')
{
    
vbsetcookie('admindebugcookie'''0);
    echo 
'Debug cookie deleted';
}
else
{
    
vbsetcookie('admindebugcookie''enabled'1);
    echo 
'Debug cookie set';
}
?> 

Why is it called bbadmindebugcookie first and then admindebugcookie later? (not that changing all to bbadmindebugcookie matters/helps anything)

oh and in vb3 gold this line isn't there:
PHP Code:

if ($index !== false

instead it's:
PHP Code:

if ($index == AND $index !== false

dunno if that matters any?


All times are GMT. The time now is 03:36 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.01156 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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