home / User details of KonfettiDerBunte



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

found 451 debug messages

0.000043 - GLOBAL::include                      -> config.php
0.000198 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000237 - dotDatabase::getInstance             -> connection: database
0.000255 - dotDatabase::__construct             -> connection: database
0.000277 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000304 - page::getInstance                    -> do
0.000326 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000354 - dotSession::getInstance              -> do
0.000373 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000409 - dotSession::start                    -> ---- init
0.000451 - dotSession::start                    -> start php session managment
1.027083 - dotSession::start                    -> finished php session management
1.027115 - dotSession::start                    -> check for security options
1.027134 - dotSession::start                    -> lookup ip2country
1.027155 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
1.046041 - dotDatabase::select                  -> database: dotlan_database
1.054351 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 59762712 BETWEEN ip_from AND ip_to
1.062871 - dotSession::start                    -> update current session online user infos
1.062938 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746419967, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=2148', host = '3.143.232.24', dns = '3.143.232.24', countrycode = '', hits = hits + 1 WHERE hash = '7cbbjph5t1l3fpa9ttla22go24'
1.068979 - dotSession::start                    -> session found in DB
1.069032 - dotSession::load_locales             -> do
1.069080 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
1.069093 - dotSession::start                    -> ---- finished with session startup
1.069118 - dotSession::load_user                -> id: 0
1.069130 - user::get_user                       -> id: >0<
1.069151 - dotDatabase::getInstance             -> connection: database
1.069216 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
1.069253 - styles::load                         -> name: ><
1.069277 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
1.069637 - styles::activate                     -> style = 2024_switzerlan
1.069858 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
1.069885 - admin::getInstance                   -> do
1.069896 - dotSession::getInstance              -> do
1.069910 - admin::__construct                   -> user_id=0
1.069921 - user::load_settings                  -> load current user settings to $global
1.069939 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
1.069968 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
1.069994 - EVENT::comming_event                 -> return
1.070009 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746419967 AND active=1 ORDER by begin ASC
1.074608 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
1.074670 - GLOBAL::end global.php               -> ---------------------------------------------
1.074693 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
1.074768 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
1.074798 - user::get_user                       -> id: >2148<
1.074815 - dotDatabase::getInstance             -> connection: database
1.074836 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 2148 ORDER by id DESC
1.079633 - USER_FUNCTIONS::display_details      -> id:2148
1.079728 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
1.079800 - GLOBAL::include                      -> custom.user.php
1.080156 - HTML::template                       -> template: >user_profile_inner_bit4<
1.080327 - 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=2148 AND active=1 ORDER by events.begin DESC
1.085761 - EVENT::load_event_status             -> load event_status to $this
1.085802 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
1.090933 - HTML::template                       -> template: >user_profile_inner_bit4<
1.091092 - HTML::template                       -> template: >user_profile_inner_bit4<
1.091174 - HTML::template                       -> template: >user_profile_inner_bit4<
1.091265 - HTML::template                       -> template: >user_profile_inner_bit4<
1.091317 - HTML::template                       -> template: >user_profile_innerlist<
1.091455 - HTML::template                       -> template: >user_profile_inner_bit3<
1.091534 - 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=2148 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
1.126283 - HTML::template                       -> template: >user_profile_inner_bit1<
1.126465 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
1.126557 - TURNIER::__construct                 -> init
1.126612 - HTML::template                       -> template: >user_profile_inner_bit3<
1.126701 - HTML::template                       -> template: >user_profile_inner_bit1<
1.126763 - TURNIER::get_turnier                 -> ID: 136 (db)
1.126777 - 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='136'
1.131209 - TURNIER::load_system                 -> Turniermodus: double
1.131269 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
1.131328 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
1.131625 - TURNIER::get_system                  -> return tournamentsystem class
1.131650 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.131665 - TURNIER_TREE::__construct            -> init
1.131679 - TURNIER::__construct                 -> init
1.131704 - TURNIER::get_turnier                 -> ID: 136 (cache)
1.131825 - TURNIER_TREE::load_contests          -> loading from db
1.131863 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
1.131911 - CACHE::get                           -> cache: >turnier_136::contests< not found
1.131928 - 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=136 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.142623 - CACHE::set                           -> cache: >turnier_136::contests< with ttl:3600
1.144117 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 136
1.144168 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.144207 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
1.144266 - TURNIER_TEILNEHMER::__construct      -> init
1.144276 - TURNIER::__construct                 -> init
1.144291 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2148 tid: 136
1.144311 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=136 AND user_id=2148
1.149557 - TURNIER_TREE::load_contests          -> load cache
1.149615 - TURNIER::load_players_info           -> loading from db
1.149676 - CACHE::get                           -> cache: >turnier_136::players_info< not found
1.149700 - 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=136
1.174862 - CACHE::set                           -> cache: >turnier_136::players_info< with ttl:3600
1.175795 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.175849 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
1.175914 - TURNIER::__construct                 -> init
1.175955 - TURNIER::get_turnier                 -> ID: 136 (cache)
1.176015 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.176036 - TURNIER::is_admin                    -> user_id: 0
1.176049 - admin::getInstance                   -> do
1.176079 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.176185 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176424 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176522 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176613 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176693 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176771 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176849 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176927 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.176975 - HTML::template                       -> template: >turnier_profile_contest_list<
1.177145 - HTML::template                       -> template: >user_profile_inner_bit3<
1.177272 - HTML::template                       -> template: >user_profile_inner_bit3<
1.177360 - HTML::template                       -> template: >user_profile_inner_bit3<
1.177439 - TURNIER::get_turnier                 -> ID: 107 (db)
1.177454 - 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'
1.182643 - TURNIER::load_system                 -> Turniermodus: double
1.182694 - TURNIER::get_system                  -> return tournamentsystem class
1.182716 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.182730 - TURNIER_TREE::__construct            -> init
1.182748 - TURNIER::__construct                 -> init
1.182769 - TURNIER::get_turnier                 -> ID: 107 (cache)
1.182837 - TURNIER_TREE::load_contests          -> loading from db
1.182894 - CACHE::get                           -> cache: >turnier_107::contests< not found
1.182910 - 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
1.200867 - CACHE::set                           -> cache: >turnier_107::contests< with ttl:3600
1.206977 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 107
1.207026 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.207041 - TURNIER_TEILNEHMER::__construct      -> init
1.207052 - TURNIER::__construct                 -> init
1.207070 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2148 tid: 107
1.207107 - 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=2148
1.212594 - TURNIER_TREE::load_contests          -> load cache
1.212655 - TURNIER::load_players_info           -> loading from db
1.212734 - CACHE::get                           -> cache: >turnier_107::players_info< not found
1.212760 - 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.242366 - CACHE::set                           -> cache: >turnier_107::players_info< with ttl:3600
1.244091 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.244121 - TURNIER::__construct                 -> init
1.244142 - TURNIER::get_turnier                 -> ID: 107 (cache)
1.244188 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.244208 - TURNIER::is_admin                    -> user_id: 0
1.244218 - admin::getInstance                   -> do
1.244245 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.244312 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.244425 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.244504 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.244561 - HTML::template                       -> template: >turnier_profile_contest_list<
1.244619 - HTML::template                       -> template: >user_profile_inner_bit3<
1.244731 - HTML::template                       -> template: >user_profile_inner_bit1<
1.244781 - TURNIER::get_turnier                 -> ID: 75 (db)
1.244794 - 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='75'
1.250406 - TURNIER::load_system                 -> Turniermodus: double
1.250443 - TURNIER::get_system                  -> return tournamentsystem class
1.250460 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.250471 - TURNIER_TREE::__construct            -> init
1.250481 - TURNIER::__construct                 -> init
1.250498 - TURNIER::get_turnier                 -> ID: 75 (cache)
1.250582 - TURNIER_TREE::load_contests          -> loading from db
1.250630 - CACHE::get                           -> cache: >turnier_75::contests< not found
1.250645 - 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=75 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.257356 - CACHE::set                           -> cache: >turnier_75::contests< with ttl:3600
1.258905 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 75
1.258946 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.258962 - TURNIER_TEILNEHMER::__construct      -> init
1.258973 - TURNIER::__construct                 -> init
1.258998 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2148 tid: 75
1.259019 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=75 AND user_id=2148
1.266877 - TURNIER_TREE::load_contests          -> load cache
1.266933 - TURNIER::load_players_info           -> loading from db
1.266976 - CACHE::get                           -> cache: >turnier_75::players_info< not found
1.266991 - 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=75
1.282095 - CACHE::set                           -> cache: >turnier_75::players_info< with ttl:3600
1.282968 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.283001 - TURNIER::__construct                 -> init
1.283027 - TURNIER::get_turnier                 -> ID: 75 (cache)
1.283093 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.283116 - TURNIER::is_admin                    -> user_id: 0
1.283129 - admin::getInstance                   -> do
1.283163 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.283259 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.283401 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.283502 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.283602 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.283699 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.283791 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.283852 - HTML::template                       -> template: >turnier_profile_contest_list<
1.283929 - HTML::template                       -> template: >user_profile_inner_bit3<
1.284080 - HTML::template                       -> template: >user_profile_inner_bit1<
1.284139 - TURNIER::get_turnier                 -> ID: 69 (db)
1.284156 - 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='69'
1.288960 - TURNIER::load_system                 -> Turniermodus: double
1.288999 - TURNIER::get_system                  -> return tournamentsystem class
1.289016 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.289027 - TURNIER_TREE::__construct            -> init
1.289037 - TURNIER::__construct                 -> init
1.289055 - TURNIER::get_turnier                 -> ID: 69 (cache)
1.289100 - TURNIER_TREE::load_contests          -> loading from db
1.289146 - CACHE::get                           -> cache: >turnier_69::contests< not found
1.289160 - 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=69 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.296294 - CACHE::set                           -> cache: >turnier_69::contests< with ttl:3600
1.297049 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 69
1.297093 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.297112 - TURNIER_TEILNEHMER::__construct      -> init
1.297126 - TURNIER::__construct                 -> init
1.297147 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2148 tid: 69
1.297168 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=69 AND user_id=2148
1.301832 - TURNIER_TREE::load_contests          -> load cache
1.301877 - TURNIER::load_players_info           -> loading from db
1.301940 - CACHE::get                           -> cache: >turnier_69::players_info< not found
1.301959 - 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=69
1.315167 - CACHE::set                           -> cache: >turnier_69::players_info< with ttl:3600
1.315620 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.315646 - TURNIER::__construct                 -> init
1.315670 - TURNIER::get_turnier                 -> ID: 69 (cache)
1.315725 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.315746 - TURNIER::is_admin                    -> user_id: 0
1.315756 - admin::getInstance                   -> do
1.315781 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.315894 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.316228 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.316352 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.316450 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.316566 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.316630 - HTML::template                       -> template: >turnier_profile_contest_list<
1.316701 - HTML::template                       -> template: >user_profile_inner_bit3<
1.316856 - HTML::template                       -> template: >user_profile_inner_bit1<
1.316915 - TURNIER::get_turnier                 -> ID: 61 (db)
1.316928 - 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='61'
1.321888 - TURNIER::load_system                 -> Turniermodus: double
1.321928 - TURNIER::get_system                  -> return tournamentsystem class
1.321945 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.321957 - TURNIER_TREE::__construct            -> init
1.321968 - TURNIER::__construct                 -> init
1.321985 - TURNIER::get_turnier                 -> ID: 61 (cache)
1.322033 - TURNIER_TREE::load_contests          -> loading from db
1.322091 - CACHE::get                           -> cache: >turnier_61::contests< not found
1.322105 - 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=61 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.330366 - CACHE::set                           -> cache: >turnier_61::contests< with ttl:3600
1.330652 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 61
1.330681 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.330695 - TURNIER_TEILNEHMER::__construct      -> init
1.330706 - TURNIER::__construct                 -> init
1.330722 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2148 tid: 61
1.330740 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=61 AND user_id=2148
1.335417 - TURNIER_TREE::load_contests          -> load cache
1.335472 - TURNIER::load_players_info           -> loading from db
1.335536 - CACHE::get                           -> cache: >turnier_61::players_info< not found
1.335558 - 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=61
1.343036 - CACHE::set                           -> cache: >turnier_61::players_info< with ttl:3600
1.343368 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.343392 - TURNIER::__construct                 -> init
1.343412 - TURNIER::get_turnier                 -> ID: 61 (cache)
1.343476 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.343495 - TURNIER::is_admin                    -> user_id: 0
1.343504 - admin::getInstance                   -> do
1.343530 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.343626 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.343761 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.343891 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.343973 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.344028 - HTML::template                       -> template: >turnier_profile_contest_list<
1.344100 - HTML::template                       -> template: >user_profile_inner_bit3<
1.344293 - TURNIER::get_turnier                 -> ID: 54 (db)
1.344308 - 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='54'
1.348873 - TURNIER::load_system                 -> Turniermodus: group
1.348937 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
1.349164 - TURNIER::get_system                  -> return tournamentsystem class
1.349184 - TURNIERSYSTEM_GROUP::__construct     -> init
1.349195 - TURNIER::__construct                 -> init
1.349213 - TURNIER::get_turnier                 -> ID: 54 (cache)
1.349284 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.349327 - CACHE::get                           -> cache: >turnier_54::contests< not found
1.349341 - 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=54 GROUP by t_contest.tcid
1.354498 - CACHE::set                           -> cache: >turnier_54::contests< with ttl:3600
1.354909 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 54
1.354948 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.354963 - TURNIER_TEILNEHMER::__construct      -> init
1.354973 - TURNIER::__construct                 -> init
1.354989 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2148 tid: 54
1.355005 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=54 AND user_id=2148
1.359243 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=853 OR team_b=853 LIMIT 1
1.363519 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.363611 - CACHE::get                           -> cache: >turnier_54::contests< not found
1.363664 - 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=54 GROUP by t_contest.tcid
1.369156 - CACHE::set                           -> cache: >turnier_54::contests< with ttl:3600
1.369453 - TURNIER::load_players_info           -> loading from db
1.369555 - CACHE::get                           -> cache: >turnier_54::players_info< not found
1.369573 - 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=54
1.378776 - CACHE::set                           -> cache: >turnier_54::players_info< with ttl:3600
1.379088 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.379111 - TURNIER::__construct                 -> init
1.379131 - TURNIER::get_turnier                 -> ID: 54 (cache)
1.379204 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.379222 - TURNIER::is_admin                    -> user_id: 0
1.379232 - admin::getInstance                   -> do
1.379260 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.379346 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.379468 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.379556 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.379644 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.379694 - HTML::template                       -> template: >turnier_profile_contest_list<
1.379767 - HTML::template                       -> template: >user_profile_inner_bit3<
1.379912 - HTML::template                       -> template: >user_profile_innerlist<
1.380050 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.380184 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.380219 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.380247 - HTML::template                       -> template: >user_profile_shortbar<
1.380316 - HTML::template                       -> template: >user_profile<
1.380451 - GLOBAL::end userspace                -> ---------------------------------------------
1.380477 - PAGE::render                         -> start rendering page layout
1.380495 - USER::check_for_new_messages         -> return
1.380522 - dotSession::getInstance              -> do
1.380585 - PAGE::get_boxes                      -> -------- side=left
1.380625 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.380698 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.380728 - CBOX::menu                           -> generate Menu Box >menu<
1.380764 - HTML::template                       -> template: >box_menu_bit<
1.380868 - HTML::template                       -> template: >box_menu_bit<
1.380895 - HTML::template                       -> template: >box_menu_bit<
1.380919 - HTML::template                       -> template: >box_menu_bit<
1.380943 - HTML::template                       -> template: >box_menu_bit<
1.380967 - HTML::template                       -> template: >box_menu_bit<
1.380991 - HTML::template                       -> template: >box_menu_bit<
1.381021 - HTML::template                       -> template: >box_menu<
1.381117 - HTML::template_exists                -> search: >page_box_left< == 1
1.381154 - HTML::template                       -> template: >page_box_left<
1.381220 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.381235 - CBOX::menu                           -> generate Menu Box >party<
1.381256 - HTML::template                       -> template: >box_menu_bit<
1.381280 - HTML::template                       -> template: >box_menu_bit<
1.381304 - HTML::template                       -> template: >box_menu_bit<
1.381327 - HTML::template                       -> template: >box_menu_bit<
1.381351 - HTML::template                       -> template: >box_menu_bit<
1.381375 - HTML::template                       -> template: >box_menu_bit<
1.381399 - HTML::template                       -> template: >box_menu_bit<
1.381422 - HTML::template                       -> template: >box_menu_bit<
1.381446 - HTML::template                       -> template: >box_menu_bit<
1.381553 - HTML::template                       -> template: >box_menu_bit<
1.381587 - HTML::template                       -> template: >box_menu_bit<
1.381611 - HTML::template                       -> template: >box_menu_bit<
1.381634 - HTML::template                       -> template: >box_menu<
1.381691 - HTML::template_exists                -> search: >page_box_left< == 1
1.381720 - HTML::template                       -> template: >page_box_left<
1.381751 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.381765 - CBOX::menu                           -> generate Menu Box >login<
1.381783 - HTML::template                       -> template: >box_menu_bit<
1.381809 - HTML::template                       -> template: >box_menu_bit<
1.381831 - HTML::template                       -> template: >box_menu<
1.381874 - HTML::template_exists                -> search: >page_box_left< == 1
1.381910 - HTML::template                       -> template: >page_box_left<
1.381943 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.381954 - PAGE::get_boxes                      -> -------- call: left::search
1.381973 - CBOX::template                       -> generate Box with >box_suchen< as template
1.381988 - HTML::template                       -> template: >box_suchen<
1.382080 - HTML::template_exists                -> search: >page_box_left< == 1
1.382097 - HTML::template                       -> template: >page_box_left<
1.382116 - PAGE::get_boxes                      -> -------- call: left::banner
1.382139 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.382150 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.386767 - 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.391846 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.391902 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.397295 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.401796 - HTML::encode                         -> replace run 1
1.401919 - HTML::template                       -> template: >box_banner_bit<
1.402091 - HTML::encode                         -> www.egames.ch...
1.402216 - HTML::encode                         -> replace run 1
1.402275 - HTML::encode                         -> replace run 2
1.402328 - HTML::template                       -> template: >box_banner_bit<
1.402360 - HTML::template                       -> template: >box_banner<
1.402456 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.402647 - HTML::template_exists                -> search: >page_box_left< == 1
1.402690 - HTML::template                       -> template: >page_box_left<
1.402743 - PAGE::get_boxes                      -> -------- side=right
1.402761 - PAGE::get_boxes                      -> -------- call: right::news
1.402780 - CBOX::news                           -> generate Box
1.402799 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.402843 - NEWS::load_news                      -> load news data
1.402870 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.402902 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.407472 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.413251 - 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.417805 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.417985 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.417998 - NEWS::load_news                      -> ... from database
1.418033 - 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.423196 - HTML::encodeCms                      -> 
1.423684 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.423882 - HTML::encode                         -> replace run 1
1.423950 - HTML::encodeCms                      -> 
1.423973 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.424007 - HTML::encode                         -> replace run 1
1.424037 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.424357 - HTML::template                       -> template: >box_news_bit<
1.424497 - HTML::template                       -> template: >box_news_bit<
1.424524 - HTML::template                       -> template: >box_news<
1.424641 - HTML::template_exists                -> search: >page_box_right< == 1
1.424679 - HTML::template                       -> template: >page_box_right<
1.424745 - PAGE::get_boxes                      -> -------- call: right::party
1.424764 - CBOX::party                          -> generate Box
1.424782 - EVENT::short_event                   -> id >27<
1.424792 - EVENT::getevent                      -> id >27<
1.424805 - 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.429791 - CACHE::get                           -> cache: >event_27::stats< not found
1.429824 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.436226 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.445410 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.445726 - HTML::template                       -> template: >box_event<
1.445968 - HTML::template_exists                -> search: >page_box_right< == 1
1.446016 - HTML::template                       -> template: >page_box_right<
1.446060 - PAGE::get_boxes                      -> -------- call: right::forum
1.446078 - CBOX::forum                          -> generate forum box
1.446089 - CBOX::forum_load_threads             -> load data
1.446121 - CACHE::get                           -> cache: >forum::topthreads< not found
1.446142 - 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.457711 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.458022 - CBOX::forum_threads                  -> list all threads in array
1.458061 - 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.458100 - admin::getInstance                   -> do
1.458191 - HTML::template                       -> template: >box_forum_bit<
1.458383 - HTML::template                       -> template: >box_forum_bit<
1.458436 - HTML::template                       -> template: >box_forum_bit<
1.458488 - HTML::template                       -> template: >box_forum_bit<
1.458581 - HTML::template                       -> template: >box_forum_bit<
1.458626 - HTML::template                       -> template: >box_forum_bit<
1.458655 - HTML::template                       -> template: >box_forum<
1.458816 - HTML::template_exists                -> search: >page_box_right< == 1
1.458861 - HTML::template                       -> template: >page_box_right<
1.458905 - PAGE::get_boxes                      -> -------- call: right::vote
1.458925 - CBOX::vote                           -> generate Box
1.458940 - 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.463571 - HTML::template                       -> template: >box_vote_nocurrent<
1.463797 - HTML::template_exists                -> search: >page_box_right< == 1
1.463842 - HTML::template                       -> template: >page_box_right<
1.463884 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.463903 - CBOX::buddylist                      -> generate Box
1.463934 - HTML::template                       -> template: >box_buddylist_msg<
1.463999 - HTML::template                       -> template: >box_buddylist<
1.464079 - HTML::template_exists                -> search: >page_box_right< == 1
1.464101 - HTML::template                       -> template: >page_box_right<
1.464130 - PAGE::get_boxes                      -> -------- call: right::online
1.464142 - CBOX::online                         -> generate Box
1.464153 - HTML::template                       -> template: >box_online<
1.464449 - HTML::template_exists                -> search: >page_box_right< == 1
1.464495 - HTML::template                       -> template: >page_box_right<
1.464576 - PAGE::render                         -> final
1.464587 - PAGE::renderTemplate                 -> page
1.464597 - dotSession::getInstance              -> do
1.464617 - PAGE::getHead                        -> return
1.464623 - dotSession::getInstance              -> do
1.464762 - HTML::template                       -> template: >page<
1.465730 - PAGE::render_template                -> final

PHP Includes   : 27
DB Queries     : 46
Rendering Time : 1.468581

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