Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)

Reply
 
Thread Tools Display Modes
  #1  
Old 05-06-2004, 11:23 PM
Isotope Isotope is offline
 
Join Date: Mar 2004
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Can someone make an Activity Log hack?

You know what I miss from the old-style BBS's? The activity logs! I would love it if someone made a Log system for vB 3.01!!!

I'm talking about something that would be completely date and time stamped and show the following stuff:


1. Logins

Username
User ID
Date
Time
IP Address
Alternate IP, if behind a proxy that indicates the IP behind it


2. Logoffs

Username
User ID
Date
Time
IP Address
Alternate IP, if behind a proxy that indicates the IP behind it
Indicate whether this was a Manual Logoff, or a Timed Out Session.


3. New Threads

Username
User ID
Date
Time
IP Address
Alternate IP, if behind a proxy that indicates the IP behind it
Thread ID
Thread Name
SubForum ID it was posted in
SubForum Name it was posted in


4. New Posts

Username
User ID
Date
Time
IP Address
Alternate IP, if behind a proxy that indicates the IP behind it
Thread ID
Thread Name
SubForum ID it was posted in
SubForum Name it was posted in
Post ID


5. Edited Posts

Username
User ID
Date
Time
IP Address
Alternate IP, if behind a proxy that indicates the IP behind it
Thread ID
Thread Name
SubForum ID it was posted in
SubForum Name it was posted in
Post ID



This hack can either append all of the data to a Text File, or if there is better performance by having it put all of this into the database, than that's fine too.

However, although not necessary - I'm sure some people would find it convenient if there was a way to configure which of the five items listed above will actually be logged. Some people might only need/want Login/Logoff information, while others might want the full shebang. This can either be configured via Text File, Database Entry, or simply the hack instructions clearly indicating what parts to put in for what functionality.


So, how does all of this sound? Does this sound like something that other people would like to have as well?

Is someone willing to take a stab at it?
Reply With Quote
  #2  
Old 05-21-2004, 08:24 PM
Isotope Isotope is offline
 
Join Date: Mar 2004
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No one else wants this? I'm honestly surprised!
Reply With Quote
  #3  
Old 11-05-2004, 08:24 PM
mtha's Avatar
mtha mtha is offline
 
Join Date: Jul 2002
Location: US
Posts: 775
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Isotope
You know what I miss from the old-style BBS's? The activity logs! I would love it if someone made a Log system for vB 3.01!!!

I'm talking about something that would be completely date and time stamped and show the following stuff:


1. Logins

Username
User ID
Date
Time
IP Address
Alternate IP, if behind a proxy that indicates the IP behind it


2. Logoffs

Username
User ID
Date
Time
IP Address
Alternate IP, if behind a proxy that indicates the IP behind it
Indicate whether this was a Manual Logoff, or a Timed Out Session.


3. New Threads

Username
User ID
Date
Time
IP Address
Alternate IP, if behind a proxy that indicates the IP behind it
Thread ID
Thread Name
SubForum ID it was posted in
SubForum Name it was posted in


4. New Posts

Username
User ID
Date
Time
IP Address
Alternate IP, if behind a proxy that indicates the IP behind it
Thread ID
Thread Name
SubForum ID it was posted in
SubForum Name it was posted in
Post ID


5. Edited Posts

Username
User ID
Date
Time
IP Address
Alternate IP, if behind a proxy that indicates the IP behind it
Thread ID
Thread Name
SubForum ID it was posted in
SubForum Name it was posted in
Post ID

I'd love to see this hack to be released.

database structure would be:

Code:
TABLE activitylog

FIELD
activitylogid int(10)
userid int(10)
dateline int(10)
script varchar(250)
action varchar(250)
forumid int(10)
threadid int(10)
postid int(10)
extrainfo varchar(250)
ipaddress  varchar(25)
proxyipaddress varchar(25)
useragenr varchar(250)
This can work like adminlog, moderatorlog, or sessions

I sometime want to suspect some "to be watched" one, so if the log is too big (for big forums), I just want to log activity for some given userid (that given in config or somewhere)
Reply With Quote
  #4  
Old 11-06-2004, 10:21 PM
Borgs8472 Borgs8472 is offline
 
Join Date: Apr 2004
Posts: 924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<supports this hack>
Reply With Quote
  #5  
Old 06-13-2005, 06:28 AM
Apco25Guy Apco25Guy is offline
 
Join Date: Jun 2005
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would love this hack too
Reply With Quote
  #6  
Old 06-13-2005, 12:50 PM
COBRAws's Avatar
COBRAws COBRAws is offline
 
Join Date: Oct 2002
Location: Buenos Aires
Posts: 864
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

me too! /me votes
Reply With Quote
  #7  
Old 07-29-2005, 03:39 PM
SomeoneYouKnow SomeoneYouKnow is offline
 
Join Date: Jun 2005
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been scouring the forums for something like this too
Reply With Quote
  #8  
Old 07-29-2005, 04:15 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, I would be interested in a hack like this. Can anyone make something like it?
Reply With Quote
  #9  
Old 07-29-2005, 04:43 PM
Biker_GA Biker_GA is offline
 
Join Date: Oct 2004
Location: Where my hat is
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I, too, have needed something like this. Not for all members, but something I can turn on for a specific user.
Reply With Quote
  #10  
Old 07-31-2005, 02:03 AM
MThornback MThornback is offline
 
Join Date: Apr 2005
Location: Canada
Posts: 388
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Biker_GA
I, too, have needed something like this. Not for all members, but something I can turn on for a specific user.
Same goes for me...my boards seem to attract multi's....anything that can be made to sniff them out i'll use
Reply With Quote
Reply

Thread Tools
Display Modes

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 04:44 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.04439 seconds
  • Memory Usage 2,247KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)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
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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