vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Total Post Count... Realtime (https://vborg.vbsupport.ru/showthread.php?t=74793)

uReside.com 01-21-2005 06:37 AM

Total Post Count... Realtime
 
I'm looking for a realtime post counter that i can put on my home page that turns numbers or changes numbers for the total amount of posts on my entire board, as their posting.

I want to watch it count.

Guy G 01-21-2005 06:44 AM

Quote:

Originally Posted by uReside.com
I'm looking for a realtime post counter that i can put on my home page that turns numbers or changes numbers for the total amount of posts on my entire board, as their posting.

I want to watch it count.

You could do that by parsing a query every sevrel seconds(still not real time)...
Other thing which might be better is to calculate the posts pre minute basis and have a JS script incrementing by that....

To be honest with you it wont give you much.

uReside.com 01-21-2005 06:47 AM

i think i need a vocabulary lesson on parsing and query, i've read on here and see it mentioned quite alot.

Colin F 01-21-2005 08:54 AM

Quote:

Originally Posted by uReside.com
i think i need a vocabulary lesson on parsing and query, i've read on here and see it mentioned quite alot.

A query is actually a different word for question. Queries are also database commands.
A MySQL query would for example be:
[sql]SELECT * FROM user WHERE userid = 1[/sql]

Here's the definition for parse: http://dictionary.reference.com/search?q=parse
Nr. 4 would be used mostly here:
Quote:

Originally Posted by dictionary.com
4. Computer Science. To analyze or separate (input, for example) into more easily processed components.



All times are GMT. The time now is 06:51 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.01179 seconds
  • Memory Usage 1,717KB
  • 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_quote_printable
  • (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