home / User details of Head of Head (Zuelouf)



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

found 371 debug messages

0.000055 - GLOBAL::include                      -> config.php
0.000242 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000297 - dotDatabase::getInstance             -> connection: database
0.000320 - dotDatabase::__construct             -> connection: database
0.000351 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000384 - page::getInstance                    -> do
0.000413 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000441 - dotSession::getInstance              -> do
0.000460 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000526 - dotSession::start                    -> ---- init
0.000568 - dotSession::start                    -> start php session managment
0.000686 - dotSession::start                    -> finished php session management
0.000702 - dotSession::start                    -> check for security options
0.000718 - dotSession::start                    -> lookup ip2country
0.000736 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.017073 - dotDatabase::select                  -> database: dotlan_database
0.025479 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 51790396 BETWEEN ip_from AND ip_to
0.033900 - dotSession::start                    -> update current session online user infos
0.033975 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746436154, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=2987', host = '3.22.66.60', dns = '3.22.66.60', countrycode = '', hits = hits + 1 WHERE hash = 's8dn0bv8biuf1ahnev144nbc55'
0.040076 - dotSession::start                    -> session found in DB
0.040128 - dotSession::load_locales             -> do
0.040182 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.040194 - dotSession::start                    -> ---- finished with session startup
0.040221 - dotSession::load_user                -> id: 0
0.040233 - user::get_user                       -> id: >0<
0.040257 - dotDatabase::getInstance             -> connection: database
0.040374 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.040430 - styles::load                         -> name: ><
0.040459 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.040752 - styles::activate                     -> style = 2024_switzerlan
0.040951 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.040984 - admin::getInstance                   -> do
0.041015 - dotSession::getInstance              -> do
0.041032 - admin::__construct                   -> user_id=0
0.041043 - user::load_settings                  -> load current user settings to $global
0.041063 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.041099 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.041136 - EVENT::comming_event                 -> return
0.041154 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746436154 AND active=1 ORDER by begin ASC
0.046110 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.046191 - GLOBAL::end global.php               -> ---------------------------------------------
0.046216 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.046309 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.046346 - user::get_user                       -> id: >2987<
0.046366 - dotDatabase::getInstance             -> connection: database
0.046389 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 2987 ORDER by id DESC
0.051171 - USER_FUNCTIONS::display_details      -> id:2987
0.051282 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.051374 - GLOBAL::include                      -> custom.user.php
0.051765 - HTML::template                       -> template: >user_profile_inner_bit4<
0.051972 - 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=2987 AND active=1 ORDER by events.begin DESC
0.056771 - EVENT::load_event_status             -> load event_status to $this
0.056813 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.061750 - HTML::template                       -> template: >user_profile_inner_bit4<
0.061929 - HTML::template                       -> template: >user_profile_inner_bit4<
0.062020 - HTML::template                       -> template: >user_profile_inner_bit4<
0.062096 - HTML::template                       -> template: >user_profile_inner_bit4<
0.062147 - HTML::template                       -> template: >user_profile_innerlist<
0.062322 - HTML::template                       -> template: >user_profile_inner_bit3<
0.062413 - 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=2987 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.101548 - HTML::template                       -> template: >user_profile_inner_bit1<
0.101813 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.101902 - TURNIER::__construct                 -> init
0.101971 - HTML::template                       -> template: >user_profile_inner_bit3<
0.102099 - HTML::template                       -> template: >user_profile_inner_bit1<
0.102158 - TURNIER::get_turnier                 -> ID: 135 (db)
0.102174 - 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='135'
0.106761 - TURNIER::load_system                 -> Turniermodus: double
0.106838 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.106922 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.107044 - TURNIER::get_system                  -> return tournamentsystem class
0.107060 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.107071 - TURNIER_TREE::__construct            -> init
0.107081 - TURNIER::__construct                 -> init
0.107100 - TURNIER::get_turnier                 -> ID: 135 (cache)
0.107192 - TURNIER_TREE::load_contests          -> loading from db
0.107213 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.107249 - CACHE::get                           -> cache: >turnier_135::contests< not found
0.107265 - 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=135 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.126090 - CACHE::set                           -> cache: >turnier_135::contests< with ttl:3600
0.132535 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 135
0.132594 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.132638 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.132706 - TURNIER_TEILNEHMER::__construct      -> init
0.132716 - TURNIER::__construct                 -> init
0.132734 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2987 tid: 135
0.132754 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=135 AND user_id=2987
0.138142 - TURNIER_TREE::load_contests          -> load cache
0.138204 - TURNIER::load_players_info           -> loading from db
0.138268 - CACHE::get                           -> cache: >turnier_135::players_info< not found
0.138293 - 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=135
0.146283 - CACHE::set                           -> cache: >turnier_135::players_info< with ttl:3600
0.147964 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.148037 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.148124 - TURNIER::__construct                 -> init
0.148152 - TURNIER::get_turnier                 -> ID: 135 (cache)
0.148213 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.148234 - TURNIER::is_admin                    -> user_id: 0
0.148247 - admin::getInstance                   -> do
0.148276 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.148600 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.148905 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.149150 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.149310 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.149409 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.149471 - HTML::template                       -> template: >turnier_profile_contest_list<
0.149647 - HTML::template                       -> template: >user_profile_inner_bit3<
0.149791 - TURNIER::get_turnier                 -> ID: 118 (db)
0.149806 - 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='118'
0.154793 - TURNIER::load_system                 -> Turniermodus: double
0.154843 - TURNIER::get_system                  -> return tournamentsystem class
0.154861 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.154872 - TURNIER_TREE::__construct            -> init
0.154881 - TURNIER::__construct                 -> init
0.154900 - TURNIER::get_turnier                 -> ID: 118 (cache)
0.154966 - TURNIER_TREE::load_contests          -> loading from db
0.155024 - CACHE::get                           -> cache: >turnier_118::contests< not found
0.155040 - 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=118 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.162384 - CACHE::set                           -> cache: >turnier_118::contests< with ttl:3600
0.163599 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 118
0.163649 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.163666 - TURNIER_TEILNEHMER::__construct      -> init
0.163677 - TURNIER::__construct                 -> init
0.163697 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2987 tid: 118
0.163734 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=118 AND user_id=2987
0.168577 - TURNIER_TREE::load_contests          -> load cache
0.168654 - TURNIER::load_players_info           -> loading from db
0.168717 - CACHE::get                           -> cache: >turnier_118::players_info< not found
0.168739 - 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=12 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=118
0.179885 - CACHE::set                           -> cache: >turnier_118::players_info< with ttl:3600
0.180557 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.180581 - TURNIER::__construct                 -> init
0.180602 - TURNIER::get_turnier                 -> ID: 118 (cache)
0.180651 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.180670 - TURNIER::is_admin                    -> user_id: 0
0.180680 - admin::getInstance                   -> do
0.180707 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.180804 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.180928 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.181159 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.181288 - HTML::template                       -> template: >turnier_profile_contest_list<
0.181356 - HTML::template                       -> template: >user_profile_inner_bit3<
0.181468 - HTML::template                       -> template: >user_profile_inner_bit3<
0.181540 - TURNIER::get_turnier                 -> ID: 116 (db)
0.181560 - 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='116'
0.188774 - TURNIER::load_system                 -> Turniermodus: double
0.188827 - TURNIER::get_system                  -> return tournamentsystem class
0.188847 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.188858 - TURNIER_TREE::__construct            -> init
0.188868 - TURNIER::__construct                 -> init
0.188888 - TURNIER::get_turnier                 -> ID: 116 (cache)
0.188955 - TURNIER_TREE::load_contests          -> loading from db
0.189115 - CACHE::get                           -> cache: >turnier_116::contests< not found
0.189143 - 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=116 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.201376 - CACHE::set                           -> cache: >turnier_116::contests< with ttl:3600
0.207925 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 116
0.207979 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.207996 - TURNIER_TEILNEHMER::__construct      -> init
0.208008 - TURNIER::__construct                 -> init
0.208029 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2987 tid: 116
0.208049 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=116 AND user_id=2987
0.213873 - TURNIER_TREE::load_contests          -> load cache
0.213934 - TURNIER::load_players_info           -> loading from db
0.213993 - CACHE::get                           -> cache: >turnier_116::players_info< not found
0.214016 - 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=116
0.222890 - CACHE::set                           -> cache: >turnier_116::players_info< with ttl:3600
0.224899 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.224938 - TURNIER::__construct                 -> init
0.224966 - TURNIER::get_turnier                 -> ID: 116 (cache)
0.225110 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.225136 - TURNIER::is_admin                    -> user_id: 0
0.225148 - admin::getInstance                   -> do
0.225179 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.225369 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.225719 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.225850 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.225976 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.226077 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.226168 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.226263 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.226349 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.226434 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.226492 - HTML::template                       -> template: >turnier_profile_contest_list<
0.226575 - HTML::template                       -> template: >user_profile_inner_bit3<
0.226712 - HTML::template                       -> template: >user_profile_inner_bit1<
0.226811 - TURNIER::get_turnier                 -> ID: 72 (db)
0.226831 - 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.234281 - TURNIER::load_system                 -> Turniermodus: double
0.234334 - TURNIER::get_system                  -> return tournamentsystem class
0.234355 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.234368 - TURNIER_TREE::__construct            -> init
0.234379 - TURNIER::__construct                 -> init
0.234401 - TURNIER::get_turnier                 -> ID: 72 (cache)
0.234469 - TURNIER_TREE::load_contests          -> loading from db
0.234532 - CACHE::get                           -> cache: >turnier_72::contests< not found
0.234551 - 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.244954 - CACHE::set                           -> cache: >turnier_72::contests< with ttl:3600
0.251829 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 72
0.251895 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.251914 - TURNIER_TEILNEHMER::__construct      -> init
0.251926 - TURNIER::__construct                 -> init
0.251949 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2987 tid: 72
0.252068 - 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=2987
0.257732 - TURNIER_TREE::load_contests          -> load cache
0.257798 - TURNIER::load_players_info           -> loading from db
0.257875 - CACHE::get                           -> cache: >turnier_72::players_info< not found
0.257943 - 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.279587 - CACHE::set                           -> cache: >turnier_72::players_info< with ttl:3600
0.282503 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.282554 - TURNIER::__construct                 -> init
0.282593 - TURNIER::get_turnier                 -> ID: 72 (cache)
0.282704 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.282734 - TURNIER::is_admin                    -> user_id: 0
0.282748 - admin::getInstance                   -> do
0.282788 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.282936 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.283170 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.283300 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.283433 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.283510 - HTML::template                       -> template: >turnier_profile_contest_list<
0.283865 - HTML::template                       -> template: >user_profile_inner_bit3<
0.284096 - HTML::template                       -> template: >user_profile_innerlist<
0.284307 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.284559 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.284621 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.284666 - HTML::template                       -> template: >user_profile_shortbar<
0.284781 - HTML::template                       -> template: >user_profile<
0.285006 - GLOBAL::end userspace                -> ---------------------------------------------
0.285025 - PAGE::render                         -> start rendering page layout
0.285044 - USER::check_for_new_messages         -> return
0.285071 - dotSession::getInstance              -> do
0.285151 - PAGE::get_boxes                      -> -------- side=left
0.285215 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
0.285564 - PAGE::get_boxes                      -> -------- call: left::menu_main
0.285604 - CBOX::menu                           -> generate Menu Box >menu<
0.285650 - HTML::template                       -> template: >box_menu_bit<
0.285824 - HTML::template                       -> template: >box_menu_bit<
0.285871 - HTML::template                       -> template: >box_menu_bit<
0.285911 - HTML::template                       -> template: >box_menu_bit<
0.285950 - HTML::template                       -> template: >box_menu_bit<
0.285991 - HTML::template                       -> template: >box_menu_bit<
0.286027 - HTML::template                       -> template: >box_menu_bit<
0.286064 - HTML::template                       -> template: >box_menu<
0.286230 - HTML::template_exists                -> search: >page_box_left< == 1
0.286294 - HTML::template                       -> template: >page_box_left<
0.286657 - PAGE::get_boxes                      -> -------- call: left::menu_party
0.286697 - CBOX::menu                           -> generate Menu Box >party<
0.286736 - HTML::template                       -> template: >box_menu_bit<
0.286879 - HTML::template                       -> template: >box_menu_bit<
0.286927 - HTML::template                       -> template: >box_menu_bit<
0.286979 - HTML::template                       -> template: >box_menu_bit<
0.287017 - HTML::template                       -> template: >box_menu_bit<
0.287193 - HTML::template                       -> template: >box_menu_bit<
0.287237 - HTML::template                       -> template: >box_menu_bit<
0.287292 - HTML::template                       -> template: >box_menu_bit<
0.287330 - HTML::template                       -> template: >box_menu_bit<
0.287368 - HTML::template                       -> template: >box_menu_bit<
0.287451 - HTML::template                       -> template: >box_menu_bit<
0.287490 - HTML::template                       -> template: >box_menu_bit<
0.287526 - HTML::template                       -> template: >box_menu<
0.287646 - HTML::template_exists                -> search: >page_box_left< == 1
0.287707 - HTML::template                       -> template: >page_box_left<
0.287765 - PAGE::get_boxes                      -> -------- call: left::menu_login
0.287792 - CBOX::menu                           -> generate Menu Box >login<
0.287825 - HTML::template                       -> template: >box_menu_bit<
0.287870 - HTML::template                       -> template: >box_menu_bit<
0.287908 - HTML::template                       -> template: >box_menu<
0.287991 - HTML::template_exists                -> search: >page_box_left< == 1
0.288035 - HTML::template                       -> template: >page_box_left<
0.288090 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
0.288126 - PAGE::get_boxes                      -> -------- call: left::search
0.288153 - CBOX::template                       -> generate Box with >box_suchen< as template
0.288172 - HTML::template                       -> template: >box_suchen<
0.288636 - HTML::template_exists                -> search: >page_box_left< == 1
0.288716 - HTML::template                       -> template: >page_box_left<
0.288764 - PAGE::get_boxes                      -> -------- call: left::banner
0.288818 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
0.288844 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
0.294792 - 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.300847 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
0.300924 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
0.307625 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
0.312666 - HTML::encode                         -> replace run 1
0.312839 - HTML::template                       -> template: >box_banner_bit<
0.313310 - HTML::encode                         -> www.egames.ch...
0.313497 - HTML::encode                         -> replace run 1
0.313576 - HTML::encode                         -> replace run 2
0.313638 - HTML::template                       -> template: >box_banner_bit<
0.313683 - HTML::template                       -> template: >box_banner<
0.313834 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
0.314022 - HTML::template_exists                -> search: >page_box_left< == 1
0.314076 - HTML::template                       -> template: >page_box_left<
0.314142 - PAGE::get_boxes                      -> -------- side=right
0.314162 - PAGE::get_boxes                      -> -------- call: right::news
0.314185 - CBOX::news                           -> generate Box
0.314211 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
0.314290 - NEWS::load_news                      -> load news data
0.314324 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
0.314364 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
0.320040 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
0.325882 - 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.338616 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
0.338833 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
0.338849 - NEWS::load_news                      -> ... from database
0.338892 - 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.346907 - HTML::encodeCms                      -> 
0.347393 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
0.347666 - HTML::encode                         -> replace run 1
0.347779 - HTML::encodeCms                      -> 
0.347815 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
0.347868 - HTML::encode                         -> replace run 1
0.347918 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
0.348392 - HTML::template                       -> template: >box_news_bit<
0.348594 - HTML::template                       -> template: >box_news_bit<
0.348630 - HTML::template                       -> template: >box_news<
0.348781 - HTML::template_exists                -> search: >page_box_right< == 1
0.348836 - HTML::template                       -> template: >page_box_right<
0.348931 - PAGE::get_boxes                      -> -------- call: right::party
0.348956 - CBOX::party                          -> generate Box
0.348980 - EVENT::short_event                   -> id >27<
0.349045 - EVENT::getevent                      -> id >27<
0.349064 - 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.354407 - CACHE::get                           -> cache: >event_27::stats< not found
0.354449 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
0.361428 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
0.368973 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
0.369841 - HTML::template                       -> template: >box_event<
0.370332 - HTML::template_exists                -> search: >page_box_right< == 1
0.370404 - HTML::template                       -> template: >page_box_right<
0.370460 - PAGE::get_boxes                      -> -------- call: right::forum
0.370485 - CBOX::forum                          -> generate forum box
0.370501 - CBOX::forum_load_threads             -> load data
0.370548 - CACHE::get                           -> cache: >forum::topthreads< not found
0.370574 - 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.380528 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
0.380867 - CBOX::forum_threads                  -> list all threads in array
0.380916 - 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.380970 - admin::getInstance                   -> do
0.381211 - HTML::template                       -> template: >box_forum_bit<
0.381558 - HTML::template                       -> template: >box_forum_bit<
0.381648 - HTML::template                       -> template: >box_forum_bit<
0.381722 - HTML::template                       -> template: >box_forum_bit<
0.381769 - HTML::template                       -> template: >box_forum_bit<
0.381817 - HTML::template                       -> template: >box_forum_bit<
0.381848 - HTML::template                       -> template: >box_forum<
0.382052 - HTML::template_exists                -> search: >page_box_right< == 1
0.382099 - HTML::template                       -> template: >page_box_right<
0.382146 - PAGE::get_boxes                      -> -------- call: right::vote
0.382168 - CBOX::vote                           -> generate Box
0.382183 - 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.388085 - HTML::template                       -> template: >box_vote_nocurrent<
0.388351 - HTML::template_exists                -> search: >page_box_right< == 1
0.388400 - HTML::template                       -> template: >page_box_right<
0.388452 - PAGE::get_boxes                      -> -------- call: right::buddylist
0.388473 - CBOX::buddylist                      -> generate Box
0.388505 - HTML::template                       -> template: >box_buddylist_msg<
0.388565 - HTML::template                       -> template: >box_buddylist<
0.388644 - HTML::template_exists                -> search: >page_box_right< == 1
0.388666 - HTML::template                       -> template: >page_box_right<
0.388694 - PAGE::get_boxes                      -> -------- call: right::online
0.388712 - CBOX::online                         -> generate Box
0.388734 - HTML::template                       -> template: >box_online<
0.388849 - HTML::template_exists                -> search: >page_box_right< == 1
0.388891 - HTML::template                       -> template: >page_box_right<
0.388974 - PAGE::render                         -> final
0.389002 - PAGE::renderTemplate                 -> page
0.389013 - dotSession::getInstance              -> do
0.389047 - PAGE::getHead                        -> return
0.389053 - dotSession::getInstance              -> do
0.389205 - HTML::template                       -> template: >page<
0.390048 - PAGE::render_template                -> final

PHP Includes   : 26
DB Queries     : 36
Rendering Time : 0.392516

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