home / User details of NiceGuyBen



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

found 450 debug messages

0.000032 - GLOBAL::include                      -> config.php
0.000183 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000218 - dotDatabase::getInstance             -> connection: database
0.000236 - dotDatabase::__construct             -> connection: database
0.000259 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000292 - page::getInstance                    -> do
0.000339 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000362 - dotSession::getInstance              -> do
0.000380 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000412 - dotSession::start                    -> ---- init
0.000443 - dotSession::start                    -> start php session managment
0.800732 - dotSession::start                    -> finished php session management
0.800772 - dotSession::start                    -> check for security options
0.800792 - dotSession::start                    -> lookup ip2country
0.800814 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.816614 - dotDatabase::select                  -> database: dotlan_database
0.824623 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 51637520 BETWEEN ip_from AND ip_to
0.832881 - dotSession::start                    -> update current session online user infos
0.832955 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746422977, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1842', host = '3.19.237.16', dns = '3.19.237.16', countrycode = '', hits = hits + 1 WHERE hash = 'a1obetu9tg0psm9mfmktq95ve0'
0.838176 - dotSession::start                    -> session found in DB
0.838226 - dotSession::load_locales             -> do
0.838278 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.838291 - dotSession::start                    -> ---- finished with session startup
0.838316 - dotSession::load_user                -> id: 0
0.838328 - user::get_user                       -> id: >0<
0.838351 - dotDatabase::getInstance             -> connection: database
0.838418 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.838459 - styles::load                         -> name: ><
0.838485 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.838743 - styles::activate                     -> style = 2024_switzerlan
0.838937 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.838966 - admin::getInstance                   -> do
0.838976 - dotSession::getInstance              -> do
0.838992 - admin::__construct                   -> user_id=0
0.839002 - user::load_settings                  -> load current user settings to $global
0.839022 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.839054 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.839080 - EVENT::comming_event                 -> return
0.839097 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746422977 AND active=1 ORDER by begin ASC
0.843881 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.843960 - GLOBAL::end global.php               -> ---------------------------------------------
0.843986 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.844076 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.844110 - user::get_user                       -> id: >1842<
0.844129 - dotDatabase::getInstance             -> connection: database
0.844151 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1842 ORDER by id DESC
0.848982 - USER_FUNCTIONS::display_details      -> id:1842
0.849091 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.849177 - GLOBAL::include                      -> custom.user.php
0.849618 - HTML::template                       -> template: >user_profile_inner_bit4<
0.849821 - 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=1842 AND active=1 ORDER by events.begin DESC
0.855048 - EVENT::load_event_status             -> load event_status to $this
0.855086 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.859957 - HTML::template                       -> template: >user_profile_inner_bit4<
0.860135 - HTML::template                       -> template: >user_profile_inner_bit4<
0.860226 - HTML::template                       -> template: >user_profile_inner_bit4<
0.860306 - HTML::template                       -> template: >user_profile_inner_bit4<
0.860363 - HTML::template                       -> template: >user_profile_innerlist<
0.860524 - HTML::template                       -> template: >user_profile_inner_bit3<
0.860616 - 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=1842 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.898575 - HTML::template                       -> template: >user_profile_inner_bit1<
0.898763 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.898833 - TURNIER::__construct                 -> init
0.898900 - HTML::template                       -> template: >user_profile_inner_bit3<
0.899008 - TURNIER::get_turnier                 -> ID: 116 (db)
0.899031 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='116'
0.903535 - TURNIER::load_system                 -> Turniermodus: double
0.903602 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.903668 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.903784 - TURNIER::get_system                  -> return tournamentsystem class
0.903798 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.903808 - TURNIER_TREE::__construct            -> init
0.903818 - TURNIER::__construct                 -> init
0.903836 - TURNIER::get_turnier                 -> ID: 116 (cache)
0.903889 - TURNIER_TREE::load_contests          -> loading from db
0.903907 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.903940 - CACHE::get                           -> cache: >turnier_116::contests< not found
0.903955 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=116 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.922275 - CACHE::set                           -> cache: >turnier_116::contests< with ttl:3600
0.926802 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 116
0.926850 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.926885 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.926942 - TURNIER_TEILNEHMER::__construct      -> init
0.926953 - TURNIER::__construct                 -> init
0.926969 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1842 tid: 116
0.926992 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=116 AND user_id=1842
0.933766 - TURNIER_TREE::load_contests          -> load cache
0.933820 - TURNIER::load_players_info           -> loading from db
0.933888 - CACHE::get                           -> cache: >turnier_116::players_info< not found
0.933913 - dotDatabase::query                   -> SELECT tnid, user.nick AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, user.countrycode, country_code2name.name AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=12 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name ON code=user.countrycode WHERE t_teilnehmer.tid=116
0.942766 - CACHE::set                           -> cache: >turnier_116::players_info< with ttl:3600
0.944136 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.944179 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.944222 - TURNIER::__construct                 -> init
0.944236 - TURNIER::get_turnier                 -> ID: 116 (cache)
0.944271 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.944284 - TURNIER::is_admin                    -> user_id: 0
0.944291 - admin::getInstance                   -> do
0.944310 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.944393 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.944647 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.944745 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.944836 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.944932 - HTML::template                       -> template: >turnier_profile_contest_list<
0.945058 - HTML::template                       -> template: >user_profile_inner_bit3<
0.945430 - HTML::template                       -> template: >user_profile_inner_bit1<
0.945496 - TURNIER::get_turnier                 -> ID: 96 (db)
0.945511 - 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='96'
0.950384 - TURNIER::load_system                 -> Turniermodus: double
0.950417 - TURNIER::get_system                  -> return tournamentsystem class
0.950433 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.950444 - TURNIER_TREE::__construct            -> init
0.950455 - TURNIER::__construct                 -> init
0.950472 - TURNIER::get_turnier                 -> ID: 96 (cache)
0.950519 - TURNIER_TREE::load_contests          -> loading from db
0.950564 - CACHE::get                           -> cache: >turnier_96::contests< not found
0.950578 - 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=96 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.957494 - CACHE::set                           -> cache: >turnier_96::contests< with ttl:3600
0.958099 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 96
0.958129 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.958144 - TURNIER_TEILNEHMER::__construct      -> init
0.958155 - TURNIER::__construct                 -> init
0.958172 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1842 tid: 96
0.958189 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=96 AND user_id=1842
0.962752 - TURNIER_TREE::load_contests          -> load cache
0.962799 - TURNIER::load_players_info           -> loading from db
0.962854 - CACHE::get                           -> cache: >turnier_96::players_info< not found
0.962878 - 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=8 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=96
0.977446 - CACHE::set                           -> cache: >turnier_96::players_info< with ttl:3600
0.978050 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.978081 - TURNIER::__construct                 -> init
0.978107 - TURNIER::get_turnier                 -> ID: 96 (cache)
0.978166 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.978199 - TURNIER::is_admin                    -> user_id: 0
0.978210 - admin::getInstance                   -> do
0.978238 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.978347 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.978518 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.978634 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.978724 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.978818 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.978883 - HTML::template                       -> template: >turnier_profile_contest_list<
0.978955 - HTML::template                       -> template: >user_profile_inner_bit3<
0.979090 - HTML::template                       -> template: >user_profile_inner_bit1<
0.979178 - HTML::template                       -> template: >user_profile_inner_bit3<
0.979272 - TURNIER::get_turnier                 -> ID: 72 (db)
0.979286 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='72'
0.984155 - TURNIER::load_system                 -> Turniermodus: double
0.984202 - TURNIER::get_system                  -> return tournamentsystem class
0.984228 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.984245 - TURNIER_TREE::__construct            -> init
0.984261 - TURNIER::__construct                 -> init
0.984285 - TURNIER::get_turnier                 -> ID: 72 (cache)
0.984364 - TURNIER_TREE::load_contests          -> loading from db
0.984440 - CACHE::get                           -> cache: >turnier_72::contests< not found
0.984463 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=72 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.993531 - CACHE::set                           -> cache: >turnier_72::contests< with ttl:3600
0.996424 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 72
0.996480 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.996500 - TURNIER_TEILNEHMER::__construct      -> init
0.996514 - TURNIER::__construct                 -> init
0.996537 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1842 tid: 72
0.996560 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=72 AND user_id=1842
1.001754 - TURNIER_TREE::load_contests          -> load cache
1.001810 - TURNIER::load_players_info           -> loading from db
1.001871 - CACHE::get                           -> cache: >turnier_72::players_info< not found
1.001897 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=7 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=72
1.027353 - CACHE::set                           -> cache: >turnier_72::players_info< with ttl:3600
1.028827 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.028886 - TURNIER::__construct                 -> init
1.028910 - TURNIER::get_turnier                 -> ID: 72 (cache)
1.028960 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.028982 - TURNIER::is_admin                    -> user_id: 0
1.028992 - admin::getInstance                   -> do
1.029022 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.029145 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029395 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029499 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029588 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029675 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029761 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029843 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029925 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.030020 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.030068 - HTML::template                       -> template: >turnier_profile_contest_list<
1.030129 - HTML::template                       -> template: >user_profile_inner_bit3<
1.030240 - HTML::template                       -> template: >user_profile_inner_bit1<
1.030306 - TURNIER::get_turnier                 -> ID: 69 (db)
1.030321 - 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.035182 - TURNIER::load_system                 -> Turniermodus: double
1.035220 - TURNIER::get_system                  -> return tournamentsystem class
1.035237 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.035248 - TURNIER_TREE::__construct            -> init
1.035258 - TURNIER::__construct                 -> init
1.035275 - TURNIER::get_turnier                 -> ID: 69 (cache)
1.035320 - TURNIER_TREE::load_contests          -> loading from db
1.035369 - CACHE::get                           -> cache: >turnier_69::contests< not found
1.035383 - 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.042116 - CACHE::set                           -> cache: >turnier_69::contests< with ttl:3600
1.042690 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 69
1.042717 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.042731 - TURNIER_TEILNEHMER::__construct      -> init
1.042742 - TURNIER::__construct                 -> init
1.042758 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1842 tid: 69
1.042775 - 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=1842
1.047274 - TURNIER_TREE::load_contests          -> load cache
1.047321 - TURNIER::load_players_info           -> loading from db
1.047394 - CACHE::get                           -> cache: >turnier_69::players_info< not found
1.047417 - 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.057943 - CACHE::set                           -> cache: >turnier_69::players_info< with ttl:3600
1.058368 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.058391 - TURNIER::__construct                 -> init
1.058409 - TURNIER::get_turnier                 -> ID: 69 (cache)
1.058451 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.058469 - TURNIER::is_admin                    -> user_id: 0
1.058479 - admin::getInstance                   -> do
1.058507 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.058591 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.058719 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.058809 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.058859 - HTML::template                       -> template: >turnier_profile_contest_list<
1.058913 - HTML::template                       -> template: >user_profile_inner_bit3<
1.059070 - TURNIER::get_turnier                 -> ID: 64 (db)
1.059085 - 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='64'
1.065171 - TURNIER::load_system                 -> Turniermodus: double
1.065216 - TURNIER::get_system                  -> return tournamentsystem class
1.065233 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.065244 - TURNIER_TREE::__construct            -> init
1.065271 - TURNIER::__construct                 -> init
1.065294 - TURNIER::get_turnier                 -> ID: 64 (cache)
1.065354 - TURNIER_TREE::load_contests          -> loading from db
1.065400 - CACHE::get                           -> cache: >turnier_64::contests< not found
1.065415 - 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=64 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.071971 - CACHE::set                           -> cache: >turnier_64::contests< with ttl:3600
1.072742 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 64
1.072780 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.072795 - TURNIER_TEILNEHMER::__construct      -> init
1.072805 - TURNIER::__construct                 -> init
1.072823 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1842 tid: 64
1.072840 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=64 AND user_id=1842
1.077784 - TURNIER_TREE::load_contests          -> load cache
1.077828 - TURNIER::load_players_info           -> loading from db
1.077864 - CACHE::get                           -> cache: >turnier_64::players_info< not found
1.077879 - 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=64
1.101608 - CACHE::set                           -> cache: >turnier_64::players_info< with ttl:3600
1.102232 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.102259 - TURNIER::__construct                 -> init
1.102282 - TURNIER::get_turnier                 -> ID: 64 (cache)
1.102346 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.102366 - TURNIER::is_admin                    -> user_id: 0
1.102376 - admin::getInstance                   -> do
1.102405 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.102509 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.102645 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.102737 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.102825 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.102911 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.103040 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.103089 - HTML::template                       -> template: >turnier_profile_contest_list<
1.103179 - HTML::template                       -> template: >user_profile_inner_bit3<
1.103395 - HTML::template                       -> template: >user_profile_inner_bit1<
1.103468 - TURNIER::get_turnier                 -> ID: 41 (db)
1.103487 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='41'
1.108610 - TURNIER::load_system                 -> Turniermodus: double
1.108656 - TURNIER::get_system                  -> return tournamentsystem class
1.108676 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.108690 - TURNIER_TREE::__construct            -> init
1.108703 - TURNIER::__construct                 -> init
1.108725 - TURNIER::get_turnier                 -> ID: 41 (cache)
1.108792 - TURNIER_TREE::load_contests          -> loading from db
1.108901 - CACHE::get                           -> cache: >turnier_41::contests< not found
1.108920 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=41 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.116914 - CACHE::set                           -> cache: >turnier_41::contests< with ttl:3600
1.118439 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 41
1.118486 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.118504 - TURNIER_TEILNEHMER::__construct      -> init
1.118514 - TURNIER::__construct                 -> init
1.118534 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1842 tid: 41
1.118552 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=41 AND user_id=1842
1.123326 - TURNIER_TREE::load_contests          -> load cache
1.123381 - TURNIER::load_players_info           -> loading from db
1.123435 - CACHE::get                           -> cache: >turnier_41::players_info< not found
1.123461 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=4 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=41
1.141705 - CACHE::set                           -> cache: >turnier_41::players_info< with ttl:3600
1.142377 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.142400 - TURNIER::__construct                 -> init
1.142421 - TURNIER::get_turnier                 -> ID: 41 (cache)
1.142470 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.142488 - TURNIER::is_admin                    -> user_id: 0
1.142499 - admin::getInstance                   -> do
1.142526 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.142626 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.142756 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.143153 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.143271 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.143359 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.143590 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.143691 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.143753 - HTML::template                       -> template: >turnier_profile_contest_list<
1.143884 - HTML::template                       -> template: >user_profile_inner_bit3<
1.144125 - HTML::template                       -> template: >user_profile_innerlist<
1.144273 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.144437 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.144475 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.144503 - HTML::template                       -> template: >user_profile_shortbar<
1.144569 - HTML::template                       -> template: >user_profile<
1.144696 - GLOBAL::end userspace                -> ---------------------------------------------
1.144706 - PAGE::render                         -> start rendering page layout
1.144718 - USER::check_for_new_messages         -> return
1.144734 - dotSession::getInstance              -> do
1.144779 - PAGE::get_boxes                      -> -------- side=left
1.144806 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.144844 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.144896 - CBOX::menu                           -> generate Menu Box >menu<
1.144921 - HTML::template                       -> template: >box_menu_bit<
1.145000 - HTML::template                       -> template: >box_menu_bit<
1.145025 - HTML::template                       -> template: >box_menu_bit<
1.145066 - HTML::template                       -> template: >box_menu_bit<
1.145096 - HTML::template                       -> template: >box_menu_bit<
1.145120 - HTML::template                       -> template: >box_menu_bit<
1.145143 - HTML::template                       -> template: >box_menu_bit<
1.145167 - HTML::template                       -> template: >box_menu<
1.145277 - HTML::template_exists                -> search: >page_box_left< == 1
1.145321 - HTML::template                       -> template: >page_box_left<
1.145395 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.145410 - CBOX::menu                           -> generate Menu Box >party<
1.145430 - HTML::template                       -> template: >box_menu_bit<
1.145456 - HTML::template                       -> template: >box_menu_bit<
1.145480 - HTML::template                       -> template: >box_menu_bit<
1.145503 - HTML::template                       -> template: >box_menu_bit<
1.145527 - HTML::template                       -> template: >box_menu_bit<
1.145551 - HTML::template                       -> template: >box_menu_bit<
1.145574 - HTML::template                       -> template: >box_menu_bit<
1.145598 - HTML::template                       -> template: >box_menu_bit<
1.145622 - HTML::template                       -> template: >box_menu_bit<
1.145645 - HTML::template                       -> template: >box_menu_bit<
1.145665 - HTML::template                       -> template: >box_menu_bit<
1.145684 - HTML::template                       -> template: >box_menu_bit<
1.145703 - HTML::template                       -> template: >box_menu<
1.145751 - HTML::template_exists                -> search: >page_box_left< == 1
1.145781 - HTML::template                       -> template: >page_box_left<
1.145811 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.145823 - CBOX::menu                           -> generate Menu Box >login<
1.145840 - HTML::template                       -> template: >box_menu_bit<
1.145862 - HTML::template                       -> template: >box_menu_bit<
1.145883 - HTML::template                       -> template: >box_menu<
1.145926 - HTML::template_exists                -> search: >page_box_left< == 1
1.145950 - HTML::template                       -> template: >page_box_left<
1.145979 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.145988 - PAGE::get_boxes                      -> -------- call: left::search
1.146003 - CBOX::template                       -> generate Box with >box_suchen< as template
1.146017 - HTML::template                       -> template: >box_suchen<
1.146140 - HTML::template_exists                -> search: >page_box_left< == 1
1.146173 - HTML::template                       -> template: >page_box_left<
1.146205 - PAGE::get_boxes                      -> -------- call: left::banner
1.146238 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.146254 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.150653 - 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.155623 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.155681 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.160937 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.165589 - HTML::encode                         -> replace run 1
1.165724 - HTML::template                       -> template: >box_banner_bit<
1.165928 - HTML::encode                         -> www.egames.ch...
1.166077 - HTML::encode                         -> replace run 1
1.166139 - HTML::encode                         -> replace run 2
1.166197 - HTML::template                       -> template: >box_banner_bit<
1.166226 - HTML::template                       -> template: >box_banner<
1.166320 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.166468 - HTML::template_exists                -> search: >page_box_left< == 1
1.166520 - HTML::template                       -> template: >page_box_left<
1.166584 - PAGE::get_boxes                      -> -------- side=right
1.166605 - PAGE::get_boxes                      -> -------- call: right::news
1.166624 - CBOX::news                           -> generate Box
1.166645 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.166689 - NEWS::load_news                      -> load news data
1.166718 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.166748 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.171298 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.176089 - 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.181111 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.181382 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.181401 - NEWS::load_news                      -> ... from database
1.181480 - 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.186946 - HTML::encodeCms                      -> 
1.187427 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.187612 - HTML::encode                         -> replace run 1
1.187678 - HTML::encodeCms                      -> 
1.187704 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.187754 - HTML::encode                         -> replace run 1
1.187791 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.187995 - HTML::template                       -> template: >box_news_bit<
1.188134 - HTML::template                       -> template: >box_news_bit<
1.188160 - HTML::template                       -> template: >box_news<
1.188274 - HTML::template_exists                -> search: >page_box_right< == 1
1.188311 - HTML::template                       -> template: >page_box_right<
1.188378 - PAGE::get_boxes                      -> -------- call: right::party
1.188398 - CBOX::party                          -> generate Box
1.188417 - EVENT::short_event                   -> id >27<
1.188427 - EVENT::getevent                      -> id >27<
1.188440 - 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.193503 - CACHE::get                           -> cache: >event_27::stats< not found
1.193530 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.203448 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.212273 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.212491 - HTML::template                       -> template: >box_event<
1.212719 - HTML::template_exists                -> search: >page_box_right< == 1
1.212771 - HTML::template                       -> template: >page_box_right<
1.212820 - PAGE::get_boxes                      -> -------- call: right::forum
1.212842 - CBOX::forum                          -> generate forum box
1.212892 - CBOX::forum_load_threads             -> load data
1.212926 - CACHE::get                           -> cache: >forum::topthreads< not found
1.212948 - 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.223732 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.223962 - CBOX::forum_threads                  -> list all threads in array
1.223991 - 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.224031 - admin::getInstance                   -> do
1.224104 - HTML::template                       -> template: >box_forum_bit<
1.224261 - HTML::template                       -> template: >box_forum_bit<
1.224312 - HTML::template                       -> template: >box_forum_bit<
1.224367 - HTML::template                       -> template: >box_forum_bit<
1.224415 - HTML::template                       -> template: >box_forum_bit<
1.224452 - HTML::template                       -> template: >box_forum_bit<
1.224471 - HTML::template                       -> template: >box_forum<
1.224553 - HTML::template_exists                -> search: >page_box_right< == 1
1.224581 - HTML::template                       -> template: >page_box_right<
1.224609 - PAGE::get_boxes                      -> -------- call: right::vote
1.224623 - CBOX::vote                           -> generate Box
1.224632 - 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.229172 - HTML::template                       -> template: >box_vote_nocurrent<
1.229559 - HTML::template_exists                -> search: >page_box_right< == 1
1.229614 - HTML::template                       -> template: >page_box_right<
1.229657 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.229680 - CBOX::buddylist                      -> generate Box
1.229714 - HTML::template                       -> template: >box_buddylist_msg<
1.229784 - HTML::template                       -> template: >box_buddylist<
1.229880 - HTML::template_exists                -> search: >page_box_right< == 1
1.229907 - HTML::template                       -> template: >page_box_right<
1.229937 - PAGE::get_boxes                      -> -------- call: right::online
1.229952 - CBOX::online                         -> generate Box
1.229965 - HTML::template                       -> template: >box_online<
1.230050 - HTML::template_exists                -> search: >page_box_right< == 1
1.230076 - HTML::template                       -> template: >page_box_right<
1.230158 - PAGE::render                         -> final
1.230169 - PAGE::renderTemplate                 -> page
1.230181 - dotSession::getInstance              -> do
1.230200 - PAGE::getHead                        -> return
1.230208 - dotSession::getInstance              -> do
1.230344 - HTML::template                       -> template: >page<
1.231152 - PAGE::render_template                -> final

PHP Includes   : 26
DB Queries     : 44
Rendering Time : 1.234083

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