Medien Datenbank


Es liegen keine Informationen vor.

Social Links


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

found 210 debug messages

0.000037 - GLOBAL::include                   -> config.php
0.000134 - dotCommon::classload              -> require: /var/www/html/includes/class.dotDatabase.php
0.000163 - dotDatabase::getInstance          -> connection: database
0.000177 - dotDatabase::__construct          -> connection: database
0.000193 - dotCommon::classload              -> require: /var/www/html/includes/class.page.php
0.000209 - page::getInstance                 -> do
0.000226 - dotCommon::classload              -> require: /var/www/html/includes/class.dotSession.php
0.000239 - dotSession::getInstance           -> do
0.000250 - dotCommon::classload              -> require: /var/www/html/includes/class.user.php
0.000278 - dotSession::start                 -> ---- init
0.000310 - dotSession::start                 -> start php session managment
0.000538 - dotSession::start                 -> finished php session management
0.000546 - dotSession::start                 -> save user and host information to new session_array
0.000556 - dotSession::start                 -> check for security options
0.023392 - dotSession::start                 -> lookup ip2country
0.023452 - dotDatabase::connect              -> dotlan_beta@172.18.0.1
0.024567 - dotDatabase::select               -> database: db_intranet_beta
0.024937 - dotDatabase::query                -> SELECT `code` FROM `country_ip2code` WHERE 3628718084 BETWEEN ip_from AND ip_to
0.030549 - dotSession::start                 -> update current session online user infos
0.030589 - dotDatabase::query                -> UPDATE session SET lastactivity = 1788329035, userid = 0, site = 'https://beta.lockandload.ch/media/?open=175', host = '216.73.216.4', dns = '216.73.216.4', countrycode = 'US', hits = hits + 1 WHERE hash = 'f075637d37e45ede3082aaf404a9530f'
0.031054 - dotSession::start                 -> no session found in db == insert new db sesssion
0.031079 - dotDatabase::query                -> INSERT INTO `session`SET hash = 'f075637d37e45ede3082aaf404a9530f', lastactivity = 1788329035, userid = 0, site = 'https://beta.lockandload.ch/media/?open=175', referer = '', useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', host = '216.73.216.4', dns = '216.73.216.4', countrycode = 'US', hits = 1
0.031584 - dotSession::load_locales          -> do
0.031640 - dotSession::load_locales          -> chosing language for locales: de_DE.UTF-8
0.031647 - dotSession::start                 -> ---- finished with session startup
0.031660 - dotSession::load_user             -> id: 0
0.031667 - user::get_user                    -> id: >0<
0.031683 - dotDatabase::getInstance          -> connection: database
0.031717 - dotCommon::classload              -> require: /var/www/html/includes/class.styles.php
0.031743 - styles::load                      -> name: ><
0.031759 - styles::load                      -> include: /var/www/html/html/styles/lal-theme.php
0.031887 - styles::activate                  -> style = lal-theme
0.032050 - dotCommon::classload              -> require: /var/www/html/includes/class.admin.php
0.032066 - admin::getInstance                -> do
0.032072 - dotSession::getInstance           -> do
0.032078 - admin::__construct                -> user_id=0
0.032083 - user::load_settings               -> load current user settings to $global
0.032094 - dotCommon::classload              -> require: /var/www/html/includes/class.prvmsg.php
0.032112 - dotCommon::classload              -> require: /var/www/html/includes/class.event.php
0.032128 - EVENT::comming_event              -> return
0.032136 - dotDatabase::query                -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1788329035 AND active=1 ORDER by begin ASC
0.032807 - dotDatabase::query                -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) < 1788329035 AND active=1 ORDER by begin DESC LIMIT 1
0.033136 - dotCommon::classload              -> require: /var/www/html/includes/class.sitzplan.php
0.033170 -                                   -> require: /var/www/html//includes/custom.styles.php
0.033189 - styles::load                      -> name: >lal-theme<
0.033200 - styles::load                      -> include: /var/www/html/html/styles/lal-theme.php
0.033322 - dotSession::getInstance           -> do
0.033329 - admin::__construct                -> user_id=0
0.033343 - admin::hasRight                   -> check for adminright: >0:0 & 1< FALSE
0.033366 - dotSession::getInstance           -> do
0.033370 - admin::__construct                -> user_id=0
0.033379 - admin::hasRight                   -> check for adminright: >0:0 & 1< FALSE
0.033396 -                                   -> require: /var/www/html//includes/custom.news.php
0.033409 - dotCommon::classload              -> require: /var/www/html/includes/class.news.php
0.033463 - dotCommon::classload              -> require: /var/www/html/includes/class.cbox.php
0.033485 - CBOX::news                        -> generate Box
0.033492 - NEWS::load_news                   -> load news data
0.033504 - dotCommon::classload              -> require: /var/www/html/includes/class.cache.php
0.033522 - CACHE::get                        -> cache: >news::stats< found
0.033561 - CACHE::get                        -> cache: >news::stats< has expired
0.033572 - CACHE::delete                     -> cache: >news::stats<
0.033672 - dotDatabase::query                -> SELECT * FROM news_section WHERE urlshort IN ('') ORDER by urlshort ASC
0.034118 - dotDatabase::query                -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() ORDER by dateline ASC
0.034553 - dotDatabase::query                -> SELECT UNIX_TIMESTAMP(news_post.dateline) FROM news_post WHERE active = 1 AND dateline > NOW() ORDER by dateline ASC LIMIT 1
0.034996 - CACHE::set                        -> cache: >news::stats< with ttl:3600
0.035179 - CACHE::get                        -> cache: >news::news_limit2_page0< found
0.035246 - CACHE::get                        -> cache: >news::news_limit2_page0< has expired
0.035267 - CACHE::delete                     -> cache: >news::news_limit2_page0<
0.035310 - NEWS::load_news                   -> ... from database
0.035324 - 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() ORDER by news_post.dateline DESC LIMIT 0,2
0.036188 - dotCommon::classload              -> require: /var/www/html/includes/class.html.php
0.036257 - HTML::encodeCms                   -> 
0.036349 - HTML::encode                      -> BETA SEITE Nach der LAN ist vor der LAN: LOCK AND LOAD 12! ...
0.036369 - dotDatabase::query                -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
0.037171 - dotDatabase::query                -> SELECT codetag, codereplacement, twoparams FROM html_code
0.037512 - HTML::encode                      -> replace run 1
0.037552 - CACHE::set                        -> cache: >news::news_limit2_page0< with ttl:3600
0.037673 - HTML::template                    -> template: >box_news_bit<
0.037785 - HTML::template                    -> template: >box_news<
0.037853 - dotCommon::classload              -> require: /var/www/html/includes/class.user_frontend.php
0.037890 - USER_FUNCTIONS::login             -> return
0.037909 - HTML::template                    -> template: >user_login_shortbar<
0.037975 - HTML::template                    -> template: >user_login<
0.038060 - HTML::template                    -> template: >user/user_registration<
0.038214 - USER_FUNCTIONS::password_reminder -> return
0.038227 - HTML::template                    -> template: >user_login_shortbar<
0.038252 - HTML::message                     -> generate Message: Hinweis
0.038258 - HTML::template                    -> template: >html_message<
0.038309 - GLOBAL::end global.php            -> ---------------------------------------------
0.038325 - dotCommon::classload              -> require: /var/www/html/includes/class.media.php
0.038353 - media::display                    -> id >0<
0.038361 - media::display_nav                -> return
0.038375 - media::load_nav                   -> root_id=0
0.038386 - dotDatabase::query                -> SELECT cms_media.id, cms_media.parent_id, cms_media.level, cms_media.description, cms_media.filesize, cms_media.filename, cms_media.filetype, cms_media.imageinfo, cms_media.children, cms_media.is_dir, cms_media.readonly, cms_media.user_id, cms_media.counter, CONCAT(user.nick) AS username FROM cms_media LEFT JOIN user ON user.id=cms_media.user_id WHERE ((access='public' OR access='user') AND is_dir=0 OR is_dir=2 ) AND (parent_id>0 OR parent_id=0 AND is_dir=2) AND (is_dir=0 OR is_dir=2) AND ( parent_id=0 OR parent_id=175 ) ORDER by cms_media.is_dir DESC, cms_media.description ASC
0.039281 - media::format_sub                 -> id=0
0.039340 - HTML::template                    -> template: >media_tree_row<
0.039513 - media::format_sub                 -> id=175
0.039568 - HTML::template                    -> template: >media_tree_row<
0.039706 - HTML::template                    -> template: >media_tree_row<
0.039787 - HTML::template                    -> template: >media_tree_row<
0.039860 - HTML::template                    -> template: >media_tree_row<
0.039919 - HTML::template                    -> template: >media_tree_row<
0.039968 - HTML::template                    -> template: >media_tree_row<
0.040022 - HTML::template                    -> template: >media_tree_row<
0.040075 - HTML::template                    -> template: >media_tree_row<
0.040109 - media::display_info               -> id >0<
0.040118 - HTML::message                     -> generate Message: Medien Datenbank
0.040125 - HTML::template                    -> template: >html_message<
0.040147 - HTML::message                     -> generate Message: Information
0.040153 - HTML::template                    -> template: >html_message<
0.040166 - HTML::template                    -> template: >media_download<
0.040274 - GLOBAL::end userspace             -> ---------------------------------------------
0.040295 - PAGE::render                      -> start rendering page layout
0.040307 - USER::check_for_new_messages      -> return
0.040326 - dotSession::getInstance           -> do
0.040358 - dotCommon::classload              -> require: /var/www/html/includes/class.catering.php
0.040408 - dotDatabase::query                -> SELECT credits FROM catering_konto WHERE user_id=0
0.041009 - PAGE::get_boxes                   -> -------- side=left
0.041049 - PAGE::get_boxes                   -> -------- call: left::menu_main
0.041071 - CBOX::menu                        -> generate Menu Box >menu<
0.041127 - HTML::template_exists             -> search: >page_box_left< == 1
0.041175 - HTML::template                    -> template: >page_box_left<
0.041289 - PAGE::get_boxes                   -> -------- call: left::menu_party
0.041314 - CBOX::menu                        -> generate Menu Box >party<
0.041342 - HTML::template                    -> template: >box_menu_bit<
0.041486 - HTML::template                    -> template: >box_menu_bit<
0.041536 - HTML::template                    -> template: >box_menu_bit<
0.041568 - HTML::template                    -> template: >box_menu_bit<
0.041596 - HTML::template                    -> template: >box_menu_bit<
0.041634 - HTML::template                    -> template: >box_menu_bit<
0.041656 - HTML::template                    -> template: >box_menu_bit<
0.041680 - HTML::template                    -> template: >box_menu<
0.041773 - HTML::template_exists             -> search: >page_box_left< == 1
0.041800 - HTML::template                    -> template: >page_box_left<
0.041836 - PAGE::get_boxes                   -> -------- call: left::menu_login
0.041850 - CBOX::menu                        -> generate Menu Box >login<
0.041889 - HTML::template_exists             -> search: >page_box_left< == 1
0.041912 - HTML::template                    -> template: >page_box_left<
0.041937 - PAGE::get_boxes                   -> -------- ignore: left::menu_user
0.041943 - PAGE::get_boxes                   -> -------- call: left::search
0.041955 - CBOX::template                    -> generate Box with >box_suchen< as template
0.041966 - HTML::template                    -> template: >box_suchen<
0.042124 - HTML::template_exists             -> search: >page_box_left< == 1
0.042152 - HTML::template                    -> template: >page_box_left<
0.042188 - PAGE::get_boxes                   -> -------- call: left::banner
0.042229 - CACHE::get                        -> cache: >sponsoren_3::cbox_lal-theme.de_DE< found
0.042263 - CACHE::get                        -> cache: >sponsoren_3::cbox_lal-theme.de_DE< has expired
0.042284 - CACHE::delete                     -> cache: >sponsoren_3::cbox_lal-theme.de_DE<
0.042378 - dotDatabase::query                -> SELECT * FROM sponsoren_groups WHERE id=3
0.042809 - 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.043173 - HTML::template                    -> template: >box_banner<
0.043246 - CACHE::set                        -> cache: >sponsoren_3::cbox_lal-theme.de_DE< with ttl:3600
0.043337 - HTML::template_exists             -> search: >page_box_left< == 1
0.043359 - HTML::template                    -> template: >page_box_left<
0.043392 - PAGE::get_boxes                   -> -------- side=right
0.043404 - PAGE::get_boxes                   -> -------- call: right::news
0.043414 - CBOX::news                        -> generate Box
0.043421 - NEWS::load_news                   -> load news data
0.043458 - CACHE::get                        -> cache: >news::stats< found
0.043498 - CACHE::get                        -> cache: >news::news_limit2_page0< found
0.043526 - NEWS::load_news                   -> ... from cache
0.043551 - HTML::template                    -> template: >box_news_bit<
0.043576 - HTML::template                    -> template: >box_news<
0.043608 - HTML::template_exists             -> search: >page_box_right< == 1
0.043626 - HTML::template                    -> template: >page_box_right<
0.043696 - PAGE::get_boxes                   -> -------- call: right::party
0.043715 - CBOX::party                       -> generate Box
0.043729 - EVENT::short_event                -> id >13<
0.043734 - EVENT::getevent                   -> id >13<
0.043740 - 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=13 AND active=1
0.044241 - CACHE::get                        -> cache: >event_13::stats< found
0.044271 - CACHE::get                        -> cache: >event_13::stats< has expired
0.044283 - CACHE::delete                     -> cache: >event_13::stats<
0.044332 - dotDatabase::query                -> SELECT count(*) FROM event_teilnehmer WHERE event_id='13' AND bezahlt<2
0.044946 - dotDatabase::query                -> SELECT count(*) FROM event_teilnehmer WHERE event_id='13' AND bezahlt=1
0.045547 - CACHE::set                        -> cache: >event_13::stats< with ttl:3600
0.045640 - HTML::template                    -> template: >box_event<
0.045752 - HTML::template_exists             -> search: >page_box_right< == 1
0.045776 - HTML::template                    -> template: >page_box_right<
0.045799 - PAGE::get_boxes                   -> -------- call: right::forum
0.045808 - CBOX::forum                       -> generate forum box
0.045814 - CBOX::forum_load_threads          -> load data
0.045829 - CACHE::get                        -> cache: >forum::topthreads< found
0.045859 - 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.047589 - CACHE::set                        -> cache: >forum::topthreads< with ttl:3600
0.047723 - CBOX::forum_threads               -> list all threads in array
0.047739 - FORUM::thread_lastvisit           -> threadid: array ( )
0.047750 - admin::getInstance                -> do
0.047759 - HTML::template                    -> template: >box_forum<
0.047830 - HTML::template_exists             -> search: >page_box_right< == 1
0.047852 - HTML::template                    -> template: >page_box_right<
0.047878 - PAGE::get_boxes                   -> -------- call: right::vote
0.047891 - CBOX::vote                        -> generate Box
0.047898 - 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.048447 - HTML::template                    -> template: >box_vote_nocurrent<
0.048546 - HTML::template_exists             -> search: >page_box_right< == 1
0.048575 - HTML::template                    -> template: >page_box_right<
0.048609 - PAGE::get_boxes                   -> -------- call: right::buddylist
0.048621 - CBOX::buddylist                   -> generate Box
0.048630 - PAGE::get_boxes                   -> -------- call: right::online
0.048638 - CBOX::online                      -> generate Box
0.048645 - HTML::template                    -> template: >box_online<
0.048735 - HTML::template_exists             -> search: >page_box_right< == 1
0.048763 - HTML::template                    -> template: >page_box_right<
0.048808 - PAGE::render                      -> final
0.048823 - PAGE::renderTemplate              -> page
0.048840 - PAGE::getHead                     -> return
0.048848 - dotSession::getInstance           -> do
0.048973 - HTML::template                    -> template: >page<
0.049163 - PAGE::render_template             -> final

PHP Includes   : 25
DB Queries     : 20
Rendering Time : 0.049831

Includes PHP Files: 
 - /var/www/html/media/index.php
 - /var/www/html/global.php
 - /var/www/html/includes/class.dotCommon.php
 - /var/www/html/config.php
 - /var/www/html/includes/class.dotDatabase.php
 - /var/www/html/includes/class.page.php
 - /var/www/html/includes/class.dotSession.php
 - /var/www/html/includes/class.user.php
 - /var/www/html/includes/tournament_v2/class.tv2_db.php
 - /var/www/html/includes/class.styles.php
 - /var/www/html/html/styles/lal-theme.php
 - /var/www/html/html/styles/default.php
 - /var/www/html/includes/class.admin.php
 - /var/www/html/includes/class.prvmsg.php
 - /var/www/html/includes/class.event.php
 - /var/www/html/includes/class.sitzplan.php
 - /var/www/html/includes/custom.styles.php
 - /var/www/html/includes/custom.news.php
 - /var/www/html/includes/class.news.php
 - /var/www/html/includes/class.cbox.php
 - /var/www/html/includes/class.cache.php
 - /var/www/html/includes/class.html.php
 - /var/www/html/includes/class.user_frontend.php
 - /var/www/html/includes/class.media.php
 - /var/www/html/includes/class.catering.php