home / User details of dnz



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

found 383 debug messages

0.000041 - GLOBAL::include                      -> config.php
0.000224 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000266 - dotDatabase::getInstance             -> connection: database
0.000293 - dotDatabase::__construct             -> connection: database
0.000328 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000362 - page::getInstance                    -> do
0.000389 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000422 - dotSession::getInstance              -> do
0.000441 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000490 - dotSession::start                    -> ---- init
0.000528 - dotSession::start                    -> start php session managment
0.865118 - dotSession::start                    -> finished php session management
0.865166 - dotSession::start                    -> check for security options
0.865188 - dotSession::start                    -> lookup ip2country
0.865214 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.881637 - dotDatabase::select                  -> database: dotlan_database
0.889985 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 309701673 BETWEEN ip_from AND ip_to
0.898675 - dotSession::start                    -> update current session online user infos
0.898745 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746422051, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1686', host = '18.117.172.41', dns = '18.117.172.41', countrycode = '', hits = hits + 1 WHERE hash = 'da8qo2fonlmqr4600hka9h0092'
0.904628 - dotSession::start                    -> session found in DB
0.904672 - dotSession::load_locales             -> do
0.904722 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.904736 - dotSession::start                    -> ---- finished with session startup
0.904763 - dotSession::load_user                -> id: 0
0.904794 - user::get_user                       -> id: >0<
0.904815 - dotDatabase::getInstance             -> connection: database
0.904876 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.904927 - styles::load                         -> name: ><
0.904953 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.905266 - styles::activate                     -> style = 2024_switzerlan
0.905466 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.905512 - admin::getInstance                   -> do
0.905526 - dotSession::getInstance              -> do
0.905543 - admin::__construct                   -> user_id=0
0.905563 - user::load_settings                  -> load current user settings to $global
0.905588 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.905630 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.905665 - EVENT::comming_event                 -> return
0.905686 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746422052 AND active=1 ORDER by begin ASC
0.910782 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.910916 - GLOBAL::end global.php               -> ---------------------------------------------
0.911090 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.911212 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.911266 - user::get_user                       -> id: >1686<
0.911289 - dotDatabase::getInstance             -> connection: database
0.911314 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1686 ORDER by id DESC
0.916597 - USER_FUNCTIONS::display_details      -> id:1686
0.916707 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.916821 - GLOBAL::include                      -> custom.user.php
0.917327 - HTML::template                       -> template: >user_profile_inner_bit4<
0.917588 - 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=1686 AND active=1 ORDER by events.begin DESC
0.922830 - EVENT::load_event_status             -> load event_status to $this
0.922871 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.927774 - HTML::template                       -> template: >user_profile_inner_bit4<
0.927925 - HTML::template                       -> template: >user_profile_inner_bit4<
0.928008 - HTML::template                       -> template: >user_profile_inner_bit4<
0.928087 - HTML::template                       -> template: >user_profile_inner_bit4<
0.928160 - HTML::template                       -> template: >user_profile_inner_bit4<
0.928252 - HTML::template                       -> template: >user_profile_inner_bit4<
0.928305 - HTML::template                       -> template: >user_profile_innerlist<
0.928803 - HTML::template                       -> template: >user_profile_inner_bit3<
0.928937 - 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=1686 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.965643 - HTML::template                       -> template: >user_profile_inner_bit1<
0.965816 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.965923 - TURNIER::__construct                 -> init
0.965975 - HTML::template                       -> template: >user_profile_inner_bit3<
0.966060 - HTML::template                       -> template: >user_profile_inner_bit1<
0.966110 - HTML::template                       -> template: >user_profile_inner_bit3<
0.966184 - HTML::template                       -> template: >user_profile_inner_bit1<
0.966233 - TURNIER::get_turnier                 -> ID: 107 (db)
0.966247 - 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='107'
0.971183 - TURNIER::load_system                 -> Turniermodus: double
0.971247 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.971337 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.971587 - TURNIER::get_system                  -> return tournamentsystem class
0.971609 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.971622 - TURNIER_TREE::__construct            -> init
0.971634 - TURNIER::__construct                 -> init
0.971662 - TURNIER::get_turnier                 -> ID: 107 (cache)
0.971748 - TURNIER_TREE::load_contests          -> loading from db
0.971778 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.971819 - CACHE::get                           -> cache: >turnier_107::contests< not found
0.971835 - 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=107 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.994489 - CACHE::set                           -> cache: >turnier_107::contests< with ttl:3600
1.000753 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 107
1.000810 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.000850 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
1.000941 - TURNIER_TEILNEHMER::__construct      -> init
1.000952 - TURNIER::__construct                 -> init
1.000968 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1686 tid: 107
1.000987 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=107 AND user_id=1686
1.007015 - TURNIER_TREE::load_contests          -> load cache
1.007085 - TURNIER::load_players_info           -> loading from db
1.007152 - CACHE::get                           -> cache: >turnier_107::players_info< not found
1.007180 - 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=107
1.037062 - CACHE::set                           -> cache: >turnier_107::players_info< with ttl:3600
1.039173 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.039245 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
1.039332 - TURNIER::__construct                 -> init
1.039358 - TURNIER::get_turnier                 -> ID: 107 (cache)
1.039420 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.039440 - TURNIER::is_admin                    -> user_id: 0
1.039452 - admin::getInstance                   -> do
1.039479 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.039582 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.039864 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.039960 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.040043 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.040130 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.040212 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.040293 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.040342 - HTML::template                       -> template: >turnier_profile_contest_list<
1.040555 - HTML::template                       -> template: >user_profile_inner_bit3<
1.040690 - HTML::template                       -> template: >user_profile_inner_bit3<
1.040781 - HTML::template                       -> template: >user_profile_inner_bit1<
1.040865 - TURNIER::get_turnier                 -> ID: 71 (db)
1.040880 - 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'
1.045813 - TURNIER::load_system                 -> Turniermodus: double
1.045861 - TURNIER::get_system                  -> return tournamentsystem class
1.045879 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.045890 - TURNIER_TREE::__construct            -> init
1.045908 - TURNIER::__construct                 -> init
1.045927 - TURNIER::get_turnier                 -> ID: 71 (cache)
1.045983 - TURNIER_TREE::load_contests          -> loading from db
1.046038 - CACHE::get                           -> cache: >turnier_71::contests< not found
1.046054 - 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
1.053991 - CACHE::set                           -> cache: >turnier_71::contests< with ttl:3600
1.057066 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 71
1.057111 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.057146 - TURNIER_TEILNEHMER::__construct      -> init
1.057157 - TURNIER::__construct                 -> init
1.057175 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1686 tid: 71
1.057192 - 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=1686
1.062251 - TURNIER_TREE::load_contests          -> load cache
1.062316 - TURNIER::load_players_info           -> loading from db
1.062384 - CACHE::get                           -> cache: >turnier_71::players_info< not found
1.062409 - 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
1.086148 - CACHE::set                           -> cache: >turnier_71::players_info< with ttl:3600
1.087558 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.087590 - TURNIER::__construct                 -> init
1.087614 - TURNIER::get_turnier                 -> ID: 71 (cache)
1.087672 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.087693 - TURNIER::is_admin                    -> user_id: 0
1.087704 - admin::getInstance                   -> do
1.087732 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.088010 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.088156 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.088241 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.088323 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.088414 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.088489 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.088538 - HTML::template                       -> template: >turnier_profile_contest_list<
1.088606 - HTML::template                       -> template: >user_profile_inner_bit3<
1.088733 - HTML::template                       -> template: >user_profile_inner_bit1<
1.088784 - HTML::template                       -> template: >user_profile_inner_bit3<
1.088859 - HTML::template                       -> template: >user_profile_inner_bit1<
1.088912 - TURNIER::get_turnier                 -> ID: 38 (db)
1.088927 - 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'
1.093962 - TURNIER::load_system                 -> Turniermodus: double
1.094014 - TURNIER::get_system                  -> return tournamentsystem class
1.094032 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.094043 - TURNIER_TREE::__construct            -> init
1.094053 - TURNIER::__construct                 -> init
1.094071 - TURNIER::get_turnier                 -> ID: 38 (cache)
1.094133 - TURNIER_TREE::load_contests          -> loading from db
1.094188 - CACHE::get                           -> cache: >turnier_38::contests< not found
1.094203 - 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
1.101018 - CACHE::set                           -> cache: >turnier_38::contests< with ttl:3600
1.101746 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 38
1.101782 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.101797 - TURNIER_TEILNEHMER::__construct      -> init
1.101808 - TURNIER::__construct                 -> init
1.101825 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1686 tid: 38
1.101843 - 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=1686
1.106407 - TURNIER_TREE::load_contests          -> load cache
1.106466 - TURNIER::load_players_info           -> loading from db
1.106525 - CACHE::get                           -> cache: >turnier_38::players_info< not found
1.106545 - 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
1.119737 - CACHE::set                           -> cache: >turnier_38::players_info< with ttl:3600
1.120314 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.120339 - TURNIER::__construct                 -> init
1.120361 - TURNIER::get_turnier                 -> ID: 38 (cache)
1.120409 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.120428 - TURNIER::is_admin                    -> user_id: 0
1.120439 - admin::getInstance                   -> do
1.120468 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.120575 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.120716 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.120807 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.120894 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.120996 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.121093 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.121176 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.121227 - HTML::template                       -> template: >turnier_profile_contest_list<
1.121305 - HTML::template                       -> template: >user_profile_inner_bit3<
1.121461 - TURNIER::get_turnier                 -> ID: 32 (db)
1.121478 - 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'
1.126907 - TURNIER::load_system                 -> Turniermodus: group
1.127083 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
1.127392 - TURNIER::get_system                  -> return tournamentsystem class
1.127416 - TURNIERSYSTEM_GROUP::__construct     -> init
1.127427 - TURNIER::__construct                 -> init
1.127445 - TURNIER::get_turnier                 -> ID: 32 (cache)
1.127513 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.127548 - CACHE::get                           -> cache: >turnier_32::contests< not found
1.127564 - 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
1.134057 - CACHE::set                           -> cache: >turnier_32::contests< with ttl:3600
1.135393 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 32
1.135461 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.135480 - TURNIER_TEILNEHMER::__construct      -> init
1.135490 - TURNIER::__construct                 -> init
1.135509 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1686 tid: 32
1.135531 - 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=1686
1.140738 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=530 OR team_b=530 LIMIT 1
1.146099 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.146204 - CACHE::get                           -> cache: >turnier_32::contests< not found
1.146376 - 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
1.152113 - CACHE::set                           -> cache: >turnier_32::contests< with ttl:3600
1.152895 - TURNIER::load_players_info           -> loading from db
1.152942 - CACHE::get                           -> cache: >turnier_32::players_info< not found
1.152965 - 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
1.170255 - CACHE::set                           -> cache: >turnier_32::players_info< with ttl:3600
1.171075 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.171109 - TURNIER::__construct                 -> init
1.171134 - TURNIER::get_turnier                 -> ID: 32 (cache)
1.171213 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.171234 - TURNIER::is_admin                    -> user_id: 0
1.171245 - admin::getInstance                   -> do
1.171284 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.171370 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.171515 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.171580 - HTML::template                       -> template: >turnier_profile_contest_list<
1.171817 - HTML::template                       -> template: >user_profile_inner_bit3<
1.171938 - HTML::template                       -> template: >user_profile_innerlist<
1.172100 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.172251 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.172288 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.172316 - HTML::template                       -> template: >user_profile_shortbar<
1.172381 - HTML::template                       -> template: >user_profile<
1.172511 - GLOBAL::end userspace                -> ---------------------------------------------
1.172523 - PAGE::render                         -> start rendering page layout
1.172536 - USER::check_for_new_messages         -> return
1.172555 - dotSession::getInstance              -> do
1.172603 - PAGE::get_boxes                      -> -------- side=left
1.172628 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.172674 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.172695 - CBOX::menu                           -> generate Menu Box >menu<
1.172719 - HTML::template                       -> template: >box_menu_bit<
1.172792 - HTML::template                       -> template: >box_menu_bit<
1.172819 - HTML::template                       -> template: >box_menu_bit<
1.172844 - HTML::template                       -> template: >box_menu_bit<
1.172869 - HTML::template                       -> template: >box_menu_bit<
1.172894 - HTML::template                       -> template: >box_menu_bit<
1.172919 - HTML::template                       -> template: >box_menu_bit<
1.172943 - HTML::template                       -> template: >box_menu<
1.173059 - HTML::template_exists                -> search: >page_box_left< == 1
1.173097 - HTML::template                       -> template: >page_box_left<
1.173198 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.173215 - CBOX::menu                           -> generate Menu Box >party<
1.173236 - HTML::template                       -> template: >box_menu_bit<
1.173262 - HTML::template                       -> template: >box_menu_bit<
1.173287 - HTML::template                       -> template: >box_menu_bit<
1.173312 - HTML::template                       -> template: >box_menu_bit<
1.173337 - HTML::template                       -> template: >box_menu_bit<
1.173361 - HTML::template                       -> template: >box_menu_bit<
1.173386 - HTML::template                       -> template: >box_menu_bit<
1.173411 - HTML::template                       -> template: >box_menu_bit<
1.173436 - HTML::template                       -> template: >box_menu_bit<
1.173460 - HTML::template                       -> template: >box_menu_bit<
1.173485 - HTML::template                       -> template: >box_menu_bit<
1.173510 - HTML::template                       -> template: >box_menu_bit<
1.173534 - HTML::template                       -> template: >box_menu<
1.173582 - HTML::template_exists                -> search: >page_box_left< == 1
1.173609 - HTML::template                       -> template: >page_box_left<
1.173643 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.173665 - CBOX::menu                           -> generate Menu Box >login<
1.173687 - HTML::template                       -> template: >box_menu_bit<
1.173713 - HTML::template                       -> template: >box_menu_bit<
1.173731 - HTML::template                       -> template: >box_menu<
1.173785 - HTML::template_exists                -> search: >page_box_left< == 1
1.173817 - HTML::template                       -> template: >page_box_left<
1.173851 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.173862 - PAGE::get_boxes                      -> -------- call: left::search
1.173877 - CBOX::template                       -> generate Box with >box_suchen< as template
1.173889 - HTML::template                       -> template: >box_suchen<
1.173990 - HTML::template_exists                -> search: >page_box_left< == 1
1.174038 - HTML::template                       -> template: >page_box_left<
1.174071 - PAGE::get_boxes                      -> -------- call: left::banner
1.174110 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.174126 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.178979 - 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.183913 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.183986 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.189723 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.194205 - HTML::encode                         -> replace run 1
1.194383 - HTML::template                       -> template: >box_banner_bit<
1.194610 - HTML::encode                         -> www.egames.ch...
1.194816 - HTML::encode                         -> replace run 1
1.194879 - HTML::encode                         -> replace run 2
1.195013 - HTML::template                       -> template: >box_banner_bit<
1.195060 - HTML::template                       -> template: >box_banner<
1.195194 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.195362 - HTML::template_exists                -> search: >page_box_left< == 1
1.195412 - HTML::template                       -> template: >page_box_left<
1.195479 - PAGE::get_boxes                      -> -------- side=right
1.195499 - PAGE::get_boxes                      -> -------- call: right::news
1.195521 - CBOX::news                           -> generate Box
1.195547 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.195607 - NEWS::load_news                      -> load news data
1.195639 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.195676 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.200174 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.204940 - 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.209801 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.210012 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.210029 - NEWS::load_news                      -> ... from database
1.210069 - 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.215743 - HTML::encodeCms                      -> 
1.216138 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.216371 - HTML::encode                         -> replace run 1
1.216442 - HTML::encodeCms                      -> 
1.216466 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.216500 - HTML::encode                         -> replace run 1
1.216535 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.216755 - HTML::template                       -> template: >box_news_bit<
1.216951 - HTML::template                       -> template: >box_news_bit<
1.216987 - HTML::template                       -> template: >box_news<
1.217124 - HTML::template_exists                -> search: >page_box_right< == 1
1.217167 - HTML::template                       -> template: >page_box_right<
1.217247 - PAGE::get_boxes                      -> -------- call: right::party
1.217267 - CBOX::party                          -> generate Box
1.217288 - EVENT::short_event                   -> id >27<
1.217298 - EVENT::getevent                      -> id >27<
1.217313 - 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.222364 - CACHE::get                           -> cache: >event_27::stats< not found
1.222405 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.229359 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.237904 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.238135 - HTML::template                       -> template: >box_event<
1.238390 - HTML::template_exists                -> search: >page_box_right< == 1
1.238445 - HTML::template                       -> template: >page_box_right<
1.238494 - PAGE::get_boxes                      -> -------- call: right::forum
1.238515 - CBOX::forum                          -> generate forum box
1.238527 - CBOX::forum_load_threads             -> load data
1.238559 - CACHE::get                           -> cache: >forum::topthreads< not found
1.238579 - 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.250544 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.250909 - CBOX::forum_threads                  -> list all threads in array
1.251019 - 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.251065 - admin::getInstance                   -> do
1.251167 - HTML::template                       -> template: >box_forum_bit<
1.251412 - HTML::template                       -> template: >box_forum_bit<
1.251482 - HTML::template                       -> template: >box_forum_bit<
1.251552 - HTML::template                       -> template: >box_forum_bit<
1.251608 - HTML::template                       -> template: >box_forum_bit<
1.251662 - HTML::template                       -> template: >box_forum_bit<
1.251695 - HTML::template                       -> template: >box_forum<
1.251890 - HTML::template_exists                -> search: >page_box_right< == 1
1.251945 - HTML::template                       -> template: >page_box_right<
1.251998 - PAGE::get_boxes                      -> -------- call: right::vote
1.252021 - CBOX::vote                           -> generate Box
1.252037 - 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.256811 - HTML::template                       -> template: >box_vote_nocurrent<
1.257125 - HTML::template_exists                -> search: >page_box_right< == 1
1.257189 - HTML::template                       -> template: >page_box_right<
1.257247 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.257272 - CBOX::buddylist                      -> generate Box
1.257309 - HTML::template                       -> template: >box_buddylist_msg<
1.257441 - HTML::template                       -> template: >box_buddylist<
1.257571 - HTML::template_exists                -> search: >page_box_right< == 1
1.257610 - HTML::template                       -> template: >page_box_right<
1.257651 - PAGE::get_boxes                      -> -------- call: right::online
1.257670 - CBOX::online                         -> generate Box
1.257699 - HTML::template                       -> template: >box_online<
1.257838 - HTML::template_exists                -> search: >page_box_right< == 1
1.257874 - HTML::template                       -> template: >page_box_right<
1.258001 - PAGE::render                         -> final
1.258021 - PAGE::renderTemplate                 -> page
1.258033 - dotSession::getInstance              -> do
1.258057 - PAGE::getHead                        -> return
1.258064 - dotSession::getInstance              -> do
1.258239 - HTML::template                       -> template: >page<
1.259296 - PAGE::render_template                -> final

PHP Includes   : 27
DB Queries     : 38
Rendering Time : 1.261990

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