News

Nochmal Test

Monday, 14.07.2025 21:25
Marco Jackal Bardenhorst

Achtung!!!!

 

Manuel stinkt!!!!

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

 0.000015 - GLOBAL::include              -> config.php
 0.000165 - dotCommon::classload         -> require: /var/www/html/includes/class.dotDatabase.php
 0.000175 - dotDatabase::getInstance     -> connection: database
 0.000199 - dotDatabase::__construct()   -> Connection: database | Maxlan@maria (Maxlan)
 0.000210 - dotCommon::classload         -> require: /var/www/html/includes/class.page.php
 0.000217 - page::getInstance            -> do
 0.000418 - dotCommon::classload         -> require: /var/www/html/includes/class.dotSession.php
 0.000427 - dotSession::getInstance      -> do
 0.000435 - dotCommon::classload         -> require: /var/www/html/includes/class.user.php
 0.000440 - dotSession::start            -> ---- init
 0.000551 - dotSession::start            -> start php session managment
 0.000766 - dotSession::start            -> finished php session management
 0.000767 - dotSession::start            -> save user and host information to new session_array
 0.000777 - dotCommon::classload         -> require: /var/www/html/includes/class.dotCrypt.php
 0.000818 - dotSession::start            -> check for security options
 0.001495 - dotSession::start            -> lookup ip2country
 0.001505 - dotDatabase::connect()       -> create pdo object
 0.002815 - dotDatabase::query()         -> SELECT `code` FROM `country_ip2code` WHERE 3628718082 BETWEEN ip_from AND ip_to
 0.005422 - dotSession::start            -> update current session online user infos
 0.005459 - dotDatabase::query()         -> UPDATE session SET lastactivity = 1766471836, userid = 0, site = 'https:///news/', host = '216.73.216.2', dns = '216.73.216.2', countrycode = '', hits = hits + 1 WHERE hash = 'vedqh58vkfafsiipf4msks723u'
 0.005887 - dotSession::start            -> no session found in db == insert new db sesssion
 0.005897 - dotDatabase::query()         -> INSERT INTO `session`SET hash = 'vedqh58vkfafsiipf4msks723u', lastactivity = 1766471836, userid = 0, site = 'https:///news/', referer = 'http://dev.maxlan.de/news/', useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', host = '216.73.216.2', dns = '216.73.216.2', countrycode = '', hits = 1
 0.031715 - dotSession::load_locales     -> do
 0.031723 - dotSession::start            -> ---- finished with session startup
 0.031778 - dotSession::load_user        -> id: 0
 0.031808 - user::get_user               -> id: >0<
 0.031816 - dotDatabase::getInstance     -> connection: database
 0.031873 - dotCommon::classload         -> require: /var/www/html/includes/class.styles.php
 0.031885 - styles::load                 -> name: ><
 0.032020 - styles::load                 -> include: /var/www/html/html/styles/mx1.php
 0.032099 - styles::activate             -> style = mx1
 0.032305 - dotCommon::classload         -> require: /var/www/html/includes/class.admin.php
 0.032310 - admin::getInstance           -> do
 0.032315 - dotSession::getInstance      -> do
 0.032318 - admin::__construct           -> user_id=0
 0.032321 - user::load_settings          -> load current user settings to $global
 0.032330 - dotCommon::classload         -> require: /var/www/html/includes/class.prvmsg.php
 0.032341 - dotCommon::classload         -> require: /var/www/html/includes/class.event.php
 0.032356 - EVENT::comming_event         -> return
 0.032408 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1766471836 AND active=1 ORDER by begin ASC
 0.033152 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) < 1766471836 AND active=1 ORDER by begin DESC LIMIT 1
 0.033646 - dotCommon::classload         -> require: /var/www/html/includes/class.sitzplan.php
 0.033664 - GLOBAL::end global.php       -> ---------------------------------------------
 0.033680 - dotCommon::classload         -> require: /var/www/html/includes/class.news.php
 0.033808 - NEWS::get_news               -> load
 0.033812 - NEWS::load_news              -> load news data
 0.033878 - dotCommon::classload         -> require: /var/www/html/includes/class.cache.php
 0.033977 - CACHE::get                   -> cache: >news::stats< found
 0.034107 - CACHE::get                   -> cache: >news::stats< has expired
 0.034116 - CACHE::delete                -> cache: >news::stats<
 0.034199 - dotDatabase::query()         -> SELECT * FROM news_section WHERE urlshort IN ('') ORDER by urlshort ASC
 0.034590 - dotDatabase::query()         -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() ORDER by dateline ASC
 0.034886 - dotDatabase::query()         -> SELECT UNIX_TIMESTAMP(news_post.dateline) FROM news_post WHERE active = 1 AND dateline > NOW() ORDER by dateline ASC LIMIT 1
 0.035207 - CACHE::set                   -> cache: >news::stats< with ttl:3600
 0.035328 - CACHE::get                   -> cache: >news::news_limit7_page0< found
 0.035408 - CACHE::get                   -> cache: >news::news_limit7_page0< has expired
 0.035414 - CACHE::delete                -> cache: >news::news_limit7_page0<
 0.035449 - NEWS::load_news              -> ... from database
 0.035454 - 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,7
 0.049446 - dotCommon::classload         -> require: /var/www/html/includes/class.html.php
 0.049498 - HTML::encodeCms              -> Achtung!!!!   Manuel stinkt!!!! ...
 0.049741 - HTML::encode                 -> Achtung!!!!   Manuel stinkt!!!! ...
 0.049856 - dotDatabase::query()         -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
 0.053856 - dotDatabase::query()         -> SELECT codetag, codereplacement, twoparams FROM html_code
 0.054459 - HTML::encode                 -> replace run 1
 0.055339 - HTML::encodeCms              -> I bims ein Test ...
 0.055355 - HTML::encode                 -> I bims ein Test ...
 0.055412 - HTML::encode                 -> replace run 1
 0.055424 - HTML::encodeCms              -> Diese Links werde ich noch in ...
 0.055443 - HTML::encode                 -> Diese Links werde ich noch in das Menü einbauen: User-Tick...
 0.055466 - HTML::encode                 -> replace run 1
 0.055525 - HTML::encode                 -> replace run 2
 0.055535 - HTML::encodeCms              -> BlaBla Blub   Alles wie immer hier.
 0.055541 - HTML::encode                 -> BlaBla Blub   Alles wie immer hier.   Bam!! ...
 0.055558 - HTML::encode                 -> replace run 1
 0.055598 - CACHE::set                   -> cache: >news::news_limit7_page0< with ttl:3600
 0.055820 - NEWS::get_news               -> display
 0.055950 - HTML::template               -> template: >news_list_post<
 0.056146 - HTML::template               -> template: >news_list_post_short<
 0.056233 - HTML::template               -> template: >news_list_post_short<
 0.056280 - HTML::template               -> template: >news_list_post_short<
 0.056302 - HTML::template               -> template: >news_list<
 0.056396 - GLOBAL::end userspace        -> ---------------------------------------------
 0.056398 - PAGE::render                 -> start rendering page layout
 0.056402 - USER::check_for_new_messages -> return
 0.056409 - dotSession::getInstance      -> do
 0.056426 - PAGE::get_boxes              -> -------- side=topmenu
 0.056444 - dotCommon::classload         -> require: /var/www/html/includes/class.cbox.php
 0.056454 - PAGE::get_boxes              -> -------- call: topmenu::menu_news
 0.056461 - CBOX::menu                   -> generate Menu Box >news<
 0.056467 - HTML::template               -> template: >box_menu_bit<
 0.056529 - HTML::template               -> template: >box_menu_bit<
 0.056536 - HTML::template               -> template: >box_menu<
 0.056591 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 0.056614 - HTML::template               -> template: >page_box_topmenu<
 0.056657 - PAGE::get_boxes              -> -------- call: topmenu::menu_main
 0.056660 - CBOX::menu                   -> generate Menu Box >verein<
 0.056665 - HTML::template               -> template: >box_menu_bit<
 0.056673 - HTML::template               -> template: >box_menu_bit<
 0.056689 - HTML::template               -> template: >box_menu_bit<
 0.056698 - HTML::template               -> template: >box_menu_bit<
 0.056704 - HTML::template               -> template: >box_menu_bit<
 0.056711 - HTML::template               -> template: >box_menu_bit<
 0.056718 - HTML::template               -> template: >box_menu_bit<
 0.056724 - HTML::template               -> template: >box_menu_bit<
 0.056730 - HTML::template               -> template: >box_menu<
 0.056745 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 0.056752 - HTML::template               -> template: >page_box_topmenu<
 0.056763 - PAGE::get_boxes              -> -------- call: topmenu::menu_login
 0.056765 - CBOX::menu                   -> generate Menu Box >login<
 0.056768 - HTML::template               -> template: >box_menu_bit<
 0.056775 - HTML::template               -> template: >box_menu_bit<
 0.056782 - HTML::template               -> template: >box_menu<
 0.056794 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 0.056799 - HTML::template               -> template: >page_box_topmenu<
 0.056808 - PAGE::get_boxes              -> -------- ignore: topmenu::menu_user
 0.056812 - PAGE::get_boxes              -> -------- side=right
 0.056814 - PAGE::get_boxes              -> -------- call: right::party
 0.056818 - CBOX::party                  -> generate Box
 0.056823 - EVENT::short_event           -> id >7<
 0.056825 - EVENT::getevent              -> id >7<
 0.056833 - 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.057626 - CACHE::get                   -> cache: >event_7::stats< found
 0.057670 - HTML::template               -> template: >box_event<
 0.057758 - HTML::template_exists        -> search: >page_box_right< == 1
 0.057767 - HTML::template               -> template: >page_box_right<
 0.057815 - PAGE::get_boxes              -> -------- call: right::buddylist
 0.057826 - CBOX::buddylist              -> generate Box
 0.057829 - HTML::template               -> template: >box_buddylist_msg<
 0.057878 - HTML::template               -> template: >box_buddylist<
 0.057935 - HTML::template_exists        -> search: >page_box_right< == 1
 0.057942 - HTML::template               -> template: >page_box_right<
 0.057952 - PAGE::get_boxes              -> -------- call: right::banner
 0.057963 - CACHE::get                   -> cache: >sponsoren_3::cbox_mx1.de_DE< found
 0.057989 - HTML::template_exists        -> search: >page_box_right< == 1
 0.057994 - HTML::template               -> template: >page_box_right<
 0.058006 - PAGE::render                 -> final
 0.058008 - PAGE::renderTemplate         -> page
 0.058013 - PAGE::getHead                -> return
 0.058014 - dotSession::getInstance      -> do
 0.058154 - HTML::template               -> template: >page<
 0.058245 - PAGE::render_template        -> final

PHP Includes   : 22
DB Queries     : 12
Rendering Time : 0.058931

Includes PHP Files: 
 - /var/www/html/news/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.news.php
 - /var/www/html/includes/class.cache.php
 - /var/www/html/includes/class.html.php
 - /var/www/html/includes/class.cbox.php