lrschriftzug

LANrena Neustetten e.V.

 
 
LANrena 10 - Lost in Space >> Turniere > Fifa 1on1
Antwort erstellen
[TB]Kneeless
12.04.2019 um 23:11 AntwortBenutzerprofilNachricht senden
NEW

Clan: The Bulldogz
Postings: 18

Hallo,

habe das Spiel nicht, wird an einem Rechner gezockt? So kann ich es dennoch spielen.

Gruß, Kneeless
 
|LR|phil
14.04.2019 um 11:28 AntwortBenutzerprofilNachricht senden

NEW

Clan: LANrena
Postings: 50

Hallo Kneeless,

die Spiele/Turniere die du spielen möchtest musst du selbst besitzen.

Viele Grüße,
__________________
#LANrena Neustetten e.V. - Mitglied
#LANrena 10 Lost in Space - Technik
 
[TB]Kneeless
24.04.2019 um 19:42 AntwortBenutzerprofilNachricht senden
NEW

Clan: The Bulldogz
Postings: 18

Schade, da das spiel ja auch an einem Rechner gezockt wird. Aber deswegen kauf ich mir das Spiel jetzt nicht extra.
 
Antwort erstellen

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

0.000018 - GLOBAL::include              -> config.php
0.000506 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.dotDatabase.php
0.000795 - dotDatabase::getInstance     -> connection: database
0.000807 - dotDatabase::__construct     -> connection: database
0.000820 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.page.php
0.001264 - page::getInstance            -> do
0.001281 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.dotSession.php
0.001643 - dotSession::getInstance      -> do
0.001657 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.user.php
0.001972 - dotSession::start            -> ---- init
0.001988 - dotSession::start            -> start php session managment
0.002028 - dotSession::start            -> finished php session management
0.002035 - dotSession::start            -> check for security options
0.002040 - dotSession::start            -> update current session online user infos
0.002047 - dotDatabase::connect         -> d030eee4@localhost
0.002484 - dotDatabase::select          -> database: d030eee4
0.002713 - dotDatabase::query           -> UPDATE session SET lastactivity = 1782080883, userid = 0, site = 'https://lanrena.christoph-raible.de/forum/thread/2481/', host = '216.73.217.60', dns = '216.73.217.60', countrycode = 'US', hits = hits + 1 WHERE hash = '53a9275f27f74b8fd6f50d9314e5880c'
0.002920 - dotSession::start            -> session found in DB
0.002926 - dotSession::load_locales     -> do
0.002940 - dotSession::load_locales     -> chosing language for locales: de_DE.UTF-8
0.002945 - dotSession::start            -> ---- finished with session startup
0.002956 - dotSession::load_user        -> id: 0
0.002960 - user::get_user               -> id: >0<
0.002967 - dotDatabase::getInstance     -> connection: database
0.002981 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.styles.php
0.003261 - styles::load                 -> name: ><
0.003274 - styles::load                 -> include: /www/htdocs/w00f1046/html/styles/lanrenav3.php
0.003522 - styles::activate             -> style = lanrenav3
0.003596 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.admin.php
0.003762 - admin::getInstance           -> do
0.003769 - dotSession::getInstance      -> do
0.003775 - admin::__construct           -> user_id=0
0.003779 - user::load_settings          -> load current user settings to $global
0.003789 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.prvmsg.php
0.003949 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.event.php
0.004283 - EVENT::comming_event         -> return
0.004292 - dotDatabase::query           -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1782080883 AND active=1 ORDER by begin ASC
0.004459 - dotDatabase::query           -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) < 1782080883 AND active=1 ORDER by begin DESC LIMIT 1
0.004634 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.sitzplan.php
0.004969 - GLOBAL::end global.php       -> ---------------------------------------------
0.005064 - dotDatabase::query           -> SELECT * FROM sponsoren WHERE group_id = '1' AND active = 1 ORDER BY display_order DESC
0.005187 - dotDatabase::query           -> SELECT * FROM sponsoren WHERE group_id = '1' AND active = 1 ORDER BY display_order DESC
0.005313 - dotDatabase::query           -> SELECT * FROM sponsoren WHERE group_id = '6' AND active = 1 ORDER BY display_order DESC
0.005469 - dotDatabase::query           -> SELECT * FROM sponsoren WHERE group_id = '6' AND active = 1 ORDER BY display_order DESC
0.005622 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.forum.php
0.006664 - FORUM::showthread            -> get common forum and thread infos
0.006672 - FORUM::thread_lastvisit      -> threadid: 2481
0.006681 - dotDatabase::query           -> SELECT postid FROM forum_post WHERE threadid=2481 AND dateline > '' ORDER by postid ASC LIMIT 1
0.006886 - dotDatabase::query           -> SELECT threadid, dateline FROM forum_post WHERE postid=25694
0.007002 - dotDatabase::query           -> SELECT (COUNT(*)+1) AS position FROM forum_post WHERE threadid=2481 AND dateline < '2019-04-12 23:11:45'
0.007163 - dotDatabase::query           -> SELECT f.title AS forumname, f.catid, f.closed AS forum_closed, f.moderators, t.forumid, t.title, t.closed AS thread_closed, t.invisible AS thread_invisible, t.fv_id, f.priv_access, f.private, t.replies, t.ext, t.ext_id, t.show_latest, t.sticky, t.lastposttime FROM forum_thread AS t LEFT JOIN forum_main AS f ON t.forumid=f.forumid WHERE t.threadid='2481'
0.007324 - FORUM::is_moderator          -> for forumid: 133
0.007331 - dotDatabase::query           -> SELECT moderators FROM forum_main WHERE forumid='133'
0.007428 - admin::getInstance           -> do
0.007445 - admin::hasRight              -> check for adminright: >0:0 & 32< FALSE
0.007450 - admin::getInstance           -> do
0.007458 - admin::hasRight              -> check for adminright: >0:0 & 16777216< FALSE
0.007462 - admin::getInstance           -> do
0.007469 - admin::hasRight              -> check for adminright: >0:0 & 64< FALSE
0.007473 - admin::getInstance           -> do
0.007480 - admin::hasRight              -> check for adminright: >0:0 & 32< FALSE
0.007484 - admin::getInstance           -> do
0.007491 - admin::hasRight              -> check for adminright: >0:0 & 16777216< FALSE
0.007495 - admin::getInstance           -> do
0.007501 - admin::hasRight              -> check for adminright: >0:0 & 64< FALSE
0.007512 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.html.php
0.008093 - dotDatabase::query           -> SELECT title FROM forum_cat WHERE catid=23
0.008222 - dotDatabase::query           -> UPDATE forum_thread SET hits=hits+1 WHERE threadid='2481'
0.008374 - dotDatabase::query           -> SELECT user_id FROM user_orga WHERE display_team=1
0.008445 - FORUM::showthread            -> query all postings
0.008455 - dotDatabase::query           -> SELECT postid, threadid, userid, pagetext, htmltext, locked, invisible, remoteip, locked, forum_post.dateline, UNIX_TIMESTAMP(forum_post.dateline) AS stamp, user.id AS user_id, user.nick AS user_nick, user.clan AS user_clan, user.clantag, user.stats_postings AS user_postings, user.motto AS user_motto, user.female, user.countrycode, user.avatar,user.avatar_name, edit_user_id, UNIX_TIMESTAMP(edited) AS edit_unixtime, edit.nick AS edit_nick, IF(edit_user_id > 0,0,1) AS history, attachment_id, filename, filesize FROM forum_post LEFT JOIN user ON user.id = forum_post.userid LEFT JOIN user AS edit ON edit.id = forum_post.edit_user_id LEFT JOIN forum_files ON forum_post.attachment_id = forum_files.id WHERE threadid = 2481 AND forum_post.invisible=0 ORDER by postid ASC LIMIT 0,30
0.008816 - HTML::template               -> template: >forum_postingpart<
0.008894 - HTML::encode                 -> __________________[color=#0040FF]#LANrena Neustetten e.V.[/c...
0.008908 - dotDatabase::query           -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
0.009210 - dotDatabase::query           -> SELECT codetag, codereplacement, twoparams FROM html_code
0.009320 - HTML::encode                 -> replace run 1
0.009344 - HTML::encode                 -> replace run 2
0.009376 - HTML::template               -> template: >forum_postingpart<
0.009426 - HTML::template               -> template: >forum_postingpart<
0.009453 - HTML::template               -> template: >forum_postingindex<
0.009498 - FORUM::showthread            -> check for moderator utils
0.009505 - FORUM::update_visit          -> forumid: 133 threadid: 2481 posttime: 2019-04-24 19:42:19
0.009526 - GLOBAL::end userspace        -> ---------------------------------------------
0.009530 - PAGE::render                 -> start rendering page layout
0.009534 - USER::check_for_new_messages -> return
0.009540 - dotSession::getInstance      -> do
0.009556 - PAGE::get_boxes              -> -------- side=left
0.009565 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.cbox.php
0.010287 - PAGE::get_boxes              -> -------- call: left::menu_main
0.010298 - CBOX::menu                   -> generate Menu Box >news<
0.010308 - HTML::template               -> template: >box_menu<
0.010353 - HTML::template_exists        -> search: >page_box_left< == 1
0.010370 - HTML::template               -> template: >page_box_left<
0.010404 - PAGE::get_boxes              -> -------- call: left::menu_site
0.010411 - CBOX::menu                   -> generate Menu Box >site<
0.010420 - HTML::template               -> template: >box_menu_bit<
0.010451 - HTML::template               -> template: >box_menu_bit<
0.010463 - HTML::template               -> template: >box_menu_bit<
0.010474 - HTML::template               -> template: >box_menu_bit<
0.010484 - HTML::template               -> template: >box_menu_bit<
0.010493 - HTML::template               -> template: >box_menu_bit<
0.010503 - HTML::template               -> template: >box_menu<
0.010520 - HTML::template_exists        -> search: >page_box_left< == 1
0.010533 - HTML::template               -> template: >page_box_left<
0.010547 - PAGE::get_boxes              -> -------- call: left::menu_verein
0.010553 - CBOX::menu                   -> generate Menu Box >verein<
0.010561 - HTML::template               -> template: >box_menu_bit<
0.010572 - HTML::template               -> template: >box_menu_bit<
0.010582 - HTML::template               -> template: >box_menu_bit<
0.010591 - HTML::template               -> template: >box_menu_bit<
0.010601 - HTML::template               -> template: >box_menu_bit<
0.010611 - HTML::template               -> template: >box_menu<
0.010627 - HTML::template_exists        -> search: >page_box_left< == 1
0.010638 - HTML::template               -> template: >page_box_left<
0.010652 - PAGE::get_boxes              -> -------- call: left::menu_event
0.010658 - CBOX::menu                   -> generate Menu Box >event<
0.010666 - HTML::template               -> template: >box_menu_bit<
0.010676 - HTML::template               -> template: >box_menu_bit<
0.010686 - HTML::template               -> template: >box_menu_bit<
0.010696 - HTML::template               -> template: >box_menu_bit<
0.010705 - HTML::template               -> template: >box_menu_bit<
0.010715 - HTML::template               -> template: >box_menu_bit<
0.010725 - HTML::template               -> template: >box_menu_bit<
0.010734 - HTML::template               -> template: >box_menu_bit<
0.010744 - HTML::template               -> template: >box_menu_bit<
0.010753 - HTML::template               -> template: >box_menu<
0.010770 - HTML::template_exists        -> search: >page_box_left< == 1
0.010781 - HTML::template               -> template: >page_box_left<
0.010794 - PAGE::get_boxes              -> -------- call: left::menu_login
0.010802 - CBOX::menu                   -> generate Menu Box >login<
0.010814 - HTML::template               -> template: >box_menu_bit<
0.010825 - HTML::template               -> template: >box_menu_bit<
0.010835 - HTML::template               -> template: >box_menu<
0.010852 - HTML::template_exists        -> search: >page_box_left< == 1
0.010863 - HTML::template               -> template: >page_box_left<
0.010879 - PAGE::get_boxes              -> -------- side=right
0.010888 - PAGE::get_boxes              -> -------- call: right::party
0.010894 - CBOX::party                  -> generate Box
0.010900 - EVENT::short_event           -> id >17<
0.010904 - EVENT::getevent              -> id >17<
0.010909 - 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.011022 - dotCommon::classload         -> require: /www/htdocs/w00f1046/includes/class.cache.php
0.011204 - CACHE::get                   -> cache: >event_17::stats< found
0.011236 - HTML::template               -> template: >box_event<
0.011300 - HTML::template_exists        -> search: >page_box_right< == 1
0.011315 - HTML::template               -> template: >page_box_right<
0.011349 - PAGE::get_boxes              -> -------- call: right::forum
0.011357 - CBOX::forum                  -> generate forum box
0.011361 - CBOX::forum_load_threads     -> load data
0.011370 - CACHE::get                   -> cache: >forum::topthreads< found
0.011436 - CBOX::forum_threads          -> list all threads in array
0.011446 - 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.011458 - admin::getInstance           -> do
0.011476 - HTML::template               -> template: >box_forum_bit<
0.011531 - HTML::template               -> template: >box_forum_bit<
0.011558 - HTML::template               -> template: >box_forum_bit<
0.011584 - HTML::template               -> template: >box_forum_bit<
0.011606 - HTML::template               -> template: >box_forum_bit<
0.011630 - HTML::template               -> template: >box_forum_bit<
0.011644 - HTML::template               -> template: >box_forum<
0.011693 - HTML::template_exists        -> search: >page_box_right< == 1
0.011707 - HTML::template               -> template: >page_box_right<
0.011726 - PAGE::get_boxes              -> -------- call: right::vote
0.011733 - CBOX::vote                   -> generate Box
0.011738 - 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.011886 - HTML::template               -> template: >box_vote_nocurrent<
0.011933 - HTML::template_exists        -> search: >page_box_right< == 1
0.011947 - HTML::template               -> template: >page_box_right<
0.011962 - PAGE::get_boxes              -> -------- call: right::banner
0.011976 - CACHE::get                   -> cache: >sponsoren_7::cbox_lanrenav3.de_DE< found
0.012001 - HTML::template_exists        -> search: >page_box_right< == 1
0.012014 - HTML::template               -> template: >page_box_right<
0.012029 - PAGE::get_boxes              -> -------- call: right::search
0.012035 - CBOX::template               -> generate Box with >box_suchen< as template
0.012040 - HTML::template               -> template: >box_suchen<
0.012098 - HTML::template_exists        -> search: >page_box_right< == 1
0.012111 - HTML::template               -> template: >page_box_right<
0.012128 - PAGE::render                 -> final
0.012133 - PAGE::renderTemplate         -> page
0.012138 - PAGE::getHead                -> return
0.012141 - dotSession::getInstance      -> do
0.012220 - HTML::template               -> template: >page<
0.012388 - PAGE::render_template        -> final

PHP Includes   : 19
DB Queries     : 20
Rendering Time : 0.012701

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