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 125 debug messages

 0.000012 - GLOBAL::include              -> config.php
 0.000106 - dotCommon::classload         -> require: /var/www/html/includes/class.dotDatabase.php
 0.000119 - dotDatabase::getInstance     -> connection: database
 0.000139 - dotDatabase::__construct()   -> Connection: database | Maxlan@maria (Maxlan)
 0.000151 - dotCommon::classload         -> require: /var/www/html/includes/class.page.php
 0.000163 - page::getInstance            -> do
 0.000332 - dotCommon::classload         -> require: /var/www/html/includes/class.dotSession.php
 0.000343 - dotSession::getInstance      -> do
 0.000356 - dotCommon::classload         -> require: /var/www/html/includes/class.user.php
 0.000371 - dotSession::start            -> ---- init
 0.000470 - dotSession::start            -> start php session managment
 0.000732 - dotSession::start            -> finished php session management
 0.000733 - dotSession::start            -> save user and host information to new session_array
 0.000745 - dotCommon::classload         -> require: /var/www/html/includes/class.dotCrypt.php
 0.000794 - dotSession::start            -> check for security options
 5.004414 - dotSession::start            -> lookup ip2country
 5.004432 - dotDatabase::connect()       -> create pdo object
 5.005743 - dotDatabase::query()         -> SELECT `code` FROM `country_ip2code` WHERE 3628718141 BETWEEN ip_from AND ip_to
 5.006082 - dotSession::start            -> update current session online user infos
 5.006096 - dotDatabase::query()         -> UPDATE session SET lastactivity = 1753534934, userid = 0, site = 'https:///party/?type=upcoming', host = '216.73.216.61', dns = '216.73.216.61', countrycode = '', hits = hits + 1 WHERE hash = 'vlqo7hrccrlsor06lh53focdsg'
 5.006333 - dotSession::start            -> no session found in db == insert new db sesssion
 5.006341 - dotDatabase::query()         -> INSERT INTO `session`SET hash = 'vlqo7hrccrlsor06lh53focdsg', lastactivity = 1753534934, userid = 0, site = 'https:///party/?type=upcoming', referer = '', useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', host = '216.73.216.61', dns = '216.73.216.61', countrycode = '', hits = 1
 5.007028 - dotSession::load_locales     -> do
 5.007031 - dotSession::start            -> ---- finished with session startup
 5.007066 - dotSession::load_user        -> id: 0
 5.007077 - user::get_user               -> id: >0<
 5.007084 - dotDatabase::getInstance     -> connection: database
 5.007125 - dotCommon::classload         -> require: /var/www/html/includes/class.styles.php
 5.007152 - styles::load                 -> name: ><
 5.007279 - styles::load                 -> include: /var/www/html/html/styles/mx1.php
 5.007379 - styles::activate             -> style = mx1
 5.007553 - dotCommon::classload         -> require: /var/www/html/includes/class.admin.php
 5.007561 - admin::getInstance           -> do
 5.007564 - dotSession::getInstance      -> do
 5.007567 - admin::__construct           -> user_id=0
 5.007569 - user::load_settings          -> load current user settings to $global
 5.007576 - dotCommon::classload         -> require: /var/www/html/includes/class.prvmsg.php
 5.007586 - dotCommon::classload         -> require: /var/www/html/includes/class.event.php
 5.007600 - EVENT::comming_event         -> return
 5.007604 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1753534934 AND active=1 ORDER by begin ASC
 5.008039 - dotCommon::classload         -> require: /var/www/html/includes/class.sitzplan.php
 5.008057 - GLOBAL::end global.php       -> ---------------------------------------------
 5.008070 - dotCommon::classload         -> require: /var/www/html/includes/class.event_frontend.php
 5.008086 - EVENT::comming_event         -> return
 5.008088 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1753534934 AND active=1 ORDER by begin ASC
 5.008407 - admin::getInstance           -> do
 5.008498 - admin::hasRight              -> check for adminright: >0:0 & 512< FALSE
 5.008500 - admin::getInstance           -> do
 5.008555 - admin::hasRight              -> check for adminright: >0:0 & 1024< FALSE
 5.008596 - dotDatabase::query()         -> SELECT count(*) FROM events WHERE 1=1 AND events.active=1 AND (events.end>NOW() AND canceled='0000-00-00 00:00:00')
 5.009039 - 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 AND (events.end>NOW() AND canceled='0000-00-00 00:00:00') ORDER by `begin` DESC LIMIT 0,10
 5.009807 - dotDatabase::query()         -> SELECT id FROM events WHERE 1=1 AND events.active=1 AND (events.end>NOW() AND canceled='0000-00-00 00:00:00') ORDER by `begin` DESC LIMIT 0,10
 5.010182 - 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 (events.end>NOW() AND canceled='0000-00-00 00:00:00') AND (event_id=7) GROUP by event_id
 5.010543 - 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 (events.end>NOW() AND canceled='0000-00-00 00:00:00') AND (event_id=7) AND bezahlt>0 GROUP by event_id
 5.010947 - dotCommon::classload         -> require: /var/www/html/includes/class.html.php
 5.011019 - HTML::encode                 -> steht noch nicht fest...
 5.011234 - dotDatabase::query()         -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
 5.014682 - dotDatabase::query()         -> SELECT codetag, codereplacement, twoparams FROM html_code
 5.015303 - HTML::encode                 -> replace run 1
 5.016128 - HTML::encode                 -> ...
 5.016184 - HTML::encode                 -> replace run 1
 5.016348 - HTML::template               -> template: >event_index_bit<
 5.016718 - HTML::template               -> template: >event_index<
 5.016839 - HTML::template               -> template: >event_index_shortbar<
 5.017005 - GLOBAL::end userspace        -> ---------------------------------------------
 5.017007 - PAGE::render                 -> start rendering page layout
 5.017010 - USER::check_for_new_messages -> return
 5.017021 - dotSession::getInstance      -> do
 5.017057 - PAGE::get_boxes              -> -------- side=topmenu
 5.017082 - dotCommon::classload         -> require: /var/www/html/includes/class.cbox.php
 5.017111 - PAGE::get_boxes              -> -------- call: topmenu::menu_news
 5.017118 - CBOX::menu                   -> generate Menu Box >news<
 5.017124 - HTML::template               -> template: >box_menu_bit<
 5.017189 - HTML::template               -> template: >box_menu_bit<
 5.017197 - HTML::template               -> template: >box_menu<
 5.017248 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 5.017263 - HTML::template               -> template: >page_box_topmenu<
 5.017303 - PAGE::get_boxes              -> -------- call: topmenu::menu_main
 5.017306 - CBOX::menu                   -> generate Menu Box >verein<
 5.017311 - HTML::template               -> template: >box_menu_bit<
 5.017318 - HTML::template               -> template: >box_menu_bit<
 5.017324 - HTML::template               -> template: >box_menu_bit<
 5.017331 - HTML::template               -> template: >box_menu_bit<
 5.017337 - HTML::template               -> template: >box_menu_bit<
 5.017343 - HTML::template               -> template: >box_menu_bit<
 5.017348 - HTML::template               -> template: >box_menu_bit<
 5.017354 - HTML::template               -> template: >box_menu_bit<
 5.017360 - HTML::template               -> template: >box_menu<
 5.017373 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 5.017379 - HTML::template               -> template: >page_box_topmenu<
 5.017389 - PAGE::get_boxes              -> -------- call: topmenu::menu_login
 5.017391 - CBOX::menu                   -> generate Menu Box >login<
 5.017395 - HTML::template               -> template: >box_menu_bit<
 5.017407 - HTML::template               -> template: >box_menu_bit<
 5.017414 - HTML::template               -> template: >box_menu<
 5.017428 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 5.017433 - HTML::template               -> template: >page_box_topmenu<
 5.017442 - PAGE::get_boxes              -> -------- ignore: topmenu::menu_user
 5.017445 - PAGE::get_boxes              -> -------- side=right
 5.017447 - PAGE::get_boxes              -> -------- call: right::party
 5.017450 - CBOX::party                  -> generate Box
 5.017454 - EVENT::short_event           -> id >7<
 5.017457 - EVENT::getevent              -> id >7<
 5.017463 - 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
 5.018036 - dotCommon::classload         -> require: /var/www/html/includes/class.cache.php
 5.018115 - CACHE::get                   -> cache: >event_7::stats< found
 5.018169 - HTML::template               -> template: >box_event<
 5.018291 - HTML::template_exists        -> search: >page_box_right< == 1
 5.018300 - HTML::template               -> template: >page_box_right<
 5.018339 - PAGE::get_boxes              -> -------- call: right::buddylist
 5.018343 - CBOX::buddylist              -> generate Box
 5.018346 - HTML::template               -> template: >box_buddylist_msg<
 5.018385 - HTML::template               -> template: >box_buddylist<
 5.018421 - HTML::template_exists        -> search: >page_box_right< == 1
 5.018427 - HTML::template               -> template: >page_box_right<
 5.018436 - PAGE::get_boxes              -> -------- call: right::banner
 5.018446 - CACHE::get                   -> cache: >sponsoren_3::cbox_mx1.de_DE< found
 5.018471 - HTML::template_exists        -> search: >page_box_right< == 1
 5.018476 - HTML::template               -> template: >page_box_right<
 5.018487 - PAGE::render                 -> final
 5.018496 - PAGE::renderTemplate         -> page
 5.018501 - PAGE::getHead                -> return
 5.018502 - dotSession::getInstance      -> do
 5.018647 - HTML::template               -> template: >page<
 5.018762 - PAGE::render_template        -> final

PHP Includes   : 22
DB Queries     : 13
Rendering Time : 5.019381

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