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.000010 - GLOBAL::include              -> config.php
 0.000143 - dotCommon::classload         -> require: /var/www/html/includes/class.dotDatabase.php
 0.000157 - dotDatabase::getInstance     -> connection: database
 0.000184 - dotDatabase::__construct()   -> Connection: database | Maxlan@maria (Maxlan)
 0.000200 - dotCommon::classload         -> require: /var/www/html/includes/class.page.php
 0.000214 - page::getInstance            -> do
 0.000463 - dotCommon::classload         -> require: /var/www/html/includes/class.dotSession.php
 0.000480 - dotSession::getInstance      -> do
 0.000490 - dotCommon::classload         -> require: /var/www/html/includes/class.user.php
 0.000500 - dotSession::start            -> ---- init
 0.000647 - dotSession::start            -> start php session managment
 0.000921 - dotSession::start            -> finished php session management
 0.000923 - dotSession::start            -> save user and host information to new session_array
 0.000937 - dotCommon::classload         -> require: /var/www/html/includes/class.dotCrypt.php
 0.000997 - dotSession::start            -> check for security options
 0.002458 - dotSession::start            -> lookup ip2country
 0.002467 - dotDatabase::connect()       -> create pdo object
 0.004063 - dotDatabase::query()         -> SELECT `code` FROM `country_ip2code` WHERE 3628718082 BETWEEN ip_from AND ip_to
 0.004557 - dotSession::start            -> update current session online user infos
 0.004586 - dotDatabase::query()         -> UPDATE session SET lastactivity = 1766476879, userid = 0, site = 'https:///news/', host = '216.73.216.2', dns = '216.73.216.2', countrycode = '', hits = hits + 1 WHERE hash = '7dh5k8bb3qtuh31eu1djt35cnu'
 0.004935 - dotSession::start            -> no session found in db == insert new db sesssion
 0.004945 - dotDatabase::query()         -> INSERT INTO `session`SET hash = '7dh5k8bb3qtuh31eu1djt35cnu', lastactivity = 1766476879, 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.005966 - dotSession::load_locales     -> do
 0.005970 - dotSession::start            -> ---- finished with session startup
 0.006004 - dotSession::load_user        -> id: 0
 0.006021 - user::get_user               -> id: >0<
 0.006027 - dotDatabase::getInstance     -> connection: database
 0.006074 - dotCommon::classload         -> require: /var/www/html/includes/class.styles.php
 0.006096 - styles::load                 -> name: ><
 0.006257 - styles::load                 -> include: /var/www/html/html/styles/mx1.php
 0.006444 - styles::activate             -> style = mx1
 0.006609 - dotCommon::classload         -> require: /var/www/html/includes/class.admin.php
 0.006618 - admin::getInstance           -> do
 0.006621 - dotSession::getInstance      -> do
 0.006624 - admin::__construct           -> user_id=0
 0.006626 - user::load_settings          -> load current user settings to $global
 0.006632 - dotCommon::classload         -> require: /var/www/html/includes/class.prvmsg.php
 0.006642 - dotCommon::classload         -> require: /var/www/html/includes/class.event.php
 0.006657 - EVENT::comming_event         -> return
 0.006661 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1766476879 AND active=1 ORDER by begin ASC
 0.007209 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) < 1766476879 AND active=1 ORDER by begin DESC LIMIT 1
 0.007593 - dotCommon::classload         -> require: /var/www/html/includes/class.sitzplan.php
 0.007613 - GLOBAL::end global.php       -> ---------------------------------------------
 0.007623 - dotCommon::classload         -> require: /var/www/html/includes/class.news.php
 0.007726 - NEWS::get_news               -> load
 0.007730 - NEWS::load_news              -> load news data
 0.007781 - dotCommon::classload         -> require: /var/www/html/includes/class.cache.php
 0.007856 - CACHE::get                   -> cache: >news::stats< found
 0.007939 - CACHE::get                   -> cache: >news::stats< has expired
 0.007946 - CACHE::delete                -> cache: >news::stats<
 0.008027 - dotDatabase::query()         -> SELECT * FROM news_section WHERE urlshort IN ('') ORDER by urlshort ASC
 0.008447 - dotDatabase::query()         -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() ORDER by dateline ASC
 0.008733 - dotDatabase::query()         -> SELECT UNIX_TIMESTAMP(news_post.dateline) FROM news_post WHERE active = 1 AND dateline > NOW() ORDER by dateline ASC LIMIT 1
 0.009044 - CACHE::set                   -> cache: >news::stats< with ttl:3600
 0.009160 - CACHE::get                   -> cache: >news::news_limit7_page0< found
 0.009209 - CACHE::get                   -> cache: >news::news_limit7_page0< has expired
 0.009214 - CACHE::delete                -> cache: >news::news_limit7_page0<
 0.009258 - NEWS::load_news              -> ... from database
 0.009263 - 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.009912 - dotCommon::classload         -> require: /var/www/html/includes/class.html.php
 0.009957 - HTML::encodeCms              -> Achtung!!!!   Manuel stinkt!!!! ...
 0.010146 - HTML::encode                 -> Achtung!!!!   Manuel stinkt!!!! ...
 0.010219 - dotDatabase::query()         -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
 0.014307 - dotDatabase::query()         -> SELECT codetag, codereplacement, twoparams FROM html_code
 0.015155 - HTML::encode                 -> replace run 1
 0.016153 - HTML::encodeCms              -> I bims ein Test ...
 0.016171 - HTML::encode                 -> I bims ein Test ...
 0.016218 - HTML::encode                 -> replace run 1
 0.016230 - HTML::encodeCms              -> Diese Links werde ich noch in ...
 0.016250 - HTML::encode                 -> Diese Links werde ich noch in das Menü einbauen: User-Tick...
 0.016276 - HTML::encode                 -> replace run 1
 0.016375 - HTML::encode                 -> replace run 2
 0.016385 - HTML::encodeCms              -> BlaBla Blub   Alles wie immer hier.
 0.016391 - HTML::encode                 -> BlaBla Blub   Alles wie immer hier.   Bam!! ...
 0.016410 - HTML::encode                 -> replace run 1
 0.016420 - CACHE::set                   -> cache: >news::news_limit7_page0< with ttl:3600
 0.016641 - NEWS::get_news               -> display
 0.016767 - HTML::template               -> template: >news_list_post<
 0.016955 - HTML::template               -> template: >news_list_post_short<
 0.017048 - HTML::template               -> template: >news_list_post_short<
 0.017084 - HTML::template               -> template: >news_list_post_short<
 0.017106 - HTML::template               -> template: >news_list<
 0.017166 - GLOBAL::end userspace        -> ---------------------------------------------
 0.017166 - PAGE::render                 -> start rendering page layout
 0.017169 - USER::check_for_new_messages -> return
 0.017174 - dotSession::getInstance      -> do
 0.017188 - PAGE::get_boxes              -> -------- side=topmenu
 0.017203 - dotCommon::classload         -> require: /var/www/html/includes/class.cbox.php
 0.017217 - PAGE::get_boxes              -> -------- call: topmenu::menu_news
 0.017223 - CBOX::menu                   -> generate Menu Box >news<
 0.017228 - HTML::template               -> template: >box_menu_bit<
 0.017288 - HTML::template               -> template: >box_menu_bit<
 0.017296 - HTML::template               -> template: >box_menu<
 0.017367 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 0.017389 - HTML::template               -> template: >page_box_topmenu<
 0.017433 - PAGE::get_boxes              -> -------- call: topmenu::menu_main
 0.017436 - CBOX::menu                   -> generate Menu Box >verein<
 0.017440 - HTML::template               -> template: >box_menu_bit<
 0.017448 - HTML::template               -> template: >box_menu_bit<
 0.017465 - HTML::template               -> template: >box_menu_bit<
 0.017474 - HTML::template               -> template: >box_menu_bit<
 0.017480 - HTML::template               -> template: >box_menu_bit<
 0.017487 - HTML::template               -> template: >box_menu_bit<
 0.017493 - HTML::template               -> template: >box_menu_bit<
 0.017500 - HTML::template               -> template: >box_menu_bit<
 0.017507 - HTML::template               -> template: >box_menu<
 0.017522 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 0.017529 - HTML::template               -> template: >page_box_topmenu<
 0.017540 - PAGE::get_boxes              -> -------- call: topmenu::menu_login
 0.017542 - CBOX::menu                   -> generate Menu Box >login<
 0.017546 - HTML::template               -> template: >box_menu_bit<
 0.017553 - HTML::template               -> template: >box_menu_bit<
 0.017560 - HTML::template               -> template: >box_menu<
 0.017572 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 0.017578 - HTML::template               -> template: >page_box_topmenu<
 0.017587 - PAGE::get_boxes              -> -------- ignore: topmenu::menu_user
 0.017591 - PAGE::get_boxes              -> -------- side=right
 0.017593 - PAGE::get_boxes              -> -------- call: right::party
 0.017597 - CBOX::party                  -> generate Box
 0.017602 - EVENT::short_event           -> id >7<
 0.017604 - EVENT::getevent              -> id >7<
 0.017613 - 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.018625 - CACHE::get                   -> cache: >event_7::stats< found
 0.018681 - HTML::template               -> template: >box_event<
 0.018779 - HTML::template_exists        -> search: >page_box_right< == 1
 0.018790 - HTML::template               -> template: >page_box_right<
 0.018828 - PAGE::get_boxes              -> -------- call: right::buddylist
 0.018842 - CBOX::buddylist              -> generate Box
 0.018845 - HTML::template               -> template: >box_buddylist_msg<
 0.018895 - HTML::template               -> template: >box_buddylist<
 0.018960 - HTML::template_exists        -> search: >page_box_right< == 1
 0.018967 - HTML::template               -> template: >page_box_right<
 0.018978 - PAGE::get_boxes              -> -------- call: right::banner
 0.018989 - CACHE::get                   -> cache: >sponsoren_3::cbox_mx1.de_DE< found
 0.019017 - HTML::template_exists        -> search: >page_box_right< == 1
 0.019023 - HTML::template               -> template: >page_box_right<
 0.019035 - PAGE::render                 -> final
 0.019038 - PAGE::renderTemplate         -> page
 0.019044 - PAGE::getHead                -> return
 0.019045 - dotSession::getInstance      -> do
 0.019206 - HTML::template               -> template: >page<
 0.019301 - PAGE::render_template        -> final

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

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