vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Logging (https://vborg.vbsupport.ru/showthread.php?t=3198)

09-14-2000 09:04 AM

I am planning to write a hack for my vBulletin that will generate a log file of activity on the forums e.g. every time someone posts I single line will be written to a file with posters name, forum, time, thread etc, so I can then run anaysis on it.

What I would like to know is if anyone else has already done this, before I write it myself!

09-14-2000 12:44 PM

I would think that 'information' is already in the database.

You should probably only have to write something that simply queries the database for the info you want.

That way, you run the report only when you want it, you can control the parameters (dates, forums, etc). The great thing about having everything in MySQL is that it is all DATA, ready to run a report for analysis anytime you want.

Having a log file created would just be useless redundancy redundancy.

09-14-2000 12:46 PM

Hmm yes but there are certain environment variables such as browser type etc that I would like to capture that are not in the database!

09-15-2000 07:02 AM

Having thought about that further though. I wonder would there be difficulties using text files. It is fine when one user writes to the file, but what happens in PHP when a user attempts to open a file for writing when another user already has the file open??


All times are GMT. The time now is 07:11 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.00971 seconds
  • Memory Usage 1,706KB
  • 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)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