home / User details of FreakIsTea



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

found 530 debug messages

0.000034 - GLOBAL::include                      -> config.php
0.000195 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000239 - dotDatabase::getInstance             -> connection: database
0.000258 - dotDatabase::__construct             -> connection: database
0.000286 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000313 - page::getInstance                    -> do
0.000336 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000367 - dotSession::getInstance              -> do
0.000390 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000424 - dotSession::start                    -> ---- init
0.000459 - dotSession::start                    -> start php session managment
0.145397 - dotSession::start                    -> finished php session management
0.145426 - dotSession::start                    -> check for security options
0.145441 - dotSession::start                    -> lookup ip2country
0.145459 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.160968 - dotDatabase::select                  -> database: dotlan_database
0.168864 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 316847449 BETWEEN ip_from AND ip_to
0.177304 - dotSession::start                    -> update current session online user infos
0.177372 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746420346, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1306', host = '18.226.181.89', dns = '18.226.181.89', countrycode = '', hits = hits + 1 WHERE hash = 'o49n39naftmgmbq994i8qvlkp3'
0.183047 - dotSession::start                    -> session found in DB
0.183090 - dotSession::load_locales             -> do
0.183136 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.183149 - dotSession::start                    -> ---- finished with session startup
0.183174 - dotSession::load_user                -> id: 0
0.183186 - user::get_user                       -> id: >0<
0.183206 - dotDatabase::getInstance             -> connection: database
0.183268 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.183304 - styles::load                         -> name: ><
0.183329 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.183575 - styles::activate                     -> style = 2024_switzerlan
0.183808 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.183836 - admin::getInstance                   -> do
0.183849 - dotSession::getInstance              -> do
0.183866 - admin::__construct                   -> user_id=0
0.183874 - user::load_settings                  -> load current user settings to $global
0.183891 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.183928 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.183953 - EVENT::comming_event                 -> return
0.183969 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746420346 AND active=1 ORDER by begin ASC
0.188533 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.188591 - GLOBAL::end global.php               -> ---------------------------------------------
0.188608 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.188672 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.188696 - user::get_user                       -> id: >1306<
0.188708 - dotDatabase::getInstance             -> connection: database
0.188724 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1306 ORDER by id DESC
0.193518 - USER_FUNCTIONS::display_details      -> id:1306
0.193619 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.193697 - GLOBAL::include                      -> custom.user.php
0.194044 - HTML::template                       -> template: >user_profile_inner_bit4<
0.194208 - 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=1306 AND active=1 ORDER by events.begin DESC
0.199467 - EVENT::load_event_status             -> load event_status to $this
0.199499 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.204191 - HTML::template                       -> template: >user_profile_inner_bit4<
0.204308 - HTML::template                       -> template: >user_profile_inner_bit4<
0.204371 - HTML::template                       -> template: >user_profile_inner_bit4<
0.204417 - HTML::template                       -> template: >user_profile_inner_bit4<
0.204460 - HTML::template                       -> template: >user_profile_inner_bit4<
0.204502 - HTML::template                       -> template: >user_profile_inner_bit4<
0.204543 - HTML::template                       -> template: >user_profile_inner_bit4<
0.204582 - HTML::template                       -> template: >user_profile_inner_bit4<
0.204613 - HTML::template                       -> template: >user_profile_innerlist<
0.204723 - HTML::template                       -> template: >user_profile_inner_bit3<
0.204777 - 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=1306 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.245617 - HTML::template                       -> template: >user_profile_inner_bit1<
0.245858 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.245935 - TURNIER::__construct                 -> init
0.246010 - HTML::template                       -> template: >user_profile_inner_bit3<
0.246131 - HTML::template                       -> template: >user_profile_inner_bit1<
0.246185 - HTML::template                       -> template: >user_profile_inner_bit3<
0.246440 - HTML::template                       -> template: >user_profile_inner_bit1<
0.246507 - TURNIER::get_turnier                 -> ID: 155 (db)
0.246524 - 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='155'
0.251424 - TURNIER::load_system                 -> Turniermodus: double
0.251485 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.251560 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.251732 - TURNIER::get_system                  -> return tournamentsystem class
0.251749 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.251759 - TURNIER_TREE::__construct            -> init
0.251768 - TURNIER::__construct                 -> init
0.251789 - TURNIER::get_turnier                 -> ID: 155 (cache)
0.251844 - TURNIER_TREE::load_contests          -> loading from db
0.251866 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.251901 - CACHE::get                           -> cache: >turnier_155::contests< not found
0.251917 - 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=155 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.259185 - CACHE::set                           -> cache: >turnier_155::contests< with ttl:3600
0.259819 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 155
0.259853 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.259886 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.259938 - TURNIER_TEILNEHMER::__construct      -> init
0.259949 - TURNIER::__construct                 -> init
0.259964 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1306 tid: 155
0.259982 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=155 AND user_id=1306
0.264781 - TURNIER_TREE::load_contests          -> load cache
0.264860 - TURNIER::load_players_info           -> loading from db
0.264910 - CACHE::get                           -> cache: >turnier_155::players_info< not found
0.264930 - 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=15 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=155
0.280766 - CACHE::set                           -> cache: >turnier_155::players_info< with ttl:3600
0.281272 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.281313 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.281366 - TURNIER::__construct                 -> init
0.281385 - TURNIER::get_turnier                 -> ID: 155 (cache)
0.281429 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.281447 - TURNIER::is_admin                    -> user_id: 0
0.281459 - admin::getInstance                   -> do
0.281487 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.281585 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.281789 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.281880 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.281967 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.282052 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.282136 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.282184 - HTML::template                       -> template: >turnier_profile_contest_list<
0.282281 - HTML::template                       -> template: >user_profile_inner_bit3<
0.282381 - HTML::template                       -> template: >user_profile_inner_bit3<
0.282467 - HTML::template                       -> template: >user_profile_inner_bit1<
0.282521 - TURNIER::get_turnier                 -> ID: 136 (db)
0.282534 - 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='136'
0.287703 - TURNIER::load_system                 -> Turniermodus: double
0.287761 - TURNIER::get_system                  -> return tournamentsystem class
0.287779 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.287789 - TURNIER_TREE::__construct            -> init
0.287797 - TURNIER::__construct                 -> init
0.287817 - TURNIER::get_turnier                 -> ID: 136 (cache)
0.287875 - TURNIER_TREE::load_contests          -> loading from db
0.287922 - CACHE::get                           -> cache: >turnier_136::contests< not found
0.287937 - 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=136 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.295953 - CACHE::set                           -> cache: >turnier_136::contests< with ttl:3600
0.296694 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 136
0.296739 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.296749 - TURNIER_TEILNEHMER::__construct      -> init
0.296755 - TURNIER::__construct                 -> init
0.296768 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1306 tid: 136
0.296780 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=136 AND user_id=1306
0.301478 - TURNIER_TREE::load_contests          -> load cache
0.301512 - TURNIER::load_players_info           -> loading from db
0.301554 - CACHE::get                           -> cache: >turnier_136::players_info< not found
0.301567 - 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=136
0.316790 - CACHE::set                           -> cache: >turnier_136::players_info< with ttl:3600
0.317421 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.317443 - TURNIER::__construct                 -> init
0.317460 - TURNIER::get_turnier                 -> ID: 136 (cache)
0.317497 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.317511 - TURNIER::is_admin                    -> user_id: 0
0.317518 - admin::getInstance                   -> do
0.317536 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.317611 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.317946 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.318102 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.318169 - HTML::template                       -> template: >turnier_profile_contest_list<
0.318249 - HTML::template                       -> template: >user_profile_inner_bit3<
0.318393 - HTML::template                       -> template: >user_profile_inner_bit3<
0.318499 - HTML::template                       -> template: >user_profile_inner_bit3<
0.318583 - HTML::template                       -> template: >user_profile_inner_bit3<
0.318670 - TURNIER::get_turnier                 -> ID: 115 (db)
0.318688 - 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='115'
0.323533 - TURNIER::load_system                 -> Turniermodus: single
0.323592 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_single.php
0.323810 - TURNIER::get_system                  -> return tournamentsystem class
0.323825 - TURNIERSYSTEM_SINGLE::__construct    -> init
0.323831 - TURNIER_TREE::__construct            -> init
0.323837 - TURNIER::__construct                 -> init
0.323851 - TURNIER::get_turnier                 -> ID: 115 (cache)
0.323895 - TURNIER_TREE::load_contests          -> loading from db
0.323921 - CACHE::get                           -> cache: >turnier_115::contests< not found
0.323930 - 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=115 AND tcrunde>=0 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.333547 - CACHE::set                           -> cache: >turnier_115::contests< with ttl:3600
0.334395 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 115
0.334424 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.334434 - TURNIER_TEILNEHMER::__construct      -> init
0.334441 - TURNIER::__construct                 -> init
0.334453 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1306 tid: 115
0.334464 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=115 AND user_id=1306
0.339625 - TURNIER_TREE::load_contests          -> load cache
0.339723 - TURNIER::load_players_info           -> loading from db
0.339770 - CACHE::get                           -> cache: >turnier_115::players_info< not found
0.339787 - 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=115
0.348599 - CACHE::set                           -> cache: >turnier_115::players_info< with ttl:3600
0.349406 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.349429 - TURNIER::__construct                 -> init
0.349449 - TURNIER::get_turnier                 -> ID: 115 (cache)
0.349493 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.349512 - TURNIER::is_admin                    -> user_id: 0
0.349522 - admin::getInstance                   -> do
0.349550 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.349646 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.349774 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.349816 - HTML::template                       -> template: >turnier_profile_contest_list<
0.349854 - HTML::template                       -> template: >user_profile_inner_bit3<
0.349932 - HTML::template                       -> template: >user_profile_inner_bit3<
0.349978 - HTML::template                       -> template: >user_profile_inner_bit1<
0.350003 - HTML::template                       -> template: >user_profile_inner_bit3<
0.350044 - HTML::template                       -> template: >user_profile_inner_bit1<
0.350065 - HTML::template                       -> template: >user_profile_inner_bit3<
0.350248 - TURNIER::get_turnier                 -> ID: 81 (db)
0.350263 - 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='81'
0.355181 - TURNIER::load_system                 -> Turniermodus: double
0.355208 - TURNIER::get_system                  -> return tournamentsystem class
0.355224 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.355237 - TURNIER_TREE::__construct            -> init
0.355246 - TURNIER::__construct                 -> init
0.355262 - TURNIER::get_turnier                 -> ID: 81 (cache)
0.355312 - TURNIER_TREE::load_contests          -> loading from db
0.355368 - CACHE::get                           -> cache: >turnier_81::contests< not found
0.355382 - 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=81 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.363551 - CACHE::set                           -> cache: >turnier_81::contests< with ttl:3600
0.364671 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 81
0.364710 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.364725 - TURNIER_TEILNEHMER::__construct      -> init
0.364735 - TURNIER::__construct                 -> init
0.364752 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1306 tid: 81
0.364769 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=81 AND user_id=1306
0.369596 - TURNIER_TREE::load_contests          -> load cache
0.369642 - TURNIER::load_players_info           -> loading from db
0.369705 - CACHE::get                           -> cache: >turnier_81::players_info< not found
0.369725 - 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=7 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name ON code=user.countrycode WHERE t_teilnehmer.tid=81
0.377716 - CACHE::set                           -> cache: >turnier_81::players_info< with ttl:3600
0.378225 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.378251 - TURNIER::__construct                 -> init
0.378271 - TURNIER::get_turnier                 -> ID: 81 (cache)
0.378316 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.378335 - TURNIER::is_admin                    -> user_id: 0
0.378345 - admin::getInstance                   -> do
0.378372 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.378456 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.378584 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.378677 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.378729 - HTML::template                       -> template: >turnier_profile_contest_list<
0.378797 - HTML::template                       -> template: >user_profile_inner_bit3<
0.378924 - TURNIER::get_turnier                 -> ID: 71 (db)
0.378938 - 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='71'
0.384022 - TURNIER::load_system                 -> Turniermodus: double
0.384053 - TURNIER::get_system                  -> return tournamentsystem class
0.384064 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.384071 - TURNIER_TREE::__construct            -> init
0.384077 - TURNIER::__construct                 -> init
0.384089 - TURNIER::get_turnier                 -> ID: 71 (cache)
0.384125 - TURNIER_TREE::load_contests          -> loading from db
0.384177 - CACHE::get                           -> cache: >turnier_71::contests< not found
0.384185 - 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=71 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.397109 - CACHE::set                           -> cache: >turnier_71::contests< with ttl:3600
0.398789 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 71
0.398820 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.398831 - TURNIER_TEILNEHMER::__construct      -> init
0.398838 - TURNIER::__construct                 -> init
0.398850 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1306 tid: 71
0.398862 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=71 AND user_id=1306
0.404147 - TURNIER_TREE::load_contests          -> load cache
0.404187 - TURNIER::load_players_info           -> loading from db
0.404233 - CACHE::get                           -> cache: >turnier_71::players_info< not found
0.404247 - 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=71
0.428115 - CACHE::set                           -> cache: >turnier_71::players_info< with ttl:3600
0.428900 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.428919 - TURNIER::__construct                 -> init
0.428934 - TURNIER::get_turnier                 -> ID: 71 (cache)
0.428971 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.428985 - TURNIER::is_admin                    -> user_id: 0
0.429023 - admin::getInstance                   -> do
0.429044 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.429127 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.429254 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.429341 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.429396 - HTML::template                       -> template: >turnier_profile_contest_list<
0.429460 - HTML::template                       -> template: >user_profile_inner_bit3<
0.429573 - HTML::template                       -> template: >user_profile_inner_bit1<
0.429641 - TURNIER::get_turnier                 -> ID: 54 (db)
0.429651 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='54'
0.434569 - TURNIER::load_system                 -> Turniermodus: group
0.434641 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
0.434853 - TURNIER::get_system                  -> return tournamentsystem class
0.434873 - TURNIERSYSTEM_GROUP::__construct     -> init
0.434881 - TURNIER::__construct                 -> init
0.434902 - TURNIER::get_turnier                 -> ID: 54 (cache)
0.434968 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.435003 - CACHE::get                           -> cache: >turnier_54::contests< not found
0.435016 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=54 GROUP by t_contest.tcid
0.439839 - CACHE::set                           -> cache: >turnier_54::contests< with ttl:3600
0.440168 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 54
0.440205 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.440221 - TURNIER_TEILNEHMER::__construct      -> init
0.440232 - TURNIER::__construct                 -> init
0.440244 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1306 tid: 54
0.440256 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=54 AND user_id=1306
0.444473 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=859 OR team_b=859 LIMIT 1
0.449280 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.449346 - CACHE::get                           -> cache: >turnier_54::contests< not found
0.449393 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=54 GROUP by t_contest.tcid
0.453809 - CACHE::set                           -> cache: >turnier_54::contests< with ttl:3600
0.454120 - TURNIER::load_players_info           -> loading from db
0.454145 - CACHE::get                           -> cache: >turnier_54::players_info< not found
0.454158 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=5 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=54
0.462723 - CACHE::set                           -> cache: >turnier_54::players_info< with ttl:3600
0.462949 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.462969 - TURNIER::__construct                 -> init
0.462990 - TURNIER::get_turnier                 -> ID: 54 (cache)
0.463138 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.463161 - TURNIER::is_admin                    -> user_id: 0
0.463171 - admin::getInstance                   -> do
0.463196 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.463297 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.463422 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.463513 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.463600 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.463700 - HTML::template                       -> template: >turnier_profile_contest_list<
0.463782 - HTML::template                       -> template: >user_profile_inner_bit3<
0.463872 - HTML::template                       -> template: >user_profile_inner_bit3<
0.463916 - HTML::template                       -> template: >user_profile_inner_bit3<
0.463960 - HTML::template                       -> template: >user_profile_inner_bit1<
0.463990 - TURNIER::get_turnier                 -> ID: 41 (db)
0.463999 - 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='41'
0.468659 - TURNIER::load_system                 -> Turniermodus: double
0.468701 - TURNIER::get_system                  -> return tournamentsystem class
0.468717 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.468726 - TURNIER_TREE::__construct            -> init
0.468736 - TURNIER::__construct                 -> init
0.468756 - TURNIER::get_turnier                 -> ID: 41 (cache)
0.468833 - TURNIER_TREE::load_contests          -> loading from db
0.468877 - CACHE::get                           -> cache: >turnier_41::contests< not found
0.468887 - 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=41 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.475998 - CACHE::set                           -> cache: >turnier_41::contests< with ttl:3600
0.477220 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 41
0.477254 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.477269 - TURNIER_TEILNEHMER::__construct      -> init
0.477278 - TURNIER::__construct                 -> init
0.477294 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1306 tid: 41
0.477309 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=41 AND user_id=1306
0.482380 - TURNIER_TREE::load_contests          -> load cache
0.482419 - TURNIER::load_players_info           -> loading from db
0.482462 - CACHE::get                           -> cache: >turnier_41::players_info< not found
0.482476 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=4 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=41
0.504315 - CACHE::set                           -> cache: >turnier_41::players_info< with ttl:3600
0.504909 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.504930 - TURNIER::__construct                 -> init
0.504948 - TURNIER::get_turnier                 -> ID: 41 (cache)
0.504994 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.505013 - TURNIER::is_admin                    -> user_id: 0
0.505029 - admin::getInstance                   -> do
0.505059 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.505147 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.505248 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.505307 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.505341 - HTML::template                       -> template: >turnier_profile_contest_list<
0.505390 - HTML::template                       -> template: >user_profile_inner_bit3<
0.505514 - HTML::template                       -> template: >user_profile_inner_bit1<
0.505552 - TURNIER::get_turnier                 -> ID: 31 (db)
0.505561 - 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.510373 - TURNIER::load_system                 -> Turniermodus: double
0.510410 - TURNIER::get_system                  -> return tournamentsystem class
0.510426 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.510437 - TURNIER_TREE::__construct            -> init
0.510448 - TURNIER::__construct                 -> init
0.510465 - TURNIER::get_turnier                 -> ID: 31 (cache)
0.510529 - TURNIER_TREE::load_contests          -> loading from db
0.510575 - CACHE::get                           -> cache: >turnier_31::contests< not found
0.510588 - 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.518125 - CACHE::set                           -> cache: >turnier_31::contests< with ttl:3600
0.519600 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 31
0.519700 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.519718 - TURNIER_TEILNEHMER::__construct      -> init
0.519730 - TURNIER::__construct                 -> init
0.519750 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1306 tid: 31
0.519769 - 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=1306
0.524455 - TURNIER_TREE::load_contests          -> load cache
0.524505 - TURNIER::load_players_info           -> loading from db
0.524563 - CACHE::get                           -> cache: >turnier_31::players_info< not found
0.524585 - 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.534340 - CACHE::set                           -> cache: >turnier_31::players_info< with ttl:3600
0.534904 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.534925 - TURNIER::__construct                 -> init
0.534944 - TURNIER::get_turnier                 -> ID: 31 (cache)
0.534989 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.535007 - TURNIER::is_admin                    -> user_id: 0
0.535017 - admin::getInstance                   -> do
0.535045 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.535140 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.535261 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.535360 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.535456 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.535509 - HTML::template                       -> template: >turnier_profile_contest_list<
0.535563 - HTML::template                       -> template: >user_profile_inner_bit3<
0.535736 - HTML::template                       -> template: >user_profile_innerlist<
0.535905 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.536045 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.536080 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.536107 - HTML::template                       -> template: >user_profile_shortbar<
0.536168 - HTML::template                       -> template: >user_profile<
0.536334 - GLOBAL::end userspace                -> ---------------------------------------------
0.536347 - PAGE::render                         -> start rendering page layout
0.536359 - USER::check_for_new_messages         -> return
0.536376 - dotSession::getInstance              -> do
0.536419 - PAGE::get_boxes                      -> -------- side=left
0.536443 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
0.536482 - PAGE::get_boxes                      -> -------- call: left::menu_main
0.536500 - CBOX::menu                           -> generate Menu Box >menu<
0.536525 - HTML::template                       -> template: >box_menu_bit<
0.536607 - HTML::template                       -> template: >box_menu_bit<
0.536632 - HTML::template                       -> template: >box_menu_bit<
0.536664 - HTML::template                       -> template: >box_menu_bit<
0.536695 - HTML::template                       -> template: >box_menu_bit<
0.536725 - HTML::template                       -> template: >box_menu_bit<
0.536756 - HTML::template                       -> template: >box_menu_bit<
0.536784 - HTML::template                       -> template: >box_menu<
0.536950 - HTML::template_exists                -> search: >page_box_left< == 1
0.536989 - HTML::template                       -> template: >page_box_left<
0.537058 - PAGE::get_boxes                      -> -------- call: left::menu_party
0.537073 - CBOX::menu                           -> generate Menu Box >party<
0.537095 - HTML::template                       -> template: >box_menu_bit<
0.537120 - HTML::template                       -> template: >box_menu_bit<
0.537145 - HTML::template                       -> template: >box_menu_bit<
0.537169 - HTML::template                       -> template: >box_menu_bit<
0.537192 - HTML::template                       -> template: >box_menu_bit<
0.537216 - HTML::template                       -> template: >box_menu_bit<
0.537239 - HTML::template                       -> template: >box_menu_bit<
0.537263 - HTML::template                       -> template: >box_menu_bit<
0.537286 - HTML::template                       -> template: >box_menu_bit<
0.537310 - HTML::template                       -> template: >box_menu_bit<
0.537334 - HTML::template                       -> template: >box_menu_bit<
0.537358 - HTML::template                       -> template: >box_menu_bit<
0.537391 - HTML::template                       -> template: >box_menu<
0.537437 - HTML::template_exists                -> search: >page_box_left< == 1
0.537463 - HTML::template                       -> template: >page_box_left<
0.537499 - PAGE::get_boxes                      -> -------- call: left::menu_login
0.537512 - CBOX::menu                           -> generate Menu Box >login<
0.537531 - HTML::template                       -> template: >box_menu_bit<
0.537564 - HTML::template                       -> template: >box_menu_bit<
0.537590 - HTML::template                       -> template: >box_menu<
0.537634 - HTML::template_exists                -> search: >page_box_left< == 1
0.537657 - HTML::template                       -> template: >page_box_left<
0.537683 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
0.537691 - PAGE::get_boxes                      -> -------- call: left::search
0.537704 - CBOX::template                       -> generate Box with >box_suchen< as template
0.537714 - HTML::template                       -> template: >box_suchen<
0.537812 - HTML::template_exists                -> search: >page_box_left< == 1
0.537836 - HTML::template                       -> template: >page_box_left<
0.537863 - PAGE::get_boxes                      -> -------- call: left::banner
0.537897 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
0.537911 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
0.542212 - 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.546596 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
0.546650 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
0.551331 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
0.557600 - HTML::encode                         -> replace run 1
0.557778 - HTML::template                       -> template: >box_banner_bit<
0.558041 - HTML::encode                         -> www.egames.ch...
0.558195 - HTML::encode                         -> replace run 1
0.558266 - HTML::encode                         -> replace run 2
0.558328 - HTML::template                       -> template: >box_banner_bit<
0.558360 - HTML::template                       -> template: >box_banner<
0.558454 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
0.558576 - HTML::template_exists                -> search: >page_box_left< == 1
0.558614 - HTML::template                       -> template: >page_box_left<
0.558660 - PAGE::get_boxes                      -> -------- side=right
0.558679 - PAGE::get_boxes                      -> -------- call: right::news
0.558697 - CBOX::news                           -> generate Box
0.558716 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
0.558757 - NEWS::load_news                      -> load news data
0.558782 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
0.558813 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
0.563348 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
0.568411 - 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.573232 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
0.573436 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
0.573453 - NEWS::load_news                      -> ... from database
0.573491 - 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.578862 - HTML::encodeCms                      -> 
0.579321 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
0.579562 - HTML::encode                         -> replace run 1
0.579651 - HTML::encodeCms                      -> 
0.579682 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
0.579728 - HTML::encode                         -> replace run 1
0.579770 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
0.580005 - HTML::template                       -> template: >box_news_bit<
0.580146 - HTML::template                       -> template: >box_news_bit<
0.580181 - HTML::template                       -> template: >box_news<
0.580311 - HTML::template_exists                -> search: >page_box_right< == 1
0.580348 - HTML::template                       -> template: >page_box_right<
0.580417 - PAGE::get_boxes                      -> -------- call: right::party
0.580436 - CBOX::party                          -> generate Box
0.580456 - EVENT::short_event                   -> id >27<
0.580466 - EVENT::getevent                      -> id >27<
0.580479 - 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.586168 - CACHE::get                           -> cache: >event_27::stats< not found
0.586200 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
0.593097 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
0.600161 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
0.600388 - HTML::template                       -> template: >box_event<
0.600644 - HTML::template_exists                -> search: >page_box_right< == 1
0.600699 - HTML::template                       -> template: >page_box_right<
0.600754 - PAGE::get_boxes                      -> -------- call: right::forum
0.600776 - CBOX::forum                          -> generate forum box
0.600842 - CBOX::forum_load_threads             -> load data
0.600885 - CACHE::get                           -> cache: >forum::topthreads< not found
0.600907 - 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.613904 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
0.614096 - CBOX::forum_threads                  -> list all threads in array
0.614122 - 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.614160 - admin::getInstance                   -> do
0.614267 - HTML::template                       -> template: >box_forum_bit<
0.614424 - HTML::template                       -> template: >box_forum_bit<
0.614482 - HTML::template                       -> template: >box_forum_bit<
0.614540 - HTML::template                       -> template: >box_forum_bit<
0.614587 - HTML::template                       -> template: >box_forum_bit<
0.614644 - HTML::template                       -> template: >box_forum_bit<
0.614673 - HTML::template                       -> template: >box_forum<
0.614792 - HTML::template_exists                -> search: >page_box_right< == 1
0.614831 - HTML::template                       -> template: >page_box_right<
0.614867 - PAGE::get_boxes                      -> -------- call: right::vote
0.614885 - CBOX::vote                           -> generate Box
0.614898 - 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.619396 - HTML::template                       -> template: >box_vote_nocurrent<
0.619566 - HTML::template_exists                -> search: >page_box_right< == 1
0.619604 - HTML::template                       -> template: >page_box_right<
0.619693 - PAGE::get_boxes                      -> -------- call: right::buddylist
0.619784 - CBOX::buddylist                      -> generate Box
0.619818 - HTML::template                       -> template: >box_buddylist_msg<
0.619912 - HTML::template                       -> template: >box_buddylist<
0.620001 - HTML::template_exists                -> search: >page_box_right< == 1
0.620031 - HTML::template                       -> template: >page_box_right<
0.620062 - PAGE::get_boxes                      -> -------- call: right::online
0.620077 - CBOX::online                         -> generate Box
0.620088 - HTML::template                       -> template: >box_online<
0.620177 - HTML::template_exists                -> search: >page_box_right< == 1
0.620206 - HTML::template                       -> template: >page_box_right<
0.620304 - PAGE::render                         -> final
0.620316 - PAGE::renderTemplate                 -> page
0.620327 - dotSession::getInstance              -> do
0.620346 - PAGE::getHead                        -> return
0.620354 - dotSession::getInstance              -> do
0.620488 - HTML::template                       -> template: >page<
0.621102 - PAGE::render_template                -> final

PHP Includes   : 28
DB Queries     : 54
Rendering Time : 0.623375

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