home / User details of Blink



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

found 415 debug messages

0.000032 - GLOBAL::include                      -> config.php
0.000219 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000265 - dotDatabase::getInstance             -> connection: database
0.000292 - dotDatabase::__construct             -> connection: database
0.000321 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000351 - page::getInstance                    -> do
0.000376 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000401 - dotSession::getInstance              -> do
0.000418 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000452 - dotSession::start                    -> ---- init
0.000486 - dotSession::start                    -> start php session managment
0.948941 - dotSession::start                    -> finished php session management
0.948978 - dotSession::start                    -> check for security options
0.948995 - dotSession::start                    -> lookup ip2country
0.949016 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.965660 - dotDatabase::select                  -> database: dotlan_database
0.977091 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 314564326 BETWEEN ip_from AND ip_to
0.985770 - dotSession::start                    -> update current session online user infos
0.985844 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746423028, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1843', host = '18.191.222.230', dns = '18.191.222.230', countrycode = '', hits = hits + 1 WHERE hash = 'n3v91j7bfnvech43hivni69dj5'
0.991877 - dotSession::start                    -> session found in DB
0.991963 - dotSession::load_locales             -> do
0.992015 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.992026 - dotSession::start                    -> ---- finished with session startup
0.992052 - dotSession::load_user                -> id: 0
0.992062 - user::get_user                       -> id: >0<
0.992083 - dotDatabase::getInstance             -> connection: database
0.992214 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.992271 - styles::load                         -> name: ><
0.992308 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.992581 - styles::activate                     -> style = 2024_switzerlan
0.992785 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.992817 - admin::getInstance                   -> do
0.992827 - dotSession::getInstance              -> do
0.992846 - admin::__construct                   -> user_id=0
0.992861 - user::load_settings                  -> load current user settings to $global
0.992883 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.992931 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.992958 - EVENT::comming_event                 -> return
0.992976 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746423028 AND active=1 ORDER by begin ASC
0.998274 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.998351 - GLOBAL::end global.php               -> ---------------------------------------------
0.998377 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.998466 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.998533 - user::get_user                       -> id: >1843<
0.998555 - dotDatabase::getInstance             -> connection: database
0.998577 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1843 ORDER by id DESC
1.003652 - USER_FUNCTIONS::display_details      -> id:1843
1.003765 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
1.003884 - GLOBAL::include                      -> custom.user.php
1.004398 - HTML::template                       -> template: >user_profile_inner_bit4<
1.004621 - 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=1843 AND active=1 ORDER by events.begin DESC
1.009603 - EVENT::load_event_status             -> load event_status to $this
1.009647 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
1.014647 - HTML::template                       -> template: >user_profile_inner_bit4<
1.014879 - HTML::template                       -> template: >user_profile_inner_bit4<
1.014989 - HTML::template                       -> template: >user_profile_inner_bit4<
1.015076 - HTML::template                       -> template: >user_profile_inner_bit4<
1.015129 - HTML::template                       -> template: >user_profile_innerlist<
1.015294 - HTML::template                       -> template: >user_profile_inner_bit3<
1.015383 - 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=1843 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
1.053851 - HTML::template                       -> template: >user_profile_inner_bit1<
1.054072 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
1.054150 - TURNIER::__construct                 -> init
1.054205 - HTML::template                       -> template: >user_profile_inner_bit3<
1.054307 - HTML::template                       -> template: >user_profile_inner_bit3<
1.054409 - HTML::template                       -> template: >user_profile_inner_bit3<
1.054491 - HTML::template                       -> template: >user_profile_inner_bit1<
1.054537 - HTML::template                       -> template: >user_profile_inner_bit3<
1.054617 - HTML::template                       -> template: >user_profile_inner_bit3<
1.054693 - HTML::template                       -> template: >user_profile_inner_bit3<
1.055043 - HTML::template                       -> template: >user_profile_inner_bit1<
1.055106 - HTML::template                       -> template: >user_profile_inner_bit3<
1.055200 - HTML::template                       -> template: >user_profile_inner_bit1<
1.055268 - TURNIER::get_turnier                 -> ID: 136 (db)
1.055287 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='136'
1.059973 - TURNIER::load_system                 -> Turniermodus: double
1.060037 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
1.060101 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
1.060328 - TURNIER::get_system                  -> return tournamentsystem class
1.060350 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.060361 - TURNIER_TREE::__construct            -> init
1.060371 - TURNIER::__construct                 -> init
1.060389 - TURNIER::get_turnier                 -> ID: 136 (cache)
1.060452 - TURNIER_TREE::load_contests          -> loading from db
1.060481 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
1.060517 - CACHE::get                           -> cache: >turnier_136::contests< not found
1.060533 - 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.070495 - CACHE::set                           -> cache: >turnier_136::contests< with ttl:3600
1.071638 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 136
1.071672 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.071706 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
1.071768 - TURNIER_TEILNEHMER::__construct      -> init
1.071781 - TURNIER::__construct                 -> init
1.071801 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1843 tid: 136
1.071824 - 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=1843
1.077267 - TURNIER_TREE::load_contests          -> load cache
1.077325 - TURNIER::load_players_info           -> loading from db
1.077380 - CACHE::get                           -> cache: >turnier_136::players_info< not found
1.077402 - 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.096050 - CACHE::set                           -> cache: >turnier_136::players_info< with ttl:3600
1.096882 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.096939 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
1.097005 - TURNIER::__construct                 -> init
1.097034 - TURNIER::get_turnier                 -> ID: 136 (cache)
1.097101 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.097122 - TURNIER::is_admin                    -> user_id: 0
1.097134 - admin::getInstance                   -> do
1.097167 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.097283 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.097571 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.097677 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.097788 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.097876 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.097968 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.098064 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.098147 - HTML::template                       -> template: >turnier_profile_contest_list<
1.098322 - HTML::template                       -> template: >user_profile_inner_bit3<
1.098447 - TURNIER::get_turnier                 -> ID: 120 (db)
1.098464 - 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='120'
1.103514 - TURNIER::load_system                 -> Turniermodus: double
1.103549 - TURNIER::get_system                  -> return tournamentsystem class
1.103564 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.103575 - TURNIER_TREE::__construct            -> init
1.103585 - TURNIER::__construct                 -> init
1.103602 - TURNIER::get_turnier                 -> ID: 120 (cache)
1.103648 - TURNIER_TREE::load_contests          -> loading from db
1.103690 - CACHE::get                           -> cache: >turnier_120::contests< not found
1.103705 - 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=120 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.110770 - CACHE::set                           -> cache: >turnier_120::contests< with ttl:3600
1.111399 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 120
1.111432 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.111453 - TURNIER_TEILNEHMER::__construct      -> init
1.111466 - TURNIER::__construct                 -> init
1.111484 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1843 tid: 120
1.111502 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=120 AND user_id=1843
1.116515 - TURNIER_TREE::load_contests          -> load cache
1.116555 - TURNIER::load_players_info           -> loading from db
1.116611 - CACHE::get                           -> cache: >turnier_120::players_info< not found
1.116631 - 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=120
1.135619 - CACHE::set                           -> cache: >turnier_120::players_info< with ttl:3600
1.136023 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.136043 - TURNIER::__construct                 -> init
1.136062 - TURNIER::get_turnier                 -> ID: 120 (cache)
1.136105 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.136202 - TURNIER::is_admin                    -> user_id: 0
1.136220 - admin::getInstance                   -> do
1.136255 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.136286 - HTML::template                       -> template: >turnier_profile_contest_list_empty<
1.136425 - HTML::template                       -> template: >turnier_profile_contest_list<
1.136480 - HTML::template                       -> template: >user_profile_inner_bit3<
1.136742 - HTML::template                       -> template: >user_profile_inner_bit3<
1.136828 - HTML::template                       -> template: >user_profile_inner_bit3<
1.136908 - HTML::template                       -> template: >user_profile_inner_bit1<
1.136955 - TURNIER::get_turnier                 -> ID: 75 (db)
1.136968 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='75'
1.141510 - TURNIER::load_system                 -> Turniermodus: double
1.141543 - TURNIER::get_system                  -> return tournamentsystem class
1.141556 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.141563 - TURNIER_TREE::__construct            -> init
1.141569 - TURNIER::__construct                 -> init
1.141581 - TURNIER::get_turnier                 -> ID: 75 (cache)
1.141616 - TURNIER_TREE::load_contests          -> loading from db
1.141656 - CACHE::get                           -> cache: >turnier_75::contests< not found
1.141664 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=75 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.149279 - CACHE::set                           -> cache: >turnier_75::contests< with ttl:3600
1.150513 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 75
1.150552 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.150567 - TURNIER_TEILNEHMER::__construct      -> init
1.150576 - TURNIER::__construct                 -> init
1.150593 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1843 tid: 75
1.150612 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=75 AND user_id=1843
1.155360 - TURNIER_TREE::load_contests          -> load cache
1.155398 - TURNIER::load_players_info           -> loading from db
1.155447 - CACHE::get                           -> cache: >turnier_75::players_info< not found
1.155466 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=7 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=75
1.163196 - CACHE::set                           -> cache: >turnier_75::players_info< with ttl:3600
1.163795 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.163815 - TURNIER::__construct                 -> init
1.163833 - TURNIER::get_turnier                 -> ID: 75 (cache)
1.163879 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.163929 - TURNIER::is_admin                    -> user_id: 0
1.163940 - admin::getInstance                   -> do
1.163968 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.164030 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.164243 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.164313 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.164360 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.164407 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.164436 - HTML::template                       -> template: >turnier_profile_contest_list<
1.164480 - HTML::template                       -> template: >user_profile_inner_bit3<
1.164594 - HTML::template                       -> template: >user_profile_inner_bit1<
1.164630 - TURNIER::get_turnier                 -> ID: 69 (db)
1.164639 - 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.169196 - TURNIER::load_system                 -> Turniermodus: double
1.169235 - TURNIER::get_system                  -> return tournamentsystem class
1.169250 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.169262 - TURNIER_TREE::__construct            -> init
1.169272 - TURNIER::__construct                 -> init
1.169289 - TURNIER::get_turnier                 -> ID: 69 (cache)
1.169333 - TURNIER_TREE::load_contests          -> loading from db
1.169378 - CACHE::get                           -> cache: >turnier_69::contests< not found
1.169393 - 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.175396 - CACHE::set                           -> cache: >turnier_69::contests< with ttl:3600
1.176010 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 69
1.176041 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.176055 - TURNIER_TEILNEHMER::__construct      -> init
1.176066 - TURNIER::__construct                 -> init
1.176082 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1843 tid: 69
1.176100 - 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=1843
1.180530 - TURNIER_TREE::load_contests          -> load cache
1.180572 - TURNIER::load_players_info           -> loading from db
1.180614 - CACHE::get                           -> cache: >turnier_69::players_info< not found
1.180639 - 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.198965 - CACHE::set                           -> cache: >turnier_69::players_info< with ttl:3600
1.199602 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.199629 - TURNIER::__construct                 -> init
1.199649 - TURNIER::get_turnier                 -> ID: 69 (cache)
1.199707 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.199727 - TURNIER::is_admin                    -> user_id: 0
1.199738 - admin::getInstance                   -> do
1.199773 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.199872 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.200035 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.200236 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.200340 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.200402 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.200433 - HTML::template                       -> template: >turnier_profile_contest_list<
1.200482 - HTML::template                       -> template: >user_profile_inner_bit3<
1.200576 - HTML::template                       -> template: >user_profile_inner_bit3<
1.200633 - HTML::template                       -> template: >user_profile_inner_bit1<
1.200667 - TURNIER::get_turnier                 -> ID: 44 (db)
1.200676 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='44'
1.205420 - TURNIER::load_system                 -> Turniermodus: double
1.205455 - TURNIER::get_system                  -> return tournamentsystem class
1.205471 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.205482 - TURNIER_TREE::__construct            -> init
1.205492 - TURNIER::__construct                 -> init
1.205509 - TURNIER::get_turnier                 -> ID: 44 (cache)
1.205569 - TURNIER_TREE::load_contests          -> loading from db
1.205617 - CACHE::get                           -> cache: >turnier_44::contests< not found
1.205632 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=44 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.212691 - CACHE::set                           -> cache: >turnier_44::contests< with ttl:3600
1.213093 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 44
1.213118 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.213129 - TURNIER_TEILNEHMER::__construct      -> init
1.213136 - TURNIER::__construct                 -> init
1.213148 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1843 tid: 44
1.213160 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=44 AND user_id=1843
1.217997 - TURNIER_TREE::load_contests          -> load cache
1.218050 - TURNIER::load_players_info           -> loading from db
1.218103 - CACHE::get                           -> cache: >turnier_44::players_info< not found
1.218123 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=4 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=44
1.226876 - CACHE::set                           -> cache: >turnier_44::players_info< with ttl:3600
1.227139 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.227153 - TURNIER::__construct                 -> init
1.227167 - TURNIER::get_turnier                 -> ID: 44 (cache)
1.227205 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.227248 - TURNIER::is_admin                    -> user_id: 0
1.227255 - admin::getInstance                   -> do
1.227273 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.227339 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.227442 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.227500 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.227544 - HTML::template                       -> template: >turnier_profile_contest_list<
1.227588 - HTML::template                       -> template: >user_profile_inner_bit3<
1.227704 - HTML::template                       -> template: >user_profile_innerlist<
1.227795 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.227986 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.228020 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.228049 - HTML::template                       -> template: >user_profile_shortbar<
1.228213 - HTML::template                       -> template: >user_profile<
1.228368 - GLOBAL::end userspace                -> ---------------------------------------------
1.228380 - PAGE::render                         -> start rendering page layout
1.228392 - USER::check_for_new_messages         -> return
1.228411 - dotSession::getInstance              -> do
1.228456 - PAGE::get_boxes                      -> -------- side=left
1.228480 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.228519 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.228539 - CBOX::menu                           -> generate Menu Box >menu<
1.228562 - HTML::template                       -> template: >box_menu_bit<
1.228634 - HTML::template                       -> template: >box_menu_bit<
1.228660 - HTML::template                       -> template: >box_menu_bit<
1.228684 - HTML::template                       -> template: >box_menu_bit<
1.228708 - HTML::template                       -> template: >box_menu_bit<
1.228732 - HTML::template                       -> template: >box_menu_bit<
1.228756 - HTML::template                       -> template: >box_menu_bit<
1.228779 - HTML::template                       -> template: >box_menu<
1.228874 - HTML::template_exists                -> search: >page_box_left< == 1
1.228913 - HTML::template                       -> template: >page_box_left<
1.228986 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.229001 - CBOX::menu                           -> generate Menu Box >party<
1.229020 - HTML::template                       -> template: >box_menu_bit<
1.229045 - HTML::template                       -> template: >box_menu_bit<
1.229071 - HTML::template                       -> template: >box_menu_bit<
1.229095 - HTML::template                       -> template: >box_menu_bit<
1.229116 - HTML::template                       -> template: >box_menu_bit<
1.229128 - HTML::template                       -> template: >box_menu_bit<
1.229140 - HTML::template                       -> template: >box_menu_bit<
1.229152 - HTML::template                       -> template: >box_menu_bit<
1.229163 - HTML::template                       -> template: >box_menu_bit<
1.229174 - HTML::template                       -> template: >box_menu_bit<
1.229186 - HTML::template                       -> template: >box_menu_bit<
1.229197 - HTML::template                       -> template: >box_menu_bit<
1.229209 - HTML::template                       -> template: >box_menu<
1.229239 - HTML::template_exists                -> search: >page_box_left< == 1
1.229258 - HTML::template                       -> template: >page_box_left<
1.229278 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.229286 - CBOX::menu                           -> generate Menu Box >login<
1.229296 - HTML::template                       -> template: >box_menu_bit<
1.229309 - HTML::template                       -> template: >box_menu_bit<
1.229321 - HTML::template                       -> template: >box_menu<
1.229347 - HTML::template_exists                -> search: >page_box_left< == 1
1.229362 - HTML::template                       -> template: >page_box_left<
1.229379 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.229384 - PAGE::get_boxes                      -> -------- call: left::search
1.229392 - CBOX::template                       -> generate Box with >box_suchen< as template
1.229398 - HTML::template                       -> template: >box_suchen<
1.229488 - HTML::template_exists                -> search: >page_box_left< == 1
1.229503 - HTML::template                       -> template: >page_box_left<
1.229520 - PAGE::get_boxes                      -> -------- call: left::banner
1.229543 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.229554 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.234019 - 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.239179 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.239233 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.244793 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.249224 - HTML::encode                         -> replace run 1
1.249364 - HTML::template                       -> template: >box_banner_bit<
1.249525 - HTML::encode                         -> www.egames.ch...
1.249639 - HTML::encode                         -> replace run 1
1.249688 - HTML::encode                         -> replace run 2
1.249729 - HTML::template                       -> template: >box_banner_bit<
1.249752 - HTML::template                       -> template: >box_banner<
1.249820 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.249942 - HTML::template_exists                -> search: >page_box_left< == 1
1.249979 - HTML::template                       -> template: >page_box_left<
1.250031 - PAGE::get_boxes                      -> -------- side=right
1.250056 - PAGE::get_boxes                      -> -------- call: right::news
1.250079 - CBOX::news                           -> generate Box
1.250100 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.250150 - NEWS::load_news                      -> load news data
1.250185 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.250224 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.254921 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.259470 - 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.264313 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.264507 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.264521 - NEWS::load_news                      -> ... from database
1.264558 - 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.274011 - HTML::encodeCms                      -> 
1.274331 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.274473 - HTML::encode                         -> replace run 1
1.274511 - HTML::encodeCms                      -> 
1.274524 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.274545 - HTML::encode                         -> replace run 1
1.274578 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.274736 - HTML::template                       -> template: >box_news_bit<
1.274869 - HTML::template                       -> template: >box_news_bit<
1.274911 - HTML::template                       -> template: >box_news<
1.275056 - HTML::template_exists                -> search: >page_box_right< == 1
1.275093 - HTML::template                       -> template: >page_box_right<
1.275162 - PAGE::get_boxes                      -> -------- call: right::party
1.275181 - CBOX::party                          -> generate Box
1.275209 - EVENT::short_event                   -> id >27<
1.275219 - EVENT::getevent                      -> id >27<
1.275234 - 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.280561 - CACHE::get                           -> cache: >event_27::stats< not found
1.280593 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.288951 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.296747 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.296918 - HTML::template                       -> template: >box_event<
1.297075 - HTML::template_exists                -> search: >page_box_right< == 1
1.297107 - HTML::template                       -> template: >page_box_right<
1.297136 - PAGE::get_boxes                      -> -------- call: right::forum
1.297151 - CBOX::forum                          -> generate forum box
1.297158 - CBOX::forum_load_threads             -> load data
1.297174 - CACHE::get                           -> cache: >forum::topthreads< not found
1.297187 - 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.307588 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.307980 - CBOX::forum_threads                  -> list all threads in array
1.308016 - 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.308056 - admin::getInstance                   -> do
1.308224 - HTML::template                       -> template: >box_forum_bit<
1.308414 - HTML::template                       -> template: >box_forum_bit<
1.308450 - HTML::template                       -> template: >box_forum_bit<
1.308487 - HTML::template                       -> template: >box_forum_bit<
1.308515 - HTML::template                       -> template: >box_forum_bit<
1.308542 - HTML::template                       -> template: >box_forum_bit<
1.308560 - HTML::template                       -> template: >box_forum<
1.308661 - HTML::template_exists                -> search: >page_box_right< == 1
1.308690 - HTML::template                       -> template: >page_box_right<
1.308719 - PAGE::get_boxes                      -> -------- call: right::vote
1.308733 - CBOX::vote                           -> generate Box
1.308742 - 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.313462 - HTML::template                       -> template: >box_vote_nocurrent<
1.313642 - HTML::template_exists                -> search: >page_box_right< == 1
1.313675 - HTML::template                       -> template: >page_box_right<
1.313706 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.313721 - CBOX::buddylist                      -> generate Box
1.313748 - HTML::template                       -> template: >box_buddylist_msg<
1.313792 - HTML::template                       -> template: >box_buddylist<
1.313851 - HTML::template_exists                -> search: >page_box_right< == 1
1.313868 - HTML::template                       -> template: >page_box_right<
1.313894 - PAGE::get_boxes                      -> -------- call: right::online
1.313912 - CBOX::online                         -> generate Box
1.313921 - HTML::template                       -> template: >box_online<
1.313981 - HTML::template_exists                -> search: >page_box_right< == 1
1.313999 - HTML::template                       -> template: >page_box_right<
1.314068 - PAGE::render                         -> final
1.314076 - PAGE::renderTemplate                 -> page
1.314082 - dotSession::getInstance              -> do
1.314096 - PAGE::getHead                        -> return
1.314100 - dotSession::getInstance              -> do
1.314197 - HTML::template                       -> template: >page<
1.314801 - PAGE::render_template                -> final

PHP Includes   : 26
DB Queries     : 40
Rendering Time : 1.316662

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