Forum

Forum
Willkommen im Forum 
 2 Themen | 2 Beiträge
 Registrierte Mitglieder: 17

  Forum Beiträge Themen Letzter Beitrag
Allgemein
Erstes Forum
2 2 28. Oct 2023 00:39
Jackal
 Markiere alle Beiträge als gelesen
RSS Feed: Forum

Forum Statistiken:
( Top10 Poster )
NickBeiträge
Jackal2
( Top10 Threadstarter )
NickThreads
Jackal2
( Beiträge )
BeiträgeAnzahl
öffentlich2
privat0
gesamt2
pro Tag0

( Themen )
ThemenAnzahl
öffentlich2
privat0
gesamt2
( Top10 Threads )
TitelHitsReplys
Beispielturnier...91
Testnews61
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 123 debug messages

 0.000009 - GLOBAL::include              -> config.php
 0.000090 - dotCommon::classload         -> require: /var/www/html/includes/class.dotDatabase.php
 0.000102 - dotDatabase::getInstance     -> connection: database
 0.000120 - dotDatabase::__construct()   -> Connection: database | Maxlan@maria (Maxlan)
 0.000130 - dotCommon::classload         -> require: /var/www/html/includes/class.page.php
 0.000142 - page::getInstance            -> do
 0.000294 - dotCommon::classload         -> require: /var/www/html/includes/class.dotSession.php
 0.000301 - dotSession::getInstance      -> do
 0.000318 - dotCommon::classload         -> require: /var/www/html/includes/class.user.php
 0.000332 - dotSession::start            -> ---- init
 0.000423 - dotSession::start            -> start php session managment
 0.000606 - dotSession::start            -> finished php session management
 0.000608 - dotSession::start            -> save user and host information to new session_array
 0.000626 - dotCommon::classload         -> require: /var/www/html/includes/class.dotCrypt.php
 0.000700 - dotSession::start            -> check for security options
 5.003907 - dotSession::start            -> lookup ip2country
 5.003925 - dotDatabase::connect()       -> create pdo object
 5.005277 - dotDatabase::query()         -> SELECT `code` FROM `country_ip2code` WHERE 3628718141 BETWEEN ip_from AND ip_to
 5.005649 - dotSession::start            -> update current session online user infos
 5.005664 - dotDatabase::query()         -> UPDATE session SET lastactivity = 1753535453, userid = 0, site = 'https:///forum/', host = '216.73.216.61', dns = '216.73.216.61', countrycode = '', hits = hits + 1 WHERE hash = 'lt479vl58rq9hbcmc3eutj3cda'
 5.005950 - dotSession::start            -> no session found in db == insert new db sesssion
 5.005959 - dotDatabase::query()         -> INSERT INTO `session`SET hash = 'lt479vl58rq9hbcmc3eutj3cda', lastactivity = 1753535453, userid = 0, site = 'https:///forum/', referer = 'http://dev.maxlan.de/forum/', 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.006689 - dotSession::load_locales     -> do
 5.006693 - dotSession::start            -> ---- finished with session startup
 5.006725 - dotSession::load_user        -> id: 0
 5.006737 - user::get_user               -> id: >0<
 5.006743 - dotDatabase::getInstance     -> connection: database
 5.006779 - dotCommon::classload         -> require: /var/www/html/includes/class.styles.php
 5.006795 - styles::load                 -> name: ><
 5.006910 - styles::load                 -> include: /var/www/html/html/styles/mx1.php
 5.006978 - styles::activate             -> style = mx1
 5.007150 - dotCommon::classload         -> require: /var/www/html/includes/class.admin.php
 5.007154 - admin::getInstance           -> do
 5.007156 - dotSession::getInstance      -> do
 5.007158 - admin::__construct           -> user_id=0
 5.007160 - user::load_settings          -> load current user settings to $global
 5.007181 - dotCommon::classload         -> require: /var/www/html/includes/class.prvmsg.php
 5.007189 - dotCommon::classload         -> require: /var/www/html/includes/class.event.php
 5.007200 - EVENT::comming_event         -> return
 5.007203 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1753535453 AND active=1 ORDER by begin ASC
 5.007554 - dotCommon::classload         -> require: /var/www/html/includes/class.sitzplan.php
 5.007566 - GLOBAL::end global.php       -> ---------------------------------------------
 5.007608 - dotCommon::classload         -> require: /var/www/html/includes/class.forum.php
 5.007775 - dotDatabase::query()         -> SELECT * FROM forum_cat
 5.008193 - dotDatabase::query()         -> SELECT m.forumid, m.title, m.description, m.lastposter, m.lastposttime, m.moderators, m.private, m.priv_access, m.closed, m.catid, m.posts, m.threads, UNIX_TIMESTAMP(m.lastposttime) AS stamp FROM forum_main AS m LEFT JOIN forum_cat AS c ON c.catid=m.catid WHERE m.active=1 ORDER by c.displayorder, m.displayorder ASC
 5.009095 - FORUM::forum_lastvisit       -> forumid: Array
 5.009156 - dotCommon::classload         -> require: /var/www/html/includes/class.html.php
 5.009240 - HTML::template               -> template: >forum_part<
 5.009485 - dotCommon::classload         -> require: /var/www/html/includes/class.cache.php
 5.009634 - CACHE::get                   -> cache: >forum::stats< not found
 5.009639 - dotDatabase::query()         -> SELECT COUNT(id) FROM user WHERE ver_email != 0;
 5.009979 - dotDatabase::query()         -> SELECT COUNT(threadid) FROM forum_thread WHERE invisible=0
 5.010210 - dotDatabase::query()         -> SELECT COUNT(postid) FROM forum_post WHERE invisible=0
 5.010383 - CACHE::set                   -> cache: >forum::stats< with ttl:3600
 5.010480 - HTML::template               -> template: >forum_index<
 5.010630 - dotDatabase::query()         -> SELECT count(*) AS postings, user.nick AS nick FROM forum_post LEFT JOIN user ON user.id=forum_post.userid GROUP by userid ORDER by postings DESC LIMIT 10
 5.010986 - dotDatabase::query()         -> SELECT count(forum_thread.threadid) AS threads, user.nick AS nick FROM forum_thread LEFT JOIN user ON forum_thread.user_id=user.id GROUP by user_id ORDER by threads DESC LIMIT 10;
 5.011233 - dotDatabase::query()         -> SELECT count(*) FROM forum_post WHERE invisible=0
 5.011414 - dotDatabase::query()         -> SELECT count(*) FROM forum_post AS p, forum_thread AS t, forum_main AS m WHERE p.invisible=0 AND m.private>0 AND m.forumid=t.forumid AND t.threadid=p.threadid
 5.011632 - dotDatabase::query()         -> SELECT UNIX_TIMESTAMP(dateline) FROM forum_post ORDER by dateline ASC LIMIT 1
 5.011784 - dotDatabase::query()         -> SELECT count(*) AS anz FROM forum_thread
 5.011907 - dotDatabase::query()         -> SELECT count(*) AS anz FROM forum_thread AS t, forum_main AS m WHERE m.private>0 AND m.forumid=t.forumid
 5.012080 - dotDatabase::query()         -> SELECT forum_thread.threadid, forum_thread.title, forum_thread.hits, count(forum_post.postid) AS postings FROM forum_thread LEFT JOIN forum_post ON forum_post.threadid=forum_thread.threadid LEFT JOIN forum_main ON forum_thread.forumid=forum_main.forumid WHERE forum_main.private=0 GROUP by forum_thread.threadid ORDER by forum_thread.hits DESC LIMIT 10
 5.012400 - GLOBAL::end userspace        -> ---------------------------------------------
 5.012401 - PAGE::render                 -> start rendering page layout
 5.012404 - USER::check_for_new_messages -> return
 5.012411 - dotSession::getInstance      -> do
 5.012436 - PAGE::get_boxes              -> -------- side=topmenu
 5.012451 - dotCommon::classload         -> require: /var/www/html/includes/class.cbox.php
 5.012470 - PAGE::get_boxes              -> -------- call: topmenu::menu_news
 5.012477 - CBOX::menu                   -> generate Menu Box >news<
 5.012482 - HTML::template               -> template: >box_menu_bit<
 5.012548 - HTML::template               -> template: >box_menu_bit<
 5.012557 - HTML::template               -> template: >box_menu<
 5.012604 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 5.012618 - HTML::template               -> template: >page_box_topmenu<
 5.012659 - PAGE::get_boxes              -> -------- call: topmenu::menu_main
 5.012661 - CBOX::menu                   -> generate Menu Box >verein<
 5.012665 - HTML::template               -> template: >box_menu_bit<
 5.012673 - HTML::template               -> template: >box_menu_bit<
 5.012679 - HTML::template               -> template: >box_menu_bit<
 5.012685 - HTML::template               -> template: >box_menu_bit<
 5.012691 - HTML::template               -> template: >box_menu_bit<
 5.012696 - HTML::template               -> template: >box_menu_bit<
 5.012702 - HTML::template               -> template: >box_menu_bit<
 5.012708 - HTML::template               -> template: >box_menu_bit<
 5.012714 - HTML::template               -> template: >box_menu<
 5.012727 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 5.012733 - HTML::template               -> template: >page_box_topmenu<
 5.012743 - PAGE::get_boxes              -> -------- call: topmenu::menu_login
 5.012745 - CBOX::menu                   -> generate Menu Box >login<
 5.012748 - HTML::template               -> template: >box_menu_bit<
 5.012757 - HTML::template               -> template: >box_menu_bit<
 5.012764 - HTML::template               -> template: >box_menu<
 5.012781 - HTML::template_exists        -> search: >page_box_topmenu< == 1
 5.012786 - HTML::template               -> template: >page_box_topmenu<
 5.012795 - PAGE::get_boxes              -> -------- ignore: topmenu::menu_user
 5.012798 - PAGE::get_boxes              -> -------- side=right
 5.012801 - PAGE::get_boxes              -> -------- call: right::party
 5.012804 - CBOX::party                  -> generate Box
 5.012809 - EVENT::short_event           -> id >7<
 5.012811 - EVENT::getevent              -> id >7<
 5.012816 - 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.013261 - CACHE::get                   -> cache: >event_7::stats< found
 5.013310 - HTML::template               -> template: >box_event<
 5.013394 - HTML::template_exists        -> search: >page_box_right< == 1
 5.013402 - HTML::template               -> template: >page_box_right<
 5.013437 - PAGE::get_boxes              -> -------- call: right::buddylist
 5.013440 - CBOX::buddylist              -> generate Box
 5.013443 - HTML::template               -> template: >box_buddylist_msg<
 5.013480 - HTML::template               -> template: >box_buddylist<
 5.013516 - HTML::template_exists        -> search: >page_box_right< == 1
 5.013532 - HTML::template               -> template: >page_box_right<
 5.013544 - PAGE::get_boxes              -> -------- call: right::banner
 5.013557 - CACHE::get                   -> cache: >sponsoren_3::cbox_mx1.de_DE< found
 5.013583 - HTML::template_exists        -> search: >page_box_right< == 1
 5.013588 - HTML::template               -> template: >page_box_right<
 5.013599 - PAGE::render                 -> final
 5.013602 - PAGE::renderTemplate         -> page
 5.013612 - PAGE::getHead                -> return
 5.013613 - dotSession::getInstance      -> do
 5.013951 - HTML::template               -> template: >page<
 5.014060 - PAGE::render_template        -> final

PHP Includes   : 22
DB Queries     : 18
Rendering Time : 5.014688

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