home / User details of Hardy



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

found 338 debug messages

0.000051 - GLOBAL::include                      -> config.php
0.000234 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000286 - dotDatabase::getInstance             -> connection: database
0.000307 - dotDatabase::__construct             -> connection: database
0.000335 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000368 - page::getInstance                    -> do
0.000396 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000420 - dotSession::getInstance              -> do
0.000439 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000481 - dotSession::start                    -> ---- init
0.000524 - dotSession::start                    -> start php session managment
0.000634 - dotSession::start                    -> finished php session management
0.000651 - dotSession::start                    -> check for security options
0.000668 - dotSession::start                    -> lookup ip2country
0.000685 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.018098 - dotDatabase::select                  -> database: dotlan_database
0.025949 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 51637520 BETWEEN ip_from AND ip_to
0.034177 - dotSession::start                    -> update current session online user infos
0.034252 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746422942, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=2628', host = '3.19.237.16', dns = '3.19.237.16', countrycode = '', hits = hits + 1 WHERE hash = '4od4dqjnrudccl05bt0a3gnjk5'
0.039296 - dotSession::start                    -> session found in DB
0.039322 - dotSession::load_locales             -> do
0.039370 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.039382 - dotSession::start                    -> ---- finished with session startup
0.039406 - dotSession::load_user                -> id: 0
0.039418 - user::get_user                       -> id: >0<
0.039440 - dotDatabase::getInstance             -> connection: database
0.039492 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.039531 - styles::load                         -> name: ><
0.039559 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.039867 - styles::activate                     -> style = 2024_switzerlan
0.040086 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.040125 - admin::getInstance                   -> do
0.040139 - dotSession::getInstance              -> do
0.040157 - admin::__construct                   -> user_id=0
0.040170 - user::load_settings                  -> load current user settings to $global
0.040194 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.040239 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.040275 - EVENT::comming_event                 -> return
0.040297 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746422942 AND active=1 ORDER by begin ASC
0.044526 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.044590 - GLOBAL::end global.php               -> ---------------------------------------------
0.044613 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.044696 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.044729 - user::get_user                       -> id: >2628<
0.044745 - dotDatabase::getInstance             -> connection: database
0.044766 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 2628 ORDER by id DESC
0.049902 - USER_FUNCTIONS::display_details      -> id:2628
0.050000 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.050083 - GLOBAL::include                      -> custom.user.php
0.050488 - HTML::template                       -> template: >user_profile_inner_bit4<
0.050697 - 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=2628 AND active=1 ORDER by events.begin DESC
0.055040 - EVENT::load_event_status             -> load event_status to $this
0.055081 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.060795 - HTML::template                       -> template: >user_profile_inner_bit4<
0.060942 - HTML::template                       -> template: >user_profile_inner_bit4<
0.061030 - HTML::template                       -> template: >user_profile_inner_bit4<
0.061116 - HTML::template                       -> template: >user_profile_inner_bit4<
0.061228 - HTML::template                       -> template: >user_profile_inner_bit4<
0.061335 - HTML::template                       -> template: >user_profile_inner_bit4<
0.061425 - HTML::template                       -> template: >user_profile_innerlist<
0.061605 - HTML::template                       -> template: >user_profile_inner_bit3<
0.061703 - 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=2628 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.101072 - HTML::template                       -> template: >user_profile_inner_bit1<
0.101309 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.101440 - TURNIER::__construct                 -> init
0.101524 - HTML::template                       -> template: >user_profile_inner_bit3<
0.101692 - HTML::template                       -> template: >user_profile_inner_bit1<
0.101755 - TURNIER::get_turnier                 -> ID: 143 (db)
0.101774 - 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='143'
0.107547 - TURNIER::load_system                 -> Turniermodus: double
0.107629 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.107709 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.107840 - TURNIER::get_system                  -> return tournamentsystem class
0.107857 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.107868 - TURNIER_TREE::__construct            -> init
0.107878 - TURNIER::__construct                 -> init
0.107897 - TURNIER::get_turnier                 -> ID: 143 (cache)
0.107952 - TURNIER_TREE::load_contests          -> loading from db
0.107976 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.108022 - CACHE::get                           -> cache: >turnier_143::contests< not found
0.108039 - 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=143 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.115555 - CACHE::set                           -> cache: >turnier_143::contests< with ttl:3600
0.116249 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 143
0.116297 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.116342 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.116402 - TURNIER_TEILNEHMER::__construct      -> init
0.116416 - TURNIER::__construct                 -> init
0.116436 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2628 tid: 143
0.116459 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=143 AND user_id=2628
0.121135 - TURNIER_TREE::load_contests          -> load cache
0.121173 - TURNIER::load_players_info           -> loading from db
0.121215 - CACHE::get                           -> cache: >turnier_143::players_info< not found
0.121235 - 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=13 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=143
0.138069 - CACHE::set                           -> cache: >turnier_143::players_info< with ttl:3600
0.138798 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.138996 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.139079 - TURNIER::__construct                 -> init
0.139197 - TURNIER::get_turnier                 -> ID: 143 (cache)
0.139264 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.139286 - TURNIER::is_admin                    -> user_id: 0
0.139304 - admin::getInstance                   -> do
0.139342 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.139471 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.139804 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.139917 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.140012 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.140106 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.140164 - HTML::template                       -> template: >turnier_profile_contest_list<
0.140309 - HTML::template                       -> template: >user_profile_inner_bit3<
0.140431 - HTML::template                       -> template: >user_profile_inner_bit1<
0.140509 - TURNIER::get_turnier                 -> ID: 136 (db)
0.140524 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='136'
0.145384 - TURNIER::load_system                 -> Turniermodus: double
0.145826 - TURNIER::get_system                  -> return tournamentsystem class
0.145851 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.145861 - TURNIER_TREE::__construct            -> init
0.145870 - TURNIER::__construct                 -> init
0.145887 - TURNIER::get_turnier                 -> ID: 136 (cache)
0.145963 - TURNIER_TREE::load_contests          -> loading from db
0.146003 - CACHE::get                           -> cache: >turnier_136::contests< not found
0.146018 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=136 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.153376 - CACHE::set                           -> cache: >turnier_136::contests< with ttl:3600
0.154771 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 136
0.154828 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.154845 - TURNIER_TEILNEHMER::__construct      -> init
0.154997 - TURNIER::__construct                 -> init
0.155027 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2628 tid: 136
0.155049 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=136 AND user_id=2628
0.159904 - TURNIER_TREE::load_contests          -> load cache
0.159980 - TURNIER::load_players_info           -> loading from db
0.160041 - CACHE::get                           -> cache: >turnier_136::players_info< not found
0.160067 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=12 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=136
0.172474 - CACHE::set                           -> cache: >turnier_136::players_info< with ttl:3600
0.173137 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.173164 - TURNIER::__construct                 -> init
0.173184 - TURNIER::get_turnier                 -> ID: 136 (cache)
0.173240 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.173259 - TURNIER::is_admin                    -> user_id: 0
0.173268 - admin::getInstance                   -> do
0.173293 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.173410 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.173556 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.173654 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.173741 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.173829 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.173918 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.173969 - HTML::template                       -> template: >turnier_profile_contest_list<
0.174206 - HTML::template                       -> template: >user_profile_inner_bit3<
0.174365 - HTML::template                       -> template: >user_profile_inner_bit3<
0.174652 - HTML::template                       -> template: >user_profile_inner_bit3<
0.174767 - HTML::template                       -> template: >user_profile_inner_bit1<
0.174828 - TURNIER::get_turnier                 -> ID: 75 (db)
0.174844 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='75'
0.179745 - TURNIER::load_system                 -> Turniermodus: double
0.179794 - TURNIER::get_system                  -> return tournamentsystem class
0.179814 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.179827 - TURNIER_TREE::__construct            -> init
0.179838 - TURNIER::__construct                 -> init
0.179858 - TURNIER::get_turnier                 -> ID: 75 (cache)
0.179920 - TURNIER_TREE::load_contests          -> loading from db
0.179982 - CACHE::get                           -> cache: >turnier_75::contests< not found
0.180000 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=75 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.188438 - CACHE::set                           -> cache: >turnier_75::contests< with ttl:3600
0.189491 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 75
0.189526 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.189542 - TURNIER_TEILNEHMER::__construct      -> init
0.189553 - TURNIER::__construct                 -> init
0.189569 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2628 tid: 75
0.189588 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=75 AND user_id=2628
0.194001 - TURNIER_TREE::load_contests          -> load cache
0.194051 - TURNIER::load_players_info           -> loading from db
0.194113 - CACHE::get                           -> cache: >turnier_75::players_info< not found
0.194135 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=7 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=75
0.208959 - CACHE::set                           -> cache: >turnier_75::players_info< with ttl:3600
0.209573 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.209597 - TURNIER::__construct                 -> init
0.209616 - TURNIER::get_turnier                 -> ID: 75 (cache)
0.209663 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.209683 - TURNIER::is_admin                    -> user_id: 0
0.209693 - admin::getInstance                   -> do
0.209724 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.209802 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.209917 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.210001 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.210081 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.210160 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.210209 - HTML::template                       -> template: >turnier_profile_contest_list<
0.210262 - HTML::template                       -> template: >user_profile_inner_bit3<
0.210345 - HTML::template                       -> template: >user_profile_innerlist<
0.210405 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.210605 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.210645 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.210674 - HTML::template                       -> template: >user_profile_shortbar<
0.210744 - HTML::template                       -> template: >user_profile<
0.210835 - GLOBAL::end userspace                -> ---------------------------------------------
0.210951 - PAGE::render                         -> start rendering page layout
0.210981 - USER::check_for_new_messages         -> return
0.211169 - dotSession::getInstance              -> do
0.211229 - PAGE::get_boxes                      -> -------- side=left
0.211271 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
0.211336 - PAGE::get_boxes                      -> -------- call: left::menu_main
0.211367 - CBOX::menu                           -> generate Menu Box >menu<
0.211393 - HTML::template                       -> template: >box_menu_bit<
0.211510 - HTML::template                       -> template: >box_menu_bit<
0.211537 - HTML::template                       -> template: >box_menu_bit<
0.211565 - HTML::template                       -> template: >box_menu_bit<
0.211590 - HTML::template                       -> template: >box_menu_bit<
0.211613 - HTML::template                       -> template: >box_menu_bit<
0.211637 - HTML::template                       -> template: >box_menu_bit<
0.211660 - HTML::template                       -> template: >box_menu<
0.211760 - HTML::template_exists                -> search: >page_box_left< == 1
0.211796 - HTML::template                       -> template: >page_box_left<
0.211867 - PAGE::get_boxes                      -> -------- call: left::menu_party
0.211882 - CBOX::menu                           -> generate Menu Box >party<
0.211903 - HTML::template                       -> template: >box_menu_bit<
0.211929 - HTML::template                       -> template: >box_menu_bit<
0.211960 - HTML::template                       -> template: >box_menu_bit<
0.211989 - HTML::template                       -> template: >box_menu_bit<
0.212013 - HTML::template                       -> template: >box_menu_bit<
0.212037 - HTML::template                       -> template: >box_menu_bit<
0.212061 - HTML::template                       -> template: >box_menu_bit<
0.212085 - HTML::template                       -> template: >box_menu_bit<
0.212108 - HTML::template                       -> template: >box_menu_bit<
0.212132 - HTML::template                       -> template: >box_menu_bit<
0.212156 - HTML::template                       -> template: >box_menu_bit<
0.212179 - HTML::template                       -> template: >box_menu_bit<
0.212202 - HTML::template                       -> template: >box_menu<
0.212247 - HTML::template_exists                -> search: >page_box_left< == 1
0.212274 - HTML::template                       -> template: >page_box_left<
0.212304 - PAGE::get_boxes                      -> -------- call: left::menu_login
0.212318 - CBOX::menu                           -> generate Menu Box >login<
0.212336 - HTML::template                       -> template: >box_menu_bit<
0.212372 - HTML::template                       -> template: >box_menu_bit<
0.212395 - HTML::template                       -> template: >box_menu<
0.212443 - HTML::template_exists                -> search: >page_box_left< == 1
0.212471 - HTML::template                       -> template: >page_box_left<
0.212503 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
0.212513 - PAGE::get_boxes                      -> -------- call: left::search
0.212528 - CBOX::template                       -> generate Box with >box_suchen< as template
0.212539 - HTML::template                       -> template: >box_suchen<
0.212630 - HTML::template_exists                -> search: >page_box_left< == 1
0.212654 - HTML::template                       -> template: >page_box_left<
0.212681 - PAGE::get_boxes                      -> -------- call: left::banner
0.212714 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
0.212732 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
0.216938 - 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
0.221539 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
0.221589 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
0.226358 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
0.230512 - HTML::encode                         -> replace run 1
0.230628 - HTML::template                       -> template: >box_banner_bit<
0.230813 - HTML::encode                         -> www.egames.ch...
0.231074 - HTML::encode                         -> replace run 1
0.231134 - HTML::encode                         -> replace run 2
0.231196 - HTML::template                       -> template: >box_banner_bit<
0.231231 - HTML::template                       -> template: >box_banner<
0.231349 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
0.231516 - HTML::template_exists                -> search: >page_box_left< == 1
0.231557 - HTML::template                       -> template: >page_box_left<
0.231608 - PAGE::get_boxes                      -> -------- side=right
0.231628 - PAGE::get_boxes                      -> -------- call: right::news
0.231655 - CBOX::news                           -> generate Box
0.231679 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
0.231732 - NEWS::load_news                      -> load news data
0.231769 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
0.231812 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
0.236204 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
0.240779 - 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
0.245535 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
0.245748 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
0.245765 - NEWS::load_news                      -> ... from database
0.245813 - 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
0.254717 - HTML::encodeCms                      -> 
0.255338 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
0.255549 - HTML::encode                         -> replace run 1
0.255609 - HTML::encodeCms                      -> 
0.255630 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
0.255683 - HTML::encode                         -> replace run 1
0.255720 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
0.255915 - HTML::template                       -> template: >box_news_bit<
0.256056 - HTML::template                       -> template: >box_news_bit<
0.256083 - HTML::template                       -> template: >box_news<
0.256189 - HTML::template_exists                -> search: >page_box_right< == 1
0.256226 - HTML::template                       -> template: >page_box_right<
0.256296 - PAGE::get_boxes                      -> -------- call: right::party
0.256329 - CBOX::party                          -> generate Box
0.256349 - EVENT::short_event                   -> id >27<
0.256360 - EVENT::getevent                      -> id >27<
0.256374 - 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
0.261220 - CACHE::get                           -> cache: >event_27::stats< not found
0.261259 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
0.267340 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
0.274301 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
0.274511 - HTML::template                       -> template: >box_event<
0.277133 - HTML::template_exists                -> search: >page_box_right< == 1
0.277212 - HTML::template                       -> template: >page_box_right<
0.277269 - PAGE::get_boxes                      -> -------- call: right::forum
0.277293 - CBOX::forum                          -> generate forum box
0.277304 - CBOX::forum_load_threads             -> load data
0.277346 - CACHE::get                           -> cache: >forum::topthreads< not found
0.277369 - 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
0.286372 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
0.286726 - CBOX::forum_threads                  -> list all threads in array
0.286769 - 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, )
0.286810 - admin::getInstance                   -> do
0.287005 - HTML::template                       -> template: >box_forum_bit<
0.287259 - HTML::template                       -> template: >box_forum_bit<
0.287321 - HTML::template                       -> template: >box_forum_bit<
0.287383 - HTML::template                       -> template: >box_forum_bit<
0.287441 - HTML::template                       -> template: >box_forum_bit<
0.287486 - HTML::template                       -> template: >box_forum_bit<
0.287513 - HTML::template                       -> template: >box_forum<
0.287663 - HTML::template_exists                -> search: >page_box_right< == 1
0.287708 - HTML::template                       -> template: >page_box_right<
0.287752 - PAGE::get_boxes                      -> -------- call: right::vote
0.287773 - CBOX::vote                           -> generate Box
0.287788 - 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
0.292153 - HTML::template                       -> template: >box_vote_nocurrent<
0.292379 - HTML::template_exists                -> search: >page_box_right< == 1
0.292423 - HTML::template                       -> template: >page_box_right<
0.292464 - PAGE::get_boxes                      -> -------- call: right::buddylist
0.292486 - CBOX::buddylist                      -> generate Box
0.292523 - HTML::template                       -> template: >box_buddylist_msg<
0.292594 - HTML::template                       -> template: >box_buddylist<
0.292680 - HTML::template_exists                -> search: >page_box_right< == 1
0.292710 - HTML::template                       -> template: >page_box_right<
0.292744 - PAGE::get_boxes                      -> -------- call: right::online
0.292764 - CBOX::online                         -> generate Box
0.292778 - HTML::template                       -> template: >box_online<
0.292874 - HTML::template_exists                -> search: >page_box_right< == 1
0.292902 - HTML::template                       -> template: >page_box_right<
0.292968 - PAGE::render                         -> final
0.292979 - PAGE::renderTemplate                 -> page
0.292991 - dotSession::getInstance              -> do
0.293011 - PAGE::getHead                        -> return
0.293019 - dotSession::getInstance              -> do
0.293155 - HTML::template                       -> template: >page<
0.293666 - PAGE::render_template                -> final

PHP Includes   : 26
DB Queries     : 32
Rendering Time : 0.297300

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