Veranstaltungs Archiv

TEstlan

Datum: 17. July - 20 August 2025
Alter Schlachthof Lingen
Konrad-Adenauer-Ring 40
Germany 49808 Lingen (Ems)
Größe: 100 Teilnehmer
Teilnehmer: 2 / 3
Discord

TEstlan

17. Jul 2025 - 20. Aug 2025
2 3
2
  • Du musst eingeloggt sein um die Buddyliste zu nutzen.

Alter Schlachthof Lingen
asdasd

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

found 127 debug messages

 0.000013 - GLOBAL::include              -> config.php
 0.000099 - dotCommon::classload         -> require: /var/www/html/includes/class.dotDatabase.php
 0.000103 - dotDatabase::getInstance     -> connection: database
 0.000116 - dotDatabase::__construct()   -> Connection: database | Maxlan@maria (Maxlan)
 0.000126 - dotCommon::classload         -> require: /var/www/html/includes/class.page.php
 0.000129 - page::getInstance            -> do
 0.000143 - dotCommon::classload         -> require: /var/www/html/includes/class.dotSession.php
 0.000148 - dotSession::getInstance      -> do
 0.000158 - dotCommon::classload         -> require: /var/www/html/includes/class.user.php
 0.000165 - dotSession::start            -> ---- init
 0.000374 - dotSession::start            -> start php session managment
 0.000519 - dotSession::start            -> finished php session management
 0.000520 - dotSession::start            -> save user and host information to new session_array
 0.000529 - dotCommon::classload         -> require: /var/www/html/includes/class.dotCrypt.php
 0.000551 - dotSession::start            -> check for security options
 0.001608 - dotSession::start            -> lookup ip2country
 0.001624 - dotDatabase::connect()       -> create pdo object
 0.002713 - dotDatabase::query()         -> SELECT `code` FROM `country_ip2code` WHERE 3628718116 BETWEEN ip_from AND ip_to
 0.003037 - dotSession::start            -> update current session online user infos
 0.003049 - dotDatabase::query()         -> UPDATE session SET lastactivity = 1771658017, userid = 0, site = 'https:///party/?type=all', host = '216.73.216.36', dns = '216.73.216.36', countrycode = '', hits = hits + 1 WHERE hash = 'dqf3mid67jkpceu5t4v7g8eple'
 0.003308 - dotSession::start            -> no session found in db == insert new db sesssion
 0.003317 - dotDatabase::query()         -> INSERT INTO `session`SET hash = 'dqf3mid67jkpceu5t4v7g8eple', lastactivity = 1771658017, userid = 0, site = 'https:///party/?type=all', referer = '', useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', host = '216.73.216.36', dns = '216.73.216.36', countrycode = '', hits = 1
 0.004131 - dotSession::load_locales     -> do
 0.004134 - dotSession::start            -> ---- finished with session startup
 0.004166 - dotSession::load_user        -> id: 0
 0.004170 - user::get_user               -> id: >0<
 0.004177 - dotDatabase::getInstance     -> connection: database
 0.004211 - dotCommon::classload         -> require: /var/www/html/includes/class.styles.php
 0.004231 - styles::load                 -> name: ><
 0.004248 - styles::load                 -> include: /var/www/html/html/styles/mx1.php
 0.004311 - styles::activate             -> style = mx1
 0.004374 - dotCommon::classload         -> require: /var/www/html/includes/class.admin.php
 0.004377 - admin::getInstance           -> do
 0.004379 - dotSession::getInstance      -> do
 0.004381 - admin::__construct           -> user_id=0
 0.004383 - user::load_settings          -> load current user settings to $global
 0.004388 - dotCommon::classload         -> require: /var/www/html/includes/class.prvmsg.php
 0.004395 - dotCommon::classload         -> require: /var/www/html/includes/class.event.php
 0.004400 - EVENT::comming_event         -> return
 0.004403 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1771658017 AND active=1 ORDER by begin ASC
 0.004837 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) < 1771658017 AND active=1 ORDER by begin DESC LIMIT 1
 0.005101 - dotCommon::classload         -> require: /var/www/html/includes/class.sitzplan.php
 0.005105 - GLOBAL::end global.php       -> ---------------------------------------------
 0.005117 - dotCommon::classload         -> require: /var/www/html/includes/class.event_frontend.php
 0.005143 - EVENT::comming_event         -> return
 0.005146 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1771658017 AND active=1 ORDER by begin ASC
 0.005364 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) < 1771658017 AND active=1 ORDER by begin DESC LIMIT 1
 0.005716 - admin::getInstance           -> do
 0.005822 - admin::hasRight              -> check for adminright: >0:0 & 512< FALSE
 0.005824 - admin::getInstance           -> do
 0.005878 - admin::hasRight              -> check for adminright: >0:0 & 1024< FALSE
 0.005951 - dotDatabase::query()         -> SELECT count(*) FROM events WHERE 1=1 AND events.active=1
 0.006195 - dotDatabase::query()         -> SELECT events.*, UNIX_TIMESTAMP(`begin`) AS unix_begin, UNIX_TIMESTAMP(`end`) AS unix_end, UNIX_TIMESTAMP(canceled) AS unix_cancel, event_location.name AS location, event_location.zip, event_location.city, event_location.street, event_location.countrycode, country_code2name.name AS countryname FROM events LEFT JOIN event_location ON events.location_id=event_location.id LEFT JOIN country_code2name ON event_location.countrycode=country_code2name.code WHERE 1=1 AND events.active=1 ORDER by `begin` DESC LIMIT 0,10
 0.007068 - dotDatabase::query()         -> SELECT id FROM events WHERE 1=1 AND events.active=1 ORDER by `begin` DESC LIMIT 0,10
 0.008708 - dotDatabase::query()         -> SELECT event_id, COUNT(event_teilnehmer.id) AS anz FROM event_teilnehmer LEFT JOIN events ON events.id=event_id WHERE 1=1 AND events.active=1 AND (event_id=7) GROUP by event_id
 0.009042 - dotDatabase::query()         -> SELECT event_id, COUNT(event_teilnehmer.id) AS anz FROM event_teilnehmer LEFT JOIN events ON events.id=event_id WHERE 1=1 AND events.active=1 AND (event_id=7) AND bezahlt>0 GROUP by event_id
 0.009352 - dotCommon::classload         -> require: /var/www/html/includes/class.html.php
 0.009423 - HTML::encode                 -> steht noch nicht fest...
 0.009563 - dotDatabase::query()         -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
 0.012879 - dotDatabase::query()         -> SELECT codetag, codereplacement, twoparams FROM html_code
 0.013255 - HTML::encode                 -> replace run 1
 0.014017 - HTML::encode                 -> ...
 0.014037 - HTML::encode                 -> replace run 1
 0.014171 - HTML::template               -> template: >event_index_bit<
 0.014399 - HTML::template               -> template: >event_index<
 0.014459 - HTML::template               -> template: >event_index_shortbar<
 0.014577 - GLOBAL::end userspace        -> ---------------------------------------------
 0.014579 - PAGE::render                 -> start rendering page layout
 0.014581 - USER::check_for_new_messages -> return
 0.014587 - dotSession::getInstance      -> do
 0.014610 - PAGE::get_boxes              -> -------- side=topmenu
 0.014623 - dotCommon::classload         -> require: /var/www/html/includes/class.cbox.php
 0.014635 - PAGE::get_boxes              -> -------- call: topmenu::menu_news
 0.014641 - CBOX::menu                   -> generate Menu Box >news<
 0.014646 - HTML::template               -> template: >box_menu_bit<
 0.014705 - HTML::template               -> template: >box_menu_bit<
 0.014714 - HTML::template               -> template: >box_menu<
 0.014763 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 0.014775 - HTML::template               -> template: >page_box_topmenu<
 0.014832 - PAGE::get_boxes              -> -------- call: topmenu::menu_main
 0.014835 - CBOX::menu                   -> generate Menu Box >verein<
 0.014839 - HTML::template               -> template: >box_menu_bit<
 0.014847 - HTML::template               -> template: >box_menu_bit<
 0.014853 - HTML::template               -> template: >box_menu_bit<
 0.014859 - HTML::template               -> template: >box_menu_bit<
 0.014865 - HTML::template               -> template: >box_menu_bit<
 0.014870 - HTML::template               -> template: >box_menu_bit<
 0.014876 - HTML::template               -> template: >box_menu_bit<
 0.014882 - HTML::template               -> template: >box_menu_bit<
 0.014887 - HTML::template               -> template: >box_menu<
 0.014901 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 0.014907 - HTML::template               -> template: >page_box_topmenu<
 0.014917 - PAGE::get_boxes              -> -------- call: topmenu::menu_login
 0.014919 - CBOX::menu                   -> generate Menu Box >login<
 0.014922 - HTML::template               -> template: >box_menu_bit<
 0.014929 - HTML::template               -> template: >box_menu_bit<
 0.014935 - HTML::template               -> template: >box_menu<
 0.014946 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 0.014951 - HTML::template               -> template: >page_box_topmenu<
 0.014959 - PAGE::get_boxes              -> -------- ignore: topmenu::menu_user
 0.014962 - PAGE::get_boxes              -> -------- side=right
 0.014964 - PAGE::get_boxes              -> -------- call: right::party
 0.014968 - CBOX::party                  -> generate Box
 0.014972 - EVENT::short_event           -> id >7<
 0.014974 - EVENT::getevent              -> id >7<
 0.014979 - 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, priority_group, priority_forerun, waitinglist FROM events LEFT JOIN event_location ON event_location.id=location_id WHERE events.id=7 AND active=1
 0.015436 - dotCommon::classload         -> require: /var/www/html/includes/class.cache.php
 0.015505 - CACHE::get                   -> cache: >event_7::stats< found
 0.015553 - HTML::template               -> template: >box_event<
 0.015633 - HTML::template_exists        -> search: >page_box_right< == 1
 0.015642 - HTML::template               -> template: >page_box_right<
 0.015674 - PAGE::get_boxes              -> -------- call: right::buddylist
 0.015678 - CBOX::buddylist              -> generate Box
 0.015681 - HTML::template               -> template: >box_buddylist_msg<
 0.015719 - HTML::template               -> template: >box_buddylist<
 0.015759 - HTML::template_exists        -> search: >page_box_right< == 1
 0.015764 - HTML::template               -> template: >page_box_right<
 0.015773 - PAGE::get_boxes              -> -------- call: right::banner
 0.015784 - CACHE::get                   -> cache: >sponsoren_3::cbox_mx1.de_DE< found
 0.015838 - HTML::template_exists        -> search: >page_box_right< == 1
 0.015843 - HTML::template               -> template: >page_box_right<
 0.015855 - PAGE::render                 -> final
 0.015857 - PAGE::renderTemplate         -> page
 0.015861 - PAGE::getHead                -> return
 0.015862 - dotSession::getInstance      -> do
 0.015991 - HTML::template               -> template: >page<
 0.016086 - PAGE::render_template        -> final

PHP Includes   : 22
DB Queries     : 15
Rendering Time : 0.016811

Includes PHP Files: 
 - /var/www/html/party/index.php
 - /var/www/html/global.php
 - /var/www/html/includes/class.dotCommon.php
 - /var/www/html/includes/class.dotLogger.php
 - /var/www/html/includes/class.LoggerInterface.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/class.dotCrypt.php
 - /var/www/html/includes/class.styles.php
 - /var/www/html/html/styles/mx1.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/class.event_frontend.php
 - /var/www/html/includes/class.html.php
 - /var/www/html/includes/class.cbox.php
 - /var/www/html/includes/class.cache.php