vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Thread Killer (https://vborg.vbsupport.ru/showthread.php?t=75226)

Viruseater 01-27-2005 12:11 PM

Thread Killer
 
I had an idea about this a year or so ago, and never did more than just search for it.

I came up empty handed. Anyway, here's what I'm looking for.

Thread Killer is a report based on the last poster in all threads. meaning who is the single person that kills the most threads.

I don't know where to even start with this, but i'm getting tons of requests about it now. I mentioned it back in early December, but never found anything.

Any ideas?

Reeve of shinra 01-27-2005 12:43 PM

LOL !!! That would be amusing to see.

Viruseater 01-27-2005 01:07 PM

yeah i think it'd be a hit actually. The thing is, the data is already there, it just needs to build a report on it.

I don't konw MySQL enough to do it. But I'm sure someone here does.

Marco van Herwaarden 01-27-2005 01:28 PM

[sql]SELECT lastposter, count(*) AS numberlastpost FROM thread
GROUP BY lastposter
ORDER BY numberlastpost DESC
LIMIT 10;
[/sql]

Viruseater 01-27-2005 01:59 PM

Perfect. Thank you!

That's interesting too. I was surprised.

After looking through the results I see a definite issue.

it's blind call, so it doesn't take into account how many posts a person has. I wonder how hard it would be to figure out the posts to killed threads ratio. Does that make sense? it would be much more accurate then. but I'm guessing that wouldn't be as easy. Although again, the data is all there so I spose it's just a matter of how to pull it.

I really appreciate the help..


All times are GMT. The time now is 12:34 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.00958 seconds
  • Memory Usage 1,708KB
  • 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
  • (5)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