vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   vBulletin 1 (https://vborg.vbsupport.ru/showthread.php?t=140043)

Marco van Herwaarden 03-04-2007 10:56 AM

vBulletin has always been written in PHP.

harmor19 03-04-2007 11:53 AM

Quote:

Originally Posted by Marco van Herwaarden (Post 1195404)
vBulletin has always been written in PHP.

The later versions of vBulletin used there own objects such as $DB_SITE or $db to connect to mysql. Did vBulletin 1 just use "mysql_query()" as opposed to "$db->mysql_read()"?

Marco van Herwaarden 03-04-2007 12:06 PM

I really don't know. But even with vB 3.6 these internal functions will call mysql_read() etc in the end.

Chris M 03-04-2007 04:45 PM

The best person to ask about that would be John or James :)

Chris

Marco van Herwaarden 03-04-2007 05:46 PM

In vBulletin 1:
PHP Code:

$foruminfo=$DB_site->query_first("SELECT title,description,categoryid,active,daysprune,titleimage,forumtemplate,forumbittemplate,newthreadimage,headertemplate,useadvheader,footertemplate,useadvfooter,rulestemplate,allowbbcode,allowimages,allowhtml,allowsmilies FROM forum WHERE forumid=$forumid"); 

In vB Lite:
PHP Code:

$foruminfo=$DB_site->query_first("SELECT title,description,active FROM forum WHERE forumid=$forumid"); 


harmor19 03-05-2007 08:19 PM

By the standards of the time the code was written who's coding is more impressive, John's or Kier and the other developers?
When John wrote version 1 I'm sure there weren't any tutorials on the web or that many people he can ask for help.

Chris M 03-06-2007 09:19 AM

When you do a comparison between a current version of something and a much older version of something, simply saying one or the other is better is ignorance of the effort, time and difficulty involved with creating the first and the current versions...

In my opinion, neither Kier's nor John's coding is more impressive, they are both equally as valuable and incredible :)

Chris

Zachariah 03-08-2007 05:18 PM

VB1Lite was an upgrade from Post-it stick ups on my fridge.

:D - and they do not get lost !!!

Joe Gronlund 03-08-2007 06:01 PM

Quote:

Originally Posted by Zachariah (Post 1198940)
VB1Lite was an upgrade from Post-it stick ups on my fridge.

Classic :D :D


All times are GMT. The time now is 03:11 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.01639 seconds
  • Memory Usage 1,728KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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