home / User details of FlavYolo



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

found 475 debug messages

0.000039 - GLOBAL::include                      -> config.php
0.000229 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000269 - dotDatabase::getInstance             -> connection: database
0.000284 - dotDatabase::__construct             -> connection: database
0.000301 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000322 - page::getInstance                    -> do
0.000339 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000354 - dotSession::getInstance              -> do
0.000366 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000392 - dotSession::start                    -> ---- init
0.000523 - dotSession::start                    -> start php session managment
1.020383 - dotSession::start                    -> finished php session management
1.020444 - dotSession::start                    -> check for security options
1.020463 - dotSession::start                    -> lookup ip2country
1.020486 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
1.036245 - dotDatabase::select                  -> database: dotlan_database
1.044143 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 59762712 BETWEEN ip_from AND ip_to
1.052552 - dotSession::start                    -> update current session online user infos
1.052609 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746419960, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=1946', host = '3.143.232.24', dns = '3.143.232.24', countrycode = '', hits = hits + 1 WHERE hash = '7cbbjph5t1l3fpa9ttla22go24'
1.058330 - dotSession::start                    -> session found in DB
1.058370 - dotSession::load_locales             -> do
1.058408 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
1.058416 - dotSession::start                    -> ---- finished with session startup
1.058435 - dotSession::load_user                -> id: 0
1.058442 - user::get_user                       -> id: >0<
1.058458 - dotDatabase::getInstance             -> connection: database
1.058511 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
1.058540 - styles::load                         -> name: ><
1.058559 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
1.058722 - styles::activate                     -> style = 2024_switzerlan
1.058826 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
1.058841 - admin::getInstance                   -> do
1.058847 - dotSession::getInstance              -> do
1.058856 - admin::__construct                   -> user_id=0
1.058862 - user::load_settings                  -> load current user settings to $global
1.058873 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
1.058893 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
1.058912 - EVENT::comming_event                 -> return
1.058922 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746419960 AND active=1 ORDER by begin ASC
1.063964 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
1.064025 - GLOBAL::end global.php               -> ---------------------------------------------
1.064041 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
1.064104 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
1.064127 - user::get_user                       -> id: >1946<
1.064140 - dotDatabase::getInstance             -> connection: database
1.064156 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 1946 ORDER by id DESC
1.069141 - USER_FUNCTIONS::display_details      -> id:1946
1.069255 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
1.069356 - GLOBAL::include                      -> custom.user.php
1.069692 - HTML::template                       -> template: >user_profile_inner_bit4<
1.069860 - 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=1946 AND active=1 ORDER by events.begin DESC
1.075284 - EVENT::load_event_status             -> load event_status to $this
1.075327 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
1.080394 - HTML::template                       -> template: >user_profile_inner_bit4<
1.080586 - HTML::template                       -> template: >user_profile_inner_bit4<
1.080667 - HTML::template                       -> template: >user_profile_inner_bit4<
1.080744 - HTML::template                       -> template: >user_profile_inner_bit4<
1.080827 - HTML::template                       -> template: >user_profile_inner_bit4<
1.080878 - HTML::template                       -> template: >user_profile_innerlist<
1.081016 - HTML::template                       -> template: >user_profile_inner_bit3<
1.081096 - 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=1946 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
1.131757 - HTML::template                       -> template: >user_profile_inner_bit1<
1.131944 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
1.132007 - TURNIER::__construct                 -> init
1.132076 - HTML::template                       -> template: >user_profile_inner_bit3<
1.132181 - HTML::template                       -> template: >user_profile_inner_bit3<
1.132259 - HTML::template                       -> template: >user_profile_inner_bit1<
1.132307 - TURNIER::get_turnier                 -> ID: 77 (db)
1.132322 - 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='77'
1.136999 - TURNIER::load_system                 -> Turniermodus: double
1.137078 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
1.137145 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
1.137262 - TURNIER::get_system                  -> return tournamentsystem class
1.137277 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.137287 - TURNIER_TREE::__construct            -> init
1.137297 - TURNIER::__construct                 -> init
1.137326 - TURNIER::get_turnier                 -> ID: 77 (cache)
1.137383 - TURNIER_TREE::load_contests          -> loading from db
1.137402 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
1.137437 - CACHE::get                           -> cache: >turnier_77::contests< not found
1.137452 - 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=77 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.144675 - CACHE::set                           -> cache: >turnier_77::contests< with ttl:3600
1.145029 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 77
1.145057 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.145089 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
1.145151 - TURNIER_TEILNEHMER::__construct      -> init
1.145163 - TURNIER::__construct                 -> init
1.145180 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1946 tid: 77
1.145196 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=77 AND user_id=1946
1.150017 - TURNIER_TREE::load_contests          -> load cache
1.150061 - TURNIER::load_players_info           -> loading from db
1.150108 - CACHE::get                           -> cache: >turnier_77::players_info< not found
1.150128 - 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=77
1.161794 - CACHE::set                           -> cache: >turnier_77::players_info< with ttl:3600
1.162057 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.162091 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
1.162141 - TURNIER::__construct                 -> init
1.162160 - TURNIER::get_turnier                 -> ID: 77 (cache)
1.162206 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.162225 - TURNIER::is_admin                    -> user_id: 0
1.162236 - admin::getInstance                   -> do
1.162263 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.162284 - HTML::template                       -> template: >turnier_profile_contest_list_empty<
1.162398 - HTML::template                       -> template: >turnier_profile_contest_list<
1.162498 - HTML::template                       -> template: >user_profile_inner_bit3<
1.162798 - TURNIER::get_turnier                 -> ID: 74 (db)
1.162816 - 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='74'
1.169003 - TURNIER::load_system                 -> Turniermodus: double
1.169034 - TURNIER::get_system                  -> return tournamentsystem class
1.169045 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.169053 - TURNIER_TREE::__construct            -> init
1.169058 - TURNIER::__construct                 -> init
1.169072 - TURNIER::get_turnier                 -> ID: 74 (cache)
1.169107 - TURNIER_TREE::load_contests          -> loading from db
1.169147 - CACHE::get                           -> cache: >turnier_74::contests< not found
1.169155 - 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=74 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.176288 - CACHE::set                           -> cache: >turnier_74::contests< with ttl:3600
1.176870 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 74
1.176944 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.176963 - TURNIER_TEILNEHMER::__construct      -> init
1.176975 - TURNIER::__construct                 -> init
1.176995 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1946 tid: 74
1.177015 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=74 AND user_id=1946
1.181522 - TURNIER_TREE::load_contests          -> load cache
1.181567 - TURNIER::load_players_info           -> loading from db
1.181636 - CACHE::get                           -> cache: >turnier_74::players_info< not found
1.181658 - 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=74
1.192545 - CACHE::set                           -> cache: >turnier_74::players_info< with ttl:3600
1.192865 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.192898 - TURNIER::__construct                 -> init
1.192912 - TURNIER::get_turnier                 -> ID: 74 (cache)
1.192947 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.192961 - TURNIER::is_admin                    -> user_id: 0
1.192968 - admin::getInstance                   -> do
1.192984 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.193057 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.193223 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.193283 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.193317 - HTML::template                       -> template: >turnier_profile_contest_list<
1.193356 - HTML::template                       -> template: >user_profile_inner_bit3<
1.193429 - HTML::template                       -> template: >user_profile_inner_bit1<
1.193465 - TURNIER::get_turnier                 -> ID: 85 (db)
1.193474 - 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='85'
1.198632 - TURNIER::load_system                 -> Turniermodus: single
1.198693 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_single.php
1.198882 - TURNIER::get_system                  -> return tournamentsystem class
1.198896 - TURNIERSYSTEM_SINGLE::__construct    -> init
1.198907 - TURNIER_TREE::__construct            -> init
1.198923 - TURNIER::__construct                 -> init
1.198955 - TURNIER::get_turnier                 -> ID: 85 (cache)
1.199029 - TURNIER_TREE::load_contests          -> loading from db
1.199079 - CACHE::get                           -> cache: >turnier_85::contests< not found
1.199094 - 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=85 AND tcrunde>=0 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.205805 - CACHE::set                           -> cache: >turnier_85::contests< with ttl:3600
1.205990 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 85
1.206012 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.206022 - TURNIER_TEILNEHMER::__construct      -> init
1.206028 - TURNIER::__construct                 -> init
1.206040 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1946 tid: 85
1.206051 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=85 AND user_id=1946
1.210721 - TURNIER_TREE::load_contests          -> load cache
1.210757 - TURNIER::load_players_info           -> loading from db
1.210809 - CACHE::get                           -> cache: >turnier_85::players_info< not found
1.210824 - 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=85
1.220271 - CACHE::set                           -> cache: >turnier_85::players_info< with ttl:3600
1.220602 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.220627 - TURNIER::__construct                 -> init
1.220648 - TURNIER::get_turnier                 -> ID: 85 (cache)
1.220704 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.220734 - TURNIER::is_admin                    -> user_id: 0
1.220741 - admin::getInstance                   -> do
1.220759 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.220808 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.220910 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.220959 - HTML::template                       -> template: >turnier_profile_contest_list<
1.221017 - HTML::template                       -> template: >user_profile_inner_bit3<
1.221159 - TURNIER::get_turnier                 -> ID: 65 (db)
1.221169 - 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='65'
1.225625 - TURNIER::load_system                 -> Turniermodus: group
1.225688 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
1.225931 - TURNIER::get_system                  -> return tournamentsystem class
1.225951 - TURNIERSYSTEM_GROUP::__construct     -> init
1.225960 - TURNIER::__construct                 -> init
1.225994 - TURNIER::get_turnier                 -> ID: 65 (cache)
1.226088 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.226150 - CACHE::get                           -> cache: >turnier_65::contests< not found
1.226169 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=65 GROUP by t_contest.tcid
1.230901 - CACHE::set                           -> cache: >turnier_65::contests< with ttl:3600
1.231205 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 65
1.231238 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.231251 - TURNIER_TEILNEHMER::__construct      -> init
1.231259 - TURNIER::__construct                 -> init
1.231275 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1946 tid: 65
1.231292 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=65 AND user_id=1946
1.235594 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=960 OR team_b=960 LIMIT 1
1.239928 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.239996 - CACHE::get                           -> cache: >turnier_65::contests< not found
1.240037 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=65 GROUP by t_contest.tcid
1.244958 - CACHE::set                           -> cache: >turnier_65::contests< with ttl:3600
1.245316 - TURNIER::load_players_info           -> loading from db
1.245358 - CACHE::get                           -> cache: >turnier_65::players_info< not found
1.245375 - 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=65
1.254828 - CACHE::set                           -> cache: >turnier_65::players_info< with ttl:3600
1.255102 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.255125 - TURNIER::__construct                 -> init
1.255145 - TURNIER::get_turnier                 -> ID: 65 (cache)
1.255427 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.255462 - TURNIER::is_admin                    -> user_id: 0
1.255475 - admin::getInstance                   -> do
1.255508 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.255614 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.255748 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.255839 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.255934 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.255983 - HTML::template                       -> template: >turnier_profile_contest_list<
1.256065 - HTML::template                       -> template: >user_profile_inner_bit3<
1.256177 - HTML::template                       -> template: >user_profile_inner_bit1<
1.256236 - TURNIER::get_turnier                 -> ID: 60 (db)
1.256253 - 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.260975 - TURNIER::load_system                 -> Turniermodus: double
1.261021 - TURNIER::get_system                  -> return tournamentsystem class
1.261038 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.261048 - TURNIER_TREE::__construct            -> init
1.261058 - TURNIER::__construct                 -> init
1.261079 - TURNIER::get_turnier                 -> ID: 60 (cache)
1.261135 - TURNIER_TREE::load_contests          -> loading from db
1.261185 - CACHE::get                           -> cache: >turnier_60::contests< not found
1.261199 - 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.267735 - CACHE::set                           -> cache: >turnier_60::contests< with ttl:3600
1.268190 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 60
1.268222 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.268238 - TURNIER_TEILNEHMER::__construct      -> init
1.268248 - TURNIER::__construct                 -> init
1.268280 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1946 tid: 60
1.268297 - 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=1946
1.272725 - TURNIER_TREE::load_contests          -> load cache
1.272803 - TURNIER::load_players_info           -> loading from db
1.272864 - CACHE::get                           -> cache: >turnier_60::players_info< not found
1.272888 - 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.281774 - CACHE::set                           -> cache: >turnier_60::players_info< with ttl:3600
1.282162 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.282187 - TURNIER::__construct                 -> init
1.282209 - TURNIER::get_turnier                 -> ID: 60 (cache)
1.282265 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.282285 - TURNIER::is_admin                    -> user_id: 0
1.282294 - admin::getInstance                   -> do
1.282319 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.282411 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.282567 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.282655 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.282830 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.282891 - HTML::template                       -> template: >turnier_profile_contest_list<
1.282961 - HTML::template                       -> template: >user_profile_inner_bit3<
1.283102 - TURNIER::get_turnier                 -> ID: 58 (db)
1.283117 - 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='58'
1.287955 - TURNIER::load_system                 -> Turniermodus: single
1.288002 - TURNIER::get_system                  -> return tournamentsystem class
1.288056 - TURNIERSYSTEM_SINGLE::__construct    -> init
1.288068 - TURNIER_TREE::__construct            -> init
1.288079 - TURNIER::__construct                 -> init
1.288099 - TURNIER::get_turnier                 -> ID: 58 (cache)
1.288170 - TURNIER_TREE::load_contests          -> loading from db
1.288229 - CACHE::get                           -> cache: >turnier_58::contests< not found
1.288248 - 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=58 AND tcrunde>=0 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.295367 - CACHE::set                           -> cache: >turnier_58::contests< with ttl:3600
1.295659 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 58
1.295686 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.295700 - TURNIER_TEILNEHMER::__construct      -> init
1.295711 - TURNIER::__construct                 -> init
1.295740 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1946 tid: 58
1.295758 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=58 AND user_id=1946
1.300534 - TURNIER_TREE::load_contests          -> load cache
1.300574 - TURNIER::load_players_info           -> loading from db
1.300612 - CACHE::get                           -> cache: >turnier_58::players_info< not found
1.300631 - 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=58
1.308830 - CACHE::set                           -> cache: >turnier_58::players_info< with ttl:3600
1.309050 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.309069 - TURNIER::__construct                 -> init
1.309084 - TURNIER::get_turnier                 -> ID: 58 (cache)
1.309124 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.309139 - TURNIER::is_admin                    -> user_id: 0
1.309145 - admin::getInstance                   -> do
1.309164 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.309235 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.309328 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.309367 - HTML::template                       -> template: >turnier_profile_contest_list<
1.309405 - HTML::template                       -> template: >user_profile_inner_bit3<
1.309616 - HTML::template                       -> template: >user_profile_inner_bit1<
1.309665 - TURNIER::get_turnier                 -> ID: 48 (db)
1.309673 - 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='48'
1.314428 - TURNIER::load_system                 -> Turniermodus: double
1.314474 - TURNIER::get_system                  -> return tournamentsystem class
1.314492 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.314504 - TURNIER_TREE::__construct            -> init
1.314517 - TURNIER::__construct                 -> init
1.314531 - TURNIER::get_turnier                 -> ID: 48 (cache)
1.314572 - TURNIER_TREE::load_contests          -> loading from db
1.314617 - CACHE::get                           -> cache: >turnier_48::contests< not found
1.314626 - 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=48 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.320913 - CACHE::set                           -> cache: >turnier_48::contests< with ttl:3600
1.321163 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 48
1.321193 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.321207 - TURNIER_TEILNEHMER::__construct      -> init
1.321217 - TURNIER::__construct                 -> init
1.321233 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 1946 tid: 48
1.321248 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=48 AND user_id=1946
1.325685 - TURNIER_TREE::load_contests          -> load cache
1.325734 - TURNIER::load_players_info           -> loading from db
1.325795 - CACHE::get                           -> cache: >turnier_48::players_info< not found
1.325819 - 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=48
1.332719 - CACHE::set                           -> cache: >turnier_48::players_info< with ttl:3600
1.332949 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.332964 - TURNIER::__construct                 -> init
1.332978 - TURNIER::get_turnier                 -> ID: 48 (cache)
1.333014 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.333028 - TURNIER::is_admin                    -> user_id: 0
1.333035 - admin::getInstance                   -> do
1.333053 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.333114 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.333203 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.333261 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.333312 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.333344 - HTML::template                       -> template: >turnier_profile_contest_list<
1.333385 - HTML::template                       -> template: >user_profile_inner_bit3<
1.333467 - HTML::template                       -> template: >user_profile_inner_bit3<
1.333504 - HTML::template                       -> template: >user_profile_innerlist<
1.333556 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.333661 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.333682 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.333697 - HTML::template                       -> template: >user_profile_shortbar<
1.333740 - HTML::template                       -> template: >user_profile<
1.333808 - GLOBAL::end userspace                -> ---------------------------------------------
1.333815 - PAGE::render                         -> start rendering page layout
1.333822 - USER::check_for_new_messages         -> return
1.333838 - dotSession::getInstance              -> do
1.333871 - PAGE::get_boxes                      -> -------- side=left
1.333890 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.333922 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.333935 - CBOX::menu                           -> generate Menu Box >menu<
1.333949 - HTML::template                       -> template: >box_menu_bit<
1.333999 - HTML::template                       -> template: >box_menu_bit<
1.334014 - HTML::template                       -> template: >box_menu_bit<
1.334026 - HTML::template                       -> template: >box_menu_bit<
1.334038 - HTML::template                       -> template: >box_menu_bit<
1.334050 - HTML::template                       -> template: >box_menu_bit<
1.334061 - HTML::template                       -> template: >box_menu_bit<
1.334073 - HTML::template                       -> template: >box_menu<
1.334130 - HTML::template_exists                -> search: >page_box_left< == 1
1.334152 - HTML::template                       -> template: >page_box_left<
1.334195 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.334204 - CBOX::menu                           -> generate Menu Box >party<
1.334215 - HTML::template                       -> template: >box_menu_bit<
1.334229 - HTML::template                       -> template: >box_menu_bit<
1.334241 - HTML::template                       -> template: >box_menu_bit<
1.334253 - HTML::template                       -> template: >box_menu_bit<
1.334265 - HTML::template                       -> template: >box_menu_bit<
1.334276 - HTML::template                       -> template: >box_menu_bit<
1.334287 - HTML::template                       -> template: >box_menu_bit<
1.334298 - HTML::template                       -> template: >box_menu_bit<
1.334310 - HTML::template                       -> template: >box_menu_bit<
1.334321 - HTML::template                       -> template: >box_menu_bit<
1.334332 - HTML::template                       -> template: >box_menu_bit<
1.334343 - HTML::template                       -> template: >box_menu_bit<
1.334354 - HTML::template                       -> template: >box_menu<
1.334380 - HTML::template_exists                -> search: >page_box_left< == 1
1.334395 - HTML::template                       -> template: >page_box_left<
1.334412 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.334420 - CBOX::menu                           -> generate Menu Box >login<
1.334429 - HTML::template                       -> template: >box_menu_bit<
1.334441 - HTML::template                       -> template: >box_menu_bit<
1.334453 - HTML::template                       -> template: >box_menu<
1.334478 - HTML::template_exists                -> search: >page_box_left< == 1
1.334492 - HTML::template                       -> template: >page_box_left<
1.334509 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.334514 - PAGE::get_boxes                      -> -------- call: left::search
1.334521 - CBOX::template                       -> generate Box with >box_suchen< as template
1.334527 - HTML::template                       -> template: >box_suchen<
1.334582 - HTML::template_exists                -> search: >page_box_left< == 1
1.334596 - HTML::template                       -> template: >page_box_left<
1.334612 - PAGE::get_boxes                      -> -------- call: left::banner
1.334633 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.334643 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.339019 - 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.343746 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.343797 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.348802 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.353255 - HTML::encode                         -> replace run 1
1.353385 - HTML::template                       -> template: >box_banner_bit<
1.353599 - HTML::encode                         -> www.egames.ch...
1.353711 - HTML::encode                         -> replace run 1
1.353762 - HTML::encode                         -> replace run 2
1.353822 - HTML::template                       -> template: >box_banner_bit<
1.353853 - HTML::template                       -> template: >box_banner<
1.353935 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.354059 - HTML::template_exists                -> search: >page_box_left< == 1
1.354097 - HTML::template                       -> template: >page_box_left<
1.354150 - PAGE::get_boxes                      -> -------- side=right
1.354170 - PAGE::get_boxes                      -> -------- call: right::news
1.354189 - CBOX::news                           -> generate Box
1.354210 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.354258 - NEWS::load_news                      -> load news data
1.354288 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.354319 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.358833 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.363729 - 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.368686 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.368840 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.368849 - NEWS::load_news                      -> ... from database
1.368876 - 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.377967 - HTML::encodeCms                      -> 
1.378252 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.378371 - HTML::encode                         -> replace run 1
1.378405 - HTML::encodeCms                      -> 
1.378418 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.378441 - HTML::encode                         -> replace run 1
1.378463 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.378620 - HTML::template                       -> template: >box_news_bit<
1.378739 - HTML::template                       -> template: >box_news_bit<
1.378756 - HTML::template                       -> template: >box_news<
1.378830 - HTML::template_exists                -> search: >page_box_right< == 1
1.378858 - HTML::template                       -> template: >page_box_right<
1.378904 - PAGE::get_boxes                      -> -------- call: right::party
1.378917 - CBOX::party                          -> generate Box
1.378931 - EVENT::short_event                   -> id >27<
1.378937 - EVENT::getevent                      -> id >27<
1.378945 - 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.384074 - CACHE::get                           -> cache: >event_27::stats< not found
1.384099 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.390704 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.398691 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.398906 - HTML::template                       -> template: >box_event<
1.399109 - HTML::template_exists                -> search: >page_box_right< == 1
1.399151 - HTML::template                       -> template: >page_box_right<
1.399190 - PAGE::get_boxes                      -> -------- call: right::forum
1.399208 - CBOX::forum                          -> generate forum box
1.399220 - CBOX::forum_load_threads             -> load data
1.399244 - CACHE::get                           -> cache: >forum::topthreads< not found
1.399263 - 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.413466 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.413709 - CBOX::forum_threads                  -> list all threads in array
1.413738 - 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.413777 - admin::getInstance                   -> do
1.413854 - HTML::template                       -> template: >box_forum_bit<
1.414010 - HTML::template                       -> template: >box_forum_bit<
1.414061 - HTML::template                       -> template: >box_forum_bit<
1.414113 - HTML::template                       -> template: >box_forum_bit<
1.414159 - HTML::template                       -> template: >box_forum_bit<
1.414206 - HTML::template                       -> template: >box_forum_bit<
1.414235 - HTML::template                       -> template: >box_forum<
1.414340 - HTML::template_exists                -> search: >page_box_right< == 1
1.414375 - HTML::template                       -> template: >page_box_right<
1.414412 - PAGE::get_boxes                      -> -------- call: right::vote
1.414430 - CBOX::vote                           -> generate Box
1.414444 - 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.418979 - HTML::template                       -> template: >box_vote_nocurrent<
1.419188 - HTML::template_exists                -> search: >page_box_right< == 1
1.419229 - HTML::template                       -> template: >page_box_right<
1.419269 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.419288 - CBOX::buddylist                      -> generate Box
1.419320 - HTML::template                       -> template: >box_buddylist_msg<
1.419438 - HTML::template                       -> template: >box_buddylist<
1.419558 - HTML::template_exists                -> search: >page_box_right< == 1
1.419587 - HTML::template                       -> template: >page_box_right<
1.419621 - PAGE::get_boxes                      -> -------- call: right::online
1.419647 - CBOX::online                         -> generate Box
1.419661 - HTML::template                       -> template: >box_online<
1.419745 - HTML::template_exists                -> search: >page_box_right< == 1
1.419776 - HTML::template                       -> template: >page_box_right<
1.419846 - PAGE::render                         -> final
1.419860 - PAGE::renderTemplate                 -> page
1.419874 - dotSession::getInstance              -> do
1.419900 - PAGE::getHead                        -> return
1.419908 - dotSession::getInstance              -> do
1.420050 - HTML::template                       -> template: >page<
1.420660 - PAGE::render_template                -> final

PHP Includes   : 28
DB Queries     : 50
Rendering Time : 1.423844

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