home / User details of Strobey



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

found 458 debug messages

0.000032 - GLOBAL::include                      -> config.php
0.000182 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000217 - dotDatabase::getInstance             -> connection: database
0.000236 - dotDatabase::__construct             -> connection: database
0.000259 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000285 - page::getInstance                    -> do
0.000307 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000330 - dotSession::getInstance              -> do
0.000347 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000379 - dotSession::start                    -> ---- init
0.000414 - dotSession::start                    -> start php session managment
0.893648 - dotSession::start                    -> finished php session management
0.893683 - dotSession::start                    -> check for security options
0.893702 - dotSession::start                    -> lookup ip2country
0.893724 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.910458 - dotDatabase::select                  -> database: dotlan_database
0.918669 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 59557461 BETWEEN ip_from AND ip_to
0.927131 - dotSession::start                    -> update current session online user infos
0.927208 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746421058, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1785', host = '3.140.198.85', dns = '3.140.198.85', countrycode = '', hits = hits + 1 WHERE hash = 'haclipn1gii2etdvkp8qlshlk7'
0.932661 - dotSession::start                    -> session found in DB
0.932714 - dotSession::load_locales             -> do
0.932764 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.932776 - dotSession::start                    -> ---- finished with session startup
0.932803 - dotSession::load_user                -> id: 0
0.932815 - user::get_user                       -> id: >0<
0.932837 - dotDatabase::getInstance             -> connection: database
0.932912 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.932956 - styles::load                         -> name: ><
0.932984 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.933247 - styles::activate                     -> style = 2024_switzerlan
0.933429 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.933455 - admin::getInstance                   -> do
0.933466 - dotSession::getInstance              -> do
0.933480 - admin::__construct                   -> user_id=0
0.933490 - user::load_settings                  -> load current user settings to $global
0.933583 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.933622 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.933655 - EVENT::comming_event                 -> return
0.933674 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746421058 AND active=1 ORDER by begin ASC
0.938361 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.938447 - GLOBAL::end global.php               -> ---------------------------------------------
0.938471 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.938575 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.938613 - user::get_user                       -> id: >1785<
0.938634 - dotDatabase::getInstance             -> connection: database
0.938659 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1785 ORDER by id DESC
0.943599 - USER_FUNCTIONS::display_details      -> id:1785
0.943705 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.943780 - GLOBAL::include                      -> custom.user.php
0.944154 - HTML::template                       -> template: >user_profile_inner_bit4<
0.944356 - dotDatabase::query                   -> SELECT zahl_typ, sitz_nr, sitz_id, sitz_block AS block, event_id, events.name, UNIX_TIMESTAMP(events.begin) AS begin, UNIX_TIMESTAMP(events.end) AS end FROM event_teilnehmer LEFT JOIN events ON event_teilnehmer.event_id=events.id WHERE user_id=1785 AND active=1 ORDER by events.begin DESC
0.949427 - EVENT::load_event_status             -> load event_status to $this
0.949461 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.954332 - HTML::template                       -> template: >user_profile_inner_bit4<
0.954508 - HTML::template                       -> template: >user_profile_inner_bit4<
0.954650 - HTML::template                       -> template: >user_profile_inner_bit4<
0.954733 - HTML::template                       -> template: >user_profile_inner_bit4<
0.954809 - HTML::template                       -> template: >user_profile_inner_bit4<
0.954884 - HTML::template                       -> template: >user_profile_inner_bit4<
0.954957 - HTML::template                       -> template: >user_profile_inner_bit4<
0.955030 - HTML::template                       -> template: >user_profile_inner_bit4<
0.955080 - HTML::template                       -> template: >user_profile_innerlist<
0.955222 - HTML::template                       -> template: >user_profile_inner_bit3<
0.955300 - dotDatabase::query                   -> SELECT t_turnier.tid, t_turnier.tname, t_turnier.tlogo, t_turnier.topen, t_turnier.tclosed, t_turnier.tplaytype, t_teilnehmer.loser, t_teilnehmer.rankpos, events.id AS event_id, events.name AS event_name, UNIX_TIMESTAMP(events.begin) AS event_begin, UNIX_TIMESTAMP(events.end) AS event_end, t_turnier.c_contests AS contests, t_teilnehmer_part.user_id FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid LEFT JOIN t_turnier ON t_teilnehmer.tid=t_turnier.tid LEFT JOIN events ON t_turnier.teventid=events.id WHERE t_turnier.tactive=1 AND t_teilnehmer_part.user_id=1785 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.991720 - HTML::template                       -> template: >user_profile_inner_bit1<
0.991934 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.991998 - TURNIER::__construct                 -> init
0.992049 - HTML::template                       -> template: >user_profile_inner_bit3<
0.992121 - HTML::template                       -> template: >user_profile_inner_bit1<
0.992148 - HTML::template                       -> template: >user_profile_inner_bit3<
0.992325 - HTML::template                       -> template: >user_profile_inner_bit1<
0.992361 - HTML::template                       -> template: >user_profile_inner_bit3<
0.992404 - HTML::template                       -> template: >user_profile_inner_bit3<
0.992444 - HTML::template                       -> template: >user_profile_inner_bit1<
0.992466 - HTML::template                       -> template: >user_profile_inner_bit3<
0.992503 - HTML::template                       -> template: >user_profile_inner_bit3<
0.992542 - HTML::template                       -> template: >user_profile_inner_bit1<
0.992572 - TURNIER::get_turnier                 -> ID: 96 (db)
0.992583 - 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='96'
0.997179 - TURNIER::load_system                 -> Turniermodus: double
0.997240 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.997298 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.997401 - TURNIER::get_system                  -> return tournamentsystem class
0.997411 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.997417 - TURNIER_TREE::__construct            -> init
0.997423 - TURNIER::__construct                 -> init
0.997436 - TURNIER::get_turnier                 -> ID: 96 (cache)
0.997477 - TURNIER_TREE::load_contests          -> loading from db
0.997490 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.997571 - CACHE::get                           -> cache: >turnier_96::contests< not found
0.997584 - 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=96 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.003531 - CACHE::set                           -> cache: >turnier_96::contests< with ttl:3600
1.003930 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 96
1.003965 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.003994 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
1.004042 - TURNIER_TEILNEHMER::__construct      -> init
1.004049 - TURNIER::__construct                 -> init
1.004060 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1785 tid: 96
1.004073 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=96 AND user_id=1785
1.008588 - TURNIER_TREE::load_contests          -> load cache
1.008638 - TURNIER::load_players_info           -> loading from db
1.008686 - CACHE::get                           -> cache: >turnier_96::players_info< not found
1.008707 - 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=8 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=96
1.022028 - CACHE::set                           -> cache: >turnier_96::players_info< with ttl:3600
1.022641 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.022698 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
1.022780 - TURNIER::__construct                 -> init
1.022805 - TURNIER::get_turnier                 -> ID: 96 (cache)
1.022874 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.022897 - TURNIER::is_admin                    -> user_id: 0
1.022909 - admin::getInstance                   -> do
1.022938 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.023058 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.023323 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.023424 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.023483 - HTML::template                       -> template: >turnier_profile_contest_list<
1.023613 - HTML::template                       -> template: >user_profile_inner_bit3<
1.023736 - HTML::template                       -> template: >user_profile_inner_bit1<
1.023802 - TURNIER::get_turnier                 -> ID: 75 (db)
1.023816 - 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='75'
1.028644 - TURNIER::load_system                 -> Turniermodus: double
1.028691 - TURNIER::get_system                  -> return tournamentsystem class
1.028714 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.028727 - TURNIER_TREE::__construct            -> init
1.028738 - TURNIER::__construct                 -> init
1.028760 - TURNIER::get_turnier                 -> ID: 75 (cache)
1.028826 - TURNIER_TREE::load_contests          -> loading from db
1.028878 - CACHE::get                           -> cache: >turnier_75::contests< not found
1.028893 - 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=75 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.036094 - CACHE::set                           -> cache: >turnier_75::contests< with ttl:3600
1.037127 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 75
1.037162 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.037177 - TURNIER_TEILNEHMER::__construct      -> init
1.037188 - TURNIER::__construct                 -> init
1.037204 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1785 tid: 75
1.037222 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=75 AND user_id=1785
1.041921 - TURNIER_TREE::load_contests          -> load cache
1.041980 - TURNIER::load_players_info           -> loading from db
1.042044 - CACHE::get                           -> cache: >turnier_75::players_info< not found
1.042065 - 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=7 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=75
1.055845 - CACHE::set                           -> cache: >turnier_75::players_info< with ttl:3600
1.056737 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.056773 - TURNIER::__construct                 -> init
1.056797 - TURNIER::get_turnier                 -> ID: 75 (cache)
1.056852 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.056872 - TURNIER::is_admin                    -> user_id: 0
1.056882 - admin::getInstance                   -> do
1.056914 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.056998 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.057128 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.057228 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.057307 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.057383 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.057456 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.057630 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.057695 - HTML::template                       -> template: >turnier_profile_contest_list<
1.057761 - HTML::template                       -> template: >user_profile_inner_bit3<
1.057883 - HTML::template                       -> template: >user_profile_inner_bit1<
1.057937 - TURNIER::get_turnier                 -> ID: 69 (db)
1.057951 - 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='69'
1.063480 - TURNIER::load_system                 -> Turniermodus: double
1.063518 - TURNIER::get_system                  -> return tournamentsystem class
1.063534 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.063546 - TURNIER_TREE::__construct            -> init
1.063556 - TURNIER::__construct                 -> init
1.063574 - TURNIER::get_turnier                 -> ID: 69 (cache)
1.063620 - TURNIER_TREE::load_contests          -> loading from db
1.063668 - CACHE::get                           -> cache: >turnier_69::contests< not found
1.063682 - 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=69 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.069965 - CACHE::set                           -> cache: >turnier_69::contests< with ttl:3600
1.070646 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 69
1.070681 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.070696 - TURNIER_TEILNEHMER::__construct      -> init
1.070707 - TURNIER::__construct                 -> init
1.070725 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1785 tid: 69
1.070743 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=69 AND user_id=1785
1.075271 - TURNIER_TREE::load_contests          -> load cache
1.075329 - TURNIER::load_players_info           -> loading from db
1.075380 - CACHE::get                           -> cache: >turnier_69::players_info< not found
1.075402 - 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=6 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=69
1.087003 - CACHE::set                           -> cache: >turnier_69::players_info< with ttl:3600
1.087418 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.087440 - TURNIER::__construct                 -> init
1.087459 - TURNIER::get_turnier                 -> ID: 69 (cache)
1.087502 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.087524 - TURNIER::is_admin                    -> user_id: 0
1.087537 - admin::getInstance                   -> do
1.087572 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.087701 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.087838 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.088067 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.088161 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.088256 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.088308 - HTML::template                       -> template: >turnier_profile_contest_list<
1.088379 - HTML::template                       -> template: >user_profile_inner_bit3<
1.088491 - HTML::template                       -> template: >user_profile_inner_bit3<
1.088564 - HTML::template                       -> template: >user_profile_inner_bit1<
1.088613 - TURNIER::get_turnier                 -> ID: 61 (db)
1.088627 - 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='61'
1.093412 - TURNIER::load_system                 -> Turniermodus: double
1.093456 - TURNIER::get_system                  -> return tournamentsystem class
1.093474 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.093486 - TURNIER_TREE::__construct            -> init
1.093502 - TURNIER::__construct                 -> init
1.093621 - TURNIER::get_turnier                 -> ID: 61 (cache)
1.093700 - TURNIER_TREE::load_contests          -> loading from db
1.093751 - CACHE::get                           -> cache: >turnier_61::contests< not found
1.093767 - 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=61 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.099608 - CACHE::set                           -> cache: >turnier_61::contests< with ttl:3600
1.099833 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 61
1.099853 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.099862 - TURNIER_TEILNEHMER::__construct      -> init
1.099869 - TURNIER::__construct                 -> init
1.099880 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1785 tid: 61
1.099892 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=61 AND user_id=1785
1.104349 - TURNIER_TREE::load_contests          -> load cache
1.104392 - TURNIER::load_players_info           -> loading from db
1.104442 - CACHE::get                           -> cache: >turnier_61::players_info< not found
1.104462 - 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=5 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=61
1.114877 - CACHE::set                           -> cache: >turnier_61::players_info< with ttl:3600
1.115166 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.115186 - TURNIER::__construct                 -> init
1.115205 - TURNIER::get_turnier                 -> ID: 61 (cache)
1.115248 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.115267 - TURNIER::is_admin                    -> user_id: 0
1.115278 - admin::getInstance                   -> do
1.115305 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.115390 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.115515 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.115619 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.115705 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.115755 - HTML::template                       -> template: >turnier_profile_contest_list<
1.115820 - HTML::template                       -> template: >user_profile_inner_bit3<
1.115975 - TURNIER::get_turnier                 -> ID: 54 (db)
1.116000 - 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='54'
1.120935 - TURNIER::load_system                 -> Turniermodus: group
1.121000 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
1.121246 - TURNIER::get_system                  -> return tournamentsystem class
1.121265 - TURNIERSYSTEM_GROUP::__construct     -> init
1.121275 - TURNIER::__construct                 -> init
1.121294 - TURNIER::get_turnier                 -> ID: 54 (cache)
1.121353 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.121381 - CACHE::get                           -> cache: >turnier_54::contests< not found
1.121396 - 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=54 GROUP by t_contest.tcid
1.126626 - CACHE::set                           -> cache: >turnier_54::contests< with ttl:3600
1.126904 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 54
1.126933 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.126948 - TURNIER_TEILNEHMER::__construct      -> init
1.126958 - TURNIER::__construct                 -> init
1.126974 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1785 tid: 54
1.126991 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=54 AND user_id=1785
1.131750 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=853 OR team_b=853 LIMIT 1
1.136652 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.136730 - CACHE::get                           -> cache: >turnier_54::contests< not found
1.136785 - 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=54 GROUP by t_contest.tcid
1.141931 - CACHE::set                           -> cache: >turnier_54::contests< with ttl:3600
1.142271 - TURNIER::load_players_info           -> loading from db
1.142337 - CACHE::get                           -> cache: >turnier_54::players_info< not found
1.142370 - 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=5 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=54
1.150136 - CACHE::set                           -> cache: >turnier_54::players_info< with ttl:3600
1.150389 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.150409 - TURNIER::__construct                 -> init
1.150428 - TURNIER::get_turnier                 -> ID: 54 (cache)
1.150479 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.150500 - TURNIER::is_admin                    -> user_id: 0
1.150511 - admin::getInstance                   -> do
1.150538 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.150696 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.150869 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.150967 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.151055 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.151106 - HTML::template                       -> template: >turnier_profile_contest_list<
1.151202 - HTML::template                       -> template: >user_profile_inner_bit3<
1.151504 - HTML::template                       -> template: >user_profile_inner_bit1<
1.151576 - TURNIER::get_turnier                 -> ID: 44 (db)
1.151590 - 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='44'
1.156223 - TURNIER::load_system                 -> Turniermodus: double
1.156250 - TURNIER::get_system                  -> return tournamentsystem class
1.156261 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.156267 - TURNIER_TREE::__construct            -> init
1.156273 - TURNIER::__construct                 -> init
1.156287 - TURNIER::get_turnier                 -> ID: 44 (cache)
1.156324 - TURNIER_TREE::load_contests          -> loading from db
1.156386 - CACHE::get                           -> cache: >turnier_44::contests< not found
1.156400 - 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=44 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.164202 - CACHE::set                           -> cache: >turnier_44::contests< with ttl:3600
1.164570 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 44
1.164598 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.164612 - TURNIER_TEILNEHMER::__construct      -> init
1.164623 - TURNIER::__construct                 -> init
1.164640 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1785 tid: 44
1.164656 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=44 AND user_id=1785
1.169232 - TURNIER_TREE::load_contests          -> load cache
1.169280 - TURNIER::load_players_info           -> loading from db
1.169331 - CACHE::get                           -> cache: >turnier_44::players_info< not found
1.169351 - 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=4 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=44
1.180303 - CACHE::set                           -> cache: >turnier_44::players_info< with ttl:3600
1.180607 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.180627 - TURNIER::__construct                 -> init
1.180645 - TURNIER::get_turnier                 -> ID: 44 (cache)
1.180691 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.180713 - TURNIER::is_admin                    -> user_id: 0
1.180727 - admin::getInstance                   -> do
1.180761 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.180867 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.180993 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.181049 - HTML::template                       -> template: >turnier_profile_contest_list<
1.181102 - HTML::template                       -> template: >user_profile_inner_bit3<
1.181183 - HTML::template                       -> template: >user_profile_innerlist<
1.181254 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.181416 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.181460 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.181488 - HTML::template                       -> template: >user_profile_shortbar<
1.181642 - HTML::template                       -> template: >user_profile<
1.181749 - GLOBAL::end userspace                -> ---------------------------------------------
1.181760 - PAGE::render                         -> start rendering page layout
1.181773 - USER::check_for_new_messages         -> return
1.181790 - dotSession::getInstance              -> do
1.181842 - PAGE::get_boxes                      -> -------- side=left
1.181871 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.181918 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.181938 - CBOX::menu                           -> generate Menu Box >menu<
1.181962 - HTML::template                       -> template: >box_menu_bit<
1.182044 - HTML::template                       -> template: >box_menu_bit<
1.182077 - HTML::template                       -> template: >box_menu_bit<
1.182106 - HTML::template                       -> template: >box_menu_bit<
1.182129 - HTML::template                       -> template: >box_menu_bit<
1.182153 - HTML::template                       -> template: >box_menu_bit<
1.182176 - HTML::template                       -> template: >box_menu_bit<
1.182199 - HTML::template                       -> template: >box_menu<
1.182286 - HTML::template_exists                -> search: >page_box_left< == 1
1.182321 - HTML::template                       -> template: >page_box_left<
1.182385 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.182399 - CBOX::menu                           -> generate Menu Box >party<
1.182419 - HTML::template                       -> template: >box_menu_bit<
1.182443 - HTML::template                       -> template: >box_menu_bit<
1.182467 - HTML::template                       -> template: >box_menu_bit<
1.182490 - HTML::template                       -> template: >box_menu_bit<
1.182514 - HTML::template                       -> template: >box_menu_bit<
1.182537 - HTML::template                       -> template: >box_menu_bit<
1.182600 - HTML::template                       -> template: >box_menu_bit<
1.182625 - HTML::template                       -> template: >box_menu_bit<
1.182649 - HTML::template                       -> template: >box_menu_bit<
1.182673 - HTML::template                       -> template: >box_menu_bit<
1.182696 - HTML::template                       -> template: >box_menu_bit<
1.182719 - HTML::template                       -> template: >box_menu_bit<
1.182742 - HTML::template                       -> template: >box_menu<
1.182787 - HTML::template_exists                -> search: >page_box_left< == 1
1.182813 - HTML::template                       -> template: >page_box_left<
1.182843 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.182856 - CBOX::menu                           -> generate Menu Box >login<
1.182875 - HTML::template                       -> template: >box_menu_bit<
1.182899 - HTML::template                       -> template: >box_menu_bit<
1.182922 - HTML::template                       -> template: >box_menu<
1.182976 - HTML::template_exists                -> search: >page_box_left< == 1
1.183003 - HTML::template                       -> template: >page_box_left<
1.183056 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.183067 - PAGE::get_boxes                      -> -------- call: left::search
1.183081 - CBOX::template                       -> generate Box with >box_suchen< as template
1.183092 - HTML::template                       -> template: >box_suchen<
1.183184 - HTML::template_exists                -> search: >page_box_left< == 1
1.183207 - HTML::template                       -> template: >page_box_left<
1.183235 - PAGE::get_boxes                      -> -------- call: left::banner
1.183265 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.183281 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.187812 - 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
1.192832 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.192884 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.198154 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.202468 - HTML::encode                         -> replace run 1
1.202596 - HTML::template                       -> template: >box_banner_bit<
1.202748 - HTML::encode                         -> www.egames.ch...
1.202839 - HTML::encode                         -> replace run 1
1.202873 - HTML::encode                         -> replace run 2
1.202898 - HTML::template                       -> template: >box_banner_bit<
1.202912 - HTML::template                       -> template: >box_banner<
1.202965 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.203061 - HTML::template_exists                -> search: >page_box_left< == 1
1.203090 - HTML::template                       -> template: >page_box_left<
1.203126 - PAGE::get_boxes                      -> -------- side=right
1.203147 - PAGE::get_boxes                      -> -------- call: right::news
1.203172 - CBOX::news                           -> generate Box
1.203197 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.203243 - NEWS::load_news                      -> load news data
1.203272 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.203306 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.207713 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.212208 - 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
1.216577 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.216743 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.216752 - NEWS::load_news                      -> ... from database
1.216784 - 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
1.225303 - HTML::encodeCms                      -> 
1.225869 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.226074 - HTML::encode                         -> replace run 1
1.226131 - HTML::encodeCms                      -> 
1.226151 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.226195 - HTML::encode                         -> replace run 1
1.226230 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.226430 - HTML::template                       -> template: >box_news_bit<
1.226615 - HTML::template                       -> template: >box_news_bit<
1.226646 - HTML::template                       -> template: >box_news<
1.226784 - HTML::template_exists                -> search: >page_box_right< == 1
1.226824 - HTML::template                       -> template: >page_box_right<
1.226896 - PAGE::get_boxes                      -> -------- call: right::party
1.226916 - CBOX::party                          -> generate Box
1.226934 - EVENT::short_event                   -> id >27<
1.226944 - EVENT::getevent                      -> id >27<
1.226959 - 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
1.231849 - CACHE::get                           -> cache: >event_27::stats< not found
1.231880 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.238873 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.245858 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.246054 - HTML::template                       -> template: >box_event<
1.246284 - HTML::template_exists                -> search: >page_box_right< == 1
1.246324 - HTML::template                       -> template: >page_box_right<
1.246356 - PAGE::get_boxes                      -> -------- call: right::forum
1.246371 - CBOX::forum                          -> generate forum box
1.246380 - CBOX::forum_load_threads             -> load data
1.246399 - CACHE::get                           -> cache: >forum::topthreads< not found
1.246412 - 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
1.255879 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.256136 - CBOX::forum_threads                  -> list all threads in array
1.256166 - 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, )
1.256205 - admin::getInstance                   -> do
1.256285 - HTML::template                       -> template: >box_forum_bit<
1.256446 - HTML::template                       -> template: >box_forum_bit<
1.256496 - HTML::template                       -> template: >box_forum_bit<
1.256562 - HTML::template                       -> template: >box_forum_bit<
1.256608 - HTML::template                       -> template: >box_forum_bit<
1.256655 - HTML::template                       -> template: >box_forum_bit<
1.256686 - HTML::template                       -> template: >box_forum<
1.256822 - HTML::template_exists                -> search: >page_box_right< == 1
1.256868 - HTML::template                       -> template: >page_box_right<
1.256929 - PAGE::get_boxes                      -> -------- call: right::vote
1.256950 - CBOX::vote                           -> generate Box
1.256964 - 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
1.261684 - HTML::template                       -> template: >box_vote_nocurrent<
1.261938 - HTML::template_exists                -> search: >page_box_right< == 1
1.261986 - HTML::template                       -> template: >page_box_right<
1.262029 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.262050 - CBOX::buddylist                      -> generate Box
1.262083 - HTML::template                       -> template: >box_buddylist_msg<
1.262149 - HTML::template                       -> template: >box_buddylist<
1.262240 - HTML::template_exists                -> search: >page_box_right< == 1
1.262265 - HTML::template                       -> template: >page_box_right<
1.262296 - PAGE::get_boxes                      -> -------- call: right::online
1.262314 - CBOX::online                         -> generate Box
1.262333 - HTML::template                       -> template: >box_online<
1.262432 - HTML::template_exists                -> search: >page_box_right< == 1
1.262462 - HTML::template                       -> template: >page_box_right<
1.262521 - PAGE::render                         -> final
1.262533 - PAGE::renderTemplate                 -> page
1.262544 - dotSession::getInstance              -> do
1.262602 - PAGE::getHead                        -> return
1.262611 - dotSession::getInstance              -> do
1.262764 - HTML::template                       -> template: >page<
1.263428 - PAGE::render_template                -> final

PHP Includes   : 27
DB Queries     : 46
Rendering Time : 1.267059

Includes PHP Files: 
 - /var/www/html/swilan-dev/2024/www/user/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.user_frontend.php
 - /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
 - /var/www/html/swilan-dev/2024/www/includes/class.html.php
 - /var/www/html/swilan-dev/2024/www/includes/custom.user.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turnier.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_teilnehmer.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
 - /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
 - /var/www/html/swilan-dev/2024/www/includes/class.news.php