home / User details of DejaCH



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

found 423 debug messages

0.000037 - GLOBAL::include                      -> config.php
0.000194 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000231 - dotDatabase::getInstance             -> connection: database
0.000250 - dotDatabase::__construct             -> connection: database
0.000273 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000301 - page::getInstance                    -> do
0.000324 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000347 - dotSession::getInstance              -> do
0.000364 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000397 - dotSession::start                    -> ---- init
0.000429 - dotSession::start                    -> start php session managment
0.164564 - dotSession::start                    -> finished php session management
0.164593 - dotSession::start                    -> check for security options
0.164610 - dotSession::start                    -> lookup ip2country
0.164631 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.180050 - dotDatabase::select                  -> database: dotlan_database
0.187918 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 59426584 BETWEEN ip_from AND ip_to
0.196452 - dotSession::start                    -> update current session online user infos
0.196523 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746422728, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1518', host = '3.138.199.24', dns = '3.138.199.24', countrycode = '', hits = hits + 1 WHERE hash = '0io52pju3lgsq50blvusflsc42'
0.201893 - dotSession::start                    -> session found in DB
0.202003 - dotSession::load_locales             -> do
0.202050 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.202060 - dotSession::start                    -> ---- finished with session startup
0.202086 - dotSession::load_user                -> id: 0
0.202097 - user::get_user                       -> id: >0<
0.202119 - dotDatabase::getInstance             -> connection: database
0.202184 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.202227 - styles::load                         -> name: ><
0.202255 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.202522 - styles::activate                     -> style = 2024_switzerlan
0.202721 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.202753 - admin::getInstance                   -> do
0.202764 - dotSession::getInstance              -> do
0.202779 - admin::__construct                   -> user_id=0
0.202789 - user::load_settings                  -> load current user settings to $global
0.202809 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.202844 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.202874 - EVENT::comming_event                 -> return
0.202892 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746422728 AND active=1 ORDER by begin ASC
0.207602 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.207668 - GLOBAL::end global.php               -> ---------------------------------------------
0.207692 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.207782 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.207817 - user::get_user                       -> id: >1518<
0.207834 - dotDatabase::getInstance             -> connection: database
0.207856 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1518 ORDER by id DESC
0.212894 - USER_FUNCTIONS::display_details      -> id:1518
0.213002 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.213079 - GLOBAL::include                      -> custom.user.php
0.213394 - HTML::template                       -> template: >user_profile_inner_bit4<
0.213600 - 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=1518 AND active=1 ORDER by events.begin DESC
0.219025 - EVENT::load_event_status             -> load event_status to $this
0.219067 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.223949 - HTML::template                       -> template: >user_profile_inner_bit4<
0.224047 - HTML::template                       -> template: >user_profile_inner_bit4<
0.224097 - HTML::template                       -> template: >user_profile_inner_bit4<
0.224143 - HTML::template                       -> template: >user_profile_inner_bit4<
0.224185 - HTML::template                       -> template: >user_profile_inner_bit4<
0.224228 - HTML::template                       -> template: >user_profile_inner_bit4<
0.224258 - HTML::template                       -> template: >user_profile_innerlist<
0.224352 - HTML::template                       -> template: >user_profile_inner_bit3<
0.224406 - 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=1518 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.266529 - HTML::template                       -> template: >user_profile_inner_bit1<
0.266785 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.266871 - TURNIER::__construct                 -> init
0.266953 - HTML::template                       -> template: >user_profile_inner_bit3<
0.267057 - HTML::template                       -> template: >user_profile_inner_bit1<
0.267093 - HTML::template                       -> template: >user_profile_inner_bit3<
0.267172 - TURNIER::get_turnier                 -> ID: 117 (db)
0.267186 - 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='117'
0.271591 - TURNIER::load_system                 -> Turniermodus: double
0.271675 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.271748 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.271866 - TURNIER::get_system                  -> return tournamentsystem class
0.271881 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.271891 - TURNIER_TREE::__construct            -> init
0.271901 - TURNIER::__construct                 -> init
0.271919 - TURNIER::get_turnier                 -> ID: 117 (cache)
0.271977 - TURNIER_TREE::load_contests          -> loading from db
0.271996 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.272028 - CACHE::get                           -> cache: >turnier_117::contests< not found
0.272043 - 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=117 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.283524 - CACHE::set                           -> cache: >turnier_117::contests< with ttl:3600
0.285456 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 117
0.285495 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.286710 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.286767 - TURNIER_TEILNEHMER::__construct      -> init
0.286780 - TURNIER::__construct                 -> init
0.286805 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1518 tid: 117
0.286829 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=117 AND user_id=1518
0.292168 - TURNIER_TREE::load_contests          -> load cache
0.292198 - TURNIER::load_players_info           -> loading from db
0.292244 - CACHE::get                           -> cache: >turnier_117::players_info< not found
0.292259 - dotDatabase::query                   -> SELECT tnid, user.nick 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, user.countrycode, country_code2name.name AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=12 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name ON code=user.countrycode WHERE t_teilnehmer.tid=117
0.301265 - CACHE::set                           -> cache: >turnier_117::players_info< with ttl:3600
0.302965 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.303006 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.303056 - TURNIER::__construct                 -> init
0.303077 - TURNIER::get_turnier                 -> ID: 117 (cache)
0.303121 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.303140 - TURNIER::is_admin                    -> user_id: 0
0.303152 - admin::getInstance                   -> do
0.303180 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.303265 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.303453 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.303544 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.303635 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.303720 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.303805 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.303887 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.303968 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.304016 - HTML::template                       -> template: >turnier_profile_contest_list<
0.304115 - HTML::template                       -> template: >user_profile_inner_bit3<
0.304211 - HTML::template                       -> template: >user_profile_inner_bit1<
0.304263 - HTML::template                       -> template: >user_profile_inner_bit3<
0.304331 - HTML::template                       -> template: >user_profile_inner_bit1<
0.304365 - TURNIER::get_turnier                 -> ID: 73 (db)
0.304374 - 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='73'
0.309316 - TURNIER::load_system                 -> Turniermodus: double
0.309343 - TURNIER::get_system                  -> return tournamentsystem class
0.309359 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.309369 - TURNIER_TREE::__construct            -> init
0.309379 - TURNIER::__construct                 -> init
0.309395 - TURNIER::get_turnier                 -> ID: 73 (cache)
0.309440 - TURNIER_TREE::load_contests          -> loading from db
0.309474 - CACHE::get                           -> cache: >turnier_73::contests< not found
0.309488 - 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=73 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.318640 - CACHE::set                           -> cache: >turnier_73::contests< with ttl:3600
0.319718 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 73
0.319777 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.319793 - TURNIER_TEILNEHMER::__construct      -> init
0.319802 - TURNIER::__construct                 -> init
0.319818 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1518 tid: 73
0.319835 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=73 AND user_id=1518
0.324771 - TURNIER_TREE::load_contests          -> load cache
0.324817 - TURNIER::load_players_info           -> loading from db
0.324872 - CACHE::get                           -> cache: >turnier_73::players_info< not found
0.324891 - 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=73
0.342199 - CACHE::set                           -> cache: >turnier_73::players_info< with ttl:3600
0.342748 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.342764 - TURNIER::__construct                 -> init
0.342778 - TURNIER::get_turnier                 -> ID: 73 (cache)
0.342811 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.342825 - TURNIER::is_admin                    -> user_id: 0
0.342832 - admin::getInstance                   -> do
0.342850 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.343024 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.343116 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.343166 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.343213 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.343257 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.343286 - HTML::template                       -> template: >turnier_profile_contest_list<
0.343409 - HTML::template                       -> template: >user_profile_inner_bit3<
0.343507 - HTML::template                       -> template: >user_profile_inner_bit1<
0.343556 - TURNIER::get_turnier                 -> ID: 66 (db)
0.343565 - 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='66'
0.348734 - TURNIER::load_system                 -> Turniermodus: group
0.348761 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
0.348892 - TURNIER::get_system                  -> return tournamentsystem class
0.348910 - TURNIERSYSTEM_GROUP::__construct     -> init
0.348920 - TURNIER::__construct                 -> init
0.348932 - TURNIER::get_turnier                 -> ID: 66 (cache)
0.348973 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.348990 - CACHE::get                           -> cache: >turnier_66::contests< not found
0.348998 - 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=66 GROUP by t_contest.tcid
0.353698 - CACHE::set                           -> cache: >turnier_66::contests< with ttl:3600
0.354043 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 66
0.354075 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.354088 - TURNIER_TEILNEHMER::__construct      -> init
0.354098 - TURNIER::__construct                 -> init
0.354113 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1518 tid: 66
0.354129 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=66 AND user_id=1518
0.358388 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=958 OR team_b=958 LIMIT 1
0.362765 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.362814 - CACHE::get                           -> cache: >turnier_66::contests< not found
0.362856 - 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=66 GROUP by t_contest.tcid
0.367423 - CACHE::set                           -> cache: >turnier_66::contests< with ttl:3600
0.367706 - TURNIER::load_players_info           -> loading from db
0.367735 - CACHE::get                           -> cache: >turnier_66::players_info< not found
0.367754 - 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=66
0.382174 - CACHE::set                           -> cache: >turnier_66::players_info< with ttl:3600
0.382456 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.382476 - TURNIER::__construct                 -> init
0.382495 - TURNIER::get_turnier                 -> ID: 66 (cache)
0.382558 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.382581 - TURNIER::is_admin                    -> user_id: 0
0.382592 - admin::getInstance                   -> do
0.382620 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.382704 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.382835 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.382933 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.382986 - HTML::template                       -> template: >turnier_profile_contest_list<
0.383078 - HTML::template                       -> template: >user_profile_inner_bit3<
0.383214 - HTML::template                       -> template: >user_profile_inner_bit1<
0.383298 - TURNIER::get_turnier                 -> ID: 52 (db)
0.383311 - 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='52'
0.388006 - TURNIER::load_system                 -> Turniermodus: group
0.388046 - TURNIER::get_system                  -> return tournamentsystem class
0.388069 - TURNIERSYSTEM_GROUP::__construct     -> init
0.388079 - TURNIER::__construct                 -> init
0.388096 - TURNIER::get_turnier                 -> ID: 52 (cache)
0.388156 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.388203 - CACHE::get                           -> cache: >turnier_52::contests< not found
0.388216 - 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=52 GROUP by t_contest.tcid
0.393872 - CACHE::set                           -> cache: >turnier_52::contests< with ttl:3600
0.394363 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 52
0.394394 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.394407 - TURNIER_TEILNEHMER::__construct      -> init
0.394417 - TURNIER::__construct                 -> init
0.394433 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1518 tid: 52
0.394449 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=52 AND user_id=1518
0.398996 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=893 OR team_b=893 LIMIT 1
0.403345 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.403400 - CACHE::get                           -> cache: >turnier_52::contests< not found
0.403479 - 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=52 GROUP by t_contest.tcid
0.409090 - CACHE::set                           -> cache: >turnier_52::contests< with ttl:3600
0.409484 - TURNIER::load_players_info           -> loading from db
0.409543 - CACHE::get                           -> cache: >turnier_52::players_info< not found
0.409568 - 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=52
0.421392 - CACHE::set                           -> cache: >turnier_52::players_info< with ttl:3600
0.421712 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.421730 - TURNIER::__construct                 -> init
0.421748 - TURNIER::get_turnier                 -> ID: 52 (cache)
0.421794 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.421811 - TURNIER::is_admin                    -> user_id: 0
0.421821 - admin::getInstance                   -> do
0.421848 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.422013 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.422145 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.422234 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.422320 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.422403 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.422485 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.422534 - HTML::template                       -> template: >turnier_profile_contest_list<
0.422665 - HTML::template                       -> template: >user_profile_inner_bit3<
0.422907 - HTML::template                       -> template: >user_profile_inner_bit1<
0.422975 - TURNIER::get_turnier                 -> ID: 32 (db)
0.422988 - 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.428095 - TURNIER::load_system                 -> Turniermodus: group
0.428117 - TURNIER::get_system                  -> return tournamentsystem class
0.428133 - TURNIERSYSTEM_GROUP::__construct     -> init
0.428143 - TURNIER::__construct                 -> init
0.428159 - TURNIER::get_turnier                 -> ID: 32 (cache)
0.428215 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.428246 - CACHE::get                           -> cache: >turnier_32::contests< not found
0.428260 - 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.433818 - CACHE::set                           -> cache: >turnier_32::contests< with ttl:3600
0.434531 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 32
0.434564 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.434578 - TURNIER_TEILNEHMER::__construct      -> init
0.434588 - TURNIER::__construct                 -> init
0.434605 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1518 tid: 32
0.434622 - 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=1518
0.438957 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=496 OR team_b=496 LIMIT 1
0.443187 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.443250 - CACHE::get                           -> cache: >turnier_32::contests< not found
0.443463 - 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.450081 - CACHE::set                           -> cache: >turnier_32::contests< with ttl:3600
0.450680 - TURNIER::load_players_info           -> loading from db
0.450708 - CACHE::get                           -> cache: >turnier_32::players_info< not found
0.450721 - 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.469133 - CACHE::set                           -> cache: >turnier_32::players_info< with ttl:3600
0.469622 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.469640 - TURNIER::__construct                 -> init
0.469658 - TURNIER::get_turnier                 -> ID: 32 (cache)
0.469705 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.469724 - TURNIER::is_admin                    -> user_id: 0
0.469734 - admin::getInstance                   -> do
0.469761 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.469844 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.470066 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.470121 - HTML::template                       -> template: >turnier_profile_contest_list<
0.470437 - HTML::template                       -> template: >user_profile_inner_bit3<
0.470536 - HTML::template                       -> template: >user_profile_innerlist<
0.470606 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.470720 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.470742 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.470757 - HTML::template                       -> template: >user_profile_shortbar<
0.470802 - HTML::template                       -> template: >user_profile<
0.470878 - GLOBAL::end userspace                -> ---------------------------------------------
0.470885 - PAGE::render                         -> start rendering page layout
0.470893 - USER::check_for_new_messages         -> return
0.470904 - dotSession::getInstance              -> do
0.470938 - PAGE::get_boxes                      -> -------- side=left
0.470954 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
0.470985 - PAGE::get_boxes                      -> -------- call: left::menu_main
0.470999 - CBOX::menu                           -> generate Menu Box >menu<
0.471015 - HTML::template                       -> template: >box_menu_bit<
0.471063 - HTML::template                       -> template: >box_menu_bit<
0.471078 - HTML::template                       -> template: >box_menu_bit<
0.471090 - HTML::template                       -> template: >box_menu_bit<
0.471102 - HTML::template                       -> template: >box_menu_bit<
0.471114 - HTML::template                       -> template: >box_menu_bit<
0.471125 - HTML::template                       -> template: >box_menu_bit<
0.471137 - HTML::template                       -> template: >box_menu<
0.471193 - HTML::template_exists                -> search: >page_box_left< == 1
0.471216 - HTML::template                       -> template: >page_box_left<
0.471260 - PAGE::get_boxes                      -> -------- call: left::menu_party
0.471269 - CBOX::menu                           -> generate Menu Box >party<
0.471281 - HTML::template                       -> template: >box_menu_bit<
0.471295 - HTML::template                       -> template: >box_menu_bit<
0.471307 - HTML::template                       -> template: >box_menu_bit<
0.471319 - HTML::template                       -> template: >box_menu_bit<
0.471331 - HTML::template                       -> template: >box_menu_bit<
0.471343 - HTML::template                       -> template: >box_menu_bit<
0.471355 - HTML::template                       -> template: >box_menu_bit<
0.471367 - HTML::template                       -> template: >box_menu_bit<
0.471379 - HTML::template                       -> template: >box_menu_bit<
0.471392 - HTML::template                       -> template: >box_menu_bit<
0.471404 - HTML::template                       -> template: >box_menu_bit<
0.471416 - HTML::template                       -> template: >box_menu_bit<
0.471433 - HTML::template                       -> template: >box_menu<
0.471489 - HTML::template_exists                -> search: >page_box_left< == 1
0.471514 - HTML::template                       -> template: >page_box_left<
0.471549 - PAGE::get_boxes                      -> -------- call: left::menu_login
0.471564 - CBOX::menu                           -> generate Menu Box >login<
0.471583 - HTML::template                       -> template: >box_menu_bit<
0.471608 - HTML::template                       -> template: >box_menu_bit<
0.471631 - HTML::template                       -> template: >box_menu<
0.471675 - HTML::template_exists                -> search: >page_box_left< == 1
0.471701 - HTML::template                       -> template: >page_box_left<
0.471731 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
0.471742 - PAGE::get_boxes                      -> -------- call: left::search
0.471755 - CBOX::template                       -> generate Box with >box_suchen< as template
0.471766 - HTML::template                       -> template: >box_suchen<
0.471871 - HTML::template_exists                -> search: >page_box_left< == 1
0.471894 - HTML::template                       -> template: >page_box_left<
0.471930 - PAGE::get_boxes                      -> -------- call: left::banner
0.471962 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
0.471977 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
0.476163 - 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.480381 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
0.480422 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
0.485107 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
0.489306 - HTML::encode                         -> replace run 1
0.489410 - HTML::template                       -> template: >box_banner_bit<
0.489580 - HTML::encode                         -> www.egames.ch...
0.489674 - HTML::encode                         -> replace run 1
0.489709 - HTML::encode                         -> replace run 2
0.489734 - HTML::template                       -> template: >box_banner_bit<
0.489751 - HTML::template                       -> template: >box_banner<
0.489809 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
0.489961 - HTML::template_exists                -> search: >page_box_left< == 1
0.489998 - HTML::template                       -> template: >page_box_left<
0.490041 - PAGE::get_boxes                      -> -------- side=right
0.490053 - PAGE::get_boxes                      -> -------- call: right::news
0.490065 - CBOX::news                           -> generate Box
0.490083 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
0.490120 - NEWS::load_news                      -> load news data
0.490141 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
0.490163 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
0.494666 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
0.499158 - 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.503558 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
0.503709 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
0.503718 - NEWS::load_news                      -> ... from database
0.503746 - 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.512702 - HTML::encodeCms                      -> 
0.513155 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
0.513351 - HTML::encode                         -> replace run 1
0.513420 - HTML::encodeCms                      -> 
0.513445 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
0.513493 - HTML::encode                         -> replace run 1
0.513573 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
0.516906 - HTML::template                       -> template: >box_news_bit<
0.517038 - HTML::template                       -> template: >box_news_bit<
0.517067 - HTML::template                       -> template: >box_news<
0.517182 - HTML::template_exists                -> search: >page_box_right< == 1
0.517217 - HTML::template                       -> template: >page_box_right<
0.517288 - PAGE::get_boxes                      -> -------- call: right::party
0.517305 - CBOX::party                          -> generate Box
0.517323 - EVENT::short_event                   -> id >27<
0.517331 - EVENT::getevent                      -> id >27<
0.517344 - 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.522669 - CACHE::get                           -> cache: >event_27::stats< not found
0.522690 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
0.529528 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
0.536105 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
0.536243 - HTML::template                       -> template: >box_event<
0.536409 - HTML::template_exists                -> search: >page_box_right< == 1
0.536455 - HTML::template                       -> template: >page_box_right<
0.536506 - PAGE::get_boxes                      -> -------- call: right::forum
0.536527 - CBOX::forum                          -> generate forum box
0.536541 - CBOX::forum_load_threads             -> load data
0.536577 - CACHE::get                           -> cache: >forum::topthreads< not found
0.536597 - 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.551485 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
0.551687 - CBOX::forum_threads                  -> list all threads in array
0.551714 - 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.551752 - admin::getInstance                   -> do
0.551823 - HTML::template                       -> template: >box_forum_bit<
0.551999 - HTML::template                       -> template: >box_forum_bit<
0.552038 - HTML::template                       -> template: >box_forum_bit<
0.552075 - HTML::template                       -> template: >box_forum_bit<
0.552102 - HTML::template                       -> template: >box_forum_bit<
0.552129 - HTML::template                       -> template: >box_forum_bit<
0.552154 - HTML::template                       -> template: >box_forum<
0.552253 - HTML::template_exists                -> search: >page_box_right< == 1
0.552281 - HTML::template                       -> template: >page_box_right<
0.552309 - PAGE::get_boxes                      -> -------- call: right::vote
0.552322 - CBOX::vote                           -> generate Box
0.552330 - 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.556636 - HTML::template                       -> template: >box_vote_nocurrent<
0.556779 - HTML::template_exists                -> search: >page_box_right< == 1
0.556809 - HTML::template                       -> template: >page_box_right<
0.556848 - PAGE::get_boxes                      -> -------- call: right::buddylist
0.556861 - CBOX::buddylist                      -> generate Box
0.556885 - HTML::template                       -> template: >box_buddylist_msg<
0.556929 - HTML::template                       -> template: >box_buddylist<
0.556984 - HTML::template_exists                -> search: >page_box_right< == 1
0.556999 - HTML::template                       -> template: >page_box_right<
0.557019 - PAGE::get_boxes                      -> -------- call: right::online
0.557028 - CBOX::online                         -> generate Box
0.557035 - HTML::template                       -> template: >box_online<
0.557092 - HTML::template_exists                -> search: >page_box_right< == 1
0.557107 - HTML::template                       -> template: >page_box_right<
0.557154 - PAGE::render                         -> final
0.557161 - PAGE::renderTemplate                 -> page
0.557167 - dotSession::getInstance              -> do
0.557181 - PAGE::getHead                        -> return
0.557185 - dotSession::getInstance              -> do
0.557282 - HTML::template                       -> template: >page<
0.557877 - PAGE::render_template                -> final

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

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