Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[rellect] Debug Extra Information Details »»
[rellect] Debug Extra Information
Version: 1.1, by rellect rellect is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 5.0.0 Rating:
Released: 09-15-2012 Last Update: 02-28-2013 Installs: 15
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

========================================
Description
:
========================================

This mod
improves the build-in debug info by adding additional information which may help you as administrator, but mostly as a developer.
This mod shows you information such as: included files in the current page, list of installed products, list of hooks that used in the page and more.

/**
* This mod is for development and debugging use only!
* Use it in a test forum, not in your live one.
*/

-----
If you installed this mod and/or you want get support, please "Mark as Installed".

-----

========================================
How to install:
========================================

Step 1: Enable vBulletin's Debug
1. Open config.php that located in the root
2. Set $config['debug'] to "true"
3. Save

At this point you should see a new block in the bottom of the site.

Step 2: Install the mod
1. Upload the content of 'upload_to_root' directory to your root.
2. Make sure that Plugin/Hook System is enabled, it is disabled by default.
3. Reload your site (twice) - this mod uses the Auto-Install feature.

Auto-Install it's a feature that allows vB5 to install addons automatically after all files uploaded.
There is no need to install xml manually anymore.

/*
IF YOU FOLLOWED THE STEPS BUT THE MOD DON'T LOOKS TO BE INSTALLED,
DO THE STEPS OF THE UPGRADE PROCESS TO INSTALL THE MOD MANUALLY.
IF THAT DOESN'T HELP, PLEASE LEAVE A MESSAGE IN THE MOD'S DISCUSSION IN VB.ORG
*/

========================================
How to upgrade:
========================================

If you installed previous version of this mod, you need to do the following steps:

1. Upload the content of 'upload_to_root' directory to your root
2. Find the file "product_rellectdebug.xml" in /upload_to_root/core/packages/rellectdebug/xml
3. Go to Import Product in the admincp
4. Upload the xml

========================================
Log:
========================================

[23/08/12] 1.0 BETA 1
* First release

[29/08/12] 1.0 BETA 2
* Compatibility with 5.0.0 alpha 38
* Improvement: Called hooks shows now which product uses it and which template placed in the hook

[16/09/12] 1.0
* Compatibility with 5.0.0 beta 10

[24/09/12] 1.0.1
* Package name renamed to be lowercase - the previous name caused to problem with the auto-install for some users.

[02/03/13] 1.1
* Compatibility with 5.0.0
* New block of General Info
* Products list improved to show deleted indicator for disabled products.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 09-20-2012, 09:44 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod - useful for developers. :up:
Reply With Quote
  #3  
Old 09-21-2012, 02:54 AM
eva2000's Avatar
eva2000 eva2000 is offline
 
Join Date: Oct 2001
Location: Brisbane, Australia
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Possible to add an allowed ip whitelist setting so only displays for certain IPs (my own) ?
Reply With Quote
  #4  
Old 09-21-2012, 06:10 AM
rellect's Avatar
rellect rellect is offline
 
Join Date: May 2008
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
Great mod - useful for developers. :up:
Thanks
Quote:
Originally Posted by eva2000 View Post
Possible to add an allowed ip whitelist setting so only displays for certain IPs (my own) ?
You request is about the whole debug, or only to my additional extra debug?
Either way I believe it's possible.
I'm also going to add option to turn on debug from the mod instead from the config files.
Reply With Quote
  #5  
Old 09-24-2012, 09:04 AM
rellect's Avatar
rellect rellect is offline
 
Join Date: May 2008
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I released new update 1.0.1
The only change is package name been renamed to be lowercase - the previous name cause to problem with the auto-install for some users.

If you installed version 1.0 and it works - you can skip this update.
If you still want to update, first you should delete the previous package of the mod, and then upload the new one.
Reply With Quote
  #6  
Old 09-25-2012, 01:59 AM
eva2000's Avatar
eva2000 eva2000 is offline
 
Join Date: Oct 2001
Location: Brisbane, Australia
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RellecT View Post
Thanks

You request is about the whole debug, or only to my additional extra debug?
Either way I believe it's possible.
I'm also going to add option to turn on debug from the mod instead from the config files.
who debug + additional extra debug info
Reply With Quote
  #7  
Old 12-24-2012, 09:43 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does it work on vb5 beta 22?
On my site test it doesn't work.

Thanks

Regards
Reply With Quote
  #8  
Old 12-29-2012, 02:17 AM
rellect's Avatar
rellect rellect is offline
 
Join Date: May 2008
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Asterix_ita View Post
Does it work on vb5 beta 22?
On my site test it doesn't work.

Thanks

Regards
The latest version that this mod been tested with is beta 10, so I'm not sure if this still will work in beta22.
I probably will release updated version to support the latest vbulletin5, but it may take some time.
Reply With Quote
  #9  
Old 12-29-2012, 05:53 AM
3raq4all 3raq4all is offline
 
Join Date: Feb 2009
Location: Sweden
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default


Thank king
Reply With Quote
  #10  
Old 12-29-2012, 09:17 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:20 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.04973 seconds
  • Memory Usage 2,301KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete