home / User details of Dontales



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

found 414 debug messages

0.000035 - GLOBAL::include                      -> config.php
0.000194 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000238 - dotDatabase::getInstance             -> connection: database
0.000258 - dotDatabase::__construct             -> connection: database
0.000286 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000317 - page::getInstance                    -> do
0.000342 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000376 - dotSession::getInstance              -> do
0.000396 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000436 - dotSession::start                    -> ---- init
0.000473 - dotSession::start                    -> start php session managment
0.826538 - dotSession::start                    -> finished php session management
0.826567 - dotSession::start                    -> check for security options
0.826581 - dotSession::start                    -> lookup ip2country
0.826597 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.842640 - dotDatabase::select                  -> database: dotlan_database
0.850662 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 309701673 BETWEEN ip_from AND ip_to
0.859129 - dotSession::start                    -> update current session online user infos
0.859196 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746422069, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1746', host = '18.117.172.41', dns = '18.117.172.41', countrycode = '', hits = hits + 1 WHERE hash = 'da8qo2fonlmqr4600hka9h0092'
0.864618 - dotSession::start                    -> session found in DB
0.864674 - dotSession::load_locales             -> do
0.864727 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.864737 - dotSession::start                    -> ---- finished with session startup
0.864765 - dotSession::load_user                -> id: 0
0.864779 - user::get_user                       -> id: >0<
0.864805 - dotDatabase::getInstance             -> connection: database
0.864878 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.864932 - styles::load                         -> name: ><
0.864958 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.865258 - styles::activate                     -> style = 2024_switzerlan
0.865389 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.865410 - admin::getInstance                   -> do
0.865417 - dotSession::getInstance              -> do
0.865427 - admin::__construct                   -> user_id=0
0.865433 - user::load_settings                  -> load current user settings to $global
0.865444 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.865473 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.865497 - EVENT::comming_event                 -> return
0.865508 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746422069 AND active=1 ORDER by begin ASC
0.870440 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.870507 - GLOBAL::end global.php               -> ---------------------------------------------
0.870537 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.870611 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.870643 - user::get_user                       -> id: >1746<
0.870667 - dotDatabase::getInstance             -> connection: database
0.870695 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1746 ORDER by id DESC
0.875505 - USER_FUNCTIONS::display_details      -> id:1746
0.875609 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.875687 - GLOBAL::include                      -> custom.user.php
0.876011 - HTML::template                       -> template: >user_profile_inner_bit4<
0.876170 - 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=1746 AND active=1 ORDER by events.begin DESC
0.881269 - EVENT::load_event_status             -> load event_status to $this
0.881303 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.886474 - HTML::template                       -> template: >user_profile_inner_bit4<
0.886673 - HTML::template                       -> template: >user_profile_inner_bit4<
0.886778 - HTML::template                       -> template: >user_profile_inner_bit4<
0.886854 - HTML::template                       -> template: >user_profile_inner_bit4<
0.886929 - HTML::template                       -> template: >user_profile_inner_bit4<
0.887009 - HTML::template                       -> template: >user_profile_inner_bit4<
0.887057 - HTML::template                       -> template: >user_profile_innerlist<
0.887266 - HTML::template                       -> template: >user_profile_inner_bit3<
0.887374 - 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=1746 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.910184 - HTML::template                       -> template: >user_profile_inner_bit1<
0.910434 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.910506 - TURNIER::__construct                 -> init
0.910580 - HTML::template                       -> template: >user_profile_inner_bit3<
0.910687 - HTML::template                       -> template: >user_profile_inner_bit1<
0.910745 - TURNIER::get_turnier                 -> ID: 73 (db)
0.910760 - 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='73'
0.915487 - TURNIER::load_system                 -> Turniermodus: double
0.915557 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.915628 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.915763 - TURNIER::get_system                  -> return tournamentsystem class
0.915780 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.915789 - TURNIER_TREE::__construct            -> init
0.915797 - TURNIER::__construct                 -> init
0.915817 - TURNIER::get_turnier                 -> ID: 73 (cache)
0.915920 - TURNIER_TREE::load_contests          -> loading from db
0.915947 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.915995 - CACHE::get                           -> cache: >turnier_73::contests< not found
0.916014 - 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=73 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.922717 - CACHE::set                           -> cache: >turnier_73::contests< with ttl:3600
0.924215 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 73
0.924258 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.924292 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.924351 - TURNIER_TEILNEHMER::__construct      -> init
0.924362 - TURNIER::__construct                 -> init
0.924377 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1746 tid: 73
0.924395 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=73 AND user_id=1746
0.928902 - TURNIER_TREE::load_contests          -> load cache
0.928962 - TURNIER::load_players_info           -> loading from db
0.929017 - CACHE::get                           -> cache: >turnier_73::players_info< not found
0.929046 - 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=73
0.939561 - CACHE::set                           -> cache: >turnier_73::players_info< with ttl:3600
0.940448 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.940495 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.940556 - TURNIER::__construct                 -> init
0.940577 - TURNIER::get_turnier                 -> ID: 73 (cache)
0.940626 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.940644 - TURNIER::is_admin                    -> user_id: 0
0.940657 - admin::getInstance                   -> do
0.940685 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.940859 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.941054 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.941149 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.941232 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.941339 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.941395 - HTML::template                       -> template: >turnier_profile_contest_list<
0.941529 - HTML::template                       -> template: >user_profile_inner_bit3<
0.941647 - HTML::template                       -> template: >user_profile_inner_bit1<
0.941712 - HTML::template                       -> template: >user_profile_inner_bit3<
0.941872 - TURNIER::get_turnier                 -> ID: 66 (db)
0.941887 - 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='66'
0.946936 - TURNIER::load_system                 -> Turniermodus: group
0.947000 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
0.947215 - TURNIER::get_system                  -> return tournamentsystem class
0.947235 - TURNIERSYSTEM_GROUP::__construct     -> init
0.947246 - TURNIER::__construct                 -> init
0.947264 - TURNIER::get_turnier                 -> ID: 66 (cache)
0.947335 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.947363 - CACHE::get                           -> cache: >turnier_66::contests< not found
0.947378 - 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=66 GROUP by t_contest.tcid
0.952250 - CACHE::set                           -> cache: >turnier_66::contests< with ttl:3600
0.952599 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 66
0.952628 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.952642 - TURNIER_TEILNEHMER::__construct      -> init
0.952652 - TURNIER::__construct                 -> init
0.952669 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1746 tid: 66
0.952689 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=66 AND user_id=1746
0.957262 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=955 OR team_b=955 LIMIT 1
0.961979 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.962072 - CACHE::get                           -> cache: >turnier_66::contests< not found
0.962149 - 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=66 GROUP by t_contest.tcid
0.967450 - CACHE::set                           -> cache: >turnier_66::contests< with ttl:3600
0.967828 - TURNIER::load_players_info           -> loading from db
0.967863 - CACHE::get                           -> cache: >turnier_66::players_info< not found
0.967883 - 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=6 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=66
0.980094 - CACHE::set                           -> cache: >turnier_66::players_info< with ttl:3600
0.980459 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.980486 - TURNIER::__construct                 -> init
0.980513 - TURNIER::get_turnier                 -> ID: 66 (cache)
0.980611 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.980634 - TURNIER::is_admin                    -> user_id: 0
0.980646 - admin::getInstance                   -> do
0.980679 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.980806 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.981021 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.981155 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.981217 - HTML::template                       -> template: >turnier_profile_contest_list<
0.981329 - HTML::template                       -> template: >user_profile_inner_bit3<
0.981438 - HTML::template                       -> template: >user_profile_inner_bit1<
0.981480 - TURNIER::get_turnier                 -> ID: 62 (db)
0.981489 - 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='62'
0.986681 - TURNIER::load_system                 -> Turniermodus: single
0.986762 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_single.php
0.986987 - TURNIER::get_system                  -> return tournamentsystem class
0.987006 - TURNIERSYSTEM_SINGLE::__construct    -> init
0.987017 - TURNIER_TREE::__construct            -> init
0.987027 - TURNIER::__construct                 -> init
0.987048 - TURNIER::get_turnier                 -> ID: 62 (cache)
0.987119 - TURNIER_TREE::load_contests          -> loading from db
0.987152 - CACHE::get                           -> cache: >turnier_62::contests< not found
0.987167 - 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=62 AND tcrunde>=0 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.993471 - CACHE::set                           -> cache: >turnier_62::contests< with ttl:3600
0.993854 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 62
0.993887 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.993901 - TURNIER_TEILNEHMER::__construct      -> init
0.993925 - TURNIER::__construct                 -> init
0.993971 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1746 tid: 62
0.993990 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=62 AND user_id=1746
0.998673 - TURNIER_TREE::load_contests          -> load cache
0.998727 - TURNIER::load_players_info           -> loading from db
0.998793 - CACHE::get                           -> cache: >turnier_62::players_info< not found
0.998817 - 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=62
1.007307 - CACHE::set                           -> cache: >turnier_62::players_info< with ttl:3600
1.007610 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.007634 - TURNIER::__construct                 -> init
1.007653 - TURNIER::get_turnier                 -> ID: 62 (cache)
1.007715 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.007734 - TURNIER::is_admin                    -> user_id: 0
1.007745 - admin::getInstance                   -> do
1.007771 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.007858 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.007979 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.008036 - HTML::template                       -> template: >turnier_profile_contest_list<
1.008093 - HTML::template                       -> template: >user_profile_inner_bit3<
1.008226 - TURNIER::get_turnier                 -> ID: 52 (db)
1.008240 - 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='52'
1.013511 - TURNIER::load_system                 -> Turniermodus: group
1.013553 - TURNIER::get_system                  -> return tournamentsystem class
1.013572 - TURNIERSYSTEM_GROUP::__construct     -> init
1.013582 - TURNIER::__construct                 -> init
1.013600 - TURNIER::get_turnier                 -> ID: 52 (cache)
1.013670 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.013718 - CACHE::get                           -> cache: >turnier_52::contests< not found
1.013732 - 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=52 GROUP by t_contest.tcid
1.019511 - CACHE::set                           -> cache: >turnier_52::contests< with ttl:3600
1.020023 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 52
1.020055 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.020070 - TURNIER_TEILNEHMER::__construct      -> init
1.020080 - TURNIER::__construct                 -> init
1.020097 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1746 tid: 52
1.020114 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=52 AND user_id=1746
1.024782 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=856 OR team_b=856 LIMIT 1
1.029619 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.029702 - CACHE::get                           -> cache: >turnier_52::contests< not found
1.029803 - 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=52 GROUP by t_contest.tcid
1.035294 - CACHE::set                           -> cache: >turnier_52::contests< with ttl:3600
1.035664 - TURNIER::load_players_info           -> loading from db
1.035690 - CACHE::get                           -> cache: >turnier_52::players_info< not found
1.035703 - 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=52
1.046497 - CACHE::set                           -> cache: >turnier_52::players_info< with ttl:3600
1.046849 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.046889 - TURNIER::__construct                 -> init
1.046930 - TURNIER::get_turnier                 -> ID: 52 (cache)
1.047009 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.047030 - TURNIER::is_admin                    -> user_id: 0
1.047041 - admin::getInstance                   -> do
1.047070 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.047164 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.047304 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.047371 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.047427 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.047479 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.047555 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.047585 - HTML::template                       -> template: >turnier_profile_contest_list<
1.047701 - HTML::template                       -> template: >user_profile_inner_bit3<
1.047830 - HTML::template                       -> template: >user_profile_inner_bit1<
1.047889 - TURNIER::get_turnier                 -> ID: 44 (db)
1.047905 - 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='44'
1.052817 - TURNIER::load_system                 -> Turniermodus: double
1.052856 - TURNIER::get_system                  -> return tournamentsystem class
1.052873 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.052884 - TURNIER_TREE::__construct            -> init
1.052894 - TURNIER::__construct                 -> init
1.052911 - TURNIER::get_turnier                 -> ID: 44 (cache)
1.052958 - TURNIER_TREE::load_contests          -> loading from db
1.053006 - CACHE::get                           -> cache: >turnier_44::contests< not found
1.053020 - 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=44 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.059690 - CACHE::set                           -> cache: >turnier_44::contests< with ttl:3600
1.060105 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 44
1.060146 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.060165 - TURNIER_TEILNEHMER::__construct      -> init
1.060176 - TURNIER::__construct                 -> init
1.060195 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1746 tid: 44
1.060215 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=44 AND user_id=1746
1.064769 - TURNIER_TREE::load_contests          -> load cache
1.064814 - TURNIER::load_players_info           -> loading from db
1.064863 - CACHE::get                           -> cache: >turnier_44::players_info< not found
1.064883 - 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=44
1.076525 - CACHE::set                           -> cache: >turnier_44::players_info< with ttl:3600
1.076969 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.076997 - TURNIER::__construct                 -> init
1.077017 - TURNIER::get_turnier                 -> ID: 44 (cache)
1.077077 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.077097 - TURNIER::is_admin                    -> user_id: 0
1.077106 - admin::getInstance                   -> do
1.077173 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.077304 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.077622 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.077745 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.077836 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.077887 - HTML::template                       -> template: >turnier_profile_contest_list<
1.077972 - HTML::template                       -> template: >user_profile_inner_bit3<
1.078094 - HTML::template                       -> template: >user_profile_innerlist<
1.078183 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.078484 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.078522 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.078548 - HTML::template                       -> template: >user_profile_shortbar<
1.078624 - HTML::template                       -> template: >user_profile<
1.078764 - GLOBAL::end userspace                -> ---------------------------------------------
1.078777 - PAGE::render                         -> start rendering page layout
1.078787 - USER::check_for_new_messages         -> return
1.078807 - dotSession::getInstance              -> do
1.078871 - PAGE::get_boxes                      -> -------- side=left
1.078906 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.078952 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.078972 - CBOX::menu                           -> generate Menu Box >menu<
1.078998 - HTML::template                       -> template: >box_menu_bit<
1.079119 - HTML::template                       -> template: >box_menu_bit<
1.079146 - HTML::template                       -> template: >box_menu_bit<
1.079169 - HTML::template                       -> template: >box_menu_bit<
1.079190 - HTML::template                       -> template: >box_menu_bit<
1.079208 - HTML::template                       -> template: >box_menu_bit<
1.079226 - HTML::template                       -> template: >box_menu_bit<
1.079245 - HTML::template                       -> template: >box_menu<
1.079368 - HTML::template_exists                -> search: >page_box_left< == 1
1.079410 - HTML::template                       -> template: >page_box_left<
1.079484 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.079499 - CBOX::menu                           -> generate Menu Box >party<
1.079519 - HTML::template                       -> template: >box_menu_bit<
1.079540 - HTML::template                       -> template: >box_menu_bit<
1.079559 - HTML::template                       -> template: >box_menu_bit<
1.079577 - HTML::template                       -> template: >box_menu_bit<
1.079600 - HTML::template                       -> template: >box_menu_bit<
1.079627 - HTML::template                       -> template: >box_menu_bit<
1.079647 - HTML::template                       -> template: >box_menu_bit<
1.079665 - HTML::template                       -> template: >box_menu_bit<
1.079683 - HTML::template                       -> template: >box_menu_bit<
1.079700 - HTML::template                       -> template: >box_menu_bit<
1.079719 - HTML::template                       -> template: >box_menu_bit<
1.079737 - HTML::template                       -> template: >box_menu_bit<
1.079754 - HTML::template                       -> template: >box_menu<
1.079800 - HTML::template_exists                -> search: >page_box_left< == 1
1.079826 - HTML::template                       -> template: >page_box_left<
1.079855 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.079867 - CBOX::menu                           -> generate Menu Box >login<
1.079883 - HTML::template                       -> template: >box_menu_bit<
1.079910 - HTML::template                       -> template: >box_menu_bit<
1.079928 - HTML::template                       -> template: >box_menu<
1.079967 - HTML::template_exists                -> search: >page_box_left< == 1
1.079988 - HTML::template                       -> template: >page_box_left<
1.080015 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.080023 - PAGE::get_boxes                      -> -------- call: left::search
1.080035 - CBOX::template                       -> generate Box with >box_suchen< as template
1.080044 - HTML::template                       -> template: >box_suchen<
1.080173 - HTML::template_exists                -> search: >page_box_left< == 1
1.080196 - HTML::template                       -> template: >page_box_left<
1.080226 - PAGE::get_boxes                      -> -------- call: left::banner
1.080261 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.080276 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.084996 - 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.090069 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.090124 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.095492 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.099874 - HTML::encode                         -> replace run 1
1.100007 - HTML::template                       -> template: >box_banner_bit<
1.100180 - HTML::encode                         -> www.egames.ch...
1.100312 - HTML::encode                         -> replace run 1
1.100371 - HTML::encode                         -> replace run 2
1.100425 - HTML::template                       -> template: >box_banner_bit<
1.100457 - HTML::template                       -> template: >box_banner<
1.100549 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.100681 - HTML::template_exists                -> search: >page_box_left< == 1
1.100720 - HTML::template                       -> template: >page_box_left<
1.100768 - PAGE::get_boxes                      -> -------- side=right
1.100786 - PAGE::get_boxes                      -> -------- call: right::news
1.100804 - CBOX::news                           -> generate Box
1.100823 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.100875 - NEWS::load_news                      -> load news data
1.100906 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.100939 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.105434 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.110607 - 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.115541 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.115744 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.115763 - NEWS::load_news                      -> ... from database
1.115803 - 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.125672 - HTML::encodeCms                      -> 
1.126308 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.126541 - HTML::encode                         -> replace run 1
1.126608 - HTML::encodeCms                      -> 
1.126635 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.126676 - HTML::encode                         -> replace run 1
1.126717 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.126943 - HTML::template                       -> template: >box_news_bit<
1.127116 - HTML::template                       -> template: >box_news_bit<
1.127161 - HTML::template                       -> template: >box_news<
1.127307 - HTML::template_exists                -> search: >page_box_right< == 1
1.127351 - HTML::template                       -> template: >page_box_right<
1.127437 - PAGE::get_boxes                      -> -------- call: right::party
1.127459 - CBOX::party                          -> generate Box
1.127481 - EVENT::short_event                   -> id >27<
1.127493 - EVENT::getevent                      -> id >27<
1.127506 - 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.132551 - CACHE::get                           -> cache: >event_27::stats< not found
1.132582 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.138459 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.144296 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.144519 - HTML::template                       -> template: >box_event<
1.144737 - HTML::template_exists                -> search: >page_box_right< == 1
1.144786 - HTML::template                       -> template: >page_box_right<
1.144829 - PAGE::get_boxes                      -> -------- call: right::forum
1.144848 - CBOX::forum                          -> generate forum box
1.144859 - CBOX::forum_load_threads             -> load data
1.144888 - CACHE::get                           -> cache: >forum::topthreads< not found
1.144906 - 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.153494 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.153728 - CBOX::forum_threads                  -> list all threads in array
1.153758 - 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.153797 - admin::getInstance                   -> do
1.153905 - HTML::template                       -> template: >box_forum_bit<
1.154171 - HTML::template                       -> template: >box_forum_bit<
1.154319 - HTML::template                       -> template: >box_forum_bit<
1.154385 - HTML::template                       -> template: >box_forum_bit<
1.154445 - HTML::template                       -> template: >box_forum_bit<
1.154505 - HTML::template                       -> template: >box_forum_bit<
1.154539 - HTML::template                       -> template: >box_forum<
1.154703 - HTML::template_exists                -> search: >page_box_right< == 1
1.154747 - HTML::template                       -> template: >page_box_right<
1.154788 - PAGE::get_boxes                      -> -------- call: right::vote
1.154807 - CBOX::vote                           -> generate Box
1.154822 - 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.159420 - HTML::template                       -> template: >box_vote_nocurrent<
1.159686 - HTML::template_exists                -> search: >page_box_right< == 1
1.159733 - HTML::template                       -> template: >page_box_right<
1.159811 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.159838 - CBOX::buddylist                      -> generate Box
1.159877 - HTML::template                       -> template: >box_buddylist_msg<
1.159961 - HTML::template                       -> template: >box_buddylist<
1.160051 - HTML::template_exists                -> search: >page_box_right< == 1
1.160079 - HTML::template                       -> template: >page_box_right<
1.160110 - PAGE::get_boxes                      -> -------- call: right::online
1.160126 - CBOX::online                         -> generate Box
1.160138 - HTML::template                       -> template: >box_online<
1.160264 - HTML::template_exists                -> search: >page_box_right< == 1
1.160292 - HTML::template                       -> template: >page_box_right<
1.160364 - PAGE::render                         -> final
1.160377 - PAGE::renderTemplate                 -> page
1.160388 - dotSession::getInstance              -> do
1.160407 - PAGE::getHead                        -> return
1.160415 - dotSession::getInstance              -> do
1.160569 - HTML::template                       -> template: >page<
1.161412 - PAGE::render_template                -> final

PHP Includes   : 28
DB Queries     : 44
Rendering Time : 1.163904

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.turniersystem_single.php
 - /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
 - /var/www/html/swilan-dev/2024/www/includes/class.news.php