home / User details of Cloudylight



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

found 216 debug messages

0.000056 - GLOBAL::include                 -> config.php
0.000306 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000357 - dotDatabase::getInstance        -> connection: database
0.000379 - dotDatabase::__construct        -> connection: database
0.000405 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000435 - page::getInstance               -> do
0.000461 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000487 - dotSession::getInstance         -> do
0.000505 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000543 - dotSession::start               -> ---- init
0.000587 - dotSession::start               -> start php session managment
1.297589 - dotSession::start               -> finished php session management
1.297632 - dotSession::start               -> check for security options
1.297656 - dotSession::start               -> lookup ip2country
1.297681 - dotDatabase::connect            -> dotlan.app@5.75.134.22
1.314163 - dotDatabase::select             -> database: dotlan_database
1.322595 - dotDatabase::query              -> SELECT `code` FROM `country_ip2code` WHERE 316163065 BETWEEN ip_from AND ip_to
1.331529 - dotSession::start               -> update current session online user infos
1.331611 - dotDatabase::query              -> UPDATE session SET lastactivity = 1746377523, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=3140', host = '18.216.67.249', dns = '18.216.67.249', countrycode = '', hits = hits + 1 WHERE hash = 'agr7in5l7bhqnig7ch9i7h79r0'
1.337527 - dotSession::start               -> session found in DB
1.337580 - dotSession::load_locales        -> do
1.337638 - dotSession::load_locales        -> chosing language for locales: en_US.UTF-8
1.337650 - dotSession::start               -> ---- finished with session startup
1.337680 - dotSession::load_user           -> id: 0
1.337694 - user::get_user                  -> id: >0<
1.337718 - dotDatabase::getInstance        -> connection: database
1.337797 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
1.337859 - styles::load                    -> name: ><
1.337888 - styles::load                    -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
1.338349 - styles::activate                -> style = 2024_switzerlan
1.338702 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
1.338749 - admin::getInstance              -> do
1.338763 - dotSession::getInstance         -> do
1.338783 - admin::__construct              -> user_id=0
1.338795 - user::load_settings             -> load current user settings to $global
1.338818 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
1.338853 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
1.338881 - EVENT::comming_event            -> return
1.338901 - dotDatabase::query              -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746377523 AND active=1 ORDER by begin ASC
1.343714 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
1.343803 - GLOBAL::end global.php          -> ---------------------------------------------
1.343829 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
1.343926 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
1.343964 - user::get_user                  -> id: >3140<
1.343985 - dotDatabase::getInstance        -> connection: database
1.344011 - dotDatabase::query              -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 3140 ORDER by id DESC
1.349062 - USER_FUNCTIONS::display_details -> id:3140
1.349178 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
1.349258 - GLOBAL::include                 -> custom.user.php
1.349599 - HTML::template                  -> template: >user_profile_inner_bit4<
1.349782 - 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=3140 AND active=1 ORDER by events.begin DESC
1.354916 - EVENT::load_event_status        -> load event_status to $this
1.354968 - dotDatabase::query              -> SELECT * FROM event_status ORDER by id ASC
1.360406 - HTML::template                  -> template: >user_profile_inner_bit4<
1.360600 - HTML::template                  -> template: >user_profile_inner_bit4<
1.360696 - HTML::template                  -> template: >user_profile_inner_bit4<
1.360779 - HTML::template                  -> template: >user_profile_inner_bit4<
1.360858 - HTML::template                  -> template: >user_profile_inner_bit4<
1.360929 - HTML::template                  -> template: >user_profile_innerlist<
1.361130 - HTML::template                  -> template: >user_profile_inner_bit3<
1.361295 - 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=3140 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
1.398933 - HTML::template                  -> template: >user_profile_inner_bit1<
1.399183 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
1.399267 - TURNIER::__construct            -> init
1.399385 - HTML::template                  -> template: >user_profile_inner_bit3<
1.399475 - HTML::template                  -> template: >user_profile_innerlist<
1.399533 - HTML::template                  -> template: >user_profile_shortbar_bit<
1.399682 - HTML::template                  -> template: >user_profile_shortbar_bit<
1.399718 - HTML::template                  -> template: >user_profile_shortbar_bit<
1.399746 - HTML::template                  -> template: >user_profile_shortbar<
1.399821 - HTML::template                  -> template: >user_profile<
1.400035 - GLOBAL::end userspace           -> ---------------------------------------------
1.400051 - PAGE::render                    -> start rendering page layout
1.400065 - USER::check_for_new_messages    -> return
1.400088 - dotSession::getInstance         -> do
1.400149 - PAGE::get_boxes                 -> -------- side=left
1.400184 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.400234 - PAGE::get_boxes                 -> -------- call: left::menu_main
1.400258 - CBOX::menu                      -> generate Menu Box >menu<
1.400289 - HTML::template                  -> template: >box_menu_bit<
1.400407 - HTML::template                  -> template: >box_menu_bit<
1.400439 - HTML::template                  -> template: >box_menu_bit<
1.400464 - HTML::template                  -> template: >box_menu_bit<
1.400486 - HTML::template                  -> template: >box_menu_bit<
1.400508 - HTML::template                  -> template: >box_menu_bit<
1.400530 - HTML::template                  -> template: >box_menu_bit<
1.400552 - HTML::template                  -> template: >box_menu<
1.400672 - HTML::template_exists           -> search: >page_box_left< == 1
1.400716 - HTML::template                  -> template: >page_box_left<
1.400799 - PAGE::get_boxes                 -> -------- call: left::menu_party
1.400817 - CBOX::menu                      -> generate Menu Box >party<
1.400840 - HTML::template                  -> template: >box_menu_bit<
1.400868 - HTML::template                  -> template: >box_menu_bit<
1.400892 - HTML::template                  -> template: >box_menu_bit<
1.400914 - HTML::template                  -> template: >box_menu_bit<
1.400935 - HTML::template                  -> template: >box_menu_bit<
1.400958 - HTML::template                  -> template: >box_menu_bit<
1.400981 - HTML::template                  -> template: >box_menu_bit<
1.401002 - HTML::template                  -> template: >box_menu_bit<
1.401025 - HTML::template                  -> template: >box_menu_bit<
1.401047 - HTML::template                  -> template: >box_menu_bit<
1.401068 - HTML::template                  -> template: >box_menu_bit<
1.401088 - HTML::template                  -> template: >box_menu_bit<
1.401107 - HTML::template                  -> template: >box_menu<
1.401169 - HTML::template_exists           -> search: >page_box_left< == 1
1.401201 - HTML::template                  -> template: >page_box_left<
1.401238 - PAGE::get_boxes                 -> -------- call: left::menu_login
1.401251 - CBOX::menu                      -> generate Menu Box >login<
1.401268 - HTML::template                  -> template: >box_menu_bit<
1.401291 - HTML::template                  -> template: >box_menu_bit<
1.401310 - HTML::template                  -> template: >box_menu<
1.401360 - HTML::template_exists           -> search: >page_box_left< == 1
1.401390 - HTML::template                  -> template: >page_box_left<
1.401426 - PAGE::get_boxes                 -> -------- ignore: left::menu_user
1.401437 - PAGE::get_boxes                 -> -------- call: left::search
1.401453 - CBOX::template                  -> generate Box with >box_suchen< as template
1.401464 - HTML::template                  -> template: >box_suchen<
1.401583 - HTML::template_exists           -> search: >page_box_left< == 1
1.401611 - HTML::template                  -> template: >page_box_left<
1.401645 - PAGE::get_boxes                 -> -------- call: left::banner
1.401678 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
1.401722 - CACHE::get                      -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.401738 - dotDatabase::query              -> SELECT * FROM sponsoren_groups WHERE id=3
1.406203 - 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.411416 - HTML::encode                    -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.411476 - dotDatabase::query              -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.417398 - dotDatabase::query              -> SELECT codetag, codereplacement, twoparams FROM html_code
1.421919 - HTML::encode                    -> replace run 1
1.422045 - HTML::template                  -> template: >box_banner_bit<
1.422324 - HTML::encode                    -> www.egames.ch...
1.422607 - HTML::encode                    -> replace run 1
1.422677 - HTML::encode                    -> replace run 2
1.422740 - HTML::template                  -> template: >box_banner_bit<
1.422780 - HTML::template                  -> template: >box_banner<
1.422911 - CACHE::set                      -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.423095 - HTML::template_exists           -> search: >page_box_left< == 1
1.423139 - HTML::template                  -> template: >page_box_left<
1.423192 - PAGE::get_boxes                 -> -------- side=right
1.423212 - PAGE::get_boxes                 -> -------- call: right::news
1.423232 - CBOX::news                      -> generate Box
1.423253 - dotCommon::classload            -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.423298 - NEWS::load_news                 -> load news data
1.423327 - CACHE::get                      -> cache: >news::stats_switzerlan2024< not found
1.423363 - dotDatabase::query              -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.428117 - dotDatabase::query              -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.433085 - 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.438853 - CACHE::set                      -> cache: >news::stats_switzerlan2024< with ttl:3600
1.439069 - CACHE::get                      -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.439085 - NEWS::load_news                 -> ... from database
1.439125 - 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.449043 - HTML::encodeCms                 -> 
1.449472 - HTML::encode                    -> This year we’re facing a couple of logistical challenges. ...
1.449704 - HTML::encode                    -> replace run 1
1.449773 - HTML::encodeCms                 -> 
1.449797 - HTML::encode                    -> We are pleased to announce that SwitzerLAN is back and you c...
1.449840 - HTML::encode                    -> replace run 1
1.449877 - CACHE::set                      -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.450105 - HTML::template                  -> template: >box_news_bit<
1.450342 - HTML::template                  -> template: >box_news_bit<
1.450476 - HTML::template                  -> template: >box_news<
1.450632 - HTML::template_exists           -> search: >page_box_right< == 1
1.450674 - HTML::template                  -> template: >page_box_right<
1.450775 - PAGE::get_boxes                 -> -------- call: right::party
1.450795 - CBOX::party                     -> generate Box
1.450815 - EVENT::short_event              -> id >27<
1.450823 - EVENT::getevent                 -> id >27<
1.450838 - 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.456474 - CACHE::get                      -> cache: >event_27::stats< not found
1.456508 - dotDatabase::query              -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.466858 - dotDatabase::query              -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.475680 - CACHE::set                      -> cache: >event_27::stats< with ttl:3600
1.475918 - HTML::template                  -> template: >box_event<
1.476164 - HTML::template_exists           -> search: >page_box_right< == 1
1.476215 - HTML::template                  -> template: >page_box_right<
1.476260 - PAGE::get_boxes                 -> -------- call: right::forum
1.476281 - CBOX::forum                     -> generate forum box
1.476294 - CBOX::forum_load_threads        -> load data
1.476346 - CACHE::get                      -> cache: >forum::topthreads< not found
1.476367 - 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.485998 - CACHE::set                      -> cache: >forum::topthreads< with ttl:3600
1.486362 - CBOX::forum_threads             -> list all threads in array
1.486530 - 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.486576 - admin::getInstance              -> do
1.486680 - HTML::template                  -> template: >box_forum_bit<
1.486918 - HTML::template                  -> template: >box_forum_bit<
1.486980 - HTML::template                  -> template: >box_forum_bit<
1.487043 - HTML::template                  -> template: >box_forum_bit<
1.487098 - HTML::template                  -> template: >box_forum_bit<
1.487150 - HTML::template                  -> template: >box_forum_bit<
1.487186 - HTML::template                  -> template: >box_forum<
1.487332 - HTML::template_exists           -> search: >page_box_right< == 1
1.487378 - HTML::template                  -> template: >page_box_right<
1.487426 - PAGE::get_boxes                 -> -------- call: right::vote
1.487448 - CBOX::vote                      -> generate Box
1.487465 - 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.491943 - HTML::template                  -> template: >box_vote_nocurrent<
1.492221 - HTML::template_exists           -> search: >page_box_right< == 1
1.492273 - HTML::template                  -> template: >page_box_right<
1.492330 - PAGE::get_boxes                 -> -------- call: right::buddylist
1.492357 - CBOX::buddylist                 -> generate Box
1.492395 - HTML::template                  -> template: >box_buddylist_msg<
1.492488 - HTML::template                  -> template: >box_buddylist<
1.492584 - HTML::template_exists           -> search: >page_box_right< == 1
1.492613 - HTML::template                  -> template: >page_box_right<
1.492647 - PAGE::get_boxes                 -> -------- call: right::online
1.492665 - CBOX::online                    -> generate Box
1.492680 - HTML::template                  -> template: >box_online<
1.492796 - HTML::template_exists           -> search: >page_box_right< == 1
1.492837 - HTML::template                  -> template: >page_box_right<
1.492899 - PAGE::render                    -> final
1.492916 - PAGE::renderTemplate            -> page
1.492932 - dotSession::getInstance         -> do
1.492962 - PAGE::getHead                   -> return
1.492973 - dotSession::getInstance         -> do
1.493135 - HTML::template                  -> template: >page<
1.493678 - PAGE::render_template           -> final

PHP Includes   : 22
DB Queries     : 20
Rendering Time : 1.495504

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