home / User details of CappuTimo



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

found 423 debug messages

0.000041 - GLOBAL::include                      -> config.php
0.000212 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000252 - dotDatabase::getInstance             -> connection: database
0.000271 - dotDatabase::__construct             -> connection: database
0.000294 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000321 - page::getInstance                    -> do
0.000344 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000367 - dotSession::getInstance              -> do
0.000384 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000417 - dotSession::start                    -> ---- init
0.000451 - dotSession::start                    -> start php session managment
0.724334 - dotSession::start                    -> finished php session management
0.724367 - dotSession::start                    -> check for security options
0.724385 - dotSession::start                    -> lookup ip2country
0.724406 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.740155 - dotDatabase::select                  -> database: dotlan_database
0.748226 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 314348994 BETWEEN ip_from AND ip_to
0.756877 - dotSession::start                    -> update current session online user infos
0.756961 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746422878, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1249', host = '18.188.149.194', dns = '18.188.149.194', countrycode = '', hits = hits + 1 WHERE hash = 'es68m638qlfrlvjoodchug54q3'
0.762838 - dotSession::start                    -> session found in DB
0.762879 - dotSession::load_locales             -> do
0.762926 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.762939 - dotSession::start                    -> ---- finished with session startup
0.762965 - dotSession::load_user                -> id: 0
0.762980 - user::get_user                       -> id: >0<
0.763004 - dotDatabase::getInstance             -> connection: database
0.763068 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.763103 - styles::load                         -> name: ><
0.763138 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.763529 - styles::activate                     -> style = 2024_switzerlan
0.763760 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.763788 - admin::getInstance                   -> do
0.763799 - dotSession::getInstance              -> do
0.763816 - admin::__construct                   -> user_id=0
0.763827 - user::load_settings                  -> load current user settings to $global
0.763846 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.763875 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.763901 - EVENT::comming_event                 -> return
0.763917 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746422878 AND active=1 ORDER by begin ASC
0.768760 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.768824 - GLOBAL::end global.php               -> ---------------------------------------------
0.768844 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.768934 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.768966 - user::get_user                       -> id: >1249<
0.768982 - dotDatabase::getInstance             -> connection: database
0.769005 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1249 ORDER by id DESC
0.773798 - USER_FUNCTIONS::display_details      -> id:1249
0.773883 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.773940 - GLOBAL::include                      -> custom.user.php
0.774169 - HTML::template                       -> template: >user_profile_inner_bit4<
0.774309 - 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=1249 AND active=1 ORDER by events.begin DESC
0.779245 - EVENT::load_event_status             -> load event_status to $this
0.779276 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.784245 - HTML::template                       -> template: >user_profile_inner_bit4<
0.784388 - HTML::template                       -> template: >user_profile_inner_bit4<
0.784480 - HTML::template                       -> template: >user_profile_inner_bit4<
0.784560 - HTML::template                       -> template: >user_profile_inner_bit4<
0.784635 - HTML::template                       -> template: >user_profile_inner_bit4<
0.784709 - HTML::template                       -> template: >user_profile_inner_bit4<
0.784758 - HTML::template                       -> template: >user_profile_innerlist<
0.784896 - HTML::template                       -> template: >user_profile_inner_bit3<
0.784977 - 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=1249 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.822096 - HTML::template                       -> template: >user_profile_inner_bit1<
0.822277 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.822331 - TURNIER::__construct                 -> init
0.822385 - HTML::template                       -> template: >user_profile_inner_bit3<
0.822451 - HTML::template                       -> template: >user_profile_inner_bit3<
0.822494 - HTML::template                       -> template: >user_profile_inner_bit3<
0.822540 - HTML::template                       -> template: >user_profile_inner_bit1<
0.822564 - HTML::template                       -> template: >user_profile_inner_bit3<
0.822755 - HTML::template                       -> template: >user_profile_inner_bit1<
0.822818 - HTML::template                       -> template: >user_profile_inner_bit3<
0.822865 - HTML::template                       -> template: >user_profile_inner_bit1<
0.822897 - TURNIER::get_turnier                 -> ID: 96 (db)
0.822907 - 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.827415 - TURNIER::load_system                 -> Turniermodus: double
0.827479 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.827540 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.827661 - TURNIER::get_system                  -> return tournamentsystem class
0.827677 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.827687 - TURNIER_TREE::__construct            -> init
0.827697 - TURNIER::__construct                 -> init
0.827714 - TURNIER::get_turnier                 -> ID: 96 (cache)
0.827766 - TURNIER_TREE::load_contests          -> loading from db
0.827785 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.827818 - CACHE::get                           -> cache: >turnier_96::contests< not found
0.827832 - 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
0.834390 - CACHE::set                           -> cache: >turnier_96::contests< with ttl:3600
0.834958 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 96
0.834988 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.835022 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.835075 - TURNIER_TEILNEHMER::__construct      -> init
0.835085 - TURNIER::__construct                 -> init
0.835101 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1249 tid: 96
0.835118 - 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=1249
0.839493 - TURNIER_TREE::load_contests          -> load cache
0.839538 - TURNIER::load_players_info           -> loading from db
0.839585 - CACHE::get                           -> cache: >turnier_96::players_info< not found
0.839607 - 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
0.851305 - CACHE::set                           -> cache: >turnier_96::players_info< with ttl:3600
0.851705 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.851736 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.851776 - TURNIER::__construct                 -> init
0.851799 - TURNIER::get_turnier                 -> ID: 96 (cache)
0.851845 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.851869 - TURNIER::is_admin                    -> user_id: 0
0.851882 - admin::getInstance                   -> do
0.851907 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.852013 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.852245 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.852338 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.852426 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.852480 - HTML::template                       -> template: >turnier_profile_contest_list<
0.852611 - HTML::template                       -> template: >user_profile_inner_bit3<
0.852741 - HTML::template                       -> template: >user_profile_inner_bit1<
0.852794 - HTML::template                       -> template: >user_profile_inner_bit3<
0.852883 - TURNIER::get_turnier                 -> ID: 72 (db)
0.852897 - 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='72'
0.857469 - TURNIER::load_system                 -> Turniermodus: double
0.857502 - TURNIER::get_system                  -> return tournamentsystem class
0.857518 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.857533 - TURNIER_TREE::__construct            -> init
0.857547 - TURNIER::__construct                 -> init
0.857564 - TURNIER::get_turnier                 -> ID: 72 (cache)
0.857620 - TURNIER_TREE::load_contests          -> loading from db
0.857682 - CACHE::get                           -> cache: >turnier_72::contests< not found
0.857700 - 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=72 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.865326 - CACHE::set                           -> cache: >turnier_72::contests< with ttl:3600
0.868029 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 72
0.868105 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.868141 - TURNIER_TEILNEHMER::__construct      -> init
0.868156 - TURNIER::__construct                 -> init
0.868175 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1249 tid: 72
0.868193 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=72 AND user_id=1249
0.873178 - TURNIER_TREE::load_contests          -> load cache
0.873225 - TURNIER::load_players_info           -> loading from db
0.873278 - CACHE::get                           -> cache: >turnier_72::players_info< not found
0.873299 - 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=72
0.898190 - CACHE::set                           -> cache: >turnier_72::players_info< with ttl:3600
0.899526 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.899550 - TURNIER::__construct                 -> init
0.899572 - TURNIER::get_turnier                 -> ID: 72 (cache)
0.899619 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.899637 - TURNIER::is_admin                    -> user_id: 0
0.899647 - admin::getInstance                   -> do
0.899674 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.899775 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.899895 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.899985 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.900073 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.900158 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.900240 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.900288 - HTML::template                       -> template: >turnier_profile_contest_list<
0.900341 - HTML::template                       -> template: >user_profile_inner_bit3<
0.900475 - HTML::template                       -> template: >user_profile_inner_bit1<
0.900522 - HTML::template                       -> template: >user_profile_inner_bit3<
0.900597 - TURNIER::get_turnier                 -> ID: 64 (db)
0.900610 - 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='64'
0.905372 - TURNIER::load_system                 -> Turniermodus: double
0.905413 - TURNIER::get_system                  -> return tournamentsystem class
0.905430 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.905440 - TURNIER_TREE::__construct            -> init
0.905451 - TURNIER::__construct                 -> init
0.905469 - TURNIER::get_turnier                 -> ID: 64 (cache)
0.905517 - TURNIER_TREE::load_contests          -> loading from db
0.905568 - CACHE::get                           -> cache: >turnier_64::contests< not found
0.905582 - 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=64 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.912623 - CACHE::set                           -> cache: >turnier_64::contests< with ttl:3600
0.913129 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 64
0.913158 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.913173 - TURNIER_TEILNEHMER::__construct      -> init
0.913184 - TURNIER::__construct                 -> init
0.913203 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1249 tid: 64
0.913220 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=64 AND user_id=1249
0.919677 - TURNIER_TREE::load_contests          -> load cache
0.919723 - TURNIER::load_players_info           -> loading from db
0.919772 - CACHE::get                           -> cache: >turnier_64::players_info< not found
0.919792 - 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=64
0.933113 - CACHE::set                           -> cache: >turnier_64::players_info< with ttl:3600
0.933580 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.933602 - TURNIER::__construct                 -> init
0.933622 - TURNIER::get_turnier                 -> ID: 64 (cache)
0.933667 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.933686 - TURNIER::is_admin                    -> user_id: 0
0.933695 - admin::getInstance                   -> do
0.933724 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.933828 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.933967 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.934070 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.934152 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.934228 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.934303 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.934346 - HTML::template                       -> template: >turnier_profile_contest_list<
0.934418 - HTML::template                       -> template: >user_profile_inner_bit3<
0.934720 - HTML::template                       -> template: >user_profile_inner_bit1<
0.934852 - TURNIER::get_turnier                 -> ID: 51 (db)
0.934869 - 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='51'
0.939584 - TURNIER::load_system                 -> Turniermodus: double
0.939621 - TURNIER::get_system                  -> return tournamentsystem class
0.939637 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.939653 - TURNIER_TREE::__construct            -> init
0.939667 - TURNIER::__construct                 -> init
0.939685 - TURNIER::get_turnier                 -> ID: 51 (cache)
0.939738 - TURNIER_TREE::load_contests          -> loading from db
0.939787 - CACHE::get                           -> cache: >turnier_51::contests< not found
0.939801 - 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=51 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.945855 - CACHE::set                           -> cache: >turnier_51::contests< with ttl:3600
0.946417 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 51
0.946443 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.946458 - TURNIER_TEILNEHMER::__construct      -> init
0.946469 - TURNIER::__construct                 -> init
0.946485 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1249 tid: 51
0.946503 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=51 AND user_id=1249
0.951585 - TURNIER_TREE::load_contests          -> load cache
0.951640 - TURNIER::load_players_info           -> loading from db
0.951698 - CACHE::get                           -> cache: >turnier_51::players_info< not found
0.951722 - 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=51
0.960904 - CACHE::set                           -> cache: >turnier_51::players_info< with ttl:3600
0.961288 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.961305 - TURNIER::__construct                 -> init
0.961319 - TURNIER::get_turnier                 -> ID: 51 (cache)
0.961350 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.961364 - TURNIER::is_admin                    -> user_id: 0
0.961371 - admin::getInstance                   -> do
0.961388 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.961456 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.961599 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.961696 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.961791 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.961866 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.961923 - HTML::template                       -> template: >turnier_profile_contest_list<
0.961996 - HTML::template                       -> template: >user_profile_inner_bit3<
0.962108 - HTML::template                       -> template: >user_profile_inner_bit1<
0.962161 - TURNIER::get_turnier                 -> ID: 31 (db)
0.962174 - 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='31'
0.966989 - TURNIER::load_system                 -> Turniermodus: double
0.967028 - TURNIER::get_system                  -> return tournamentsystem class
0.967047 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.967059 - TURNIER_TREE::__construct            -> init
0.967070 - TURNIER::__construct                 -> init
0.967087 - TURNIER::get_turnier                 -> ID: 31 (cache)
0.967138 - TURNIER_TREE::load_contests          -> loading from db
0.967293 - CACHE::get                           -> cache: >turnier_31::contests< not found
0.967317 - 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=31 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.973761 - CACHE::set                           -> cache: >turnier_31::contests< with ttl:3600
0.974549 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 31
0.974588 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.974603 - TURNIER_TEILNEHMER::__construct      -> init
0.974671 - TURNIER::__construct                 -> init
0.974695 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1249 tid: 31
0.974714 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=31 AND user_id=1249
0.979301 - TURNIER_TREE::load_contests          -> load cache
0.979340 - TURNIER::load_players_info           -> loading from db
0.979387 - CACHE::get                           -> cache: >turnier_31::players_info< not found
0.979402 - 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=31
0.990087 - CACHE::set                           -> cache: >turnier_31::players_info< with ttl:3600
0.990580 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.990632 - TURNIER::__construct                 -> init
0.990646 - TURNIER::get_turnier                 -> ID: 31 (cache)
0.990684 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.990697 - TURNIER::is_admin                    -> user_id: 0
0.990703 - admin::getInstance                   -> do
0.990720 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.991017 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.991157 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.991383 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.991462 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.991538 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.991609 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.991696 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.991782 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.991831 - HTML::template                       -> template: >turnier_profile_contest_list<
0.991900 - HTML::template                       -> template: >user_profile_inner_bit3<
0.991989 - HTML::template                       -> template: >user_profile_innerlist<
0.992049 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.992187 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.992221 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.992249 - HTML::template                       -> template: >user_profile_shortbar<
0.992309 - HTML::template                       -> template: >user_profile<
0.992403 - GLOBAL::end userspace                -> ---------------------------------------------
0.992414 - PAGE::render                         -> start rendering page layout
0.992425 - USER::check_for_new_messages         -> return
0.992442 - dotSession::getInstance              -> do
0.992482 - PAGE::get_boxes                      -> -------- side=left
0.992505 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
0.992544 - PAGE::get_boxes                      -> -------- call: left::menu_main
0.992562 - CBOX::menu                           -> generate Menu Box >menu<
0.992585 - HTML::template                       -> template: >box_menu_bit<
0.992652 - HTML::template                       -> template: >box_menu_bit<
0.992692 - HTML::template                       -> template: >box_menu_bit<
0.992717 - HTML::template                       -> template: >box_menu_bit<
0.992740 - HTML::template                       -> template: >box_menu_bit<
0.992764 - HTML::template                       -> template: >box_menu_bit<
0.992788 - HTML::template                       -> template: >box_menu_bit<
0.992811 - HTML::template                       -> template: >box_menu<
0.992897 - HTML::template_exists                -> search: >page_box_left< == 1
0.992931 - HTML::template                       -> template: >page_box_left<
0.992995 - PAGE::get_boxes                      -> -------- call: left::menu_party
0.993009 - CBOX::menu                           -> generate Menu Box >party<
0.993028 - HTML::template                       -> template: >box_menu_bit<
0.993053 - HTML::template                       -> template: >box_menu_bit<
0.993077 - HTML::template                       -> template: >box_menu_bit<
0.993101 - HTML::template                       -> template: >box_menu_bit<
0.993124 - HTML::template                       -> template: >box_menu_bit<
0.993148 - HTML::template                       -> template: >box_menu_bit<
0.993171 - HTML::template                       -> template: >box_menu_bit<
0.993195 - HTML::template                       -> template: >box_menu_bit<
0.993219 - HTML::template                       -> template: >box_menu_bit<
0.993242 - HTML::template                       -> template: >box_menu_bit<
0.993266 - HTML::template                       -> template: >box_menu_bit<
0.993290 - HTML::template                       -> template: >box_menu_bit<
0.993312 - HTML::template                       -> template: >box_menu<
0.993356 - HTML::template_exists                -> search: >page_box_left< == 1
0.993381 - HTML::template                       -> template: >page_box_left<
0.993411 - PAGE::get_boxes                      -> -------- call: left::menu_login
0.993423 - CBOX::menu                           -> generate Menu Box >login<
0.993441 - HTML::template                       -> template: >box_menu_bit<
0.993465 - HTML::template                       -> template: >box_menu_bit<
0.993487 - HTML::template                       -> template: >box_menu<
0.993530 - HTML::template_exists                -> search: >page_box_left< == 1
0.993555 - HTML::template                       -> template: >page_box_left<
0.993583 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
0.993593 - PAGE::get_boxes                      -> -------- call: left::search
0.993607 - CBOX::template                       -> generate Box with >box_suchen< as template
0.993618 - HTML::template                       -> template: >box_suchen<
0.993701 - HTML::template_exists                -> search: >page_box_left< == 1
0.993724 - HTML::template                       -> template: >page_box_left<
0.993751 - PAGE::get_boxes                      -> -------- call: left::banner
0.993781 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
0.993796 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
0.998000 - 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.002627 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.002678 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.007710 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.011910 - HTML::encode                         -> replace run 1
1.012031 - HTML::template                       -> template: >box_banner_bit<
1.012203 - HTML::encode                         -> www.egames.ch...
1.012318 - HTML::encode                         -> replace run 1
1.012364 - HTML::encode                         -> replace run 2
1.012405 - HTML::template                       -> template: >box_banner_bit<
1.012427 - HTML::template                       -> template: >box_banner<
1.012495 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.012629 - HTML::template_exists                -> search: >page_box_left< == 1
1.012669 - HTML::template                       -> template: >page_box_left<
1.012716 - PAGE::get_boxes                      -> -------- side=right
1.012733 - PAGE::get_boxes                      -> -------- call: right::news
1.012752 - CBOX::news                           -> generate Box
1.012772 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.012814 - NEWS::load_news                      -> load news data
1.012841 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.012871 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.017095 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.021924 - 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.026466 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.026615 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.026623 - NEWS::load_news                      -> ... from database
1.026649 - 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.031803 - HTML::encodeCms                      -> 
1.032310 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.032526 - HTML::encode                         -> replace run 1
1.032595 - HTML::encodeCms                      -> 
1.032622 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.032677 - HTML::encode                         -> replace run 1
1.032715 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.032907 - HTML::template                       -> template: >box_news_bit<
1.033083 - HTML::template                       -> template: >box_news_bit<
1.033114 - HTML::template                       -> template: >box_news<
1.033238 - HTML::template_exists                -> search: >page_box_right< == 1
1.033280 - HTML::template                       -> template: >page_box_right<
1.033360 - PAGE::get_boxes                      -> -------- call: right::party
1.033380 - CBOX::party                          -> generate Box
1.033401 - EVENT::short_event                   -> id >27<
1.033409 - EVENT::getevent                      -> id >27<
1.033421 - 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.038488 - CACHE::get                           -> cache: >event_27::stats< not found
1.038518 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.044983 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.051705 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.051955 - HTML::template                       -> template: >box_event<
1.052219 - HTML::template_exists                -> search: >page_box_right< == 1
1.052272 - HTML::template                       -> template: >page_box_right<
1.052319 - PAGE::get_boxes                      -> -------- call: right::forum
1.052338 - CBOX::forum                          -> generate forum box
1.052349 - CBOX::forum_load_threads             -> load data
1.052377 - CACHE::get                           -> cache: >forum::topthreads< not found
1.052397 - 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.063345 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.063584 - CBOX::forum_threads                  -> list all threads in array
1.063612 - 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.063650 - admin::getInstance                   -> do
1.063728 - HTML::template                       -> template: >box_forum_bit<
1.063896 - HTML::template                       -> template: >box_forum_bit<
1.063951 - HTML::template                       -> template: >box_forum_bit<
1.064007 - HTML::template                       -> template: >box_forum_bit<
1.064058 - HTML::template                       -> template: >box_forum_bit<
1.064121 - HTML::template                       -> template: >box_forum_bit<
1.064152 - HTML::template                       -> template: >box_forum<
1.064276 - HTML::template_exists                -> search: >page_box_right< == 1
1.064313 - HTML::template                       -> template: >page_box_right<
1.064361 - PAGE::get_boxes                      -> -------- call: right::vote
1.064382 - CBOX::vote                           -> generate Box
1.064396 - 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.068847 - HTML::template                       -> template: >box_vote_nocurrent<
1.069065 - HTML::template_exists                -> search: >page_box_right< == 1
1.069105 - HTML::template                       -> template: >page_box_right<
1.069144 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.069163 - CBOX::buddylist                      -> generate Box
1.069193 - HTML::template                       -> template: >box_buddylist_msg<
1.069252 - HTML::template                       -> template: >box_buddylist<
1.069347 - HTML::template_exists                -> search: >page_box_right< == 1
1.069374 - HTML::template                       -> template: >page_box_right<
1.069404 - PAGE::get_boxes                      -> -------- call: right::online
1.069419 - CBOX::online                         -> generate Box
1.069432 - HTML::template                       -> template: >box_online<
1.069529 - HTML::template_exists                -> search: >page_box_right< == 1
1.069561 - HTML::template                       -> template: >page_box_right<
1.069634 - PAGE::render                         -> final
1.069648 - PAGE::renderTemplate                 -> page
1.069662 - dotSession::getInstance              -> do
1.069685 - PAGE::getHead                        -> return
1.069695 - dotSession::getInstance              -> do
1.069847 - HTML::template                       -> template: >page<
1.070420 - PAGE::render_template                -> final

PHP Includes   : 26
DB Queries     : 40
Rendering Time : 1.073890

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.cbox.php
 - /var/www/html/swilan-dev/2024/www/includes/class.news.php