home / User details of dothem



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

found 485 debug messages

0.000032 - GLOBAL::include                      -> config.php
0.000195 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000233 - dotDatabase::getInstance             -> connection: database
0.000251 - dotDatabase::__construct             -> connection: database
0.000273 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000299 - page::getInstance                    -> do
0.000321 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000632 - dotSession::getInstance              -> do
0.000657 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000691 - dotSession::start                    -> ---- init
0.000725 - dotSession::start                    -> start php session managment
0.000812 - dotSession::start                    -> finished php session management
0.000828 - dotSession::start                    -> check for security options
0.000843 - dotSession::start                    -> lookup ip2country
0.000860 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.017681 - dotDatabase::select                  -> database: dotlan_database
0.025637 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 59077893 BETWEEN ip_from AND ip_to
0.038378 - dotSession::start                    -> update current session online user infos
0.038432 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746421962, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=112', host = '3.133.117.5', dns = '3.133.117.5', countrycode = '', hits = hits + 1 WHERE hash = '30emogl46qi2s66qodlct3ksb0'
0.043996 - dotSession::start                    -> session found in DB
0.044026 - dotSession::load_locales             -> do
0.044069 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.044078 - dotSession::start                    -> ---- finished with session startup
0.044098 - dotSession::load_user                -> id: 0
0.044108 - user::get_user                       -> id: >0<
0.044126 - dotDatabase::getInstance             -> connection: database
0.044167 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.044200 - styles::load                         -> name: ><
0.044230 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.044488 - styles::activate                     -> style = 2024_switzerlan
0.044667 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.044687 - admin::getInstance                   -> do
0.044697 - dotSession::getInstance              -> do
0.044710 - admin::__construct                   -> user_id=0
0.044720 - user::load_settings                  -> load current user settings to $global
0.044738 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.044766 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.044792 - EVENT::comming_event                 -> return
0.044807 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746421962 AND active=1 ORDER by begin ASC
0.049353 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.049423 - GLOBAL::end global.php               -> ---------------------------------------------
0.049444 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.049513 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.049542 - user::get_user                       -> id: >112<
0.049557 - dotDatabase::getInstance             -> connection: database
0.049576 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 112 ORDER by id DESC
0.054173 - USER_FUNCTIONS::display_details      -> id:112
0.054244 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.054313 - GLOBAL::include                      -> custom.user.php
0.054784 - HTML::template                       -> template: >user_profile_inner_bit4<
0.055047 - 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=112 AND active=1 ORDER by events.begin DESC
0.059820 - EVENT::load_event_status             -> load event_status to $this
0.059844 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.064578 - HTML::template                       -> template: >user_profile_inner_bit4<
0.064696 - HTML::template                       -> template: >user_profile_inner_bit4<
0.064751 - HTML::template                       -> template: >user_profile_inner_bit4<
0.064798 - HTML::template                       -> template: >user_profile_inner_bit4<
0.064851 - HTML::template                       -> template: >user_profile_innerlist<
0.065040 - HTML::template                       -> template: >user_profile_inner_bit3<
0.065146 - 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=112 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.092041 - HTML::template                       -> template: >user_profile_inner_bit1<
0.092261 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.092352 - TURNIER::__construct                 -> init
0.092413 - HTML::template                       -> template: >user_profile_inner_bit3<
0.092517 - TURNIER::get_turnier                 -> ID: 118 (db)
0.092540 - 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.096820 - TURNIER::load_system                 -> Turniermodus: double
0.096848 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.096893 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.097057 - TURNIER::get_system                  -> return tournamentsystem class
0.097067 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.097072 - TURNIER_TREE::__construct            -> init
0.097077 - TURNIER::__construct                 -> init
0.097089 - TURNIER::get_turnier                 -> ID: 118 (cache)
0.097144 - TURNIER_TREE::load_contests          -> loading from db
0.097156 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.097184 - CACHE::get                           -> cache: >turnier_118::contests< not found
0.097194 - 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.104672 - CACHE::set                           -> cache: >turnier_118::contests< with ttl:3600
0.106083 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 118
0.106127 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.106161 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.106215 - TURNIER_TEILNEHMER::__construct      -> init
0.106226 - TURNIER::__construct                 -> init
0.106243 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 112 tid: 118
0.106260 - 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=112
0.111264 - TURNIER_TREE::load_contests          -> load cache
0.111322 - TURNIER::load_players_info           -> loading from db
0.111373 - CACHE::get                           -> cache: >turnier_118::players_info< not found
0.111396 - 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.126180 - CACHE::set                           -> cache: >turnier_118::players_info< with ttl:3600
0.126958 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.127004 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.127059 - TURNIER::__construct                 -> init
0.127077 - TURNIER::get_turnier                 -> ID: 118 (cache)
0.127123 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.127140 - TURNIER::is_admin                    -> user_id: 0
0.127153 - admin::getInstance                   -> do
0.127181 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.127269 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.127642 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.127748 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.127837 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.127922 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.128014 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.128068 - HTML::template                       -> template: >turnier_profile_contest_list<
0.128210 - HTML::template                       -> template: >user_profile_inner_bit3<
0.128316 - HTML::template                       -> template: >user_profile_inner_bit3<
0.128392 - HTML::template                       -> template: >user_profile_inner_bit1<
0.128432 - HTML::template                       -> template: >user_profile_inner_bit3<
0.128518 - TURNIER::get_turnier                 -> ID: 77 (db)
0.128532 - 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='77'
0.133523 - TURNIER::load_system                 -> Turniermodus: double
0.133555 - TURNIER::get_system                  -> return tournamentsystem class
0.133570 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.133581 - TURNIER_TREE::__construct            -> init
0.133591 - TURNIER::__construct                 -> init
0.133608 - TURNIER::get_turnier                 -> ID: 77 (cache)
0.133654 - TURNIER_TREE::load_contests          -> loading from db
0.133697 - CACHE::get                           -> cache: >turnier_77::contests< not found
0.133710 - 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=77 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.141077 - CACHE::set                           -> cache: >turnier_77::contests< with ttl:3600
0.141460 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 77
0.141484 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.141499 - TURNIER_TEILNEHMER::__construct      -> init
0.141510 - TURNIER::__construct                 -> init
0.141526 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 112 tid: 77
0.141543 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=77 AND user_id=112
0.150758 - TURNIER_TREE::load_contests          -> load cache
0.150830 - TURNIER::load_players_info           -> loading from db
0.150881 - CACHE::get                           -> cache: >turnier_77::players_info< not found
0.150902 - 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=77
0.162046 - CACHE::set                           -> cache: >turnier_77::players_info< with ttl:3600
0.162331 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.162346 - TURNIER::__construct                 -> init
0.162358 - TURNIER::get_turnier                 -> ID: 77 (cache)
0.162394 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.162409 - TURNIER::is_admin                    -> user_id: 0
0.162415 - admin::getInstance                   -> do
0.162432 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.162490 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.162640 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.162734 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.162894 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.162958 - HTML::template                       -> template: >turnier_profile_contest_list<
0.163046 - HTML::template                       -> template: >user_profile_inner_bit3<
0.163188 - TURNIER::get_turnier                 -> ID: 71 (db)
0.163203 - 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.168354 - TURNIER::load_system                 -> Turniermodus: double
0.168390 - TURNIER::get_system                  -> return tournamentsystem class
0.168406 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.168417 - TURNIER_TREE::__construct            -> init
0.168427 - TURNIER::__construct                 -> init
0.168444 - TURNIER::get_turnier                 -> ID: 71 (cache)
0.168500 - TURNIER_TREE::load_contests          -> loading from db
0.168546 - CACHE::get                           -> cache: >turnier_71::contests< not found
0.168561 - 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.178756 - CACHE::set                           -> cache: >turnier_71::contests< with ttl:3600
0.180778 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 71
0.180819 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.180830 - TURNIER_TEILNEHMER::__construct      -> init
0.180837 - TURNIER::__construct                 -> init
0.180849 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 112 tid: 71
0.180861 - 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=112
0.185794 - TURNIER_TREE::load_contests          -> load cache
0.185836 - TURNIER::load_players_info           -> loading from db
0.185881 - CACHE::get                           -> cache: >turnier_71::players_info< not found
0.185896 - 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.207344 - CACHE::set                           -> cache: >turnier_71::players_info< with ttl:3600
0.208673 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.208706 - TURNIER::__construct                 -> init
0.208729 - TURNIER::get_turnier                 -> ID: 71 (cache)
0.208787 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.208808 - TURNIER::is_admin                    -> user_id: 0
0.208818 - admin::getInstance                   -> do
0.208846 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.208915 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.209039 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.209119 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.209200 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.209257 - HTML::template                       -> template: >turnier_profile_contest_list<
0.209325 - HTML::template                       -> template: >user_profile_inner_bit3<
0.209439 - HTML::template                       -> template: >user_profile_inner_bit1<
0.209488 - TURNIER::get_turnier                 -> ID: 60 (db)
0.209502 - 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='60'
0.214057 - TURNIER::load_system                 -> Turniermodus: double
0.214088 - TURNIER::get_system                  -> return tournamentsystem class
0.214104 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.214114 - TURNIER_TREE::__construct            -> init
0.214123 - TURNIER::__construct                 -> init
0.214140 - TURNIER::get_turnier                 -> ID: 60 (cache)
0.214203 - TURNIER_TREE::load_contests          -> loading from db
0.214253 - CACHE::get                           -> cache: >turnier_60::contests< not found
0.214268 - 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=60 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.219557 - CACHE::set                           -> cache: >turnier_60::contests< with ttl:3600
0.219932 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 60
0.219962 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.219978 - TURNIER_TEILNEHMER::__construct      -> init
0.219988 - TURNIER::__construct                 -> init
0.220004 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 112 tid: 60
0.220021 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=60 AND user_id=112
0.224888 - TURNIER_TREE::load_contests          -> load cache
0.224936 - TURNIER::load_players_info           -> loading from db
0.224989 - CACHE::get                           -> cache: >turnier_60::players_info< not found
0.225009 - 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=60
0.233260 - CACHE::set                           -> cache: >turnier_60::players_info< with ttl:3600
0.233709 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.233737 - TURNIER::__construct                 -> init
0.233760 - TURNIER::get_turnier                 -> ID: 60 (cache)
0.233814 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.233835 - TURNIER::is_admin                    -> user_id: 0
0.233845 - admin::getInstance                   -> do
0.233873 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.233969 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.234109 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.234209 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.234295 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.234380 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.234431 - HTML::template                       -> template: >turnier_profile_contest_list<
0.234499 - HTML::template                       -> template: >user_profile_inner_bit3<
0.238846 - TURNIER::get_turnier                 -> ID: 55 (db)
0.238869 - 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='55'
0.243512 - TURNIER::load_system                 -> Turniermodus: double
0.243555 - TURNIER::get_system                  -> return tournamentsystem class
0.243573 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.243585 - TURNIER_TREE::__construct            -> init
0.243595 - TURNIER::__construct                 -> init
0.243613 - TURNIER::get_turnier                 -> ID: 55 (cache)
0.243679 - TURNIER_TREE::load_contests          -> loading from db
0.243781 - CACHE::get                           -> cache: >turnier_55::contests< not found
0.243800 - 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=55 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.251204 - CACHE::set                           -> cache: >turnier_55::contests< with ttl:3600
0.252697 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 55
0.252743 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.252759 - TURNIER_TEILNEHMER::__construct      -> init
0.252770 - TURNIER::__construct                 -> init
0.252788 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 112 tid: 55
0.252806 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=55 AND user_id=112
0.257520 - TURNIER_TREE::load_contests          -> load cache
0.257568 - TURNIER::load_players_info           -> loading from db
0.257624 - CACHE::get                           -> cache: >turnier_55::players_info< not found
0.257645 - 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=5 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name ON code=user.countrycode WHERE t_teilnehmer.tid=55
0.263518 - CACHE::set                           -> cache: >turnier_55::players_info< with ttl:3600
0.264321 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.264350 - TURNIER::__construct                 -> init
0.264374 - TURNIER::get_turnier                 -> ID: 55 (cache)
0.264433 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.264455 - TURNIER::is_admin                    -> user_id: 0
0.264465 - admin::getInstance                   -> do
0.264493 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.264601 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.264739 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.264844 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.264938 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.264991 - HTML::template                       -> template: >turnier_profile_contest_list<
0.265059 - HTML::template                       -> template: >user_profile_inner_bit3<
0.265217 - HTML::template                       -> template: >user_profile_inner_bit3<
0.265324 - HTML::template                       -> template: >user_profile_inner_bit1<
0.265374 - TURNIER::get_turnier                 -> ID: 38 (db)
0.265387 - 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='38'
0.270190 - TURNIER::load_system                 -> Turniermodus: double
0.270233 - TURNIER::get_system                  -> return tournamentsystem class
0.270251 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.270263 - TURNIER_TREE::__construct            -> init
0.270272 - TURNIER::__construct                 -> init
0.270290 - TURNIER::get_turnier                 -> ID: 38 (cache)
0.270350 - TURNIER_TREE::load_contests          -> loading from db
0.270405 - CACHE::get                           -> cache: >turnier_38::contests< not found
0.270421 - 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=38 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.277549 - CACHE::set                           -> cache: >turnier_38::contests< with ttl:3600
0.278222 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 38
0.278254 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.278269 - TURNIER_TEILNEHMER::__construct      -> init
0.278280 - TURNIER::__construct                 -> init
0.278298 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 112 tid: 38
0.278315 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=38 AND user_id=112
0.284485 - TURNIER_TREE::load_contests          -> load cache
0.284518 - TURNIER::load_players_info           -> loading from db
0.284557 - CACHE::get                           -> cache: >turnier_38::players_info< not found
0.284575 - 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=38
0.298662 - CACHE::set                           -> cache: >turnier_38::players_info< with ttl:3600
0.299269 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.299296 - TURNIER::__construct                 -> init
0.299319 - TURNIER::get_turnier                 -> ID: 38 (cache)
0.299379 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.299400 - TURNIER::is_admin                    -> user_id: 0
0.299410 - admin::getInstance                   -> do
0.299438 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.299535 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.299668 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.299758 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.299841 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.299923 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.300020 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.300097 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.300145 - HTML::template                       -> template: >turnier_profile_contest_list<
0.300227 - HTML::template                       -> template: >user_profile_inner_bit3<
0.300592 - TURNIER::get_turnier                 -> ID: 32 (db)
0.300610 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='32'
0.305363 - TURNIER::load_system                 -> Turniermodus: group
0.305434 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
0.305695 - TURNIER::get_system                  -> return tournamentsystem class
0.305718 - TURNIERSYSTEM_GROUP::__construct     -> init
0.305728 - TURNIER::__construct                 -> init
0.305749 - TURNIER::get_turnier                 -> ID: 32 (cache)
0.305824 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.305857 - CACHE::get                           -> cache: >turnier_32::contests< not found
0.305872 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=32 GROUP by t_contest.tcid
0.313438 - CACHE::set                           -> cache: >turnier_32::contests< with ttl:3600
0.314292 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 32
0.314326 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.314340 - TURNIER_TEILNEHMER::__construct      -> init
0.314349 - TURNIER::__construct                 -> init
0.314365 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 112 tid: 32
0.314381 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=32 AND user_id=112
0.319111 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=530 OR team_b=530 LIMIT 1
0.323574 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.323661 - CACHE::get                           -> cache: >turnier_32::contests< not found
0.323846 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=32 GROUP by t_contest.tcid
0.329519 - CACHE::set                           -> cache: >turnier_32::contests< with ttl:3600
0.330222 - TURNIER::load_players_info           -> loading from db
0.330255 - CACHE::get                           -> cache: >turnier_32::players_info< not found
0.330276 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=3 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=32
0.344927 - CACHE::set                           -> cache: >turnier_32::players_info< with ttl:3600
0.345566 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.345593 - TURNIER::__construct                 -> init
0.345616 - TURNIER::get_turnier                 -> ID: 32 (cache)
0.345690 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.345711 - TURNIER::is_admin                    -> user_id: 0
0.345722 - admin::getInstance                   -> do
0.345751 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.345840 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.345992 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.346055 - HTML::template                       -> template: >turnier_profile_contest_list<
0.346299 - HTML::template                       -> template: >user_profile_inner_bit3<
0.346455 - HTML::template                       -> template: >user_profile_innerlist<
0.346716 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.346918 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.346958 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.346986 - HTML::template                       -> template: >user_profile_shortbar<
0.347069 - HTML::template                       -> template: >user_profile<
0.347267 - GLOBAL::end userspace                -> ---------------------------------------------
0.347280 - PAGE::render                         -> start rendering page layout
0.347293 - USER::check_for_new_messages         -> return
0.347313 - dotSession::getInstance              -> do
0.347369 - PAGE::get_boxes                      -> -------- side=left
0.347402 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
0.347449 - PAGE::get_boxes                      -> -------- call: left::menu_main
0.347470 - CBOX::menu                           -> generate Menu Box >menu<
0.347495 - HTML::template                       -> template: >box_menu_bit<
0.347590 - HTML::template                       -> template: >box_menu_bit<
0.347616 - HTML::template                       -> template: >box_menu_bit<
0.347638 - HTML::template                       -> template: >box_menu_bit<
0.347660 - HTML::template                       -> template: >box_menu_bit<
0.347679 - HTML::template                       -> template: >box_menu_bit<
0.347699 - HTML::template                       -> template: >box_menu_bit<
0.347719 - HTML::template                       -> template: >box_menu<
0.347821 - HTML::template_exists                -> search: >page_box_left< == 1
0.347859 - HTML::template                       -> template: >page_box_left<
0.347933 - PAGE::get_boxes                      -> -------- call: left::menu_party
0.347950 - CBOX::menu                           -> generate Menu Box >party<
0.347970 - HTML::template                       -> template: >box_menu_bit<
0.347995 - HTML::template                       -> template: >box_menu_bit<
0.348017 - HTML::template                       -> template: >box_menu_bit<
0.348039 - HTML::template                       -> template: >box_menu_bit<
0.348059 - HTML::template                       -> template: >box_menu_bit<
0.348081 - HTML::template                       -> template: >box_menu_bit<
0.348103 - HTML::template                       -> template: >box_menu_bit<
0.348125 - HTML::template                       -> template: >box_menu_bit<
0.348146 - HTML::template                       -> template: >box_menu_bit<
0.348168 - HTML::template                       -> template: >box_menu_bit<
0.348189 - HTML::template                       -> template: >box_menu_bit<
0.348210 - HTML::template                       -> template: >box_menu_bit<
0.348231 - HTML::template                       -> template: >box_menu<
0.348285 - HTML::template_exists                -> search: >page_box_left< == 1
0.348315 - HTML::template                       -> template: >page_box_left<
0.348350 - PAGE::get_boxes                      -> -------- call: left::menu_login
0.348364 - CBOX::menu                           -> generate Menu Box >login<
0.348383 - HTML::template                       -> template: >box_menu_bit<
0.348405 - HTML::template                       -> template: >box_menu_bit<
0.348427 - HTML::template                       -> template: >box_menu<
0.348475 - HTML::template_exists                -> search: >page_box_left< == 1
0.348503 - HTML::template                       -> template: >page_box_left<
0.348535 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
0.348544 - PAGE::get_boxes                      -> -------- call: left::search
0.348558 - CBOX::template                       -> generate Box with >box_suchen< as template
0.348569 - HTML::template                       -> template: >box_suchen<
0.348671 - HTML::template_exists                -> search: >page_box_left< == 1
0.348697 - HTML::template                       -> template: >page_box_left<
0.348729 - PAGE::get_boxes                      -> -------- call: left::banner
0.348766 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
0.348782 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
0.353258 - 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.358213 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
0.358279 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
0.363893 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
0.368609 - HTML::encode                         -> replace run 1
0.368766 - HTML::template                       -> template: >box_banner_bit<
0.368971 - HTML::encode                         -> www.egames.ch...
0.369129 - HTML::encode                         -> replace run 1
0.369185 - HTML::encode                         -> replace run 2
0.369232 - HTML::template                       -> template: >box_banner_bit<
0.369257 - HTML::template                       -> template: >box_banner<
0.369356 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
0.369516 - HTML::template_exists                -> search: >page_box_left< == 1
0.369557 - HTML::template                       -> template: >page_box_left<
0.369610 - PAGE::get_boxes                      -> -------- side=right
0.369630 - PAGE::get_boxes                      -> -------- call: right::news
0.369649 - CBOX::news                           -> generate Box
0.369668 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
0.369718 - NEWS::load_news                      -> load news data
0.369748 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
0.369790 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
0.374524 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
0.379607 - 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.384710 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
0.384915 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
0.384932 - NEWS::load_news                      -> ... from database
0.384971 - 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.390564 - HTML::encodeCms                      -> 
0.391123 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
0.391283 - HTML::encode                         -> replace run 1
0.391326 - HTML::encodeCms                      -> 
0.391340 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
0.391362 - HTML::encode                         -> replace run 1
0.391384 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
0.391548 - HTML::template                       -> template: >box_news_bit<
0.391665 - HTML::template                       -> template: >box_news_bit<
0.391683 - HTML::template                       -> template: >box_news<
0.391762 - HTML::template_exists                -> search: >page_box_right< == 1
0.391789 - HTML::template                       -> template: >page_box_right<
0.391836 - PAGE::get_boxes                      -> -------- call: right::party
0.391849 - CBOX::party                          -> generate Box
0.391863 - EVENT::short_event                   -> id >27<
0.391869 - EVENT::getevent                      -> id >27<
0.391878 - 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.397183 - CACHE::get                           -> cache: >event_27::stats< not found
0.397212 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
0.407694 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
0.415809 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
0.415997 - HTML::template                       -> template: >box_event<
0.416188 - HTML::template_exists                -> search: >page_box_right< == 1
0.416229 - HTML::template                       -> template: >page_box_right<
0.416267 - PAGE::get_boxes                      -> -------- call: right::forum
0.416284 - CBOX::forum                          -> generate forum box
0.416296 - CBOX::forum_load_threads             -> load data
0.416319 - CACHE::get                           -> cache: >forum::topthreads< not found
0.416337 - 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.426926 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
0.427213 - CBOX::forum_threads                  -> list all threads in array
0.427243 - 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.427283 - admin::getInstance                   -> do
0.427360 - HTML::template                       -> template: >box_forum_bit<
0.427547 - HTML::template                       -> template: >box_forum_bit<
0.427602 - HTML::template                       -> template: >box_forum_bit<
0.427659 - HTML::template                       -> template: >box_forum_bit<
0.427708 - HTML::template                       -> template: >box_forum_bit<
0.427757 - HTML::template                       -> template: >box_forum_bit<
0.427788 - HTML::template                       -> template: >box_forum<
0.427905 - HTML::template_exists                -> search: >page_box_right< == 1
0.427942 - HTML::template                       -> template: >page_box_right<
0.427980 - PAGE::get_boxes                      -> -------- call: right::vote
0.427998 - CBOX::vote                           -> generate Box
0.428011 - 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.432586 - HTML::template                       -> template: >box_vote_nocurrent<
0.432801 - HTML::template_exists                -> search: >page_box_right< == 1
0.432843 - HTML::template                       -> template: >page_box_right<
0.432883 - PAGE::get_boxes                      -> -------- call: right::buddylist
0.432902 - CBOX::buddylist                      -> generate Box
0.432933 - HTML::template                       -> template: >box_buddylist_msg<
0.432992 - HTML::template                       -> template: >box_buddylist<
0.433088 - HTML::template_exists                -> search: >page_box_right< == 1
0.433115 - HTML::template                       -> template: >page_box_right<
0.433146 - PAGE::get_boxes                      -> -------- call: right::online
0.433167 - CBOX::online                         -> generate Box
0.433180 - HTML::template                       -> template: >box_online<
0.433293 - HTML::template_exists                -> search: >page_box_right< == 1
0.433324 - HTML::template                       -> template: >page_box_right<
0.433416 - PAGE::render                         -> final
0.433428 - PAGE::renderTemplate                 -> page
0.433439 - dotSession::getInstance              -> do
0.433462 - PAGE::getHead                        -> return
0.433470 - dotSession::getInstance              -> do
0.433613 - HTML::template                       -> template: >page<
0.434320 - PAGE::render_template                -> final

PHP Includes   : 27
DB Queries     : 50
Rendering Time : 0.436422

Includes PHP Files: 
 - /var/www/html/swilan-dev/2024/www/user/index.php
 - /var/www/html/swilan-dev/2024/www/global.php
 - /var/www/html/swilan-dev/2024/www/includes/class.dotCommon.php
 - /var/www/html/swilan-dev/2024/www/config.php
 - /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
 - /var/www/html/swilan-dev/2024/www/includes/class.page.php
 - /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
 - /var/www/html/swilan-dev/2024/www/includes/class.user.php
 - /var/www/html/swilan-dev/2024/www/includes/class.styles.php
 - /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
 - /var/www/html/swilan-dev/2024/www/includes/class.admin.php
 - /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
 - /var/www/html/swilan-dev/2024/www/includes/class.event.php
 - /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
 - /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
 - /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
 - /var/www/html/swilan-dev/2024/www/includes/class.html.php
 - /var/www/html/swilan-dev/2024/www/includes/custom.user.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
 - /var/www/html/swilan-dev/2024/www/includes/class.cache.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
 - /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
 - /var/www/html/swilan-dev/2024/www/includes/class.news.php