home / Tourney system

Information Participants

Team: Brothers of another Mother
Tourneylogo
Teamlogo
Tourney Community RL 2v2
Teamname
Switzerland
Brothers of another Mother
Team Leader
SPG Stuuffii
Players
SPG Greenstyler
SPG Stuuffii
Leader


Tourney system powered by DOTLAN

 ------------------- 

found 253 debug messages

0.000027 - GLOBAL::include                          -> config.php
0.000131 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000159 - dotDatabase::getInstance                 -> connection: database
0.000172 - dotDatabase::__construct                 -> connection: database
0.000189 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000212 - page::getInstance                        -> do
0.000234 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000249 - dotSession::getInstance                  -> do
0.000260 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000284 - dotSession::start                        -> ---- init
0.000309 - dotSession::start                        -> start php session managment
0.630531 - dotSession::start                        -> finished php session management
0.630593 - dotSession::start                        -> check for security options
0.630615 - dotSession::start                        -> lookup ip2country
0.630640 - dotDatabase::connect                     -> dotlan.app@5.75.134.22
0.647231 - dotDatabase::select                      -> database: dotlan_database
0.655359 - dotDatabase::query                       -> SELECT `code` FROM `country_ip2code` WHERE 59075410 BETWEEN ip_from AND ip_to
0.663782 - dotSession::start                        -> update current session online user infos
0.663853 - dotDatabase::query                       -> UPDATE session SET lastactivity = 1746402654, userid = 0, site = 'https://dev.switzerlan.ch/turnier/?do=team&id=3485', host = '3.133.107.82', dns = '3.133.107.82', countrycode = '', hits = hits + 1 WHERE hash = '9ljaqma985b0ajsaggrta8l6u6'
0.669417 - dotSession::start                        -> session found in DB
0.669466 - dotSession::load_locales                 -> do
0.669513 - dotSession::load_locales                 -> chosing language for locales: en_US.UTF-8
0.669525 - dotSession::start                        -> ---- finished with session startup
0.669550 - dotSession::load_user                    -> id: 0
0.669562 - user::get_user                           -> id: >0<
0.669582 - dotDatabase::getInstance                 -> connection: database
0.669643 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.669677 - styles::load                             -> name: ><
0.669702 - styles::load                             -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.669951 - styles::activate                         -> style = 2024_switzerlan
0.670158 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.670188 - admin::getInstance                       -> do
0.670199 - dotSession::getInstance                  -> do
0.670213 - admin::__construct                       -> user_id=0
0.670224 - user::load_settings                      -> load current user settings to $global
0.670243 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.670273 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.670300 - EVENT::comming_event                     -> return
0.670316 - dotDatabase::query                       -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746402654 AND active=1 ORDER by begin ASC
0.675240 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.675303 - GLOBAL::end global.php                   -> ---------------------------------------------
0.675333 - TURNIER::main                            -> initialize 'turnier' system
0.675350 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.675406 - TURNIER::__construct                     -> init
0.675436 - TURNIER::main                            -> initialize 'turnier_teilnehmer_frontend' subsystem
0.675455 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer_frontend.php
0.675488 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.675553 - TURNIER_TEILNEHMER_FRONTEND::__construct -> init
0.675565 - TURNIER_TEILNEHMER::__construct          -> init
0.675576 - TURNIER::__construct                     -> init
0.675595 - T_TEILNEHMER::team                       -> ID: 3485
0.675605 - TURNIER_TEILNEHMER::get_teilnehmer       -> ID: 3485
0.675621 - dotDatabase::query                       -> SELECT t_teilnehmer.*, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN user ON user.id=tnleader LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE tnid='3485'
0.680901 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.680989 - dotDatabase::query                       -> SELECT user_id FROM t_teilnehmer_part WHERE tnid = 3485
0.685636 - TURNIER::get_turnier                     -> ID: 155 (db)
0.685678 - dotDatabase::query                       -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='155'
0.691056 - TURNIER::load_system                     -> Turniermodus: double
0.691157 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.691229 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.691379 - TURNIER_TEILNEHMER::get_members          -> ID: 3485
0.691403 - dotDatabase::query                       -> SELECT t_teilnehmer.tnid, t_teilnehmer_part.user_id, user.nick, user.clan, CONCAT(user.vorname,' ',user.nachname) AS realname, user.vorname, user.nachname, user.countrycode, country_code2name.name AS countryname, IF( t_teilnehmer_part.user_id = t_teilnehmer.tnleader, 1, 0 ) AS is_leader, user.geb, user.avatar, sitz_block, sitz_id, sitz_nr FROM t_teilnehmer RIGHT JOIN t_teilnehmer_part ON t_teilnehmer.tnid = t_teilnehmer_part.tnid LEFT JOIN event_teilnehmer ON t_teilnehmer_part.user_id = event_teilnehmer.user_id AND event_teilnehmer.event_id = 15 LEFT JOIN user ON t_teilnehmer_part.user_id = user.id LEFT JOIN country_code2name ON country_code2name.code=user.countrycode WHERE t_teilnehmer.tnid = 3485
0.697745 - HTML::encode                             -> ...
0.697780 - dotDatabase::query                       -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
0.703317 - dotDatabase::query                       -> SELECT codetag, codereplacement, twoparams FROM html_code
0.707704 - HTML::encode                             -> replace run 1
0.707877 - HTML::template                           -> template: >turnier_team_show<
0.708198 - dotDatabase::query                       -> SELECT COUNT(*) FROM t_contest WHERE tid=155
0.712860 - HTML::template                           -> template: >user_profile_inner_bit3<
0.713183 - HTML::template                           -> template: >user_profile_inner_bit3<
0.713248 - HTML::template                           -> template: >user_profile_innerlist<
0.713356 - TURNIER::get_system                      -> return tournamentsystem class
0.713380 - TURNIERSYTEM_DOUBLE::__construct         -> init
0.713389 - TURNIER_TREE::__construct                -> init
0.713398 - TURNIER::__construct                     -> init
0.713420 - TURNIER::get_turnier                     -> ID: 155 (cache)
0.713507 - TURNIER_TREE::load_contests              -> loading from db
0.713539 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.713602 - CACHE::get                               -> cache: >turnier_155::contests< not found
0.713619 - dotDatabase::query                       -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=155 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.721320 - CACHE::set                               -> cache: >turnier_155::contests< with ttl:3600
0.721979 - TURNIER_TREE::check_timeouts             -> check for contest timeouts in TID 155
0.722017 - TURNIER::main                            -> initialize 'turnier_teilnehmer' subsystem
0.722032 - TURNIER_TEILNEHMER::__construct          -> init
0.722042 - TURNIER::__construct                     -> init
0.722059 - TURNIER_TEILNEHMER::check_teilnehmer     -> user: 2735 tid: 155
0.722079 - dotDatabase::query                       -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=155 AND user_id=2735
0.726866 - TURNIER_TREE::load_contests              -> load cache
0.726925 - TURNIER::load_players_info               -> loading from db
0.726992 - CACHE::get                               -> cache: >turnier_155::players_info< not found
0.727015 - dotDatabase::query                       -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=15 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=155
0.746309 - CACHE::set                               -> cache: >turnier_155::players_info< with ttl:3600
0.746850 - TURNIER::main                            -> initialize 'turnier_verlauf' subsystem
0.746895 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.746957 - TURNIER::__construct                     -> init
0.746978 - TURNIER::get_turnier                     -> ID: 155 (cache)
0.747026 - TURNIER_VERLAUF::contest_list            -> turnier_mytourneys_contest_list
0.747044 - TURNIER::is_admin                        -> user_id: 0
0.747058 - admin::getInstance                       -> do
0.747090 - admin::hasRight                          -> check for adminright: >0:0 & 4096< FALSE
0.747357 - HTML::template                           -> template: >turnier_mytourneys_contest_list_bit<
0.747623 - HTML::template                           -> template: >turnier_mytourneys_contest_list_bit<
0.747731 - HTML::template                           -> template: >turnier_mytourneys_contest_list_bit<
0.747789 - HTML::template                           -> template: >turnier_mytourneys_contest_list<
0.747899 - HTML::template                           -> template: >user_profile<
0.747994 - TURNIER::shortbar                        -> display
0.748053 - dotDatabase::query                       -> SELECT tname, tid, tg.name AS group_name, tgroupid FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tadultsonly=0 AND tactive=1 AND teventid=15 ORDER by tg.name ASC, tname ASC
0.753406 - TURNIER::is_admin                        -> user_id: 0
0.753440 - admin::getInstance                       -> do
0.753469 - admin::hasRight                          -> check for adminright: >0:0 & 4096< FALSE
0.753487 - HTML::template                           -> template: >turnier_shortbar<
0.753818 - GLOBAL::end userspace                    -> ---------------------------------------------
0.753832 - PAGE::render                             -> start rendering page layout
0.753841 - USER::check_for_new_messages             -> return
0.753856 - dotSession::getInstance                  -> do
0.753899 - PAGE::get_boxes                          -> -------- side=left
0.753925 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
0.753956 - PAGE::get_boxes                          -> -------- call: left::menu_main
0.753970 - CBOX::menu                               -> generate Menu Box >menu<
0.753987 - HTML::template                           -> template: >box_menu_bit<
0.754056 - HTML::template                           -> template: >box_menu_bit<
0.754072 - HTML::template                           -> template: >box_menu_bit<
0.754085 - HTML::template                           -> template: >box_menu_bit<
0.754097 - HTML::template                           -> template: >box_menu_bit<
0.754108 - HTML::template                           -> template: >box_menu_bit<
0.754120 - HTML::template                           -> template: >box_menu_bit<
0.754132 - HTML::template                           -> template: >box_menu<
0.754193 - HTML::template_exists                    -> search: >page_box_left< == 1
0.754218 - HTML::template                           -> template: >page_box_left<
0.754310 - PAGE::get_boxes                          -> -------- call: left::menu_party
0.754331 - CBOX::menu                               -> generate Menu Box >party<
0.754360 - HTML::template                           -> template: >box_menu_bit<
0.754387 - HTML::template                           -> template: >box_menu_bit<
0.754411 - HTML::template                           -> template: >box_menu_bit<
0.754435 - HTML::template                           -> template: >box_menu_bit<
0.754458 - HTML::template                           -> template: >box_menu_bit<
0.754482 - HTML::template                           -> template: >box_menu_bit<
0.754505 - HTML::template                           -> template: >box_menu_bit<
0.754529 - HTML::template                           -> template: >box_menu_bit<
0.754612 - HTML::template                           -> template: >box_menu_bit<
0.754627 - HTML::template                           -> template: >box_menu_bit<
0.754660 - HTML::template                           -> template: >box_menu_bit<
0.754683 - HTML::template                           -> template: >box_menu_bit<
0.754702 - HTML::template                           -> template: >box_menu<
0.754761 - HTML::template_exists                    -> search: >page_box_left< == 1
0.754783 - HTML::template                           -> template: >page_box_left<
0.754805 - PAGE::get_boxes                          -> -------- call: left::menu_login
0.754814 - CBOX::menu                               -> generate Menu Box >login<
0.754825 - HTML::template                           -> template: >box_menu_bit<
0.754838 - HTML::template                           -> template: >box_menu_bit<
0.754850 - HTML::template                           -> template: >box_menu<
0.754877 - HTML::template_exists                    -> search: >page_box_left< == 1
0.754892 - HTML::template                           -> template: >page_box_left<
0.754910 - PAGE::get_boxes                          -> -------- ignore: left::menu_user
0.754915 - PAGE::get_boxes                          -> -------- call: left::search
0.754924 - CBOX::template                           -> generate Box with >box_suchen< as template
0.754930 - HTML::template                           -> template: >box_suchen<
0.754997 - HTML::template_exists                    -> search: >page_box_left< == 1
0.755011 - HTML::template                           -> template: >page_box_left<
0.755044 - PAGE::get_boxes                          -> -------- call: left::banner
0.755068 - CACHE::get                               -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
0.755078 - dotDatabase::query                       -> SELECT * FROM sponsoren_groups WHERE id=3
0.759413 - dotDatabase::query                       -> SELECT * FROM sponsoren WHERE group_id=3 AND active=1 AND ( restricted=0 OR ( restricted=1 AND begin < NOW() AND end > NOW())) ORDER by display_order ASC
0.764164 - HTML::encode                             -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
0.764330 - HTML::encode                             -> replace run 1
0.764395 - HTML::template                           -> template: >box_banner_bit<
0.764564 - HTML::encode                             -> www.egames.ch...
0.764661 - HTML::encode                             -> replace run 1
0.764718 - HTML::encode                             -> replace run 2
0.764768 - HTML::template                           -> template: >box_banner_bit<
0.764794 - HTML::template                           -> template: >box_banner<
0.764874 - CACHE::set                               -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
0.764991 - HTML::template_exists                    -> search: >page_box_left< == 1
0.765029 - HTML::template                           -> template: >page_box_left<
0.765086 - PAGE::get_boxes                          -> -------- side=right
0.765108 - PAGE::get_boxes                          -> -------- call: right::news
0.765129 - CBOX::news                               -> generate Box
0.765150 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
0.765193 - NEWS::load_news                          -> load news data
0.765220 - CACHE::get                               -> cache: >news::stats_switzerlan2024< not found
0.765262 - dotDatabase::query                       -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
0.769631 - dotDatabase::query                       -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
0.774325 - dotDatabase::query                       -> SELECT UNIX_TIMESTAMP(news_post.dateline) FROM news_post WHERE active = 1 AND dateline > NOW() AND section_id IN (16) ORDER by dateline ASC LIMIT 1
0.779293 - CACHE::set                               -> cache: >news::stats_switzerlan2024< with ttl:3600
0.779453 - CACHE::get                               -> cache: >news::news_switzerlan2024_limit5_page0< not found
0.779467 - NEWS::load_news                          -> ... from database
0.779499 - dotDatabase::query                       -> SELECT news_post.id AS id, news_post.headline, news_post.content, news_post.short, news_post.user_id, news_post.encode, UNIX_TIMESTAMP(news_post.dateline) AS date_unix, news_post.comments, news_post.section_id, news_section.name AS section_name, news_section.short AS section_short, news_section.urlshort AS section_url, news_section.template, user.nick, user.vorname, user.nachname, user.countrycode FROM news_post LEFT JOIN news_section ON news_post.section_id = news_section.id LEFT JOIN user ON user.id = news_post.user_id WHERE news_post.active = 1 AND news_post.dateline <= NOW() AND news_post.section_id IN (16) ORDER by news_post.dateline DESC LIMIT 0,5
0.788494 - HTML::encodeCms                          -> 
0.788986 - HTML::encode                             -> This year we’re facing a couple of logistical challenges. ...
0.789201 - HTML::encode                             -> replace run 1
0.789264 - HTML::encodeCms                          -> 
0.789284 - HTML::encode                             -> We are pleased to announce that SwitzerLAN is back and you c...
0.789330 - HTML::encode                             -> replace run 1
0.789367 - CACHE::set                               -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
0.789558 - HTML::template                           -> template: >box_news_bit<
0.789706 - HTML::template                           -> template: >box_news_bit<
0.789734 - HTML::template                           -> template: >box_news<
0.789839 - HTML::template_exists                    -> search: >page_box_right< == 1
0.789876 - HTML::template                           -> template: >page_box_right<
0.789956 - PAGE::get_boxes                          -> -------- call: right::party
0.789977 - CBOX::party                              -> generate Box
0.790000 - EVENT::short_event                       -> id >27<
0.790012 - EVENT::getevent                          -> id >27<
0.790029 - dotDatabase::query                       -> SELECT events.id, active, invite, password, events.name, anzahl, preis, konto, kontocheck, UNIX_TIMESTAMP(kontocheck) AS kontocheck_unix, event_location.name AS location, event_location.zip AS plz, event_location.city AS ort, event_location.street AS strasse, event_location.countrycode, location_id, map_template, allow_signoff, voraussetzung, minalter, turnier, netzwerk, weiteres, banner, UNIX_TIMESTAMP(begin) AS begin, UNIX_TIMESTAMP(end) AS end, UNIX_TIMESTAMP(signupbegin) AS sgbegin, UNIX_TIMESTAMP(signupend) AS sgend, UNIX_TIMESTAMP(seatreservebegin) AS seatbegin, UNIX_TIMESTAMP(seatreserveend) AS seatend, seatimage, UNIX_TIMESTAMP(canceled) AS canceled, archiv_gallery, archiv_media FROM events LEFT JOIN event_location ON event_location.id=location_id WHERE events.id=27 AND active=1
0.795329 - CACHE::get                               -> cache: >event_27::stats< not found
0.795359 - dotDatabase::query                       -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
0.803886 - dotDatabase::query                       -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
0.810849 - CACHE::set                               -> cache: >event_27::stats< with ttl:3600
0.811031 - HTML::template                           -> template: >box_event<
0.811286 - HTML::template_exists                    -> search: >page_box_right< == 1
0.811330 - HTML::template                           -> template: >page_box_right<
0.811364 - PAGE::get_boxes                          -> -------- call: right::forum
0.811382 - CBOX::forum                              -> generate forum box
0.811394 - CBOX::forum_load_threads                 -> load data
0.811420 - CACHE::get                               -> cache: >forum::topthreads< not found
0.811439 - dotDatabase::query                       -> SELECT t.title, t.lastposter, t.fv_id, t.threadid, t.lastposttime AS stamp, UNIX_TIMESTAMP(t.lastposttime) AS lastposttime, m.forumid AS forumid, m.title AS forumtitle, m.private AS private, m.priv_access AS priv_access, t.replies, t.ext, SUBSTRING(pagetext, 1, 190) AS preview FROM forum_thread AS t LEFT JOIN forum_main AS m ON t.forumid=m.forumid LEFT JOIN forum_post AS p ON t.threadid=p.threadid AND t.lastposttime=p.dateline WHERE t.invisible=0 AND m.show_latest=1 AND t.show_latest=1 ORDER by t.lastposttime DESC LIMIT 20
0.819723 - CACHE::set                               -> cache: >forum::topthreads< with ttl:3600
0.820125 - CBOX::forum_threads                      -> list all threads in array
0.820162 - FORUM::thread_lastvisit                  -> threadid: array ( 0 => 302, 1 => 301, 2 => 300, 3 => 299, 4 => 297, 5 => 298, 6 => 296, 7 => 295, 8 => 293, 9 => 294, 10 => 282, 11 => 287, 12 => 292, 13 => 290, 14 => 291, 15 => 289, 16 => 288, 17 => 283, 18 => 286, 19 => 285, )
0.820202 - admin::getInstance                       -> do
0.820278 - HTML::template                           -> template: >box_forum_bit<
0.820429 - HTML::template                           -> template: >box_forum_bit<
0.820479 - HTML::template                           -> template: >box_forum_bit<
0.820533 - HTML::template                           -> template: >box_forum_bit<
0.820579 - HTML::template                           -> template: >box_forum_bit<
0.820625 - HTML::template                           -> template: >box_forum_bit<
0.820655 - HTML::template                           -> template: >box_forum<
0.820761 - HTML::template_exists                    -> search: >page_box_right< == 1
0.820797 - HTML::template                           -> template: >page_box_right<
0.820842 - PAGE::get_boxes                          -> -------- call: right::vote
0.820864 - CBOX::vote                               -> generate Box
0.820878 - dotDatabase::query                       -> SELECT v_id, UNIX_TIMESTAMP(v_ende) AS v_ende FROM vote_main WHERE v_start < NOW() AND v_ende > NOW() AND v_active=1 AND v_top=1 ORDER by v_start DESC
0.825236 - HTML::template                           -> template: >box_vote_nocurrent<
0.825435 - HTML::template_exists                    -> search: >page_box_right< == 1
0.825475 - HTML::template                           -> template: >page_box_right<
0.825513 - PAGE::get_boxes                          -> -------- call: right::buddylist
0.825533 - CBOX::buddylist                          -> generate Box
0.825565 - HTML::template                           -> template: >box_buddylist_msg<
0.825625 - HTML::template                           -> template: >box_buddylist<
0.825709 - HTML::template_exists                    -> search: >page_box_right< == 1
0.825734 - HTML::template                           -> template: >page_box_right<
0.825763 - PAGE::get_boxes                          -> -------- call: right::online
0.825778 - CBOX::online                             -> generate Box
0.825790 - HTML::template                           -> template: >box_online<
0.825873 - HTML::template_exists                    -> search: >page_box_right< == 1
0.825899 - HTML::template                           -> template: >page_box_right<
0.825944 - PAGE::render                             -> final
0.825955 - PAGE::renderTemplate                     -> page
0.825966 - dotSession::getInstance                  -> do
0.825984 - PAGE::getHead                            -> return
0.825992 - dotSession::getInstance                  -> do
0.826143 - HTML::template                           -> template: >page<
0.826727 - PAGE::render_template                    -> final

PHP Includes   : 24
DB Queries     : 25
Rendering Time : 0.828794

Includes PHP Files: 
 - /var/www/html/swilan-dev/2024/www/turnier/index.php
 - /var/www/html/swilan-dev/2024/www/global.php
 - /var/www/html/swilan-dev/2024/www/includes/class.dotCommon.php
 - /var/www/html/swilan-dev/2024/www/config.php
 - /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
 - /var/www/html/swilan-dev/2024/www/includes/class.page.php
 - /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
 - /var/www/html/swilan-dev/2024/www/includes/class.user.php
 - /var/www/html/swilan-dev/2024/www/includes/class.styles.php
 - /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
 - /var/www/html/swilan-dev/2024/www/includes/class.admin.php
 - /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
 - /var/www/html/swilan-dev/2024/www/includes/class.event.php
 - /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer_frontend.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
 - /var/www/html/swilan-dev/2024/www/includes/class.html.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
 - /var/www/html/swilan-dev/2024/www/includes/class.cache.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
 - /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
 - /var/www/html/swilan-dev/2024/www/includes/class.news.php