vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   I'm going to attempt the impossible (https://vborg.vbsupport.ru/showthread.php?t=85843)

Tony G 01-02-2003 11:05 PM

Mmmm low querie numbers. :)

filburt1 01-03-2003 02:33 AM

I leave you tonight with:
Quote:

Ending output buffering...
Defining presettings...
Connecting to database...
Loading settings...
Caching templates...
Startup complete (0.0103 sec, 2 queries)
--------------------------------------------------------------------------------
testsetting (): Edit
Value: settings work...still


--------------------------------------------------------------------------------
Closing db connection...
Shutdown completed (0.0007)
Total Elapsed: 0.0161 sec; queries: 3
Tomorrow the template engine gets a backend interface :)

Creative210 01-03-2003 03:34 AM

Much luck with your project in hand Filbert1. :)

filburt1 01-03-2003 04:11 PM

It's really fast to boot up, now!
Code:

Ending output buffering...Done
Defining presettings...Done
Connecting to database...Done
Loading settings...1 loaded
Startup complete (0.0094 sec, 1 queries)

:D

filburt1 01-03-2003 05:25 PM

Yay! This is the result of the fully-template-driven output:
Quote:

Ending output buffering...Done
Defining presettings...Done
Connecting to database...Done
Loading settings...1 loaded
Caching templates...4 cached
Startup complete (0.0116 sec, 2 queries)
--------------------------------------------------------------------------------
Begin forumbits:

The First Forum (Subject says all.) with 0 threads and 0 posts
The second forum (Again!) with 0 threads and 0 posts

End forumbits
--------------------------------------------------------------------------------
Closing db connection...
Shutdown completed (0.0013)
Total Elapsed: 0.0162 sec; queries: 3
*drool*

filburt1 01-03-2003 06:06 PM

That's a big query:
Quote:

SELECT f.id AS id, f.title AS title, f.description AS description,
COUNT(DISTINCT p.threadid) AS threadcount, COUNT(p.id) AS postcount FROM forums f, posts p WHERE p.forumid = f.id GROUP BY p.forumid
This is actually a really fun project, you should try it sometime. Just don't think big.

Rufus69 01-03-2003 11:55 PM

SWEET!

me and my staff are making Paradox Vision (a forum system o_o) if ya need any help just call me ;)

ps. I can help with forum graphics and you can have my skinning script if ya want it o_o

filburt1 01-04-2003 12:00 AM

Templates and graphics will be one of the last things I'll do, I need to fully write the backend first :)

Rufus69 01-04-2003 12:55 AM

cool I can help if ya need me though :)

filburt1 01-04-2003 01:02 AM

Sounds good :)


All times are GMT. The time now is 01:04 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.01276 seconds
  • Memory Usage 1,734KB
  • 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)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete