home / 100% Orange Juice > Tourney participants

Information Participants

# Nick Status
1 Blink ✔ Signed up
 


Tourney system powered by DOTLAN

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

found 214 debug messages

0.000050 - GLOBAL::include                          -> config.php
0.000272 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000327 - dotDatabase::getInstance                 -> connection: database
0.000356 - dotDatabase::__construct                 -> connection: database
0.000392 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000428 - page::getInstance                        -> do
0.000466 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000495 - dotSession::getInstance                  -> do
0.000514 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000554 - dotSession::start                        -> ---- init
0.000599 - dotSession::start                        -> start php session managment
0.949466 - dotSession::start                        -> finished php session management
0.949498 - dotSession::start                        -> check for security options
0.949518 - dotSession::start                        -> lookup ip2country
0.949539 - dotDatabase::connect                     -> dotlan.app@5.75.134.22
0.965577 - dotDatabase::select                      -> database: dotlan_database
0.973564 - dotDatabase::query                       -> SELECT `code` FROM `country_ip2code` WHERE 59844669 BETWEEN ip_from AND ip_to
0.982067 - dotSession::start                        -> update current session online user infos
0.982190 - dotDatabase::query                       -> UPDATE session SET lastactivity = 1746451683, userid = 0, site = 'https://dev.switzerlan.ch/turnier/?do=teilnehmer&id=219', host = '3.145.40.61', dns = '3.145.40.61', countrycode = '', hits = hits + 1 WHERE hash = 'sgd4nrt7po5aqpnirhfebhnvu5'
0.987802 - dotSession::start                        -> session found in DB
0.987855 - dotSession::load_locales                 -> do
0.987909 - dotSession::load_locales                 -> chosing language for locales: en_US.UTF-8
0.987921 - dotSession::start                        -> ---- finished with session startup
0.987946 - dotSession::load_user                    -> id: 0
0.987960 - user::get_user                           -> id: >0<
0.987983 - dotDatabase::getInstance                 -> connection: database
0.988058 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.988168 - styles::load                             -> name: ><
0.988207 - styles::load                             -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.988475 - styles::activate                         -> style = 2024_switzerlan
0.988673 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.988701 - admin::getInstance                       -> do
0.988712 - dotSession::getInstance                  -> do
0.988727 - admin::__construct                       -> user_id=0
0.988737 - user::load_settings                      -> load current user settings to $global
0.988755 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.988787 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.988812 - EVENT::comming_event                     -> return
0.988826 - dotDatabase::query                       -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746451683 AND active=1 ORDER by begin ASC
0.993761 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.993861 - GLOBAL::end global.php                   -> ---------------------------------------------
0.993898 - TURNIER::main                            -> initialize 'turnier' system
0.993930 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.993986 - TURNIER::__construct                     -> init
0.994007 - TURNIER::main                            -> initialize 'turnier_teilnehmer_frontend' subsystem
0.994025 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer_frontend.php
0.994057 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.994206 - TURNIER_TEILNEHMER_FRONTEND::__construct -> init
0.994220 - TURNIER_TEILNEHMER::__construct          -> init
0.994229 - TURNIER::__construct                     -> init
0.994262 - T_TEILNEHMER::teilnehmerliste            -> ID: 219
0.994275 - TURNIER::get_turnier                     -> ID: 219 (db)
0.994290 - 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='219'
0.999831 - TURNIER::load_system                     -> Turniermodus:
0.999899 - TURNIER::load_system                     -> Modus not found
0.999921 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.999993 - dotDatabase::query                       -> SELECT COUNT(*) FROM t_contest WHERE tid=219
1.004357 - TURNIER::load_players_info               -> loading from db
1.004437 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
1.004498 - CACHE::get                               -> cache: >turnier_219::players_info< not found
1.004519 - dotDatabase::query                       -> SELECT tnid, user.nick AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, user.countrycode, country_code2name.name AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=21 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name ON code=user.countrycode WHERE t_teilnehmer.tid=219
1.009579 - CACHE::set                               -> cache: >turnier_219::players_info< with ttl:3600
1.009834 - HTML::template                           -> template: >turnier_teilnehmer_single_bit<
1.010021 - HTML::template                           -> template: >turnier_teilnehmer_single<
1.010198 - TURNIER::shortbar                        -> display
1.010248 - dotDatabase::query                       -> SELECT tname, tid, tg.name AS group_name, tgroupid FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tadultsonly=0 AND tactive=1 AND teventid=21 ORDER by tg.name ASC, tname ASC
1.015609 - TURNIER::is_admin                        -> user_id: 0
1.015647 - admin::getInstance                       -> do
1.015676 - admin::hasRight                          -> check for adminright: >0:0 & 4096< FALSE
1.015694 - HTML::template                           -> template: >turnier_shortbar<
1.016007 - GLOBAL::end userspace                    -> ---------------------------------------------
1.016023 - PAGE::render                             -> start rendering page layout
1.016035 - USER::check_for_new_messages             -> return
1.016056 - dotSession::getInstance                  -> do
1.016183 - PAGE::get_boxes                          -> -------- side=left
1.016225 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.016272 - PAGE::get_boxes                          -> -------- call: left::menu_main
1.016293 - CBOX::menu                               -> generate Menu Box >menu<
1.016320 - HTML::template                           -> template: >box_menu_bit<
1.016411 - HTML::template                           -> template: >box_menu_bit<
1.016438 - HTML::template                           -> template: >box_menu_bit<
1.016463 - HTML::template                           -> template: >box_menu_bit<
1.016501 - HTML::template                           -> template: >box_menu_bit<
1.016526 - HTML::template                           -> template: >box_menu_bit<
1.016550 - HTML::template                           -> template: >box_menu_bit<
1.016573 - HTML::template                           -> template: >box_menu<
1.016666 - HTML::template_exists                    -> search: >page_box_left< == 1
1.016702 - HTML::template                           -> template: >page_box_left<
1.016768 - PAGE::get_boxes                          -> -------- call: left::menu_party
1.016782 - CBOX::menu                               -> generate Menu Box >party<
1.016803 - HTML::template                           -> template: >box_menu_bit<
1.016828 - HTML::template                           -> template: >box_menu_bit<
1.016852 - HTML::template                           -> template: >box_menu_bit<
1.016875 - HTML::template                           -> template: >box_menu_bit<
1.016899 - HTML::template                           -> template: >box_menu_bit<
1.016922 - HTML::template                           -> template: >box_menu_bit<
1.016946 - HTML::template                           -> template: >box_menu_bit<
1.016969 - HTML::template                           -> template: >box_menu_bit<
1.017035 - HTML::template                           -> template: >box_menu_bit<
1.017060 - HTML::template                           -> template: >box_menu_bit<
1.017088 - HTML::template                           -> template: >box_menu_bit<
1.017122 - HTML::template                           -> template: >box_menu_bit<
1.017148 - HTML::template                           -> template: >box_menu<
1.017200 - HTML::template_exists                    -> search: >page_box_left< == 1
1.017228 - HTML::template                           -> template: >page_box_left<
1.017262 - PAGE::get_boxes                          -> -------- call: left::menu_login
1.017276 - CBOX::menu                               -> generate Menu Box >login<
1.017295 - HTML::template                           -> template: >box_menu_bit<
1.017320 - HTML::template                           -> template: >box_menu_bit<
1.017343 - HTML::template                           -> template: >box_menu<
1.017386 - HTML::template_exists                    -> search: >page_box_left< == 1
1.017413 - HTML::template                           -> template: >page_box_left<
1.017442 - PAGE::get_boxes                          -> -------- ignore: left::menu_user
1.017452 - PAGE::get_boxes                          -> -------- call: left::search
1.017466 - CBOX::template                           -> generate Box with >box_suchen< as template
1.017477 - HTML::template                           -> template: >box_suchen<
1.017598 - HTML::template_exists                    -> search: >page_box_left< == 1
1.017623 - HTML::template                           -> template: >page_box_left<
1.017652 - PAGE::get_boxes                          -> -------- call: left::banner
1.017686 - CACHE::get                               -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.017703 - dotDatabase::query                       -> SELECT * FROM sponsoren_groups WHERE id=3
1.022026 - 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.026778 - HTML::encode                             -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.026828 - dotDatabase::query                       -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.032335 - dotDatabase::query                       -> SELECT codetag, codereplacement, twoparams FROM html_code
1.036802 - HTML::encode                             -> replace run 1
1.036924 - HTML::template                           -> template: >box_banner_bit<
1.037114 - HTML::encode                             -> www.egames.ch...
1.037216 - HTML::encode                             -> replace run 1
1.037308 - HTML::encode                             -> replace run 2
1.037363 - HTML::template                           -> template: >box_banner_bit<
1.037396 - HTML::template                           -> template: >box_banner<
1.037500 - CACHE::set                               -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.037637 - HTML::template_exists                    -> search: >page_box_left< == 1
1.037678 - HTML::template                           -> template: >page_box_left<
1.037730 - PAGE::get_boxes                          -> -------- side=right
1.037747 - PAGE::get_boxes                          -> -------- call: right::news
1.037765 - CBOX::news                               -> generate Box
1.037788 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.037835 - NEWS::load_news                          -> load news data
1.037862 - CACHE::get                               -> cache: >news::stats_switzerlan2024< not found
1.037894 - dotDatabase::query                       -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.042497 - dotDatabase::query                       -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.047081 - 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.051819 - CACHE::set                               -> cache: >news::stats_switzerlan2024< with ttl:3600
1.052021 - CACHE::get                               -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.052035 - NEWS::load_news                          -> ... from database
1.052072 - 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.061331 - HTML::encodeCms                          -> 
1.061829 - HTML::encode                             -> This year we’re facing a couple of logistical challenges. ...
1.062029 - HTML::encode                             -> replace run 1
1.062191 - HTML::encodeCms                          -> 
1.062221 - HTML::encode                             -> We are pleased to announce that SwitzerLAN is back and you c...
1.062264 - HTML::encode                             -> replace run 1
1.062302 - CACHE::set                               -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.062564 - HTML::template                           -> template: >box_news_bit<
1.062734 - HTML::template                           -> template: >box_news_bit<
1.062782 - HTML::template                           -> template: >box_news<
1.062900 - HTML::template_exists                    -> search: >page_box_right< == 1
1.062938 - HTML::template                           -> template: >page_box_right<
1.063019 - PAGE::get_boxes                          -> -------- call: right::party
1.063039 - CBOX::party                              -> generate Box
1.063060 - EVENT::short_event                       -> id >27<
1.063070 - EVENT::getevent                          -> id >27<
1.063084 - 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.068623 - CACHE::get                               -> cache: >event_27::stats< not found
1.068658 - dotDatabase::query                       -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.075630 - dotDatabase::query                       -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.082584 - CACHE::set                               -> cache: >event_27::stats< with ttl:3600
1.082794 - HTML::template                           -> template: >box_event<
1.083007 - HTML::template_exists                    -> search: >page_box_right< == 1
1.083082 - HTML::template                           -> template: >page_box_right<
1.083140 - PAGE::get_boxes                          -> -------- call: right::forum
1.083162 - CBOX::forum                              -> generate forum box
1.083176 - CBOX::forum_load_threads                 -> load data
1.083209 - CACHE::get                               -> cache: >forum::topthreads< not found
1.083230 - 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.096944 - CACHE::set                               -> cache: >forum::topthreads< with ttl:3600
1.097241 - CBOX::forum_threads                      -> list all threads in array
1.097274 - 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.097318 - admin::getInstance                       -> do
1.097393 - HTML::template                           -> template: >box_forum_bit<
1.097579 - HTML::template                           -> template: >box_forum_bit<
1.097634 - HTML::template                           -> template: >box_forum_bit<
1.097700 - HTML::template                           -> template: >box_forum_bit<
1.097748 - HTML::template                           -> template: >box_forum_bit<
1.097796 - HTML::template                           -> template: >box_forum_bit<
1.097833 - HTML::template                           -> template: >box_forum<
1.097950 - HTML::template_exists                    -> search: >page_box_right< == 1
1.097994 - HTML::template                           -> template: >page_box_right<
1.098030 - PAGE::get_boxes                          -> -------- call: right::vote
1.098049 - CBOX::vote                               -> generate Box
1.098062 - 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.102884 - HTML::template                           -> template: >box_vote_nocurrent<
1.103186 - HTML::template_exists                    -> search: >page_box_right< == 1
1.103239 - HTML::template                           -> template: >page_box_right<
1.103293 - PAGE::get_boxes                          -> -------- call: right::buddylist
1.103319 - CBOX::buddylist                          -> generate Box
1.103357 - HTML::template                           -> template: >box_buddylist_msg<
1.103451 - HTML::template                           -> template: >box_buddylist<
1.103544 - HTML::template_exists                    -> search: >page_box_right< == 1
1.103570 - HTML::template                           -> template: >page_box_right<
1.103603 - PAGE::get_boxes                          -> -------- call: right::online
1.103617 - CBOX::online                             -> generate Box
1.103628 - HTML::template                           -> template: >box_online<
1.103726 - HTML::template_exists                    -> search: >page_box_right< == 1
1.103755 - HTML::template                           -> template: >page_box_right<
1.103800 - PAGE::render                             -> final
1.103812 - PAGE::renderTemplate                     -> page
1.103827 - dotSession::getInstance                  -> do
1.103853 - PAGE::getHead                            -> return
1.103862 - dotSession::getInstance                  -> do
1.104049 - HTML::template                           -> template: >page<
1.104719 - PAGE::render_template                    -> final

PHP Includes   : 21
DB Queries     : 20
Rendering Time : 1.106636

Includes PHP Files: 
 - /var/www/html/swilan-dev/2024/www/turnier/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.turnier.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer_frontend.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
 - /var/www/html/swilan-dev/2024/www/includes/class.html.php
 - /var/www/html/swilan-dev/2024/www/includes/class.cache.php
 - /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
 - /var/www/html/swilan-dev/2024/www/includes/class.news.php