home / User details of HP LaserJet Pro



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

found 404 debug messages

0.000040 - GLOBAL::include                      -> config.php
0.000203 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000250 - dotDatabase::getInstance             -> connection: database
0.000270 - dotDatabase::__construct             -> connection: database
0.000296 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000326 - page::getInstance                    -> do
0.000351 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000378 - dotSession::getInstance              -> do
0.000393 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000431 - dotSession::start                    -> ---- init
0.000468 - dotSession::start                    -> start php session managment
0.877834 - dotSession::start                    -> finished php session management
0.877861 - dotSession::start                    -> check for security options
0.877875 - dotSession::start                    -> lookup ip2country
0.877895 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.894165 - dotDatabase::select                  -> database: dotlan_database
0.902331 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 314564326 BETWEEN ip_from AND ip_to
0.911025 - dotSession::start                    -> update current session online user infos
0.911084 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746423034, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1541', host = '18.191.222.230', dns = '18.191.222.230', countrycode = '', hits = hits + 1 WHERE hash = 'n3v91j7bfnvech43hivni69dj5'
0.916832 - dotSession::start                    -> session found in DB
0.916872 - dotSession::load_locales             -> do
0.916913 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.916921 - dotSession::start                    -> ---- finished with session startup
0.916940 - dotSession::load_user                -> id: 0
0.916948 - user::get_user                       -> id: >0<
0.916964 - dotDatabase::getInstance             -> connection: database
0.917017 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.917048 - styles::load                         -> name: ><
0.917066 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.917231 - styles::activate                     -> style = 2024_switzerlan
0.917333 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.917350 - admin::getInstance                   -> do
0.917356 - dotSession::getInstance              -> do
0.917365 - admin::__construct                   -> user_id=0
0.917371 - user::load_settings                  -> load current user settings to $global
0.917382 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.917402 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.917420 - EVENT::comming_event                 -> return
0.917430 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746423034 AND active=1 ORDER by begin ASC
0.922089 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.922149 - GLOBAL::end global.php               -> ---------------------------------------------
0.922169 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.922239 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.922280 - user::get_user                       -> id: >1541<
0.922296 - dotDatabase::getInstance             -> connection: database
0.922318 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1541 ORDER by id DESC
0.927641 - USER_FUNCTIONS::display_details      -> id:1541
0.927764 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.927880 - GLOBAL::include                      -> custom.user.php
0.928208 - HTML::template                       -> template: >user_profile_inner_bit4<
0.928371 - 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=1541 AND active=1 ORDER by events.begin DESC
0.933624 - EVENT::load_event_status             -> load event_status to $this
0.933658 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.938948 - HTML::template                       -> template: >user_profile_inner_bit4<
0.939124 - HTML::template                       -> template: >user_profile_inner_bit4<
0.939217 - HTML::template                       -> template: >user_profile_inner_bit4<
0.939353 - HTML::template                       -> template: >user_profile_inner_bit4<
0.939407 - HTML::template                       -> template: >user_profile_innerlist<
0.939638 - HTML::template                       -> template: >user_profile_inner_bit3<
0.939751 - 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=1541 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.976599 - HTML::template                       -> template: >user_profile_inner_bit1<
0.976860 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.976944 - TURNIER::__construct                 -> init
0.977021 - HTML::template                       -> template: >user_profile_inner_bit3<
0.977142 - HTML::template                       -> template: >user_profile_inner_bit1<
0.977199 - HTML::template                       -> template: >user_profile_inner_bit3<
0.977279 - HTML::template                       -> template: >user_profile_inner_bit1<
0.977361 - TURNIER::get_turnier                 -> ID: 73 (db)
0.977379 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='73'
0.981963 - TURNIER::load_system                 -> Turniermodus: double
0.982039 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.982118 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.982252 - TURNIER::get_system                  -> return tournamentsystem class
0.982267 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.982277 - TURNIER_TREE::__construct            -> init
0.982286 - TURNIER::__construct                 -> init
0.982304 - TURNIER::get_turnier                 -> ID: 73 (cache)
0.982365 - TURNIER_TREE::load_contests          -> loading from db
0.982388 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.982435 - CACHE::get                           -> cache: >turnier_73::contests< not found
0.982451 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=73 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.988958 - CACHE::set                           -> cache: >turnier_73::contests< with ttl:3600
0.990131 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 73
0.990174 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.990223 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.990286 - TURNIER_TEILNEHMER::__construct      -> init
0.990298 - TURNIER::__construct                 -> init
0.990316 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1541 tid: 73
0.990335 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=73 AND user_id=1541
0.994941 - TURNIER_TREE::load_contests          -> load cache
0.994991 - TURNIER::load_players_info           -> loading from db
0.995057 - CACHE::get                           -> cache: >turnier_73::players_info< not found
0.995079 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=7 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=73
1.004150 - CACHE::set                           -> cache: >turnier_73::players_info< with ttl:3600
1.005050 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.005091 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
1.005149 - TURNIER::__construct                 -> init
1.005170 - TURNIER::get_turnier                 -> ID: 73 (cache)
1.005214 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.005233 - TURNIER::is_admin                    -> user_id: 0
1.005245 - admin::getInstance                   -> do
1.005273 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.005350 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.005550 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.005658 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.005736 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.005814 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.005863 - HTML::template                       -> template: >turnier_profile_contest_list<
1.005974 - HTML::template                       -> template: >user_profile_inner_bit3<
1.006084 - HTML::template                       -> template: >user_profile_inner_bit1<
1.006135 - TURNIER::get_turnier                 -> ID: 64 (db)
1.006148 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='64'
1.010878 - TURNIER::load_system                 -> Turniermodus: double
1.010927 - TURNIER::get_system                  -> return tournamentsystem class
1.010947 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.010958 - TURNIER_TREE::__construct            -> init
1.010973 - TURNIER::__construct                 -> init
1.010995 - TURNIER::get_turnier                 -> ID: 64 (cache)
1.011051 - TURNIER_TREE::load_contests          -> loading from db
1.011102 - CACHE::get                           -> cache: >turnier_64::contests< not found
1.011117 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=64 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.019027 - CACHE::set                           -> cache: >turnier_64::contests< with ttl:3600
1.019733 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 64
1.019765 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.019781 - TURNIER_TEILNEHMER::__construct      -> init
1.019792 - TURNIER::__construct                 -> init
1.019808 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1541 tid: 64
1.019826 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=64 AND user_id=1541
1.024558 - TURNIER_TREE::load_contests          -> load cache
1.024623 - TURNIER::load_players_info           -> loading from db
1.024676 - CACHE::get                           -> cache: >turnier_64::players_info< not found
1.024696 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=6 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=64
1.035890 - CACHE::set                           -> cache: >turnier_64::players_info< with ttl:3600
1.036359 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.036384 - TURNIER::__construct                 -> init
1.036402 - TURNIER::get_turnier                 -> ID: 64 (cache)
1.036445 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.036465 - TURNIER::is_admin                    -> user_id: 0
1.036475 - admin::getInstance                   -> do
1.036501 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.036588 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.036741 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.036840 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.036927 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.037025 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.037111 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.037159 - HTML::template                       -> template: >turnier_profile_contest_list<
1.037218 - HTML::template                       -> template: >user_profile_inner_bit3<
1.037464 - HTML::template                       -> template: >user_profile_inner_bit1<
1.037524 - TURNIER::get_turnier                 -> ID: 51 (db)
1.037537 - 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='51'
1.042296 - TURNIER::load_system                 -> Turniermodus: double
1.042334 - TURNIER::get_system                  -> return tournamentsystem class
1.042351 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.042363 - TURNIER_TREE::__construct            -> init
1.042373 - TURNIER::__construct                 -> init
1.042390 - TURNIER::get_turnier                 -> ID: 51 (cache)
1.042439 - TURNIER_TREE::load_contests          -> loading from db
1.042491 - CACHE::get                           -> cache: >turnier_51::contests< not found
1.042506 - 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=51 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.049731 - CACHE::set                           -> cache: >turnier_51::contests< with ttl:3600
1.050339 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 51
1.050371 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.050386 - TURNIER_TEILNEHMER::__construct      -> init
1.050400 - TURNIER::__construct                 -> init
1.050417 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1541 tid: 51
1.050435 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=51 AND user_id=1541
1.054954 - TURNIER_TREE::load_contests          -> load cache
1.054992 - TURNIER::load_players_info           -> loading from db
1.055038 - CACHE::get                           -> cache: >turnier_51::players_info< not found
1.055052 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=5 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=51
1.072318 - CACHE::set                           -> cache: >turnier_51::players_info< with ttl:3600
1.072774 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.072797 - TURNIER::__construct                 -> init
1.072811 - TURNIER::get_turnier                 -> ID: 51 (cache)
1.072845 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.072858 - TURNIER::is_admin                    -> user_id: 0
1.072864 - admin::getInstance                   -> do
1.072881 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.072949 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.073040 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.073098 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.073150 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.073182 - HTML::template                       -> template: >turnier_profile_contest_list<
1.073223 - HTML::template                       -> template: >user_profile_inner_bit3<
1.073305 - TURNIER::get_turnier                 -> ID: 60 (db)
1.073314 - 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='60'
1.077872 - TURNIER::load_system                 -> Turniermodus: double
1.077914 - TURNIER::get_system                  -> return tournamentsystem class
1.077933 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.077948 - TURNIER_TREE::__construct            -> init
1.077960 - TURNIER::__construct                 -> init
1.077980 - TURNIER::get_turnier                 -> ID: 60 (cache)
1.078039 - TURNIER_TREE::load_contests          -> loading from db
1.078085 - CACHE::get                           -> cache: >turnier_60::contests< not found
1.078099 - 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=60 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.083887 - CACHE::set                           -> cache: >turnier_60::contests< with ttl:3600
1.084242 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 60
1.084266 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.084281 - TURNIER_TEILNEHMER::__construct      -> init
1.084292 - TURNIER::__construct                 -> init
1.084308 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1541 tid: 60
1.084325 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=60 AND user_id=1541
1.088680 - TURNIER_TREE::load_contests          -> load cache
1.088722 - TURNIER::load_players_info           -> loading from db
1.088779 - CACHE::get                           -> cache: >turnier_60::players_info< not found
1.088798 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=5 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=60
1.097079 - CACHE::set                           -> cache: >turnier_60::players_info< with ttl:3600
1.097335 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.097351 - TURNIER::__construct                 -> init
1.097364 - TURNIER::get_turnier                 -> ID: 60 (cache)
1.097399 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.097412 - TURNIER::is_admin                    -> user_id: 0
1.097419 - admin::getInstance                   -> do
1.097436 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.097502 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.097593 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.097630 - HTML::template                       -> template: >turnier_profile_contest_list<
1.097674 - HTML::template                       -> template: >user_profile_inner_bit3<
1.097751 - HTML::template                       -> template: >user_profile_inner_bit1<
1.097787 - TURNIER::get_turnier                 -> ID: 44 (db)
1.097796 - 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.102486 - TURNIER::load_system                 -> Turniermodus: double
1.102526 - TURNIER::get_system                  -> return tournamentsystem class
1.102544 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.102554 - TURNIER_TREE::__construct            -> init
1.102567 - TURNIER::__construct                 -> init
1.102589 - TURNIER::get_turnier                 -> ID: 44 (cache)
1.102653 - TURNIER_TREE::load_contests          -> loading from db
1.102713 - CACHE::get                           -> cache: >turnier_44::contests< not found
1.102735 - 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.108768 - CACHE::set                           -> cache: >turnier_44::contests< with ttl:3600
1.109148 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 44
1.109180 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.109194 - TURNIER_TEILNEHMER::__construct      -> init
1.109205 - TURNIER::__construct                 -> init
1.109221 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1541 tid: 44
1.109251 - 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=1541
1.113525 - TURNIER_TREE::load_contests          -> load cache
1.113567 - TURNIER::load_players_info           -> loading from db
1.113609 - CACHE::get                           -> cache: >turnier_44::players_info< not found
1.113624 - 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.121944 - CACHE::set                           -> cache: >turnier_44::players_info< with ttl:3600
1.122332 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.122355 - TURNIER::__construct                 -> init
1.122373 - TURNIER::get_turnier                 -> ID: 44 (cache)
1.122417 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.122436 - TURNIER::is_admin                    -> user_id: 0
1.122446 - admin::getInstance                   -> do
1.122473 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.122557 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.122678 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.122738 - HTML::template                       -> template: >turnier_profile_contest_list<
1.122799 - HTML::template                       -> template: >user_profile_inner_bit3<
1.122893 - HTML::template                       -> template: >user_profile_innerlist<
1.122966 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.123091 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.123152 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.123179 - HTML::template                       -> template: >user_profile_shortbar<
1.123281 - HTML::template                       -> template: >user_profile<
1.123382 - GLOBAL::end userspace                -> ---------------------------------------------
1.123393 - PAGE::render                         -> start rendering page layout
1.123405 - USER::check_for_new_messages         -> return
1.123422 - dotSession::getInstance              -> do
1.123533 - PAGE::get_boxes                      -> -------- side=left
1.123564 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.123604 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.123624 - CBOX::menu                           -> generate Menu Box >menu<
1.123648 - HTML::template                       -> template: >box_menu_bit<
1.123732 - HTML::template                       -> template: >box_menu_bit<
1.123755 - HTML::template                       -> template: >box_menu_bit<
1.123776 - HTML::template                       -> template: >box_menu_bit<
1.123801 - HTML::template                       -> template: >box_menu_bit<
1.123825 - HTML::template                       -> template: >box_menu_bit<
1.123850 - HTML::template                       -> template: >box_menu_bit<
1.123874 - HTML::template                       -> template: >box_menu<
1.123967 - HTML::template_exists                -> search: >page_box_left< == 1
1.124001 - HTML::template                       -> template: >page_box_left<
1.124067 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.124081 - CBOX::menu                           -> generate Menu Box >party<
1.124101 - HTML::template                       -> template: >box_menu_bit<
1.124126 - HTML::template                       -> template: >box_menu_bit<
1.124150 - HTML::template                       -> template: >box_menu_bit<
1.124174 - HTML::template                       -> template: >box_menu_bit<
1.124197 - HTML::template                       -> template: >box_menu_bit<
1.124221 - HTML::template                       -> template: >box_menu_bit<
1.124244 - HTML::template                       -> template: >box_menu_bit<
1.124269 - HTML::template                       -> template: >box_menu_bit<
1.124302 - HTML::template                       -> template: >box_menu_bit<
1.124324 - HTML::template                       -> template: >box_menu_bit<
1.124349 - HTML::template                       -> template: >box_menu_bit<
1.124373 - HTML::template                       -> template: >box_menu_bit<
1.124396 - HTML::template                       -> template: >box_menu<
1.124444 - HTML::template_exists                -> search: >page_box_left< == 1
1.124472 - HTML::template                       -> template: >page_box_left<
1.124504 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.124518 - CBOX::menu                           -> generate Menu Box >login<
1.124536 - HTML::template                       -> template: >box_menu_bit<
1.124561 - HTML::template                       -> template: >box_menu_bit<
1.124584 - HTML::template                       -> template: >box_menu<
1.124627 - HTML::template_exists                -> search: >page_box_left< == 1
1.124653 - HTML::template                       -> template: >page_box_left<
1.124682 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.124692 - PAGE::get_boxes                      -> -------- call: left::search
1.124706 - CBOX::template                       -> generate Box with >box_suchen< as template
1.124717 - HTML::template                       -> template: >box_suchen<
1.124806 - HTML::template_exists                -> search: >page_box_left< == 1
1.124829 - HTML::template                       -> template: >page_box_left<
1.124864 - PAGE::get_boxes                      -> -------- call: left::banner
1.124899 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.124915 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.129205 - 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.134506 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.134561 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.140267 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.144726 - HTML::encode                         -> replace run 1
1.144847 - HTML::template                       -> template: >box_banner_bit<
1.145011 - HTML::encode                         -> www.egames.ch...
1.145121 - HTML::encode                         -> replace run 1
1.145167 - HTML::encode                         -> replace run 2
1.145208 - HTML::template                       -> template: >box_banner_bit<
1.145229 - HTML::template                       -> template: >box_banner<
1.145297 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.145431 - HTML::template_exists                -> search: >page_box_left< == 1
1.145478 - HTML::template                       -> template: >page_box_left<
1.145540 - PAGE::get_boxes                      -> -------- side=right
1.145564 - PAGE::get_boxes                      -> -------- call: right::news
1.145584 - CBOX::news                           -> generate Box
1.145610 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.145653 - NEWS::load_news                      -> load news data
1.145681 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.145716 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.150326 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.155314 - 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.160251 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.160467 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.160485 - NEWS::load_news                      -> ... from database
1.160518 - 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.169597 - HTML::encodeCms                      -> 
1.170029 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.170252 - HTML::encode                         -> replace run 1
1.170325 - HTML::encodeCms                      -> 
1.170349 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.170390 - HTML::encode                         -> replace run 1
1.170426 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.170640 - HTML::template                       -> template: >box_news_bit<
1.170814 - HTML::template                       -> template: >box_news_bit<
1.170849 - HTML::template                       -> template: >box_news<
1.170977 - HTML::template_exists                -> search: >page_box_right< == 1
1.171020 - HTML::template                       -> template: >page_box_right<
1.171115 - PAGE::get_boxes                      -> -------- call: right::party
1.171136 - CBOX::party                          -> generate Box
1.171157 - EVENT::short_event                   -> id >27<
1.171167 - EVENT::getevent                      -> id >27<
1.171180 - 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.176629 - CACHE::get                           -> cache: >event_27::stats< not found
1.176665 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.184699 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.192011 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.192190 - HTML::template                       -> template: >box_event<
1.192351 - HTML::template_exists                -> search: >page_box_right< == 1
1.192382 - HTML::template                       -> template: >page_box_right<
1.192412 - PAGE::get_boxes                      -> -------- call: right::forum
1.192425 - CBOX::forum                          -> generate forum box
1.192433 - CBOX::forum_load_threads             -> load data
1.192450 - CACHE::get                           -> cache: >forum::topthreads< not found
1.192464 - 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.203540 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.203773 - CBOX::forum_threads                  -> list all threads in array
1.203801 - 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.203842 - admin::getInstance                   -> do
1.203918 - HTML::template                       -> template: >box_forum_bit<
1.204074 - HTML::template                       -> template: >box_forum_bit<
1.204125 - HTML::template                       -> template: >box_forum_bit<
1.204178 - HTML::template                       -> template: >box_forum_bit<
1.204224 - HTML::template                       -> template: >box_forum_bit<
1.204270 - HTML::template                       -> template: >box_forum_bit<
1.204310 - HTML::template                       -> template: >box_forum<
1.204417 - HTML::template_exists                -> search: >page_box_right< == 1
1.204453 - HTML::template                       -> template: >page_box_right<
1.204490 - PAGE::get_boxes                      -> -------- call: right::vote
1.204507 - CBOX::vote                           -> generate Box
1.204520 - 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.209158 - HTML::template                       -> template: >box_vote_nocurrent<
1.209357 - HTML::template_exists                -> search: >page_box_right< == 1
1.209397 - HTML::template                       -> template: >page_box_right<
1.209435 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.209465 - CBOX::buddylist                      -> generate Box
1.209496 - HTML::template                       -> template: >box_buddylist_msg<
1.209557 - HTML::template                       -> template: >box_buddylist<
1.209642 - HTML::template_exists                -> search: >page_box_right< == 1
1.209676 - HTML::template                       -> template: >page_box_right<
1.209713 - PAGE::get_boxes                      -> -------- call: right::online
1.209729 - CBOX::online                         -> generate Box
1.209742 - HTML::template                       -> template: >box_online<
1.209832 - HTML::template_exists                -> search: >page_box_right< == 1
1.209859 - HTML::template                       -> template: >page_box_right<
1.209922 - PAGE::render                         -> final
1.209938 - PAGE::renderTemplate                 -> page
1.209949 - dotSession::getInstance              -> do
1.209970 - PAGE::getHead                        -> return
1.209979 - dotSession::getInstance              -> do
1.210123 - HTML::template                       -> template: >page<
1.210664 - PAGE::render_template                -> final

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

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