home / User details of Zsines



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

found 410 debug messages

0.000054 - GLOBAL::include                      -> config.php
0.000258 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000311 - dotDatabase::getInstance             -> connection: database
0.000331 - dotDatabase::__construct             -> connection: database
0.000357 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000383 - page::getInstance                    -> do
0.000407 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000431 - dotSession::getInstance              -> do
0.000448 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000482 - dotSession::start                    -> ---- init
0.000515 - dotSession::start                    -> start php session managment
0.918884 - dotSession::start                    -> finished php session management
0.918916 - dotSession::start                    -> check for security options
0.918935 - dotSession::start                    -> lookup ip2country
0.918956 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.935083 - dotDatabase::select                  -> database: dotlan_database
0.943607 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 51637520 BETWEEN ip_from AND ip_to
0.952304 - dotSession::start                    -> update current session online user infos
0.952381 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746422949, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=2195', host = '3.19.237.16', dns = '3.19.237.16', countrycode = '', hits = hits + 1 WHERE hash = 'a1obetu9tg0psm9mfmktq95ve0'
0.957743 - dotSession::start                    -> session found in DB
0.957784 - dotSession::load_locales             -> do
0.957839 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.957852 - dotSession::start                    -> ---- finished with session startup
0.957877 - dotSession::load_user                -> id: 0
0.957888 - user::get_user                       -> id: >0<
0.957914 - dotDatabase::getInstance             -> connection: database
0.957990 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.958028 - styles::load                         -> name: ><
0.958124 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.958400 - styles::activate                     -> style = 2024_switzerlan
0.958613 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.958636 - admin::getInstance                   -> do
0.958647 - dotSession::getInstance              -> do
0.958661 - admin::__construct                   -> user_id=0
0.958671 - user::load_settings                  -> load current user settings to $global
0.958689 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.958719 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.958745 - EVENT::comming_event                 -> return
0.958761 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746422949 AND active=1 ORDER by begin ASC
0.963115 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.963195 - GLOBAL::end global.php               -> ---------------------------------------------
0.963209 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.963271 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.963293 - user::get_user                       -> id: >2195<
0.963305 - dotDatabase::getInstance             -> connection: database
0.963320 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 2195 ORDER by id DESC
0.967953 - USER_FUNCTIONS::display_details      -> id:2195
0.968049 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.968125 - GLOBAL::include                      -> custom.user.php
0.968603 - HTML::template                       -> template: >user_profile_inner_bit4<
0.968809 - 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=2195 AND active=1 ORDER by events.begin DESC
0.973555 - EVENT::load_event_status             -> load event_status to $this
0.973594 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.978518 - HTML::template                       -> template: >user_profile_inner_bit4<
0.978672 - HTML::template                       -> template: >user_profile_inner_bit4<
0.978764 - HTML::template                       -> template: >user_profile_inner_bit4<
0.978843 - HTML::template                       -> template: >user_profile_inner_bit4<
0.978903 - HTML::template                       -> template: >user_profile_innerlist<
0.979063 - HTML::template                       -> template: >user_profile_inner_bit3<
0.979156 - 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=2195 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
1.013742 - HTML::template                       -> template: >user_profile_inner_bit1<
1.013914 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
1.013986 - TURNIER::__construct                 -> init
1.014031 - HTML::template                       -> template: >user_profile_inner_bit3<
1.014181 - HTML::template                       -> template: >user_profile_inner_bit1<
1.014240 - TURNIER::get_turnier                 -> ID: 73 (db)
1.014251 - 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'
1.019287 - TURNIER::load_system                 -> Turniermodus: double
1.019374 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
1.019469 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
1.019708 - TURNIER::get_system                  -> return tournamentsystem class
1.019723 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.019730 - TURNIER_TREE::__construct            -> init
1.019735 - TURNIER::__construct                 -> init
1.019755 - TURNIER::get_turnier                 -> ID: 73 (cache)
1.019842 - TURNIER_TREE::load_contests          -> loading from db
1.024762 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
1.024876 - CACHE::get                           -> cache: >turnier_73::contests< not found
1.024909 - 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
1.033342 - CACHE::set                           -> cache: >turnier_73::contests< with ttl:3600
1.034849 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 73
1.034899 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.034936 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
1.034995 - TURNIER_TEILNEHMER::__construct      -> init
1.035007 - TURNIER::__construct                 -> init
1.035024 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2195 tid: 73
1.035042 - 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=2195
1.039776 - TURNIER_TREE::load_contests          -> load cache
1.039817 - TURNIER::load_players_info           -> loading from db
1.039889 - CACHE::get                           -> cache: >turnier_73::players_info< not found
1.039912 - 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
1.064139 - CACHE::set                           -> cache: >turnier_73::players_info< with ttl:3600
1.064585 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.064615 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
1.064660 - TURNIER::__construct                 -> init
1.064675 - TURNIER::get_turnier                 -> ID: 73 (cache)
1.064708 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.064722 - TURNIER::is_admin                    -> user_id: 0
1.064730 - admin::getInstance                   -> do
1.064750 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.064936 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.065106 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.065159 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.065209 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.065254 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.065284 - HTML::template                       -> template: >turnier_profile_contest_list<
1.065361 - HTML::template                       -> template: >user_profile_inner_bit3<
1.065463 - HTML::template                       -> template: >user_profile_inner_bit1<
1.065526 - HTML::template                       -> template: >user_profile_inner_bit3<
1.065619 - TURNIER::get_turnier                 -> ID: 83 (db)
1.065634 - 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='83'
1.070425 - TURNIER::load_system                 -> Turniermodus: double
1.070458 - TURNIER::get_system                  -> return tournamentsystem class
1.070470 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.070477 - TURNIER_TREE::__construct            -> init
1.070483 - TURNIER::__construct                 -> init
1.070496 - TURNIER::get_turnier                 -> ID: 83 (cache)
1.070531 - TURNIER_TREE::load_contests          -> loading from db
1.070572 - CACHE::get                           -> cache: >turnier_83::contests< not found
1.070580 - 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=83 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.076670 - CACHE::set                           -> cache: >turnier_83::contests< with ttl:3600
1.076874 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 83
1.076892 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.076903 - TURNIER_TEILNEHMER::__construct      -> init
1.076916 - TURNIER::__construct                 -> init
1.076933 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2195 tid: 83
1.076957 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=83 AND user_id=2195
1.081732 - TURNIER_TREE::load_contests          -> load cache
1.081788 - TURNIER::load_players_info           -> loading from db
1.081859 - CACHE::get                           -> cache: >turnier_83::players_info< not found
1.081879 - 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=83
1.093921 - CACHE::set                           -> cache: >turnier_83::players_info< with ttl:3600
1.094270 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.094294 - TURNIER::__construct                 -> init
1.094313 - TURNIER::get_turnier                 -> ID: 83 (cache)
1.094355 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.094383 - TURNIER::is_admin                    -> user_id: 0
1.094392 - admin::getInstance                   -> do
1.094416 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.094520 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.094659 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.094781 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.094838 - HTML::template                       -> template: >turnier_profile_contest_list<
1.094901 - HTML::template                       -> template: >user_profile_inner_bit3<
1.095073 - TURNIER::get_turnier                 -> ID: 66 (db)
1.095087 - 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'
1.100400 - TURNIER::load_system                 -> Turniermodus: group
1.100464 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
1.100702 - TURNIER::get_system                  -> return tournamentsystem class
1.100720 - TURNIERSYSTEM_GROUP::__construct     -> init
1.100733 - TURNIER::__construct                 -> init
1.100752 - TURNIER::get_turnier                 -> ID: 66 (cache)
1.100838 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.100873 - CACHE::get                           -> cache: >turnier_66::contests< not found
1.100888 - 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
1.106451 - CACHE::set                           -> cache: >turnier_66::contests< with ttl:3600
1.106801 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 66
1.106832 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.106847 - TURNIER_TEILNEHMER::__construct      -> init
1.106857 - TURNIER::__construct                 -> init
1.106873 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2195 tid: 66
1.106889 - 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=2195
1.111759 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=956 OR team_b=956 LIMIT 1
1.116930 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.117003 - CACHE::get                           -> cache: >turnier_66::contests< not found
1.117049 - 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
1.122422 - CACHE::set                           -> cache: >turnier_66::contests< with ttl:3600
1.122772 - TURNIER::load_players_info           -> loading from db
1.122811 - CACHE::get                           -> cache: >turnier_66::players_info< not found
1.122836 - 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
1.140255 - CACHE::set                           -> cache: >turnier_66::players_info< with ttl:3600
1.140532 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.140549 - TURNIER::__construct                 -> init
1.140564 - TURNIER::get_turnier                 -> ID: 66 (cache)
1.140618 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.140633 - TURNIER::is_admin                    -> user_id: 0
1.140639 - admin::getInstance                   -> do
1.140657 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.140722 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.140816 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.140902 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.140953 - HTML::template                       -> template: >turnier_profile_contest_list<
1.141053 - HTML::template                       -> template: >user_profile_inner_bit3<
1.141292 - HTML::template                       -> template: >user_profile_inner_bit1<
1.141352 - TURNIER::get_turnier                 -> ID: 62 (db)
1.141365 - 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'
1.146159 - TURNIER::load_system                 -> Turniermodus: single
1.146224 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_single.php
1.146394 - TURNIER::get_system                  -> return tournamentsystem class
1.146410 - TURNIERSYSTEM_SINGLE::__construct    -> init
1.146421 - TURNIER_TREE::__construct            -> init
1.146431 - TURNIER::__construct                 -> init
1.146449 - TURNIER::get_turnier                 -> ID: 62 (cache)
1.146506 - TURNIER_TREE::load_contests          -> loading from db
1.146534 - CACHE::get                           -> cache: >turnier_62::contests< not found
1.146549 - 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
1.152812 - CACHE::set                           -> cache: >turnier_62::contests< with ttl:3600
1.153010 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 62
1.153031 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.153042 - TURNIER_TEILNEHMER::__construct      -> init
1.153048 - TURNIER::__construct                 -> init
1.153060 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2195 tid: 62
1.153071 - 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=2195
1.157341 - TURNIER_TREE::load_contests          -> load cache
1.157385 - TURNIER::load_players_info           -> loading from db
1.157433 - CACHE::get                           -> cache: >turnier_62::players_info< not found
1.157468 - 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.163850 - CACHE::set                           -> cache: >turnier_62::players_info< with ttl:3600
1.164124 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.164146 - TURNIER::__construct                 -> init
1.164167 - TURNIER::get_turnier                 -> ID: 62 (cache)
1.164221 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.164240 - TURNIER::is_admin                    -> user_id: 0
1.164250 - admin::getInstance                   -> do
1.164278 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.164364 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.164485 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.164543 - HTML::template                       -> template: >turnier_profile_contest_list<
1.164615 - HTML::template                       -> template: >user_profile_inner_bit3<
1.164766 - TURNIER::get_turnier                 -> ID: 52 (db)
1.164798 - 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.169313 - TURNIER::load_system                 -> Turniermodus: group
1.169359 - TURNIER::get_system                  -> return tournamentsystem class
1.169377 - TURNIERSYSTEM_GROUP::__construct     -> init
1.169387 - TURNIER::__construct                 -> init
1.169405 - TURNIER::get_turnier                 -> ID: 52 (cache)
1.169473 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.169523 - CACHE::get                           -> cache: >turnier_52::contests< not found
1.169537 - 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.174361 - CACHE::set                           -> cache: >turnier_52::contests< with ttl:3600
1.174869 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 52
1.174915 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.174934 - TURNIER_TEILNEHMER::__construct      -> init
1.174945 - TURNIER::__construct                 -> init
1.174961 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2195 tid: 52
1.174978 - 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=2195
1.179455 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=856 OR team_b=856 LIMIT 1
1.183971 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.184042 - CACHE::get                           -> cache: >turnier_52::contests< not found
1.184131 - 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.189287 - CACHE::set                           -> cache: >turnier_52::contests< with ttl:3600
1.189676 - TURNIER::load_players_info           -> loading from db
1.189702 - CACHE::get                           -> cache: >turnier_52::players_info< not found
1.189716 - 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.198135 - CACHE::set                           -> cache: >turnier_52::players_info< with ttl:3600
1.198474 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.198493 - TURNIER::__construct                 -> init
1.198511 - TURNIER::get_turnier                 -> ID: 52 (cache)
1.198559 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.198578 - TURNIER::is_admin                    -> user_id: 0
1.198589 - admin::getInstance                   -> do
1.198615 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.198707 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.198857 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.198951 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.199040 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.199131 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.199284 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.199335 - HTML::template                       -> template: >turnier_profile_contest_list<
1.199520 - HTML::template                       -> template: >user_profile_inner_bit3<
1.199668 - HTML::template                       -> template: >user_profile_innerlist<
1.199795 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.199966 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.200003 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.200029 - HTML::template                       -> template: >user_profile_shortbar<
1.200111 - HTML::template                       -> template: >user_profile<
1.200248 - GLOBAL::end userspace                -> ---------------------------------------------
1.200261 - PAGE::render                         -> start rendering page layout
1.200274 - USER::check_for_new_messages         -> return
1.200300 - dotSession::getInstance              -> do
1.200360 - PAGE::get_boxes                      -> -------- side=left
1.200399 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.200439 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.200458 - CBOX::menu                           -> generate Menu Box >menu<
1.200481 - HTML::template                       -> template: >box_menu_bit<
1.200563 - HTML::template                       -> template: >box_menu_bit<
1.200598 - HTML::template                       -> template: >box_menu_bit<
1.200621 - HTML::template                       -> template: >box_menu_bit<
1.200643 - HTML::template                       -> template: >box_menu_bit<
1.200669 - HTML::template                       -> template: >box_menu_bit<
1.200693 - HTML::template                       -> template: >box_menu_bit<
1.200716 - HTML::template                       -> template: >box_menu<
1.200810 - HTML::template_exists                -> search: >page_box_left< == 1
1.200845 - HTML::template                       -> template: >page_box_left<
1.200911 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.200925 - CBOX::menu                           -> generate Menu Box >party<
1.200946 - HTML::template                       -> template: >box_menu_bit<
1.200971 - HTML::template                       -> template: >box_menu_bit<
1.200994 - HTML::template                       -> template: >box_menu_bit<
1.201018 - HTML::template                       -> template: >box_menu_bit<
1.201042 - HTML::template                       -> template: >box_menu_bit<
1.201066 - HTML::template                       -> template: >box_menu_bit<
1.201101 - HTML::template                       -> template: >box_menu_bit<
1.201125 - HTML::template                       -> template: >box_menu_bit<
1.201149 - HTML::template                       -> template: >box_menu_bit<
1.201173 - HTML::template                       -> template: >box_menu_bit<
1.201197 - HTML::template                       -> template: >box_menu_bit<
1.201221 - HTML::template                       -> template: >box_menu_bit<
1.201245 - HTML::template                       -> template: >box_menu<
1.201289 - HTML::template_exists                -> search: >page_box_left< == 1
1.201315 - HTML::template                       -> template: >page_box_left<
1.201354 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.201368 - CBOX::menu                           -> generate Menu Box >login<
1.201386 - HTML::template                       -> template: >box_menu_bit<
1.201419 - HTML::template                       -> template: >box_menu_bit<
1.201447 - HTML::template                       -> template: >box_menu<
1.201495 - HTML::template_exists                -> search: >page_box_left< == 1
1.201520 - HTML::template                       -> template: >page_box_left<
1.201549 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.201557 - PAGE::get_boxes                      -> -------- call: left::search
1.201571 - CBOX::template                       -> generate Box with >box_suchen< as template
1.201581 - HTML::template                       -> template: >box_suchen<
1.201753 - HTML::template_exists                -> search: >page_box_left< == 1
1.201785 - HTML::template                       -> template: >page_box_left<
1.201820 - PAGE::get_boxes                      -> -------- call: left::banner
1.201858 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.201875 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.206367 - 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.211140 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.211193 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.216505 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.221035 - HTML::encode                         -> replace run 1
1.221177 - HTML::template                       -> template: >box_banner_bit<
1.221388 - HTML::encode                         -> www.egames.ch...
1.221532 - HTML::encode                         -> replace run 1
1.221593 - HTML::encode                         -> replace run 2
1.221684 - HTML::template                       -> template: >box_banner_bit<
1.221719 - HTML::template                       -> template: >box_banner<
1.221819 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.221965 - HTML::template_exists                -> search: >page_box_left< == 1
1.222008 - HTML::template                       -> template: >page_box_left<
1.222132 - PAGE::get_boxes                      -> -------- side=right
1.222157 - PAGE::get_boxes                      -> -------- call: right::news
1.222178 - CBOX::news                           -> generate Box
1.222205 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.222255 - NEWS::load_news                      -> load news data
1.222286 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.222321 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.226990 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.232041 - 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.236999 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.237194 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.237207 - NEWS::load_news                      -> ... from database
1.237245 - 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.246915 - HTML::encodeCms                      -> 
1.247407 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.247619 - HTML::encode                         -> replace run 1
1.247691 - HTML::encodeCms                      -> 
1.247732 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.247769 - HTML::encode                         -> replace run 1
1.247804 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.248028 - HTML::template                       -> template: >box_news_bit<
1.248203 - HTML::template                       -> template: >box_news_bit<
1.248230 - HTML::template                       -> template: >box_news<
1.248360 - HTML::template_exists                -> search: >page_box_right< == 1
1.248403 - HTML::template                       -> template: >page_box_right<
1.248478 - PAGE::get_boxes                      -> -------- call: right::party
1.248497 - CBOX::party                          -> generate Box
1.248516 - EVENT::short_event                   -> id >27<
1.248526 - EVENT::getevent                      -> id >27<
1.248541 - 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.254122 - CACHE::get                           -> cache: >event_27::stats< not found
1.254161 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.261557 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.271328 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.271544 - HTML::template                       -> template: >box_event<
1.271767 - HTML::template_exists                -> search: >page_box_right< == 1
1.271817 - HTML::template                       -> template: >page_box_right<
1.271863 - PAGE::get_boxes                      -> -------- call: right::forum
1.271883 - CBOX::forum                          -> generate forum box
1.271895 - CBOX::forum_load_threads             -> load data
1.271925 - CACHE::get                           -> cache: >forum::topthreads< not found
1.271945 - 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.284792 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.285067 - CBOX::forum_threads                  -> list all threads in array
1.285095 - 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.285144 - admin::getInstance                   -> do
1.285226 - HTML::template                       -> template: >box_forum_bit<
1.285410 - HTML::template                       -> template: >box_forum_bit<
1.285459 - HTML::template                       -> template: >box_forum_bit<
1.285512 - HTML::template                       -> template: >box_forum_bit<
1.285549 - HTML::template                       -> template: >box_forum_bit<
1.285586 - HTML::template                       -> template: >box_forum_bit<
1.285613 - HTML::template                       -> template: >box_forum<
1.285841 - HTML::template_exists                -> search: >page_box_right< == 1
1.285885 - HTML::template                       -> template: >page_box_right<
1.285930 - PAGE::get_boxes                      -> -------- call: right::vote
1.285949 - CBOX::vote                           -> generate Box
1.285964 - 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.290614 - HTML::template                       -> template: >box_vote_nocurrent<
1.290790 - HTML::template_exists                -> search: >page_box_right< == 1
1.290822 - HTML::template                       -> template: >page_box_right<
1.290852 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.290867 - CBOX::buddylist                      -> generate Box
1.290893 - HTML::template                       -> template: >box_buddylist_msg<
1.290936 - HTML::template                       -> template: >box_buddylist<
1.291011 - HTML::template_exists                -> search: >page_box_right< == 1
1.291040 - HTML::template                       -> template: >page_box_right<
1.291072 - PAGE::get_boxes                      -> -------- call: right::online
1.291087 - CBOX::online                         -> generate Box
1.291099 - HTML::template                       -> template: >box_online<
1.291187 - HTML::template_exists                -> search: >page_box_right< == 1
1.291213 - HTML::template                       -> template: >page_box_right<
1.291282 - PAGE::render                         -> final
1.291293 - PAGE::renderTemplate                 -> page
1.291306 - dotSession::getInstance              -> do
1.291329 - PAGE::getHead                        -> return
1.291338 - dotSession::getInstance              -> do
1.291442 - HTML::template                       -> template: >page<
1.292025 - PAGE::render_template                -> final

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

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