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

 0.000009 - GLOBAL::include              -> config.php
 0.000133 - dotCommon::classload         -> require: /var/www/html/includes/class.dotDatabase.php
 0.000146 - dotDatabase::getInstance     -> connection: database
 0.000166 - dotDatabase::__construct()   -> Connection: database | Maxlan@maria (Maxlan)
 0.000178 - dotCommon::classload         -> require: /var/www/html/includes/class.page.php
 0.000189 - page::getInstance            -> do
 0.000352 - dotCommon::classload         -> require: /var/www/html/includes/class.dotSession.php
 0.000361 - dotSession::getInstance      -> do
 0.000373 - dotCommon::classload         -> require: /var/www/html/includes/class.user.php
 0.000386 - dotSession::start            -> ---- init
 0.000478 - dotSession::start            -> start php session managment
 0.000652 - dotSession::start            -> finished php session management
 0.000654 - dotSession::start            -> save user and host information to new session_array
 0.000669 - dotCommon::classload         -> require: /var/www/html/includes/class.dotCrypt.php
 0.000729 - dotSession::start            -> check for security options
 5.004519 - dotSession::start            -> lookup ip2country
 5.004538 - dotDatabase::connect()       -> create pdo object
 5.006011 - dotDatabase::query()         -> SELECT `code` FROM `country_ip2code` WHERE 3628718141 BETWEEN ip_from AND ip_to
 5.006347 - dotSession::start            -> update current session online user infos
 5.006365 - dotDatabase::query()         -> UPDATE session SET lastactivity = 1753494234, userid = 0, site = 'https:///news/', host = '216.73.216.61', dns = '216.73.216.61', countrycode = '', hits = hits + 1 WHERE hash = 'k5tomj3pvfjdr932eaof2le2da'
 5.006595 - dotSession::start            -> no session found in db == insert new db sesssion
 5.006603 - dotDatabase::query()         -> INSERT INTO `session`SET hash = 'k5tomj3pvfjdr932eaof2le2da', lastactivity = 1753494234, 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.61', dns = '216.73.216.61', countrycode = '', hits = 1
 5.007340 - dotSession::load_locales     -> do
 5.007342 - dotSession::start            -> ---- finished with session startup
 5.007364 - dotSession::load_user        -> id: 0
 5.007373 - user::get_user               -> id: >0<
 5.007379 - dotDatabase::getInstance     -> connection: database
 5.007423 - dotCommon::classload         -> require: /var/www/html/includes/class.styles.php
 5.007446 - styles::load                 -> name: ><
 5.007559 - styles::load                 -> include: /var/www/html/html/styles/mx1.php
 5.007668 - styles::activate             -> style = mx1
 5.007818 - dotCommon::classload         -> require: /var/www/html/includes/class.admin.php
 5.007825 - admin::getInstance           -> do
 5.007827 - dotSession::getInstance      -> do
 5.007829 - admin::__construct           -> user_id=0
 5.007832 - user::load_settings          -> load current user settings to $global
 5.007838 - dotCommon::classload         -> require: /var/www/html/includes/class.prvmsg.php
 5.007849 - dotCommon::classload         -> require: /var/www/html/includes/class.event.php
 5.007861 - EVENT::comming_event         -> return
 5.007865 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1753494234 AND active=1 ORDER by begin ASC
 5.008274 - dotCommon::classload         -> require: /var/www/html/includes/class.sitzplan.php
 5.008289 - GLOBAL::end global.php       -> ---------------------------------------------
 5.008300 - dotCommon::classload         -> require: /var/www/html/includes/class.news.php
 5.008377 - NEWS::get_news               -> load
 5.008383 - NEWS::load_news              -> load news data
 5.008422 - dotCommon::classload         -> require: /var/www/html/includes/class.cache.php
 5.008496 - CACHE::get                   -> cache: >news::stats< found
 5.008575 - CACHE::get                   -> cache: >news::stats< has expired
 5.008582 - CACHE::delete                -> cache: >news::stats<
 5.008665 - dotDatabase::query()         -> SELECT * FROM news_section WHERE urlshort IN ('') ORDER by urlshort ASC
 5.008963 - dotDatabase::query()         -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() ORDER by dateline ASC
 5.009226 - dotDatabase::query()         -> SELECT UNIX_TIMESTAMP(news_post.dateline) FROM news_post WHERE active = 1 AND dateline > NOW() ORDER by dateline ASC LIMIT 1
 5.009437 - CACHE::set                   -> cache: >news::stats< with ttl:3600
 5.009550 - CACHE::get                   -> cache: >news::news_limit7_page0< found
 5.009613 - CACHE::get                   -> cache: >news::news_limit7_page0< has expired
 5.009621 - CACHE::delete                -> cache: >news::news_limit7_page0<
 5.009653 - NEWS::load_news              -> ... from database
 5.009656 - 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
 5.010060 - dotCommon::classload         -> require: /var/www/html/includes/class.html.php
 5.010091 - HTML::encodeCms              -> Achtung!!!!   Manuel stinkt!!!! ...
 5.010239 - HTML::encode                 -> Achtung!!!!   Manuel stinkt!!!! ...
 5.010307 - dotDatabase::query()         -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
 5.013099 - dotDatabase::query()         -> SELECT codetag, codereplacement, twoparams FROM html_code
 5.013380 - HTML::encode                 -> replace run 1
 5.014005 - HTML::encodeCms              -> I bims ein Test ...
 5.014012 - HTML::encode                 -> I bims ein Test ...
 5.014032 - HTML::encode                 -> replace run 1
 5.014041 - HTML::encodeCms              -> Diese Links werde ich noch in ...
 5.014057 - HTML::encode                 -> Diese Links werde ich noch in das Menü einbauen: User-Tick...
 5.014076 - HTML::encode                 -> replace run 1
 5.014132 - HTML::encode                 -> replace run 2
 5.014140 - HTML::encodeCms              -> BlaBla Blub   Alles wie immer hier.
 5.014146 - HTML::encode                 -> BlaBla Blub   Alles wie immer hier.   Bam!! ...
 5.014161 - HTML::encode                 -> replace run 1
 5.014168 - CACHE::set                   -> cache: >news::news_limit7_page0< with ttl:3600
 5.014251 - NEWS::get_news               -> display
 5.014345 - HTML::template               -> template: >news_list_post<
 5.014534 - HTML::template               -> template: >news_list_post_short<
 5.014622 - HTML::template               -> template: >news_list_post_short<
 5.014653 - HTML::template               -> template: >news_list_post_short<
 5.014677 - HTML::template               -> template: >news_list<
 5.014738 - GLOBAL::end userspace        -> ---------------------------------------------
 5.014739 - PAGE::render                 -> start rendering page layout
 5.014740 - USER::check_for_new_messages -> return
 5.014744 - dotSession::getInstance      -> do
 5.014757 - PAGE::get_boxes              -> -------- side=topmenu
 5.014767 - dotCommon::classload         -> require: /var/www/html/includes/class.cbox.php
 5.014782 - PAGE::get_boxes              -> -------- call: topmenu::menu_news
 5.014787 - CBOX::menu                   -> generate Menu Box >news<
 5.014792 - HTML::template               -> template: >box_menu_bit<
 5.014850 - HTML::template               -> template: >box_menu_bit<
 5.014857 - HTML::template               -> template: >box_menu<
 5.014902 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 5.014913 - HTML::template               -> template: >page_box_topmenu<
 5.014950 - PAGE::get_boxes              -> -------- call: topmenu::menu_main
 5.014952 - CBOX::menu                   -> generate Menu Box >verein<
 5.014956 - HTML::template               -> template: >box_menu_bit<
 5.014963 - HTML::template               -> template: >box_menu_bit<
 5.014969 - HTML::template               -> template: >box_menu_bit<
 5.014987 - HTML::template               -> template: >box_menu_bit<
 5.014997 - HTML::template               -> template: >box_menu_bit<
 5.015003 - HTML::template               -> template: >box_menu_bit<
 5.015009 - HTML::template               -> template: >box_menu_bit<
 5.015014 - HTML::template               -> template: >box_menu_bit<
 5.015021 - HTML::template               -> template: >box_menu<
 5.015038 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 5.015044 - HTML::template               -> template: >page_box_topmenu<
 5.015054 - PAGE::get_boxes              -> -------- call: topmenu::menu_login
 5.015056 - CBOX::menu                   -> generate Menu Box >login<
 5.015059 - HTML::template               -> template: >box_menu_bit<
 5.015065 - HTML::template               -> template: >box_menu_bit<
 5.015071 - HTML::template               -> template: >box_menu<
 5.015082 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 5.015086 - HTML::template               -> template: >page_box_topmenu<
 5.015095 - PAGE::get_boxes              -> -------- ignore: topmenu::menu_user
 5.015097 - PAGE::get_boxes              -> -------- side=right
 5.015099 - PAGE::get_boxes              -> -------- call: right::party
 5.015102 - CBOX::party                  -> generate Box
 5.015105 - EVENT::short_event           -> id >7<
 5.015107 - EVENT::getevent              -> id >7<
 5.015112 - 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.015641 - CACHE::get                   -> cache: >event_7::stats< found
 5.015678 - HTML::template               -> template: >box_event<
 5.015758 - HTML::template_exists        -> search: >page_box_right< == 1
 5.015766 - HTML::template               -> template: >page_box_right<
 5.015797 - PAGE::get_boxes              -> -------- call: right::buddylist
 5.015807 - CBOX::buddylist              -> generate Box
 5.015809 - HTML::template               -> template: >box_buddylist_msg<
 5.015849 - HTML::template               -> template: >box_buddylist<
 5.015902 - HTML::template_exists        -> search: >page_box_right< == 1
 5.015908 - HTML::template               -> template: >page_box_right<
 5.015916 - PAGE::get_boxes              -> -------- call: right::banner
 5.015927 - CACHE::get                   -> cache: >sponsoren_3::cbox_mx1.de_DE< found
 5.015951 - HTML::template_exists        -> search: >page_box_right< == 1
 5.015957 - HTML::template               -> template: >page_box_right<
 5.015967 - PAGE::render                 -> final
 5.015969 - PAGE::renderTemplate         -> page
 5.015972 - PAGE::getHead                -> return
 5.015973 - dotSession::getInstance      -> do
 5.016105 - HTML::template               -> template: >page<
 5.016191 - PAGE::render_template        -> final

PHP Includes   : 22
DB Queries     : 11
Rendering Time : 5.016748

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