home / User details of Phil42



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

found 573 debug messages

0.000041 - GLOBAL::include                      -> config.php
0.000327 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000378 - dotDatabase::getInstance             -> connection: database
0.000403 - dotDatabase::__construct             -> connection: database
0.000433 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000462 - page::getInstance                    -> do
0.000490 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000518 - dotSession::getInstance              -> do
0.000537 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000573 - dotSession::start                    -> ---- init
0.000609 - dotSession::start                    -> start php session managment
0.884796 - dotSession::start                    -> finished php session management
0.884831 - dotSession::start                    -> check for security options
0.884851 - dotSession::start                    -> lookup ip2country
0.884875 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.901120 - dotDatabase::select                  -> database: dotlan_database
0.909151 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 221983421 BETWEEN ip_from AND ip_to
0.917992 - dotSession::start                    -> update current session online user infos
0.918052 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746420855, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1311', host = '13.59.50.189', dns = '13.59.50.189', countrycode = '', hits = hits + 1 WHERE hash = 'a39uon0s84s6i8e69j06cv1te0'
0.923718 - dotSession::start                    -> session found in DB
0.923768 - dotSession::load_locales             -> do
0.923819 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.923834 - dotSession::start                    -> ---- finished with session startup
0.923862 - dotSession::load_user                -> id: 0
0.923875 - user::get_user                       -> id: >0<
0.923898 - dotDatabase::getInstance             -> connection: database
0.923971 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.924016 - styles::load                         -> name: ><
0.924046 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.924379 - styles::activate                     -> style = 2024_switzerlan
0.924586 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.924618 - admin::getInstance                   -> do
0.924628 - dotSession::getInstance              -> do
0.924643 - admin::__construct                   -> user_id=0
0.924653 - user::load_settings                  -> load current user settings to $global
0.924671 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.924700 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.924726 - EVENT::comming_event                 -> return
0.924742 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746420855 AND active=1 ORDER by begin ASC
0.929627 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.929755 - GLOBAL::end global.php               -> ---------------------------------------------
0.929773 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.929836 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.929857 - user::get_user                       -> id: >1311<
0.929870 - dotDatabase::getInstance             -> connection: database
0.929886 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1311 ORDER by id DESC
0.934769 - USER_FUNCTIONS::display_details      -> id:1311
0.934876 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.934940 - GLOBAL::include                      -> custom.user.php
0.935185 - HTML::template                       -> template: >user_profile_inner_bit4<
0.935323 - 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=1311 AND active=1 ORDER by events.begin DESC
0.940528 - EVENT::load_event_status             -> load event_status to $this
0.940560 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.945629 - HTML::template                       -> template: >user_profile_inner_bit4<
0.945780 - HTML::template                       -> template: >user_profile_inner_bit4<
0.945830 - HTML::template                       -> template: >user_profile_inner_bit4<
0.945875 - HTML::template                       -> template: >user_profile_inner_bit4<
0.945917 - HTML::template                       -> template: >user_profile_inner_bit4<
0.945958 - HTML::template                       -> template: >user_profile_inner_bit4<
0.946000 - HTML::template                       -> template: >user_profile_innerlist<
0.946108 - HTML::template                       -> template: >user_profile_inner_bit3<
0.946162 - 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=1311 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.982831 - HTML::template                       -> template: >user_profile_inner_bit1<
0.983059 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.983142 - TURNIER::__construct                 -> init
0.983236 - HTML::template                       -> template: >user_profile_inner_bit3<
0.983369 - HTML::template                       -> template: >user_profile_inner_bit1<
0.983431 - HTML::template                       -> template: >user_profile_inner_bit3<
0.983509 - HTML::template                       -> template: >user_profile_inner_bit3<
0.983588 - TURNIER::get_turnier                 -> ID: 118 (db)
0.983606 - 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.988117 - TURNIER::load_system                 -> Turniermodus: double
0.988242 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.988327 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.988473 - TURNIER::get_system                  -> return tournamentsystem class
0.988492 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.988502 - TURNIER_TREE::__construct            -> init
0.988511 - TURNIER::__construct                 -> init
0.988530 - TURNIER::get_turnier                 -> ID: 118 (cache)
0.988600 - TURNIER_TREE::load_contests          -> loading from db
0.988625 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.988668 - CACHE::get                           -> cache: >turnier_118::contests< not found
0.988686 - 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.995713 - CACHE::set                           -> cache: >turnier_118::contests< with ttl:3600
0.997110 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 118
0.997168 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.997215 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.997290 - TURNIER_TEILNEHMER::__construct      -> init
0.997302 - TURNIER::__construct                 -> init
0.997323 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1311 tid: 118
0.997341 - 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=1311
1.002169 - TURNIER_TREE::load_contests          -> load cache
1.002226 - TURNIER::load_players_info           -> loading from db
1.002283 - CACHE::get                           -> cache: >turnier_118::players_info< not found
1.002309 - 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
1.015259 - CACHE::set                           -> cache: >turnier_118::players_info< with ttl:3600
1.016065 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.016111 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
1.016239 - TURNIER::__construct                 -> init
1.016271 - TURNIER::get_turnier                 -> ID: 118 (cache)
1.016325 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.016346 - TURNIER::is_admin                    -> user_id: 0
1.016362 - admin::getInstance                   -> do
1.016394 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.016489 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.016723 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.016826 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.016921 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.017011 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.017103 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.017155 - HTML::template                       -> template: >turnier_profile_contest_list<
1.017272 - HTML::template                       -> template: >user_profile_inner_bit3<
1.017381 - TURNIER::get_turnier                 -> ID: 116 (db)
1.017395 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='116'
1.022348 - TURNIER::load_system                 -> Turniermodus: double
1.022392 - TURNIER::get_system                  -> return tournamentsystem class
1.022409 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.022420 - TURNIER_TREE::__construct            -> init
1.022431 - TURNIER::__construct                 -> init
1.022449 - TURNIER::get_turnier                 -> ID: 116 (cache)
1.022497 - TURNIER_TREE::load_contests          -> loading from db
1.022545 - CACHE::get                           -> cache: >turnier_116::contests< not found
1.022560 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=116 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.040563 - CACHE::set                           -> cache: >turnier_116::contests< with ttl:3600
1.046111 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 116
1.046157 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.046173 - TURNIER_TEILNEHMER::__construct      -> init
1.046184 - TURNIER::__construct                 -> init
1.046205 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1311 tid: 116
1.046245 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=116 AND user_id=1311
1.052053 - TURNIER_TREE::load_contests          -> load cache
1.052105 - TURNIER::load_players_info           -> loading from db
1.052219 - CACHE::get                           -> cache: >turnier_116::players_info< not found
1.052249 - dotDatabase::query                   -> SELECT tnid, user.nick AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, user.countrycode, country_code2name.name AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=12 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name ON code=user.countrycode WHERE t_teilnehmer.tid=116
1.062347 - CACHE::set                           -> cache: >turnier_116::players_info< with ttl:3600
1.063871 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.063903 - TURNIER::__construct                 -> init
1.063925 - TURNIER::get_turnier                 -> ID: 116 (cache)
1.063982 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.064001 - TURNIER::is_admin                    -> user_id: 0
1.064010 - admin::getInstance                   -> do
1.064032 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.064134 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.064353 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.064447 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.064537 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.064623 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.064673 - HTML::template                       -> template: >turnier_profile_contest_list<
1.064733 - HTML::template                       -> template: >user_profile_inner_bit3<
1.064839 - HTML::template                       -> template: >user_profile_inner_bit3<
1.065107 - HTML::template                       -> template: >user_profile_inner_bit1<
1.065169 - HTML::template                       -> template: >user_profile_inner_bit3<
1.065249 - HTML::template                       -> template: >user_profile_inner_bit1<
1.065306 - TURNIER::get_turnier                 -> ID: 72 (db)
1.065321 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='72'
1.070364 - TURNIER::load_system                 -> Turniermodus: double
1.070400 - TURNIER::get_system                  -> return tournamentsystem class
1.070415 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.070427 - TURNIER_TREE::__construct            -> init
1.070437 - TURNIER::__construct                 -> init
1.070454 - TURNIER::get_turnier                 -> ID: 72 (cache)
1.070502 - TURNIER_TREE::load_contests          -> loading from db
1.070551 - CACHE::get                           -> cache: >turnier_72::contests< not found
1.070565 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=72 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.080794 - CACHE::set                           -> cache: >turnier_72::contests< with ttl:3600
1.083384 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 72
1.083430 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.083445 - TURNIER_TEILNEHMER::__construct      -> init
1.083456 - TURNIER::__construct                 -> init
1.083474 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1311 tid: 72
1.083492 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=72 AND user_id=1311
1.089026 - TURNIER_TREE::load_contests          -> load cache
1.089068 - TURNIER::load_players_info           -> loading from db
1.089115 - CACHE::get                           -> cache: >turnier_72::players_info< not found
1.089129 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=7 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=72
1.117140 - CACHE::set                           -> cache: >turnier_72::players_info< with ttl:3600
1.118669 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.118707 - TURNIER::__construct                 -> init
1.118736 - TURNIER::get_turnier                 -> ID: 72 (cache)
1.118805 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.118826 - TURNIER::is_admin                    -> user_id: 0
1.118837 - admin::getInstance                   -> do
1.118864 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.118977 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.119142 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.119255 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.119351 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.119448 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.119552 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.119617 - HTML::template                       -> template: >turnier_profile_contest_list<
1.119696 - HTML::template                       -> template: >user_profile_inner_bit3<
1.119813 - HTML::template                       -> template: >user_profile_inner_bit1<
1.119862 - HTML::template                       -> template: >user_profile_inner_bit3<
1.119944 - TURNIER::get_turnier                 -> ID: 51 (db)
1.119959 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='51'
1.124888 - TURNIER::load_system                 -> Turniermodus: double
1.124934 - TURNIER::get_system                  -> return tournamentsystem class
1.124953 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.124964 - TURNIER_TREE::__construct            -> init
1.124973 - TURNIER::__construct                 -> init
1.124992 - TURNIER::get_turnier                 -> ID: 51 (cache)
1.125056 - TURNIER_TREE::load_contests          -> loading from db
1.125115 - CACHE::get                           -> cache: >turnier_51::contests< not found
1.125130 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=51 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.131783 - CACHE::set                           -> cache: >turnier_51::contests< with ttl:3600
1.132812 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 51
1.132856 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.132895 - TURNIER_TEILNEHMER::__construct      -> init
1.132912 - TURNIER::__construct                 -> init
1.132929 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1311 tid: 51
1.132955 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=51 AND user_id=1311
1.137794 - TURNIER_TREE::load_contests          -> load cache
1.137840 - TURNIER::load_players_info           -> loading from db
1.137892 - CACHE::get                           -> cache: >turnier_51::players_info< not found
1.137914 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=5 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=51
1.152720 - CACHE::set                           -> cache: >turnier_51::players_info< with ttl:3600
1.153331 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.153352 - TURNIER::__construct                 -> init
1.153368 - TURNIER::get_turnier                 -> ID: 51 (cache)
1.153401 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.153415 - TURNIER::is_admin                    -> user_id: 0
1.153422 - admin::getInstance                   -> do
1.153439 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.153506 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.153598 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.153683 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.153738 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.153770 - HTML::template                       -> template: >turnier_profile_contest_list<
1.153865 - HTML::template                       -> template: >user_profile_inner_bit3<
1.153970 - TURNIER::get_turnier                 -> ID: 59 (db)
1.153981 - 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='59'
1.158680 - TURNIER::load_system                 -> Turniermodus: double
1.158708 - TURNIER::get_system                  -> return tournamentsystem class
1.158719 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.158726 - TURNIER_TREE::__construct            -> init
1.158731 - TURNIER::__construct                 -> init
1.158744 - TURNIER::get_turnier                 -> ID: 59 (cache)
1.158780 - TURNIER_TREE::load_contests          -> loading from db
1.158820 - CACHE::get                           -> cache: >turnier_59::contests< not found
1.158829 - 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=59 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.164651 - CACHE::set                           -> cache: >turnier_59::contests< with ttl:3600
1.165173 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 59
1.165204 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.165218 - TURNIER_TEILNEHMER::__construct      -> init
1.165227 - TURNIER::__construct                 -> init
1.165243 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1311 tid: 59
1.165260 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=59 AND user_id=1311
1.169783 - TURNIER_TREE::load_contests          -> load cache
1.169833 - TURNIER::load_players_info           -> loading from db
1.169883 - CACHE::get                           -> cache: >turnier_59::players_info< not found
1.169902 - 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=59
1.175549 - CACHE::set                           -> cache: >turnier_59::players_info< with ttl:3600
1.176004 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.176029 - TURNIER::__construct                 -> init
1.176050 - TURNIER::get_turnier                 -> ID: 59 (cache)
1.176122 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.176144 - TURNIER::is_admin                    -> user_id: 0
1.176232 - admin::getInstance                   -> do
1.176264 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.176378 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176543 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176648 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176746 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176812 - HTML::template                       -> template: >turnier_profile_contest_list<
1.176881 - HTML::template                       -> template: >user_profile_inner_bit3<
1.177013 - TURNIER::get_turnier                 -> ID: 55 (db)
1.177033 - 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'
1.181921 - TURNIER::load_system                 -> Turniermodus: double
1.181955 - TURNIER::get_system                  -> return tournamentsystem class
1.181971 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.181982 - TURNIER_TREE::__construct            -> init
1.181992 - TURNIER::__construct                 -> init
1.182008 - TURNIER::get_turnier                 -> ID: 55 (cache)
1.182065 - TURNIER_TREE::load_contests          -> loading from db
1.182120 - CACHE::get                           -> cache: >turnier_55::contests< not found
1.182138 - 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
1.190874 - CACHE::set                           -> cache: >turnier_55::contests< with ttl:3600
1.192208 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 55
1.192254 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.192269 - TURNIER_TEILNEHMER::__construct      -> init
1.192281 - TURNIER::__construct                 -> init
1.192299 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1311 tid: 55
1.192318 - 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=1311
1.197364 - TURNIER_TREE::load_contests          -> load cache
1.197408 - TURNIER::load_players_info           -> loading from db
1.197461 - CACHE::get                           -> cache: >turnier_55::players_info< not found
1.197480 - 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
1.204636 - CACHE::set                           -> cache: >turnier_55::players_info< with ttl:3600
1.205267 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.205293 - TURNIER::__construct                 -> init
1.205314 - TURNIER::get_turnier                 -> ID: 55 (cache)
1.205526 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.205556 - TURNIER::is_admin                    -> user_id: 0
1.205564 - admin::getInstance                   -> do
1.205583 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.205695 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.205792 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.205849 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.205942 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.206015 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.206067 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.206115 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.206146 - HTML::template                       -> template: >turnier_profile_contest_list<
1.206195 - HTML::template                       -> template: >user_profile_inner_bit3<
1.206281 - HTML::template                       -> template: >user_profile_inner_bit3<
1.206327 - HTML::template                       -> template: >user_profile_inner_bit1<
1.206361 - TURNIER::get_turnier                 -> ID: 47 (db)
1.206369 - 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='47'
1.211623 - TURNIER::load_system                 -> Turniermodus: double
1.211657 - TURNIER::get_system                  -> return tournamentsystem class
1.211673 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.211683 - TURNIER_TREE::__construct            -> init
1.211693 - TURNIER::__construct                 -> init
1.211710 - TURNIER::get_turnier                 -> ID: 47 (cache)
1.211759 - TURNIER_TREE::load_contests          -> loading from db
1.211825 - CACHE::get                           -> cache: >turnier_47::contests< not found
1.211839 - 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=47 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.217464 - CACHE::set                           -> cache: >turnier_47::contests< with ttl:3600
1.217831 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 47
1.217858 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.217872 - TURNIER_TEILNEHMER::__construct      -> init
1.217882 - TURNIER::__construct                 -> init
1.217899 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1311 tid: 47
1.217915 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=47 AND user_id=1311
1.222800 - TURNIER_TREE::load_contests          -> load cache
1.222843 - TURNIER::load_players_info           -> loading from db
1.222903 - CACHE::get                           -> cache: >turnier_47::players_info< not found
1.222923 - 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=4 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name ON code=user.countrycode WHERE t_teilnehmer.tid=47
1.229487 - CACHE::set                           -> cache: >turnier_47::players_info< with ttl:3600
1.229963 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.229988 - TURNIER::__construct                 -> init
1.230009 - TURNIER::get_turnier                 -> ID: 47 (cache)
1.230064 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.230092 - TURNIER::is_admin                    -> user_id: 0
1.230103 - admin::getInstance                   -> do
1.230131 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.230220 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.230342 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.230433 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.230518 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.230644 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.230731 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.230780 - HTML::template                       -> template: >turnier_profile_contest_list<
1.230848 - HTML::template                       -> template: >user_profile_inner_bit3<
1.230969 - TURNIER::get_turnier                 -> ID: 41 (db)
1.230983 - 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'
1.236115 - TURNIER::load_system                 -> Turniermodus: double
1.236150 - TURNIER::get_system                  -> return tournamentsystem class
1.236234 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.236248 - TURNIER_TREE::__construct            -> init
1.236256 - TURNIER::__construct                 -> init
1.236277 - TURNIER::get_turnier                 -> ID: 41 (cache)
1.236334 - TURNIER_TREE::load_contests          -> loading from db
1.236384 - CACHE::get                           -> cache: >turnier_41::contests< not found
1.236400 - 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
1.243796 - CACHE::set                           -> cache: >turnier_41::contests< with ttl:3600
1.245321 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 41
1.245363 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.245378 - TURNIER_TEILNEHMER::__construct      -> init
1.245390 - TURNIER::__construct                 -> init
1.245412 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1311 tid: 41
1.245432 - 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=1311
1.250214 - TURNIER_TREE::load_contests          -> load cache
1.250259 - TURNIER::load_players_info           -> loading from db
1.250315 - CACHE::get                           -> cache: >turnier_41::players_info< not found
1.250336 - 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
1.266525 - CACHE::set                           -> cache: >turnier_41::players_info< with ttl:3600
1.267276 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.267299 - TURNIER::__construct                 -> init
1.267319 - TURNIER::get_turnier                 -> ID: 41 (cache)
1.267369 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.267387 - TURNIER::is_admin                    -> user_id: 0
1.267397 - admin::getInstance                   -> do
1.267425 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.267521 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.267656 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.267741 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.267834 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.267932 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.268017 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.268099 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.268148 - HTML::template                       -> template: >turnier_profile_contest_list<
1.268287 - HTML::template                       -> template: >user_profile_inner_bit3<
1.268396 - HTML::template                       -> template: >user_profile_inner_bit3<
1.268444 - HTML::template                       -> template: >user_profile_inner_bit1<
1.268478 - TURNIER::get_turnier                 -> ID: 31 (db)
1.268487 - 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'
1.273623 - TURNIER::load_system                 -> Turniermodus: double
1.273694 - TURNIER::get_system                  -> return tournamentsystem class
1.273711 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.273722 - TURNIER_TREE::__construct            -> init
1.273732 - TURNIER::__construct                 -> init
1.273749 - TURNIER::get_turnier                 -> ID: 31 (cache)
1.273798 - TURNIER_TREE::load_contests          -> loading from db
1.273844 - CACHE::get                           -> cache: >turnier_31::contests< not found
1.273859 - 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
1.282545 - CACHE::set                           -> cache: >turnier_31::contests< with ttl:3600
1.284432 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 31
1.284479 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.284495 - TURNIER_TEILNEHMER::__construct      -> init
1.284507 - TURNIER::__construct                 -> init
1.284527 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1311 tid: 31
1.284549 - 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=1311
1.290026 - TURNIER_TREE::load_contests          -> load cache
1.290073 - TURNIER::load_players_info           -> loading from db
1.290118 - CACHE::get                           -> cache: >turnier_31::players_info< not found
1.290134 - 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
1.304737 - CACHE::set                           -> cache: >turnier_31::players_info< with ttl:3600
1.305383 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.305413 - TURNIER::__construct                 -> init
1.305437 - TURNIER::get_turnier                 -> ID: 31 (cache)
1.305486 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.305501 - TURNIER::is_admin                    -> user_id: 0
1.305508 - admin::getInstance                   -> do
1.305526 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.305774 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.305903 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.305995 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.306080 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.306165 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.306251 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.306299 - HTML::template                       -> template: >turnier_profile_contest_list<
1.306410 - HTML::template                       -> template: >user_profile_inner_bit3<
1.306550 - HTML::template                       -> template: >user_profile_innerlist<
1.306760 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.306906 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.306942 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.306969 - HTML::template                       -> template: >user_profile_shortbar<
1.307031 - HTML::template                       -> template: >user_profile<
1.307189 - GLOBAL::end userspace                -> ---------------------------------------------
1.307201 - PAGE::render                         -> start rendering page layout
1.307214 - USER::check_for_new_messages         -> return
1.307232 - dotSession::getInstance              -> do
1.307275 - PAGE::get_boxes                      -> -------- side=left
1.307299 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.307338 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.307357 - CBOX::menu                           -> generate Menu Box >menu<
1.307381 - HTML::template                       -> template: >box_menu_bit<
1.307460 - HTML::template                       -> template: >box_menu_bit<
1.307487 - HTML::template                       -> template: >box_menu_bit<
1.307508 - HTML::template                       -> template: >box_menu_bit<
1.307526 - HTML::template                       -> template: >box_menu_bit<
1.307551 - HTML::template                       -> template: >box_menu_bit<
1.307575 - HTML::template                       -> template: >box_menu_bit<
1.307598 - HTML::template                       -> template: >box_menu<
1.307693 - HTML::template_exists                -> search: >page_box_left< == 1
1.307729 - HTML::template                       -> template: >page_box_left<
1.307803 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.307820 - CBOX::menu                           -> generate Menu Box >party<
1.307841 - HTML::template                       -> template: >box_menu_bit<
1.307873 - HTML::template                       -> template: >box_menu_bit<
1.307901 - HTML::template                       -> template: >box_menu_bit<
1.307927 - HTML::template                       -> template: >box_menu_bit<
1.307953 - HTML::template                       -> template: >box_menu_bit<
1.307972 - HTML::template                       -> template: >box_menu_bit<
1.308000 - HTML::template                       -> template: >box_menu_bit<
1.308025 - HTML::template                       -> template: >box_menu_bit<
1.308058 - HTML::template                       -> template: >box_menu_bit<
1.308090 - HTML::template                       -> template: >box_menu_bit<
1.308119 - HTML::template                       -> template: >box_menu_bit<
1.308151 - HTML::template                       -> template: >box_menu_bit<
1.308272 - HTML::template                       -> template: >box_menu<
1.308380 - HTML::template_exists                -> search: >page_box_left< == 1
1.308431 - HTML::template                       -> template: >page_box_left<
1.308486 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.308508 - CBOX::menu                           -> generate Menu Box >login<
1.308532 - HTML::template                       -> template: >box_menu_bit<
1.308569 - HTML::template                       -> template: >box_menu_bit<
1.308593 - HTML::template                       -> template: >box_menu<
1.308674 - HTML::template_exists                -> search: >page_box_left< == 1
1.308714 - HTML::template                       -> template: >page_box_left<
1.308758 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.308770 - PAGE::get_boxes                      -> -------- call: left::search
1.308792 - CBOX::template                       -> generate Box with >box_suchen< as template
1.308807 - HTML::template                       -> template: >box_suchen<
1.308929 - HTML::template_exists                -> search: >page_box_left< == 1
1.308957 - HTML::template                       -> template: >page_box_left<
1.308990 - PAGE::get_boxes                      -> -------- call: left::banner
1.309024 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.309041 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.313486 - dotDatabase::query                   -> SELECT * FROM sponsoren WHERE group_id=3 AND active=1 AND ( restricted=0 OR ( restricted=1 AND begin < NOW() AND end > NOW())) ORDER by display_order ASC
1.318497 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.318553 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.323972 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.328445 - HTML::encode                         -> replace run 1
1.328574 - HTML::template                       -> template: >box_banner_bit<
1.328742 - HTML::encode                         -> www.egames.ch...
1.328868 - HTML::encode                         -> replace run 1
1.328928 - HTML::encode                         -> replace run 2
1.328968 - HTML::template                       -> template: >box_banner_bit<
1.328996 - HTML::template                       -> template: >box_banner<
1.329098 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.329271 - HTML::template_exists                -> search: >page_box_left< == 1
1.329316 - HTML::template                       -> template: >page_box_left<
1.329373 - PAGE::get_boxes                      -> -------- side=right
1.329391 - PAGE::get_boxes                      -> -------- call: right::news
1.329411 - CBOX::news                           -> generate Box
1.329430 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.329475 - NEWS::load_news                      -> load news data
1.329502 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.329535 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.334319 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.339144 - dotDatabase::query                   -> SELECT UNIX_TIMESTAMP(news_post.dateline) FROM news_post WHERE active = 1 AND dateline > NOW() AND section_id IN (16) ORDER by dateline ASC LIMIT 1
1.344108 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.344340 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.344356 - NEWS::load_news                      -> ... from database
1.344390 - dotDatabase::query                   -> SELECT news_post.id AS id, news_post.headline, news_post.content, news_post.short, news_post.user_id, news_post.encode, UNIX_TIMESTAMP(news_post.dateline) AS date_unix, news_post.comments, news_post.section_id, news_section.name AS section_name, news_section.short AS section_short, news_section.urlshort AS section_url, news_section.template, user.nick, user.vorname, user.nachname, user.countrycode FROM news_post LEFT JOIN news_section ON news_post.section_id = news_section.id LEFT JOIN user ON user.id = news_post.user_id WHERE news_post.active = 1 AND news_post.dateline <= NOW() AND news_post.section_id IN (16) ORDER by news_post.dateline DESC LIMIT 0,5
1.349832 - HTML::encodeCms                      -> 
1.350157 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.350303 - HTML::encode                         -> replace run 1
1.350340 - HTML::encodeCms                      -> 
1.350353 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.350386 - HTML::encode                         -> replace run 1
1.350475 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.350647 - HTML::template                       -> template: >box_news_bit<
1.350761 - HTML::template                       -> template: >box_news_bit<
1.350779 - HTML::template                       -> template: >box_news<
1.350854 - HTML::template_exists                -> search: >page_box_right< == 1
1.350880 - HTML::template                       -> template: >page_box_right<
1.350927 - PAGE::get_boxes                      -> -------- call: right::party
1.350940 - CBOX::party                          -> generate Box
1.350953 - EVENT::short_event                   -> id >27<
1.350959 - EVENT::getevent                      -> id >27<
1.350970 - dotDatabase::query                   -> SELECT events.id, active, invite, password, events.name, anzahl, preis, konto, kontocheck, UNIX_TIMESTAMP(kontocheck) AS kontocheck_unix, event_location.name AS location, event_location.zip AS plz, event_location.city AS ort, event_location.street AS strasse, event_location.countrycode, location_id, map_template, allow_signoff, voraussetzung, minalter, turnier, netzwerk, weiteres, banner, UNIX_TIMESTAMP(begin) AS begin, UNIX_TIMESTAMP(end) AS end, UNIX_TIMESTAMP(signupbegin) AS sgbegin, UNIX_TIMESTAMP(signupend) AS sgend, UNIX_TIMESTAMP(seatreservebegin) AS seatbegin, UNIX_TIMESTAMP(seatreserveend) AS seatend, seatimage, UNIX_TIMESTAMP(canceled) AS canceled, archiv_gallery, archiv_media FROM events LEFT JOIN event_location ON event_location.id=location_id WHERE events.id=27 AND active=1
1.355876 - CACHE::get                           -> cache: >event_27::stats< not found
1.355906 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.362592 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.369850 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.370045 - HTML::template                       -> template: >box_event<
1.370239 - HTML::template_exists                -> search: >page_box_right< == 1
1.370290 - HTML::template                       -> template: >page_box_right<
1.370325 - PAGE::get_boxes                      -> -------- call: right::forum
1.370340 - CBOX::forum                          -> generate forum box
1.370348 - CBOX::forum_load_threads             -> load data
1.370377 - CACHE::get                           -> cache: >forum::topthreads< not found
1.370400 - dotDatabase::query                   -> SELECT t.title, t.lastposter, t.fv_id, t.threadid, t.lastposttime AS stamp, UNIX_TIMESTAMP(t.lastposttime) AS lastposttime, m.forumid AS forumid, m.title AS forumtitle, m.private AS private, m.priv_access AS priv_access, t.replies, t.ext, SUBSTRING(pagetext, 1, 190) AS preview FROM forum_thread AS t LEFT JOIN forum_main AS m ON t.forumid=m.forumid LEFT JOIN forum_post AS p ON t.threadid=p.threadid AND t.lastposttime=p.dateline WHERE t.invisible=0 AND m.show_latest=1 AND t.show_latest=1 ORDER by t.lastposttime DESC LIMIT 20
1.384411 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.384640 - CBOX::forum_threads                  -> list all threads in array
1.384667 - FORUM::thread_lastvisit              -> threadid: array ( 0 => 302, 1 => 301, 2 => 300, 3 => 299, 4 => 297, 5 => 298, 6 => 296, 7 => 295, 8 => 293, 9 => 294, 10 => 282, 11 => 287, 12 => 292, 13 => 290, 14 => 291, 15 => 289, 16 => 288, 17 => 283, 18 => 286, 19 => 285, )
1.384706 - admin::getInstance                   -> do
1.384789 - HTML::template                       -> template: >box_forum_bit<
1.384963 - HTML::template                       -> template: >box_forum_bit<
1.385016 - HTML::template                       -> template: >box_forum_bit<
1.385072 - HTML::template                       -> template: >box_forum_bit<
1.385119 - HTML::template                       -> template: >box_forum_bit<
1.385169 - HTML::template                       -> template: >box_forum_bit<
1.385209 - HTML::template                       -> template: >box_forum<
1.385328 - HTML::template_exists                -> search: >page_box_right< == 1
1.385360 - HTML::template                       -> template: >page_box_right<
1.385390 - PAGE::get_boxes                      -> -------- call: right::vote
1.385404 - CBOX::vote                           -> generate Box
1.385413 - dotDatabase::query                   -> SELECT v_id, UNIX_TIMESTAMP(v_ende) AS v_ende FROM vote_main WHERE v_start < NOW() AND v_ende > NOW() AND v_active=1 AND v_top=1 ORDER by v_start DESC
1.389891 - HTML::template                       -> template: >box_vote_nocurrent<
1.390079 - HTML::template_exists                -> search: >page_box_right< == 1
1.390113 - HTML::template                       -> template: >page_box_right<
1.390146 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.390161 - CBOX::buddylist                      -> generate Box
1.390187 - HTML::template                       -> template: >box_buddylist_msg<
1.390230 - HTML::template                       -> template: >box_buddylist<
1.390286 - HTML::template_exists                -> search: >page_box_right< == 1
1.390302 - HTML::template                       -> template: >page_box_right<
1.390323 - PAGE::get_boxes                      -> -------- call: right::online
1.390333 - CBOX::online                         -> generate Box
1.390340 - HTML::template                       -> template: >box_online<
1.390408 - HTML::template_exists                -> search: >page_box_right< == 1
1.390424 - HTML::template                       -> template: >page_box_right<
1.390488 - PAGE::render                         -> final
1.390494 - PAGE::renderTemplate                 -> page
1.390501 - dotSession::getInstance              -> do
1.390515 - PAGE::getHead                        -> return
1.390519 - dotSession::getInstance              -> do
1.390621 - HTML::template                       -> template: >page<
1.391256 - PAGE::render_template                -> final

PHP Includes   : 26
DB Queries     : 56
Rendering Time : 1.394525

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