home / Tourney system

Information Participants

Team: Team HEIST
Tourneylogo
Teamlogo
Tourney Counter-Strike: Global Offensive 5 on 5
Teamname
Team HEIST
Team Leader
uNglaubLich_
Homepage https://www.facebook.com/heistat
Description
We are a Counter-Strike: Global Offensive Team from Austria competeting in Leagues like ESEA or ESL and on many local LAN-Tournaments.
Players
uNglaubLich_
Leader
dodo
Delayer
InstinktAT
domEYYY


Tourney system powered by DOTLAN

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

found 257 debug messages

0.000029 - GLOBAL::include                          -> config.php
0.000439 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000472 - dotDatabase::getInstance                 -> connection: database
0.000485 - dotDatabase::__construct                 -> connection: database
0.000502 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000522 - page::getInstance                        -> do
0.000537 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000552 - dotSession::getInstance                  -> do
0.000563 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000589 - dotSession::start                        -> ---- init
0.000616 - dotSession::start                        -> start php session managment
0.000741 - dotSession::start                        -> finished php session management
0.000748 - dotSession::start                        -> save user and host information to new session_array
0.000757 - dotSession::start                        -> check for security options
0.001411 - dotSession::start                        -> lookup ip2country
0.001439 - dotDatabase::connect                     -> dotlan.app@5.75.134.22
0.022533 - dotDatabase::select                      -> database: dotlan_database
0.030233 - dotDatabase::query                       -> SELECT `code` FROM `country_ip2code` WHERE 51366824 BETWEEN ip_from AND ip_to
0.037862 - dotSession::start                        -> update current session online user infos
0.037904 - dotDatabase::query                       -> UPDATE session SET lastactivity = 1746412347, userid = 0, site = 'https://dev.switzerlan.ch/turnier/?do=team&id=431', host = '3.15.203.168', dns = 'ec2-3-15-203-168.us-east-2.compute.amazonaws.com', countrycode = '', hits = hits + 1 WHERE hash = 'mbsje8kij79u4ar6r8fshgpjp7'
0.042004 - dotSession::start                        -> no session found in db == insert new db sesssion
0.042076 - dotDatabase::query                       -> INSERT INTO `session`SET hash = 'mbsje8kij79u4ar6r8fshgpjp7', lastactivity = 1746412347, userid = 0, site = 'https://dev.switzerlan.ch/turnier/?do=team&id=431', referer = '', useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', host = '3.15.203.168', dns = 'ec2-3-15-203-168.us-east-2.compute.amazonaws.com', countrycode = '', hits = 1
0.047315 - dotSession::load_locales                 -> do
0.047376 - dotSession::load_locales                 -> chosing language for locales: en_US.UTF-8
0.047389 - dotSession::start                        -> ---- finished with session startup
0.047412 - dotSession::load_user                    -> id: 0
0.047423 - user::get_user                           -> id: >0<
0.047440 - dotDatabase::getInstance                 -> connection: database
0.047501 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.047549 - styles::load                             -> name: ><
0.047580 - styles::load                             -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.047836 - styles::activate                         -> style = 2024_switzerlan
0.048042 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.048070 - admin::getInstance                       -> do
0.048079 - dotSession::getInstance                  -> do
0.048090 - admin::__construct                       -> user_id=0
0.048100 - user::load_settings                      -> load current user settings to $global
0.048117 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.048148 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.048178 - EVENT::comming_event                     -> return
0.048195 - dotDatabase::query                       -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746412347 AND active=1 ORDER by begin ASC
0.052482 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.052543 - GLOBAL::end global.php                   -> ---------------------------------------------
0.052572 - TURNIER::main                            -> initialize 'turnier' system
0.052589 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.052642 - TURNIER::__construct                     -> init
0.052658 - TURNIER::main                            -> initialize 'turnier_teilnehmer_frontend' subsystem
0.052676 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer_frontend.php
0.052720 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.052791 - TURNIER_TEILNEHMER_FRONTEND::__construct -> init
0.052802 - TURNIER_TEILNEHMER::__construct          -> init
0.052809 - TURNIER::__construct                     -> init
0.052829 - T_TEILNEHMER::team                       -> ID: 431
0.052837 - TURNIER_TEILNEHMER::get_teilnehmer       -> ID: 431
0.052852 - 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='431'
0.057722 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.057789 - dotDatabase::query                       -> SELECT user_id FROM t_teilnehmer_part WHERE tnid = 431
0.061833 - TURNIER::get_turnier                     -> ID: 32 (db)
0.061871 - 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='32'
0.066274 - TURNIER::load_system                     -> Turniermodus: group
0.066326 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
0.066588 - TURNIER_TEILNEHMER::get_members          -> ID: 431
0.066606 - 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 = 3 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 = 431
0.071385 - HTML::encode                             -> We are a Counter-Strike: Global Offensive Team from Austria ...
0.071425 - dotDatabase::query                       -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
0.076527 - dotDatabase::query                       -> SELECT codetag, codereplacement, twoparams FROM html_code
0.080514 - HTML::encode                             -> replace run 1
0.080618 - HTML::template                           -> template: >turnier_team_show<
0.080805 - dotDatabase::query                       -> SELECT COUNT(*) FROM t_contest WHERE tid=32
0.084798 - HTML::template                           -> template: >user_profile_inner_bit3<
0.084974 - HTML::template                           -> template: >user_profile_inner_bit3<
0.085020 - HTML::template                           -> template: >user_profile_innerlist<
0.085090 - TURNIER::get_system                      -> return tournamentsystem class
0.085110 - TURNIERSYSTEM_GROUP::__construct         -> init
0.085119 - TURNIER::__construct                     -> init
0.085139 - TURNIER::get_turnier                     -> ID: 32 (cache)
0.085250 - TURNIERSYSTEM_GROUP::load_contests       -> loading from db
0.085274 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.085313 - CACHE::get                               -> cache: >turnier_32::contests< not found
0.085327 - dotDatabase::query                       -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=32 GROUP by t_contest.tcid
0.090601 - CACHE::set                               -> cache: >turnier_32::contests< with ttl:3600
0.091092 - TURNIERSYSTEM_GROUP::check_timeouts      -> check for contest timeouts in TID 32
0.091117 - TURNIER::main                            -> initialize 'turnier_teilnehmer' subsystem
0.091127 - TURNIER_TEILNEHMER::__construct          -> init
0.091133 - TURNIER::__construct                     -> init
0.091145 - TURNIER_TEILNEHMER::check_teilnehmer     -> user: 1297 tid: 32
0.091156 - dotDatabase::query                       -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=32 AND user_id=1297
0.095360 - dotDatabase::query                       -> SELECT row FROM t_contest WHERE team_a=431 OR team_b=431 LIMIT 1
0.099564 - TURNIERSYSTEM_GROUP::load_contests       -> loading from db
0.099614 - CACHE::get                               -> cache: >turnier_32::contests< not found
0.099769 - dotDatabase::query                       -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=32 GROUP by t_contest.tcid
0.104935 - CACHE::set                               -> cache: >turnier_32::contests< with ttl:3600
0.106844 - TURNIER::load_players_info               -> loading from db
0.106865 - CACHE::get                               -> cache: >turnier_32::players_info< not found
0.106879 - 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=3 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=32
0.124830 - CACHE::set                               -> cache: >turnier_32::players_info< with ttl:3600
0.125435 - TURNIER::main                            -> initialize 'turnier_verlauf' subsystem
0.125469 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.125626 - TURNIER::__construct                     -> init
0.125646 - TURNIER::get_turnier                     -> ID: 32 (cache)
0.125695 - TURNIER_VERLAUF::contest_list            -> turnier_mytourneys_contest_list
0.125716 - TURNIER::is_admin                        -> user_id: 0
0.125729 - admin::getInstance                       -> do
0.125757 - admin::hasRight                          -> check for adminright: >0:0 & 4096< FALSE
0.125896 - HTML::template                           -> template: >turnier_mytourneys_contest_list_bit<
0.126083 - HTML::template                           -> template: >turnier_mytourneys_contest_list_bit<
0.126175 - HTML::template                           -> template: >turnier_mytourneys_contest_list_bit<
0.126226 - HTML::template                           -> template: >turnier_mytourneys_contest_list<
0.126297 - HTML::template                           -> template: >user_profile<
0.126359 - TURNIER::shortbar                        -> display
0.126403 - 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=3 ORDER by tg.name ASC, tname ASC
0.131273 - TURNIER::is_admin                        -> user_id: 0
0.131307 - admin::getInstance                       -> do
0.131334 - admin::hasRight                          -> check for adminright: >0:0 & 4096< FALSE
0.131350 - HTML::template                           -> template: >turnier_shortbar<
0.131806 - GLOBAL::end userspace                    -> ---------------------------------------------
0.131823 - PAGE::render                             -> start rendering page layout
0.131835 - USER::check_for_new_messages             -> return
0.131853 - dotSession::getInstance                  -> do
0.131898 - PAGE::get_boxes                          -> -------- side=left
0.131927 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
0.131965 - PAGE::get_boxes                          -> -------- call: left::menu_main
0.131982 - CBOX::menu                               -> generate Menu Box >menu<
0.132006 - HTML::template                           -> template: >box_menu_bit<
0.132118 - HTML::template                           -> template: >box_menu_bit<
0.132145 - HTML::template                           -> template: >box_menu_bit<
0.132169 - HTML::template                           -> template: >box_menu_bit<
0.132193 - HTML::template                           -> template: >box_menu_bit<
0.132218 - HTML::template                           -> template: >box_menu_bit<
0.132252 - HTML::template                           -> template: >box_menu_bit<
0.132275 - HTML::template                           -> template: >box_menu<
0.132361 - HTML::template_exists                    -> search: >page_box_left< == 1
0.132392 - HTML::template                           -> template: >page_box_left<
0.132456 - PAGE::get_boxes                          -> -------- call: left::menu_party
0.132470 - CBOX::menu                               -> generate Menu Box >party<
0.132490 - HTML::template                           -> template: >box_menu_bit<
0.132515 - HTML::template                           -> template: >box_menu_bit<
0.132539 - HTML::template                           -> template: >box_menu_bit<
0.132563 - HTML::template                           -> template: >box_menu_bit<
0.132587 - HTML::template                           -> template: >box_menu_bit<
0.132610 - HTML::template                           -> template: >box_menu_bit<
0.132634 - HTML::template                           -> template: >box_menu_bit<
0.132657 - HTML::template                           -> template: >box_menu_bit<
0.132681 - HTML::template                           -> template: >box_menu_bit<
0.132704 - HTML::template                           -> template: >box_menu_bit<
0.132727 - HTML::template                           -> template: >box_menu_bit<
0.132751 - HTML::template                           -> template: >box_menu_bit<
0.132774 - HTML::template                           -> template: >box_menu<
0.132817 - HTML::template_exists                    -> search: >page_box_left< == 1
0.132841 - HTML::template                           -> template: >page_box_left<
0.132872 - PAGE::get_boxes                          -> -------- call: left::menu_login
0.132884 - CBOX::menu                               -> generate Menu Box >login<
0.132902 - HTML::template                           -> template: >box_menu_bit<
0.132926 - HTML::template                           -> template: >box_menu_bit<
0.132948 - HTML::template                           -> template: >box_menu<
0.132990 - HTML::template_exists                    -> search: >page_box_left< == 1
0.133016 - HTML::template                           -> template: >page_box_left<
0.133045 - PAGE::get_boxes                          -> -------- ignore: left::menu_user
0.133055 - PAGE::get_boxes                          -> -------- call: left::search
0.133068 - CBOX::template                           -> generate Box with >box_suchen< as template
0.133079 - HTML::template                           -> template: >box_suchen<
0.133181 - HTML::template_exists                    -> search: >page_box_left< == 1
0.133208 - HTML::template                           -> template: >page_box_left<
0.133239 - PAGE::get_boxes                          -> -------- call: left::banner
0.133264 - CACHE::get                               -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
0.133274 - dotDatabase::query                       -> SELECT * FROM sponsoren_groups WHERE id=3
0.137267 - 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.141611 - HTML::encode                             -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
0.141764 - HTML::encode                             -> replace run 1
0.141831 - HTML::template                           -> template: >box_banner_bit<
0.141980 - HTML::encode                             -> www.egames.ch...
0.142065 - HTML::encode                             -> replace run 1
0.142112 - HTML::encode                             -> replace run 2
0.142152 - HTML::template                           -> template: >box_banner_bit<
0.142174 - HTML::template                           -> template: >box_banner<
0.142240 - CACHE::set                               -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
0.142348 - HTML::template_exists                    -> search: >page_box_left< == 1
0.142386 - HTML::template                           -> template: >page_box_left<
0.142432 - PAGE::get_boxes                          -> -------- side=right
0.142451 - PAGE::get_boxes                          -> -------- call: right::news
0.142468 - CBOX::news                               -> generate Box
0.142487 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
0.142528 - NEWS::load_news                          -> load news data
0.142558 - CACHE::get                               -> cache: >news::stats_switzerlan2024< not found
0.142592 - dotDatabase::query                       -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
0.146690 - dotDatabase::query                       -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
0.150972 - 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.155109 - CACHE::set                               -> cache: >news::stats_switzerlan2024< with ttl:3600
0.155270 - CACHE::get                               -> cache: >news::news_switzerlan2024_limit5_page0< not found
0.155284 - NEWS::load_news                          -> ... from database
0.155320 - 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.164611 - HTML::encodeCms                          -> 
0.165003 - HTML::encode                             -> This year we’re facing a couple of logistical challenges. ...
0.165244 - HTML::encode                             -> replace run 1
0.165313 - HTML::encodeCms                          -> 
0.165340 - HTML::encode                             -> We are pleased to announce that SwitzerLAN is back and you c...
0.165381 - HTML::encode                             -> replace run 1
0.165419 - CACHE::set                               -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
0.166535 - HTML::template                           -> template: >box_news_bit<
0.166676 - HTML::template                           -> template: >box_news_bit<
0.166705 - HTML::template                           -> template: >box_news<
0.166819 - HTML::template_exists                    -> search: >page_box_right< == 1
0.166858 - HTML::template                           -> template: >page_box_right<
0.166933 - PAGE::get_boxes                          -> -------- call: right::party
0.166954 - CBOX::party                              -> generate Box
0.166973 - EVENT::short_event                       -> id >27<
0.166981 - EVENT::getevent                          -> id >27<
0.167011 - 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.171509 - CACHE::get                               -> cache: >event_27::stats< not found
0.171536 - dotDatabase::query                       -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
0.178411 - dotDatabase::query                       -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
0.185040 - CACHE::set                               -> cache: >event_27::stats< with ttl:3600
0.185616 - HTML::template                           -> template: >box_event<
0.185883 - HTML::template_exists                    -> search: >page_box_right< == 1
0.185937 - HTML::template                           -> template: >page_box_right<
0.185991 - PAGE::get_boxes                          -> -------- call: right::forum
0.186016 - CBOX::forum                              -> generate forum box
0.186031 - CBOX::forum_load_threads                 -> load data
0.186068 - CACHE::get                               -> cache: >forum::topthreads< not found
0.186119 - 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.195148 - CACHE::set                               -> cache: >forum::topthreads< with ttl:3600
0.195354 - CBOX::forum_threads                      -> list all threads in array
0.195376 - 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.195400 - admin::getInstance                       -> do
0.195472 - HTML::template                           -> template: >box_forum_bit<
0.195627 - HTML::template                           -> template: >box_forum_bit<
0.195679 - HTML::template                           -> template: >box_forum_bit<
0.195734 - HTML::template                           -> template: >box_forum_bit<
0.195780 - HTML::template                           -> template: >box_forum_bit<
0.195828 - HTML::template                           -> template: >box_forum_bit<
0.195858 - HTML::template                           -> template: >box_forum<
0.195965 - HTML::template_exists                    -> search: >page_box_right< == 1
0.196000 - HTML::template                           -> template: >page_box_right<
0.196036 - PAGE::get_boxes                          -> -------- call: right::vote
0.196054 - CBOX::vote                               -> generate Box
0.196067 - 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.200283 - HTML::template                           -> template: >box_vote_nocurrent<
0.200539 - HTML::template_exists                    -> search: >page_box_right< == 1
0.200591 - HTML::template                           -> template: >page_box_right<
0.200631 - PAGE::get_boxes                          -> -------- call: right::buddylist
0.200651 - CBOX::buddylist                          -> generate Box
0.200683 - HTML::template                           -> template: >box_buddylist_msg<
0.200757 - HTML::template                           -> template: >box_buddylist<
0.200862 - HTML::template_exists                    -> search: >page_box_right< == 1
0.200892 - HTML::template                           -> template: >page_box_right<
0.200928 - PAGE::get_boxes                          -> -------- call: right::online
0.200949 - CBOX::online                             -> generate Box
0.200962 - HTML::template                           -> template: >box_online<
0.201068 - HTML::template_exists                    -> search: >page_box_right< == 1
0.201099 - HTML::template                           -> template: >page_box_right<
0.201145 - PAGE::render                             -> final
0.201156 - PAGE::renderTemplate                     -> page
0.201222 - dotSession::getInstance                  -> do
0.201246 - PAGE::getHead                            -> return
0.201256 - dotSession::getInstance                  -> do
0.201417 - HTML::template                           -> template: >page<
0.203060 - PAGE::render_template                    -> final

PHP Includes   : 23
DB Queries     : 28
Rendering Time : 0.206971

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_group.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