lrschriftzug

LANrena Neustetten e.V.

 
 
Lanrena - Die 7 NetZwerge > Allgemein
Neuen Beitrag
Moderatoren: Keine Moderatoren festgelegt
Beitrag Starter Antworten Hits Letzter Beitrag
Termin Lan_Guru 6 1103 01. Feb 2015 17:01
Lan_Guru
Casemod contest Red_Bull 7 1106 06. Dez 2014 20:13
Red_Bull
 Markiere alle Threads als gelesen

LAN-Party

27. Sep 2019 - 29. Sep 2019
18 16 / 24
Frei:
8
Angemeldet:
18
Bezahlt:
16 / 24

Forum

Umfragen

Derzeit gibt es keine aktuellen Umfragen.

Partner

Inexio
JFZ Sindelfingen

 ------------------- 

found 160 debug messages

0.000022 - GLOBAL::include              -> config.php
0.002200 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.dotDatabase.php
0.002513 - dotDatabase::getInstance     -> connection: database
0.002525 - dotDatabase::__construct     -> connection: database
0.002540 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.page.php
0.003031 - page::getInstance            -> do
0.003056 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.dotSession.php
0.003475 - dotSession::getInstance      -> do
0.003489 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.user.php
0.003941 - dotSession::start            -> ---- init
0.003957 - dotSession::start            -> start php session managment
0.004152 - dotSession::start            -> finished php session management
0.004158 - dotSession::start            -> save user and host information to new session_array
0.004167 - dotSession::start            -> check for security options
0.004341 - dotSession::start            -> lookup ip2country
0.004352 - dotDatabase::connect         -> d030eee4@localhost
0.004577 - dotDatabase::select          -> database: d030eee4
0.004671 - dotDatabase::query           -> SELECT `code` FROM `country_ip2code` WHERE 3628718091 BETWEEN ip_from AND ip_to
0.004770 - dotSession::start            -> update current session online user infos
0.004785 - dotDatabase::query           -> UPDATE session SET lastactivity = 1770220248, userid = 0, site = 'https://lanrena.christoph-raible.de/forum/105/1', host = '216.73.216.11', dns = '216.73.216.11', countrycode = 'US', hits = hits + 1 WHERE hash = '0df041376af8b124e2134f73d4488cd8'
0.004922 - dotSession::start            -> no session found in db == insert new db sesssion
0.004936 - dotDatabase::query           -> INSERT INTO `session`SET hash = '0df041376af8b124e2134f73d4488cd8', lastactivity = 1770220248, userid = 0, site = 'https://lanrena.christoph-raible.de/forum/105/1', referer = '', useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', host = '216.73.216.11', dns = '216.73.216.11', countrycode = 'US', hits = 1
0.005165 - dotSession::load_locales     -> do
0.005189 - dotSession::load_locales     -> chosing language for locales: de_DE.UTF-8
0.005194 - dotSession::start            -> ---- finished with session startup
0.005208 - dotSession::load_user        -> id: 0
0.005212 - user::get_user               -> id: >0<
0.005219 - dotDatabase::getInstance     -> connection: database
0.005234 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.styles.php
0.005508 - styles::load                 -> name: ><
0.005527 - styles::load                 -> include: /www/htdocs/w00f1046/html/styles/lanrenav3.php
0.005884 - styles::activate             -> style = lanrenav3
0.005982 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.admin.php
0.006164 - admin::getInstance           -> do
0.006172 - dotSession::getInstance      -> do
0.006178 - admin::__construct           -> user_id=0
0.006182 - user::load_settings          -> load current user settings to $global
0.006191 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.prvmsg.php
0.006372 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.event.php
0.006759 - EVENT::comming_event         -> return
0.006768 - dotDatabase::query           -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1770220248 AND active=1 ORDER by begin ASC
0.006934 - dotDatabase::query           -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) < 1770220248 AND active=1 ORDER by begin DESC LIMIT 1
0.007112 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.sitzplan.php
0.007482 - GLOBAL::end global.php       -> ---------------------------------------------
0.007582 - dotDatabase::query           -> SELECT * FROM sponsoren WHERE group_id = '1' AND active = 1 ORDER BY display_order DESC
0.007751 - dotDatabase::query           -> SELECT * FROM sponsoren WHERE group_id = '1' AND active = 1 ORDER BY display_order DESC
0.007862 - dotDatabase::query           -> SELECT * FROM sponsoren WHERE group_id = '6' AND active = 1 ORDER BY display_order DESC
0.008002 - dotDatabase::query           -> SELECT * FROM sponsoren WHERE group_id = '6' AND active = 1 ORDER BY display_order DESC
0.008134 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.forum.php
0.009335 - dotDatabase::query           -> SELECT priv_access, private, moderators, title, closed, catid FROM forum_main WHERE forumid='105' AND active=1
0.009470 - dotDatabase::query           -> SELECT count(*) AS anz FROM forum_thread WHERE forumid='105'
0.009569 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.html.php
0.010277 - HTML::template               -> template: >forum_displayforumpages<
0.010331 - dotDatabase::query           -> SELECT threadid FROM forum_thread WHERE forumid = 105 ORDER by sticky DESC, lastposttime DESC LIMIT 20,20
0.010518 - FORUM::thread_lastvisit      -> threadid: Array
0.010532 - dotDatabase::query           -> SELECT forum_thread.*, UNIX_TIMESTAMP(forum_thread.lastposttime) AS stamp, user.nick AS firstposter FROM forum_thread LEFT JOIN user ON user.id = forum_thread.user_id WHERE threadID IN (1971, 1948) ORDER by sticky DESC, lastposttime DESC
0.010687 - HTML::template               -> template: >forum_displayforumpart<
0.010810 - dotDatabase::query           -> SELECT title FROM forum_cat WHERE catid=15
0.010891 - HTML::template               -> template: >forum_displayforumindex<
0.010951 - GLOBAL::end userspace        -> ---------------------------------------------
0.010956 - PAGE::render                 -> start rendering page layout
0.010961 - USER::check_for_new_messages -> return
0.010968 - dotSession::getInstance      -> do
0.010983 - PAGE::get_boxes              -> -------- side=left
0.010993 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.cbox.php
0.011767 - PAGE::get_boxes              -> -------- call: left::menu_main
0.011778 - CBOX::menu                   -> generate Menu Box >news<
0.011790 - HTML::template               -> template: >box_menu<
0.011841 - HTML::template_exists        -> search: >page_box_left< == 1
0.011858 - HTML::template               -> template: >page_box_left<
0.011901 - PAGE::get_boxes              -> -------- call: left::menu_site
0.011908 - CBOX::menu                   -> generate Menu Box >site<
0.011918 - HTML::template               -> template: >box_menu_bit<
0.011951 - HTML::template               -> template: >box_menu_bit<
0.011964 - HTML::template               -> template: >box_menu_bit<
0.011974 - HTML::template               -> template: >box_menu_bit<
0.011983 - HTML::template               -> template: >box_menu_bit<
0.011993 - HTML::template               -> template: >box_menu_bit<
0.012002 - HTML::template               -> template: >box_menu<
0.012019 - HTML::template_exists        -> search: >page_box_left< == 1
0.012031 - HTML::template               -> template: >page_box_left<
0.012045 - PAGE::get_boxes              -> -------- call: left::menu_verein
0.012050 - CBOX::menu                   -> generate Menu Box >verein<
0.012058 - HTML::template               -> template: >box_menu_bit<
0.012069 - HTML::template               -> template: >box_menu_bit<
0.012079 - HTML::template               -> template: >box_menu_bit<
0.012088 - HTML::template               -> template: >box_menu_bit<
0.012097 - HTML::template               -> template: >box_menu_bit<
0.012106 - HTML::template               -> template: >box_menu<
0.012122 - HTML::template_exists        -> search: >page_box_left< == 1
0.012133 - HTML::template               -> template: >page_box_left<
0.012145 - PAGE::get_boxes              -> -------- call: left::menu_event
0.012151 - CBOX::menu                   -> generate Menu Box >event<
0.012159 - HTML::template               -> template: >box_menu_bit<
0.012172 - HTML::template               -> template: >box_menu_bit<
0.012182 - HTML::template               -> template: >box_menu_bit<
0.012191 - HTML::template               -> template: >box_menu_bit<
0.012200 - HTML::template               -> template: >box_menu_bit<
0.012209 - HTML::template               -> template: >box_menu_bit<
0.012218 - HTML::template               -> template: >box_menu_bit<
0.012227 - HTML::template               -> template: >box_menu_bit<
0.012238 - HTML::template               -> template: >box_menu_bit<
0.012248 - HTML::template               -> template: >box_menu<
0.012263 - HTML::template_exists        -> search: >page_box_left< == 1
0.012274 - HTML::template               -> template: >page_box_left<
0.012288 - PAGE::get_boxes              -> -------- call: left::menu_login
0.012293 - CBOX::menu                   -> generate Menu Box >login<
0.012305 - HTML::template               -> template: >box_menu_bit<
0.012318 - HTML::template               -> template: >box_menu_bit<
0.012328 - HTML::template               -> template: >box_menu<
0.012344 - HTML::template_exists        -> search: >page_box_left< == 1
0.012354 - HTML::template               -> template: >page_box_left<
0.012369 - PAGE::get_boxes              -> -------- side=right
0.012378 - PAGE::get_boxes              -> -------- call: right::party
0.012384 - CBOX::party                  -> generate Box
0.012390 - EVENT::short_event           -> id >17<
0.012393 - EVENT::getevent              -> id >17<
0.012398 - 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 FROM events LEFT JOIN event_location ON event_location.id=location_id WHERE events.id=17 AND active=1
0.012513 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.cache.php
0.012719 - CACHE::get                   -> cache: >event_17::stats< found
0.012758 - HTML::template               -> template: >box_event<
0.012826 - HTML::template_exists        -> search: >page_box_right< == 1
0.012841 - HTML::template               -> template: >page_box_right<
0.012877 - PAGE::get_boxes              -> -------- call: right::forum
0.012885 - CBOX::forum                  -> generate forum box
0.012889 - CBOX::forum_load_threads     -> load data
0.012898 - CACHE::get                   -> cache: >forum::topthreads< found
0.012974 - CBOX::forum_threads          -> list all threads in array
0.012984 - FORUM::thread_lastvisit      -> threadid: array ( 0 => 2510, 1 => 2509, 2 => 2499, 3 => 2502, 4 => 2508, 5 => 2507, 6 => 2506, 7 => 1919, 8 => 2505, 9 => 2485, 10 => 2503, 11 => 2501, 12 => 2500, 13 => 2496, 14 => 2498, 15 => 2497, 16 => 2495, 17 => 2493, 18 => 2494, 19 => 2445, )
0.012998 - admin::getInstance           -> do
0.013015 - HTML::template               -> template: >box_forum_bit<
0.013072 - HTML::template               -> template: >box_forum_bit<
0.013102 - HTML::template               -> template: >box_forum_bit<
0.013128 - HTML::template               -> template: >box_forum_bit<
0.013151 - HTML::template               -> template: >box_forum_bit<
0.013174 - HTML::template               -> template: >box_forum_bit<
0.013190 - HTML::template               -> template: >box_forum<
0.013240 - HTML::template_exists        -> search: >page_box_right< == 1
0.013254 - HTML::template               -> template: >page_box_right<
0.013270 - PAGE::get_boxes              -> -------- call: right::vote
0.013276 - CBOX::vote                   -> generate Box
0.013280 - dotDatabase::query           -> SELECT v_id, UNIX_TIMESTAMP(v_ende) AS v_ende FROM vote_main WHERE v_start < NOW() AND v_ende > NOW() AND v_active=1 AND v_top=1 ORDER by v_start DESC
0.013435 - HTML::template               -> template: >box_vote_nocurrent<
0.013481 - HTML::template_exists        -> search: >page_box_right< == 1
0.013494 - HTML::template               -> template: >page_box_right<
0.013509 - PAGE::get_boxes              -> -------- call: right::banner
0.013521 - CACHE::get                   -> cache: >sponsoren_7::cbox_lanrenav3.de_DE< found
0.013550 - HTML::template_exists        -> search: >page_box_right< == 1
0.013563 - HTML::template               -> template: >page_box_right<
0.013577 - PAGE::get_boxes              -> -------- call: right::search
0.013583 - CBOX::template               -> generate Box with >box_suchen< as template
0.013587 - HTML::template               -> template: >box_suchen<
0.013629 - HTML::template_exists        -> search: >page_box_right< == 1
0.013659 - HTML::template               -> template: >page_box_right<
0.013690 - PAGE::render                 -> final
0.013694 - PAGE::renderTemplate         -> page
0.013699 - PAGE::getHead                -> return
0.013702 - dotSession::getInstance      -> do
0.013768 - HTML::template               -> template: >page<
0.013892 - PAGE::render_template        -> final

PHP Includes   : 19
DB Queries     : 16
Rendering Time : 0.014167

Includes PHP Files: 
 - /www/htdocs/w00f1046/forum/index.php
 - /www/htdocs/w00f1046/global.php
 - /www/htdocs/w00f1046/includes/class.dotCommon.php
 - /www/htdocs/w00f1046/config.php
 - /www/htdocs/w00f1046/includes/class.dotDatabase.php
 - /www/htdocs/w00f1046/includes/class.page.php
 - /www/htdocs/w00f1046/includes/class.dotSession.php
 - /www/htdocs/w00f1046/includes/class.user.php
 - /www/htdocs/w00f1046/includes/class.styles.php
 - /www/htdocs/w00f1046/html/styles/lanrenav3.php
 - /www/htdocs/w00f1046/includes/class.admin.php
 - /www/htdocs/w00f1046/includes/class.prvmsg.php
 - /www/htdocs/w00f1046/includes/class.event.php
 - /www/htdocs/w00f1046/includes/class.sitzplan.php
 - /www/htdocs/w00f1046/html/styles/lr.inc.php
 - /www/htdocs/w00f1046/includes/class.forum.php
 - /www/htdocs/w00f1046/includes/class.html.php
 - /www/htdocs/w00f1046/includes/class.cbox.php
 - /www/htdocs/w00f1046/includes/class.cache.php