Volt

Volt

Thursday, 21.02.2019 07:55
Tom DirtyCrow Ernst

 

Dieser Tage trudeln die Volt-Bestellungen für die kommende Veranstaltung ein. Neben dem bekannten Cola mit einem Coffeingehalt von 320mg/l werden wir auch wieder den Spezi im Sortiment haben.

Kommentar

Es liegen noch keine Kommentare vor.

Kommentar hinzufügen

Join our Team

Nächste LAN


Gamers Congress #23
17. Apr - 19. Apr 2026



frei: 150
angemeldet: 1
bezahlt: 0/150
Warteliste: 0

Letzte Kontoüberprüfung:
0000-00-00 00:00:00

Sponsoren


0 von 0 Sponsoren

Connect with us!

Forum

Umfragen

Derzeit gibt es keine aktuellen Umfragen.

Buddyliste [0/0]

  • Du musst eingeloggt sein um die Buddyliste zu nutzen.

User Online

  • ?
  • ?

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

found 194 debug messages

 0.000022 - GLOBAL::include              -> config.php
 0.000778 - GLOBAL::include /gc_includes/gc_includes.php
 0.001043 - GLOBAL::include /gc_includes/HelperFuncs.php
 0.001532 - GLOBAL::include /gc_pageAddons/gc_CreateFillingLevel/CreateFillingLevel.php
 0.001648 - GLOBAL::include /gc_pageAddons/followUS.php
 0.001689 - GLOBAL::include /gc_pageAddons/paymentButton.php
 0.001720 - GLOBAL::include /gc_pageAddons/littleBanners.php
 0.001828 - GLOBAL::include /gc_pageAddons/jobs.php
 0.001893 - GLOBAL::include /gc_includes/class.gc_notifier.php
 0.002073 - GLOBAL::include /gc_includes/class.n8n-webhook.php
 0.002270 - GLOBAL::include /gc_includes/class.gc_automation.php
 0.002604 - dotCommon::classload         -> require: /var/www/html/includes/class.dotDatabase.php
 0.003385 - dotDatabase::getInstance     -> connection: database
 0.003404 - dotDatabase::__construct()   -> Connection: database | gcdotlandb@db (gc_dotlandb)
 0.003432 - dotCommon::classload         -> require: /var/www/html/includes/class.page.php
 0.004453 - page::getInstance            -> do
 0.004490 - dotCommon::classload         -> require: /var/www/html/includes/class.dotSession.php
 0.005482 - dotSession::getInstance      -> do
 0.005507 - dotCommon::classload         -> require: /var/www/html/includes/class.user.php
 0.006222 - dotSession::start            -> ---- init
 0.006284 - dotSession::start            -> start php session managment
 0.006415 - dotSession::start            -> finished php session management
 0.006419 - dotSession::start            -> check for security options
 0.006426 - dotSession::start            -> lookup ip2country
 0.006436 - dotDatabase::connect()       -> create pdo object
 0.009456 - dotDatabase::query()         -> SELECT `code` FROM `country_ip2code` WHERE 3628718207 BETWEEN ip_from AND ip_to
 0.010566 - dotSession::start            -> update current session online user infos
 0.010630 - dotDatabase::query()         -> UPDATE session SET lastactivity = 1766291148, userid = 0, site = 'http://dev.gamers-congress.de/news/?id=423', host = '216.73.216.127', dns = '216.73.216.127', countrycode = '', hits = hits + 1 WHERE hash = '3c7694f49b1e42fc568d1e5dec969c23'
 0.018310 - dotSession::start            -> session found in DB
 0.018323 - dotSession::load_locales     -> do
 0.018337 - dotSession::start            -> ---- finished with session startup
 0.018357 - dotSession::load_user        -> id: 0
 0.018368 - user::get_user               -> id: >0<
 0.018384 - dotDatabase::getInstance     -> connection: database
 0.018499 - dotCommon::classload         -> require: /var/www/html/includes/class.styles.php
 0.019869 - styles::load                 -> name: ><
 0.019914 - styles::load                 -> include: /var/www/html/html/styles/gc_online.php
 0.020646 - dotDatabase::query()         -> SELECT events.id, events.begin , events.end, events.anzahl , events.name, events.kontocheck, events.signupbegin, events.signupend from events order by id desc limit 0,1;
 0.022004 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (1,2,3,4,6,7,8,9,10,11,12,13,14,15);
 0.023078 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (3,6,7,8,9,10,11,12,13,14,15);
 0.024419 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (5);
 0.025337 - styles::activate             -> style = gc_online
 0.025416 - dotCommon::classload         -> require: /var/www/html/includes/class.admin.php
 0.025917 - admin::getInstance           -> do
 0.025922 - dotSession::getInstance      -> do
 0.025927 - admin::__construct           -> user_id=0
 0.025932 - user::load_settings          -> load current user settings to $global
 0.025950 - dotCommon::classload         -> require: /var/www/html/includes/class.prvmsg.php
 0.026301 - dotCommon::classload         -> require: /var/www/html/includes/class.event.php
 0.027536 - EVENT::comming_event         -> return
 0.027546 - dotDatabase::query()         -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1766291148 AND active=1 ORDER by begin ASC
 0.028436 - dotCommon::classload         -> require: /var/www/html/includes/class.sitzplan.php
 0.029394 - GLOBAL::end global.php       -> ---------------------------------------------
 0.029421 - dotCommon::classload         -> require: /var/www/html/includes/class.news.php
 0.030543 - NEWS::show_comments          -> id >423<
 0.030547 - NEWS::get_post               -> id >423<
 0.030552 - dotDatabase::query()         -> SELECT news_post.id, section_id, news_post.active, encode, UNIX_TIMESTAMP(dateline) AS date_unix, news_post.headline, news_post.short, news_post.content, user_id, generator_id, user.nick, user.vorname, user.nachname, user.countrycode, comments, intern, UNIX_TIMESTAMP(edited) AS edittime, edituser, news_section.template FROM news_post LEFT JOIN user ON user.id=news_post.user_id LEFT JOIN news_section ON news_post.section_id=news_section.id WHERE news_post.id='423' AND active=1 AND dateline id: >158<
 0.031635 - dotDatabase::getInstance     -> connection: database
 0.031654 - dotDatabase::query()         -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 158 ORDER by id DESC
 0.032468 - NEWS::get_news_post          -> id >423< + comments
 0.032471 - NEWS::get_post               -> id >423<
 0.032476 - dotDatabase::query()         -> SELECT news_post.id, section_id, news_post.active, encode, UNIX_TIMESTAMP(dateline) AS date_unix, news_post.headline, news_post.short, news_post.content, user_id, generator_id, user.nick, user.vorname, user.nachname, user.countrycode, comments, intern, UNIX_TIMESTAMP(edited) AS edittime, edituser, news_section.template FROM news_post LEFT JOIN user ON user.id=news_post.user_id LEFT JOIN news_section ON news_post.section_id=news_section.id WHERE news_post.id='423' AND active=1 AND dateline id: >158<
 0.033186 - user::get_user               -> found in cache
 0.033280 - dotCommon::classload         -> require: /var/www/html/includes/class.html.php
 0.034698 - HTML::encodeCms ->
 0.034738 - HTML::encode                 ->   Dieser Tage trudeln die Volt-Bestellungen für die kom...
 0.034760 - dotDatabase::query()         -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
 0.036067 - dotDatabase::query()         -> SELECT codetag, codereplacement, twoparams FROM html_code
 0.036559 - HTML::encode                 -> replace run 1
 0.036625 - HTML::template               -> template: >news_single<
 0.036819 - HTML::message                -> generate Message: Kommentar
 0.036823 - HTML::template               -> template: >html_message<
 0.036938 - GLOBAL::end userspace        -> ---------------------------------------------
 0.036940 - PAGE::render                 -> start rendering page layout
 0.036944 - USER::check_for_new_messages -> return
 0.036953 - dotSession::getInstance      -> do
 0.036981 - PAGE::get_boxes              -> -------- side=left
 0.037022 - dotCommon::classload         -> require: /var/www/html/includes/class.cbox.php
 0.039736 - PAGE::get_boxes              -> -------- call: left::menu_main
 0.039746 - CBOX::menu                   -> generate Menu Box >menu<
 0.039760 - HTML::template               -> template: >box_menu_bit<
 0.039894 - HTML::template               -> template: >box_menu_bit<
 0.039909 - HTML::template               -> template: >box_menu_bit<
 0.039921 - HTML::template               -> template: >box_menu_bit<
 0.039931 - HTML::template               -> template: >box_menu_bit<
 0.039941 - HTML::template               -> template: >box_menu_bit<
 0.039951 - HTML::template               -> template: >box_menu_bit<
 0.039961 - HTML::template               -> template: >box_menu<
 0.040055 - HTML::template_exists        -> search: >page_box_left< == 1
 0.040076 - HTML::template               -> template: >page_box_left<
 0.040145 - PAGE::get_boxes              -> -------- call: left::menu_party
 0.040148 - CBOX::menu                   -> generate Menu Box >party<
 0.040155 - HTML::template               -> template: >box_menu_bit<
 0.040168 - HTML::template               -> template: >box_menu_bit<
 0.040179 - HTML::template               -> template: >box_menu_bit<
 0.040189 - HTML::template               -> template: >box_menu_bit<
 0.040199 - HTML::template               -> template: >box_menu_bit<
 0.040208 - HTML::template               -> template: >box_menu_bit<
 0.040218 - HTML::template               -> template: >box_menu_bit<
 0.040228 - HTML::template               -> template: >box_menu_bit<
 0.040237 - HTML::template               -> template: >box_menu_bit<
 0.040247 - HTML::template               -> template: >box_menu_bit<
 0.040257 - HTML::template               -> template: >box_menu_bit<
 0.040266 - HTML::template               -> template: >box_menu_bit<
 0.040276 - HTML::template               -> template: >box_menu<
 0.040306 - HTML::template_exists        -> search: >page_box_left< == 1
 0.040316 - HTML::template               -> template: >page_box_left<
 0.040336 - PAGE::get_boxes              -> -------- call: left::menu_login
 0.040340 - CBOX::menu                   -> generate Menu Box >login<
 0.040346 - HTML::template               -> template: >box_menu_bit<
 0.040357 - HTML::template               -> template: >box_menu_bit<
 0.040367 - HTML::template               -> template: >box_menu<
 0.040396 - HTML::template_exists        -> search: >page_box_left< == 1
 0.040405 - HTML::template               -> template: >page_box_left<
 0.040423 - PAGE::get_boxes              -> -------- ignore: left::menu_user
 0.040425 - PAGE::get_boxes              -> -------- call: left::partner
 0.040436 - dotDatabase::query()         -> SELECT * FROM `sponsoren` WHERE `group_id` = '3' AND active="1";
 0.041479 - HTML::template_exists        -> search: >page_box_left< == 1
 0.041496 - HTML::template               -> template: >page_box_left<
 0.041540 - PAGE::get_boxes              -> -------- side=right
 0.041546 - PAGE::get_boxes              -> -------- call: right::jobs
 0.041575 - HTML::template_exists        -> search: >page_box_right< == 1
 0.041584 - HTML::template               -> template: >page_box_right<
 0.041670 - PAGE::get_boxes              -> -------- call: right::party1
 0.041679 - dotDatabase::query()         -> SELECT events.id, events.begin, events.end, events.anzahl, events.name, events.kontocheck, IF( NOW( ) > events.end, 1, 0 ) AS EventVorbei from events where active = 1 order by id desc limit 0,1;
 0.042414 - dotDatabase::query()         -> SELECT events.id, events.begin , events.end, events.anzahl , events.name, events.kontocheck, events.signupbegin, events.signupend from events order by id desc limit 0,1;
 0.042912 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (1,2,3,4,6,7,8,9,10,11,12,13,14,15);
 0.043512 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (3,6,7,8,9,10,11,12,13,14,15);
 0.044047 - dotDatabase::query()         -> SELECT count( * ) AS Anzahl FROM event_teilnehmer WHERE event_id = 22 AND zahl_typ IN (5);
 0.044499 - HTML::template_exists        -> search: >page_box_right< == 1
 0.044517 - HTML::template               -> template: >page_box_right<
 0.044564 - PAGE::get_boxes              -> -------- call: right::sponsororen
 0.044574 - dotDatabase::query()         -> SELECT * FROM `sponsoren` WHERE `group_id` = '2' AND active="1";
 0.045488 - HTML::template_exists        -> search: >page_box_right< == 1
 0.045506 - HTML::template               -> template: >page_box_right<
 0.045540 - PAGE::get_boxes              -> -------- call: right::followUs
 0.045568 - HTML::template_exists        -> search: >page_box_right< == 1
 0.045577 - HTML::template               -> template: >page_box_right<
 0.045598 - PAGE::get_boxes              -> -------- call: right::news
 0.045606 - CBOX::news                   -> generate Box
 0.045614 - NEWS::load_news              -> load news data
 0.045639 - dotCommon::classload         -> require: /var/www/html/includes/class.cache.php
 0.046006 - CACHE::get                   -> cache: >news::stats< found
 0.046064 - CACHE::get                   -> cache: >news::news_limit5_page0< found
 0.046131 - NEWS::load_news              -> ... from cache
 0.046165 - HTML::template               -> template: >box_news_bit<
 0.046251 - HTML::template               -> template: >box_news_bit<
 0.046269 - HTML::template               -> template: >box_news_bit<
 0.046289 - HTML::template               -> template: >box_news_bit<
 0.046303 - HTML::template               -> template: >box_news_bit<
 0.046315 - HTML::template               -> template: >box_news<
 0.046412 - HTML::template_exists        -> search: >page_box_right< == 1
 0.046426 - HTML::template               -> template: >page_box_right<
 0.046447 - PAGE::get_boxes              -> -------- call: right::forum
 0.046452 - CBOX::forum                  -> generate forum box
 0.046456 - CBOX::forum_load_threads     -> load data
 0.046469 - CACHE::get                   -> cache: >forum::topthreads< found
 0.046564 - CBOX::forum_threads          -> list all threads in array
 0.046575 - FORUM::thread_lastvisit      -> threadid: array ( 0 => 1470, 1 => 377, 2 => 1469, 3 => 1468, 4 => 1461, 5 => 1467, 6 => 1425, 7 => 1466, 8 => 1465, 9 => 1464, 10 => 1442, 11 => 1463, 12 => 1462, 13 => 1460, 14 => 1459, 15 => 1458, 16 => 1457, 17 => 1456, 18 => 1455, 19 => 1428, )
 0.046581 - admin::getInstance           -> do
 0.046605 - HTML::template               -> template: >box_forum_bit<
 0.046705 - HTML::template               -> template: >box_forum_bit<
 0.046740 - HTML::template               -> template: >box_forum_bit<
 0.046777 - HTML::template               -> template: >box_forum_bit<
 0.046809 - HTML::template               -> template: >box_forum_bit<
 0.046854 - HTML::template               -> template: >box_forum_bit<
 0.046876 - HTML::template               -> template: >box_forum<
 0.046969 - HTML::template_exists        -> search: >page_box_right< == 1
 0.046980 - HTML::template               -> template: >page_box_right<
 0.047001 - PAGE::get_boxes              -> -------- call: right::vote
 0.047006 - CBOX::vote                   -> generate Box
 0.047011 - 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.047970 - HTML::template               -> template: >box_vote_nocurrent<
 0.048112 - HTML::template_exists        -> search: >page_box_right< == 1
 0.048127 - HTML::template               -> template: >page_box_right<
 0.048155 - PAGE::get_boxes              -> -------- call: right::buddylist
 0.048162 - CBOX::buddylist              -> generate Box
 0.048168 - HTML::template               -> template: >box_buddylist_msg<
 0.048238 - HTML::template               -> template: >box_buddylist<
 0.048322 - HTML::template_exists        -> search: >page_box_right< == 1
 0.048332 - HTML::template               -> template: >page_box_right<
 0.048351 - PAGE::get_boxes              -> -------- call: right::online
 0.048356 - CBOX::online                 -> generate Box
 0.048360 - HTML::template               -> template: >box_online<
 0.048469 - HTML::template_exists        -> search: >page_box_right< == 1
 0.048482 - HTML::template               -> template: >page_box_right<
 0.048510 - PAGE::render                 -> final
 0.048515 - PAGE::renderTemplate         -> page
 0.048522 - PAGE::getHead                -> return
 0.048525 - dotSession::getInstance      -> do
 0.048643 - HTML::template               -> template: >page<
 0.048895 - PAGE::render_template        -> final

PHP Includes   : 30
DB Queries     : 20
Rendering Time : 0.050162

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/gc_includes/gc_includes.php
 - /var/www/html/gc_includes/HelperFuncs.php
 - /var/www/html/gc_pageAddons/gc_CreateFillingLevel/CreateFillingLevel.php
 - /var/www/html/gc_pageAddons/followUS.php
 - /var/www/html/gc_pageAddons/paymentButton.php
 - /var/www/html/gc_pageAddons/littleBanners.php
 - /var/www/html/gc_pageAddons/jobs.php
 - /var/www/html/gc_includes/class.gc_notifier.php
 - /var/www/html/gc_includes/class.gcn8n-webhook.php
 - /var/www/html/gc_includes/class.gc_automation.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.styles.php
 - /var/www/html/html/styles/gc_online.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.html.php
 - /var/www/html/includes/class.cbox.php
 - /var/www/html/includes/class.cache.php