home / User details of Micron



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

found 446 debug messages

0.000029 - GLOBAL::include                      -> config.php
0.000185 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000223 - dotDatabase::getInstance             -> connection: database
0.000241 - dotDatabase::__construct             -> connection: database
0.000264 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000291 - page::getInstance                    -> do
0.000314 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000336 - dotSession::getInstance              -> do
0.000353 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000385 - dotSession::start                    -> ---- init
0.000417 - dotSession::start                    -> start php session managment
0.894269 - dotSession::start                    -> finished php session management
0.894304 - dotSession::start                    -> check for security options
0.894322 - dotSession::start                    -> lookup ip2country
0.894343 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.909369 - dotDatabase::select                  -> database: dotlan_database
0.916972 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 59084207 BETWEEN ip_from AND ip_to
0.925195 - dotSession::start                    -> update current session online user infos
0.925283 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746422196, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1205', host = '3.133.141.175', dns = '3.133.141.175', countrycode = '', hits = hits + 1 WHERE hash = 'cqe5t4ipu3261c1vt1f2srej43'
0.930870 - dotSession::start                    -> session found in DB
0.930925 - dotSession::load_locales             -> do
0.930980 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.930993 - dotSession::start                    -> ---- finished with session startup
0.931019 - dotSession::load_user                -> id: 0
0.931032 - user::get_user                       -> id: >0<
0.931054 - dotDatabase::getInstance             -> connection: database
0.931117 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.931154 - styles::load                         -> name: ><
0.931178 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.931752 - styles::activate                     -> style = 2024_switzerlan
0.931947 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.931972 - admin::getInstance                   -> do
0.931983 - dotSession::getInstance              -> do
0.931998 - admin::__construct                   -> user_id=0
0.932009 - user::load_settings                  -> load current user settings to $global
0.932027 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.932056 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.932083 - EVENT::comming_event                 -> return
0.932098 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746422196 AND active=1 ORDER by begin ASC
0.936788 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.936860 - GLOBAL::end global.php               -> ---------------------------------------------
0.936884 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.936954 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.936977 - user::get_user                       -> id: >1205<
0.936988 - dotDatabase::getInstance             -> connection: database
0.937246 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1205 ORDER by id DESC
0.942042 - USER_FUNCTIONS::display_details      -> id:1205
0.942143 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.942221 - GLOBAL::include                      -> custom.user.php
0.942524 - HTML::template                       -> template: >user_profile_inner_bit4<
0.942680 - 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=1205 AND active=1 ORDER by events.begin DESC
0.947795 - EVENT::load_event_status             -> load event_status to $this
0.947830 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.952711 - HTML::template                       -> template: >user_profile_inner_bit4<
0.952859 - HTML::template                       -> template: >user_profile_inner_bit4<
0.952942 - HTML::template                       -> template: >user_profile_inner_bit4<
0.953020 - HTML::template                       -> template: >user_profile_inner_bit4<
0.953073 - HTML::template                       -> template: >user_profile_innerlist<
0.953245 - HTML::template                       -> template: >user_profile_inner_bit3<
0.953340 - 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=1205 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.993260 - HTML::template                       -> template: >user_profile_inner_bit1<
0.993476 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.993581 - TURNIER::__construct                 -> init
0.993643 - HTML::template                       -> template: >user_profile_inner_bit3<
0.993739 - HTML::template                       -> template: >user_profile_inner_bit1<
0.993895 - TURNIER::get_turnier                 -> ID: 136 (db)
0.993913 - 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'
0.998394 - TURNIER::load_system                 -> Turniermodus: double
0.998461 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.998530 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.998651 - TURNIER::get_system                  -> return tournamentsystem class
0.998666 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.998677 - TURNIER_TREE::__construct            -> init
0.998687 - TURNIER::__construct                 -> init
0.998705 - TURNIER::get_turnier                 -> ID: 136 (cache)
0.998759 - TURNIER_TREE::load_contests          -> loading from db
0.998777 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.998812 - CACHE::get                           -> cache: >turnier_136::contests< not found
0.998827 - 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.007215 - CACHE::set                           -> cache: >turnier_136::contests< with ttl:3600
1.008273 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 136
1.008312 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.008349 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
1.008406 - TURNIER_TEILNEHMER::__construct      -> init
1.008417 - TURNIER::__construct                 -> init
1.008434 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1205 tid: 136
1.008451 - 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=1205
1.013572 - TURNIER_TREE::load_contests          -> load cache
1.013617 - TURNIER::load_players_info           -> loading from db
1.013665 - CACHE::get                           -> cache: >turnier_136::players_info< not found
1.013686 - 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.027785 - CACHE::set                           -> cache: >turnier_136::players_info< with ttl:3600
1.028563 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.028614 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
1.028678 - TURNIER::__construct                 -> init
1.028702 - TURNIER::get_turnier                 -> ID: 136 (cache)
1.028767 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.028788 - TURNIER::is_admin                    -> user_id: 0
1.028805 - admin::getInstance                   -> do
1.028833 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.028939 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029150 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029241 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029328 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029412 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029531 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029616 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029672 - HTML::template                       -> template: >turnier_profile_contest_list<
1.029797 - HTML::template                       -> template: >user_profile_inner_bit3<
1.030083 - HTML::template                       -> template: >user_profile_inner_bit3<
1.030161 - TURNIER::get_turnier                 -> ID: 131 (db)
1.030176 - 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='131'
1.034831 - TURNIER::load_system                 -> Turniermodus: double
1.034873 - TURNIER::get_system                  -> return tournamentsystem class
1.034889 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.034899 - TURNIER_TREE::__construct            -> init
1.034908 - TURNIER::__construct                 -> init
1.034926 - TURNIER::get_turnier                 -> ID: 131 (cache)
1.034982 - TURNIER_TREE::load_contests          -> loading from db
1.035037 - CACHE::get                           -> cache: >turnier_131::contests< not found
1.035053 - 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=131 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.041716 - CACHE::set                           -> cache: >turnier_131::contests< with ttl:3600
1.042883 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 131
1.042921 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.042936 - TURNIER_TEILNEHMER::__construct      -> init
1.042947 - TURNIER::__construct                 -> init
1.042965 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1205 tid: 131
1.042983 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=131 AND user_id=1205
1.047474 - TURNIER_TREE::load_contests          -> load cache
1.047534 - TURNIER::load_players_info           -> loading from db
1.047583 - CACHE::get                           -> cache: >turnier_131::players_info< not found
1.047609 - 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=131
1.054156 - CACHE::set                           -> cache: >turnier_131::players_info< with ttl:3600
1.054771 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.054794 - TURNIER::__construct                 -> init
1.054813 - TURNIER::get_turnier                 -> ID: 131 (cache)
1.054858 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.054877 - TURNIER::is_admin                    -> user_id: 0
1.054888 - admin::getInstance                   -> do
1.054916 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.055003 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.055130 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.055203 - HTML::template                       -> template: >turnier_profile_contest_list<
1.055258 - HTML::template                       -> template: >user_profile_inner_bit3<
1.055359 - HTML::template                       -> template: >user_profile_inner_bit3<
1.055425 - HTML::template                       -> template: >user_profile_inner_bit3<
1.055490 - HTML::template                       -> template: >user_profile_inner_bit3<
1.055566 - TURNIER::get_turnier                 -> ID: 117 (db)
1.055582 - 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='117'
1.060509 - TURNIER::load_system                 -> Turniermodus: double
1.060557 - TURNIER::get_system                  -> return tournamentsystem class
1.060576 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.060590 - TURNIER_TREE::__construct            -> init
1.060600 - TURNIER::__construct                 -> init
1.060624 - TURNIER::get_turnier                 -> ID: 117 (cache)
1.060689 - TURNIER_TREE::load_contests          -> loading from db
1.060750 - CACHE::get                           -> cache: >turnier_117::contests< not found
1.060766 - 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=117 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.072374 - CACHE::set                           -> cache: >turnier_117::contests< with ttl:3600
1.074640 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 117
1.074684 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.074699 - TURNIER_TEILNEHMER::__construct      -> init
1.074710 - TURNIER::__construct                 -> init
1.074727 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1205 tid: 117
1.074745 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=117 AND user_id=1205
1.080086 - TURNIER_TREE::load_contests          -> load cache
1.080133 - TURNIER::load_players_info           -> loading from db
1.080185 - CACHE::get                           -> cache: >turnier_117::players_info< not found
1.080205 - 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=117
1.089039 - CACHE::set                           -> cache: >turnier_117::players_info< with ttl:3600
1.090247 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.090273 - TURNIER::__construct                 -> init
1.090293 - TURNIER::get_turnier                 -> ID: 117 (cache)
1.090341 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.090361 - TURNIER::is_admin                    -> user_id: 0
1.090371 - admin::getInstance                   -> do
1.090398 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.090492 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.090609 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.090663 - HTML::template                       -> template: >turnier_profile_contest_list<
1.090712 - HTML::template                       -> template: >user_profile_inner_bit3<
1.090839 - HTML::template                       -> template: >user_profile_inner_bit3<
1.090922 - TURNIER::get_turnier                 -> ID: 107 (db)
1.090938 - 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.095845 - TURNIER::load_system                 -> Turniermodus: double
1.095882 - TURNIER::get_system                  -> return tournamentsystem class
1.095901 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.095912 - TURNIER_TREE::__construct            -> init
1.095922 - TURNIER::__construct                 -> init
1.095940 - TURNIER::get_turnier                 -> ID: 107 (cache)
1.095990 - TURNIER_TREE::load_contests          -> loading from db
1.096038 - CACHE::get                           -> cache: >turnier_107::contests< not found
1.096055 - 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.112130 - CACHE::set                           -> cache: >turnier_107::contests< with ttl:3600
1.117583 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 107
1.117637 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.117654 - TURNIER_TEILNEHMER::__construct      -> init
1.117664 - TURNIER::__construct                 -> init
1.117681 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1205 tid: 107
1.117701 - 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=1205
1.123568 - TURNIER_TREE::load_contests          -> load cache
1.123616 - TURNIER::load_players_info           -> loading from db
1.123671 - CACHE::get                           -> cache: >turnier_107::players_info< not found
1.123691 - 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.158098 - CACHE::set                           -> cache: >turnier_107::players_info< with ttl:3600
1.159571 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.159595 - TURNIER::__construct                 -> init
1.159616 - TURNIER::get_turnier                 -> ID: 107 (cache)
1.159666 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.159685 - TURNIER::is_admin                    -> user_id: 0
1.159695 - admin::getInstance                   -> do
1.159722 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.159787 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.159901 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.159999 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.160086 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.160149 - HTML::template                       -> template: >turnier_profile_contest_list<
1.160206 - HTML::template                       -> template: >user_profile_inner_bit3<
1.160313 - HTML::template                       -> template: >user_profile_inner_bit3<
1.160383 - HTML::template                       -> template: >user_profile_inner_bit3<
1.160678 - HTML::template                       -> template: >user_profile_inner_bit1<
1.160743 - HTML::template                       -> template: >user_profile_inner_bit3<
1.160834 - TURNIER::get_turnier                 -> ID: 71 (db)
1.160849 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='71'
1.165596 - TURNIER::load_system                 -> Turniermodus: double
1.165631 - TURNIER::get_system                  -> return tournamentsystem class
1.165646 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.165657 - TURNIER_TREE::__construct            -> init
1.165668 - TURNIER::__construct                 -> init
1.165685 - TURNIER::get_turnier                 -> ID: 71 (cache)
1.165741 - TURNIER_TREE::load_contests          -> loading from db
1.165790 - CACHE::get                           -> cache: >turnier_71::contests< not found
1.165804 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=71 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.173190 - CACHE::set                           -> cache: >turnier_71::contests< with ttl:3600
1.175683 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 71
1.175733 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.175750 - TURNIER_TEILNEHMER::__construct      -> init
1.175763 - TURNIER::__construct                 -> init
1.175780 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1205 tid: 71
1.175804 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=71 AND user_id=1205
1.181204 - TURNIER_TREE::load_contests          -> load cache
1.181254 - TURNIER::load_players_info           -> loading from db
1.181306 - CACHE::get                           -> cache: >turnier_71::players_info< not found
1.181326 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=7 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=71
1.205232 - CACHE::set                           -> cache: >turnier_71::players_info< with ttl:3600
1.206345 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.206367 - TURNIER::__construct                 -> init
1.206382 - TURNIER::get_turnier                 -> ID: 71 (cache)
1.206425 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.206439 - TURNIER::is_admin                    -> user_id: 0
1.206445 - admin::getInstance                   -> do
1.206463 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.206504 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.206594 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.206644 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.206691 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.206729 - HTML::template                       -> template: >turnier_profile_contest_list<
1.206811 - HTML::template                       -> template: >user_profile_inner_bit3<
1.206925 - HTML::template                       -> template: >user_profile_inner_bit1<
1.206966 - TURNIER::get_turnier                 -> ID: 84 (db)
1.206979 - 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='84'
1.212013 - TURNIER::load_system                 -> Turniermodus: single
1.212077 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_single.php
1.212211 - TURNIER::get_system                  -> return tournamentsystem class
1.212227 - TURNIERSYSTEM_SINGLE::__construct    -> init
1.212240 - TURNIER_TREE::__construct            -> init
1.212251 - TURNIER::__construct                 -> init
1.212270 - TURNIER::get_turnier                 -> ID: 84 (cache)
1.212329 - TURNIER_TREE::load_contests          -> loading from db
1.212358 - CACHE::get                           -> cache: >turnier_84::contests< not found
1.212374 - 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=84 AND tcrunde>=0 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.219599 - CACHE::set                           -> cache: >turnier_84::contests< with ttl:3600
1.219986 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 84
1.220014 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.220031 - TURNIER_TEILNEHMER::__construct      -> init
1.220044 - TURNIER::__construct                 -> init
1.220063 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1205 tid: 84
1.220080 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=84 AND user_id=1205
1.224756 - TURNIER_TREE::load_contests          -> load cache
1.224810 - TURNIER::load_players_info           -> loading from db
1.224865 - CACHE::get                           -> cache: >turnier_84::players_info< not found
1.224887 - 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=84
1.238322 - CACHE::set                           -> cache: >turnier_84::players_info< with ttl:3600
1.238617 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.238638 - TURNIER::__construct                 -> init
1.238658 - TURNIER::get_turnier                 -> ID: 84 (cache)
1.238700 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.238720 - TURNIER::is_admin                    -> user_id: 0
1.238730 - admin::getInstance                   -> do
1.238758 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.238813 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.238897 - HTML::template                       -> template: >turnier_profile_contest_list<
1.238946 - HTML::template                       -> template: >user_profile_inner_bit3<
1.239076 - HTML::template                       -> template: >user_profile_inner_bit3<
1.239324 - HTML::template                       -> template: >user_profile_inner_bit1<
1.239381 - HTML::template                       -> template: >user_profile_inner_bit3<
1.239440 - HTML::template                       -> template: >user_profile_innerlist<
1.239535 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.239668 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.239703 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.239731 - HTML::template                       -> template: >user_profile_shortbar<
1.239793 - HTML::template                       -> template: >user_profile<
1.239941 - GLOBAL::end userspace                -> ---------------------------------------------
1.239955 - PAGE::render                         -> start rendering page layout
1.239967 - USER::check_for_new_messages         -> return
1.239985 - dotSession::getInstance              -> do
1.240038 - PAGE::get_boxes                      -> -------- side=left
1.240074 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.240118 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.240140 - CBOX::menu                           -> generate Menu Box >menu<
1.240164 - HTML::template                       -> template: >box_menu_bit<
1.240247 - HTML::template                       -> template: >box_menu_bit<
1.240272 - HTML::template                       -> template: >box_menu_bit<
1.240296 - HTML::template                       -> template: >box_menu_bit<
1.240320 - HTML::template                       -> template: >box_menu_bit<
1.240343 - HTML::template                       -> template: >box_menu_bit<
1.240367 - HTML::template                       -> template: >box_menu_bit<
1.240398 - HTML::template                       -> template: >box_menu<
1.240499 - HTML::template_exists                -> search: >page_box_left< == 1
1.240535 - HTML::template                       -> template: >page_box_left<
1.240603 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.240618 - CBOX::menu                           -> generate Menu Box >party<
1.240645 - HTML::template                       -> template: >box_menu_bit<
1.240675 - HTML::template                       -> template: >box_menu_bit<
1.240695 - HTML::template                       -> template: >box_menu_bit<
1.240719 - HTML::template                       -> template: >box_menu_bit<
1.240733 - HTML::template                       -> template: >box_menu_bit<
1.240746 - HTML::template                       -> template: >box_menu_bit<
1.240758 - HTML::template                       -> template: >box_menu_bit<
1.240770 - HTML::template                       -> template: >box_menu_bit<
1.240782 - HTML::template                       -> template: >box_menu_bit<
1.240793 - HTML::template                       -> template: >box_menu_bit<
1.240805 - HTML::template                       -> template: >box_menu_bit<
1.240816 - HTML::template                       -> template: >box_menu_bit<
1.240828 - HTML::template                       -> template: >box_menu<
1.240862 - HTML::template_exists                -> search: >page_box_left< == 1
1.240881 - HTML::template                       -> template: >page_box_left<
1.240902 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.240910 - CBOX::menu                           -> generate Menu Box >login<
1.240920 - HTML::template                       -> template: >box_menu_bit<
1.240934 - HTML::template                       -> template: >box_menu_bit<
1.240945 - HTML::template                       -> template: >box_menu<
1.240971 - HTML::template_exists                -> search: >page_box_left< == 1
1.240986 - HTML::template                       -> template: >page_box_left<
1.241003 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.241008 - PAGE::get_boxes                      -> -------- call: left::search
1.241016 - CBOX::template                       -> generate Box with >box_suchen< as template
1.241022 - HTML::template                       -> template: >box_suchen<
1.241107 - HTML::template_exists                -> search: >page_box_left< == 1
1.241122 - HTML::template                       -> template: >page_box_left<
1.241140 - PAGE::get_boxes                      -> -------- call: left::banner
1.241171 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.241192 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.245777 - 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.250247 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.250304 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.256242 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.260686 - HTML::encode                         -> replace run 1
1.260827 - HTML::template                       -> template: >box_banner_bit<
1.261027 - HTML::encode                         -> www.egames.ch...
1.261152 - HTML::encode                         -> replace run 1
1.261203 - HTML::encode                         -> replace run 2
1.261248 - HTML::template                       -> template: >box_banner_bit<
1.261273 - HTML::template                       -> template: >box_banner<
1.261357 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.261532 - HTML::template_exists                -> search: >page_box_left< == 1
1.261576 - HTML::template                       -> template: >page_box_left<
1.261633 - PAGE::get_boxes                      -> -------- side=right
1.261656 - PAGE::get_boxes                      -> -------- call: right::news
1.261681 - CBOX::news                           -> generate Box
1.261710 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.261773 - NEWS::load_news                      -> load news data
1.261805 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.261897 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.266631 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.271149 - 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.275629 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.275810 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.275824 - NEWS::load_news                      -> ... from database
1.275858 - 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.280822 - HTML::encodeCms                      -> 
1.281380 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.281690 - HTML::encode                         -> replace run 1
1.281759 - HTML::encodeCms                      -> 
1.281784 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.281963 - HTML::encode                         -> replace run 1
1.282018 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.282264 - HTML::template                       -> template: >box_news_bit<
1.282449 - HTML::template                       -> template: >box_news_bit<
1.282480 - HTML::template                       -> template: >box_news<
1.282610 - HTML::template_exists                -> search: >page_box_right< == 1
1.282654 - HTML::template                       -> template: >page_box_right<
1.282746 - PAGE::get_boxes                      -> -------- call: right::party
1.282768 - CBOX::party                          -> generate Box
1.282789 - EVENT::short_event                   -> id >27<
1.282800 - EVENT::getevent                      -> id >27<
1.282814 - 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.287718 - CACHE::get                           -> cache: >event_27::stats< not found
1.287757 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.294452 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.301609 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.301794 - HTML::template                       -> template: >box_event<
1.302134 - HTML::template_exists                -> search: >page_box_right< == 1
1.302183 - HTML::template                       -> template: >page_box_right<
1.302225 - PAGE::get_boxes                      -> -------- call: right::forum
1.302244 - CBOX::forum                          -> generate forum box
1.302257 - CBOX::forum_load_threads             -> load data
1.302285 - CACHE::get                           -> cache: >forum::topthreads< not found
1.302307 - 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.315635 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.315897 - CBOX::forum_threads                  -> list all threads in array
1.315928 - 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.315962 - admin::getInstance                   -> do
1.316057 - HTML::template                       -> template: >box_forum_bit<
1.316296 - HTML::template                       -> template: >box_forum_bit<
1.316337 - HTML::template                       -> template: >box_forum_bit<
1.316375 - HTML::template                       -> template: >box_forum_bit<
1.316404 - HTML::template                       -> template: >box_forum_bit<
1.316431 - HTML::template                       -> template: >box_forum_bit<
1.316449 - HTML::template                       -> template: >box_forum<
1.316550 - HTML::template_exists                -> search: >page_box_right< == 1
1.316582 - HTML::template                       -> template: >page_box_right<
1.316610 - PAGE::get_boxes                      -> -------- call: right::vote
1.316624 - CBOX::vote                           -> generate Box
1.316633 - 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.321230 - HTML::template                       -> template: >box_vote_nocurrent<
1.321460 - HTML::template_exists                -> search: >page_box_right< == 1
1.321537 - HTML::template                       -> template: >page_box_right<
1.321579 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.321600 - CBOX::buddylist                      -> generate Box
1.321640 - HTML::template                       -> template: >box_buddylist_msg<
1.321704 - HTML::template                       -> template: >box_buddylist<
1.321789 - HTML::template_exists                -> search: >page_box_right< == 1
1.321873 - HTML::template                       -> template: >page_box_right<
1.321921 - PAGE::get_boxes                      -> -------- call: right::online
1.321940 - CBOX::online                         -> generate Box
1.321953 - HTML::template                       -> template: >box_online<
1.322124 - HTML::template_exists                -> search: >page_box_right< == 1
1.322165 - HTML::template                       -> template: >page_box_right<
1.322257 - PAGE::render                         -> final
1.322270 - PAGE::renderTemplate                 -> page
1.322282 - dotSession::getInstance              -> do
1.322302 - PAGE::getHead                        -> return
1.322310 - dotSession::getInstance              -> do
1.322447 - HTML::template                       -> template: >page<
1.323342 - PAGE::render_template                -> final

PHP Includes   : 27
DB Queries     : 44
Rendering Time : 1.326811

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