Page Time: 0.1551s

Memory: 11.2879 MB (Peak: 12.2505 MB)

Queries (38, time: 0.0470s, 30.3%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.004548
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000605
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000518
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 2998
    Run Time: 0.000539
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  5. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = forum.node_id)
    WHERE node.node_id = ?
    Params: 7
    Run Time: 0.000791
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  6. SELECT EWRporta2_articles.*, xf_thread.*, xf_post.*, xf_user.*, EWRporta2_authors.*
    FROM EWRporta2_articles
    	INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    WHERE EWRporta2_articles.thread_id = ?
    Params: 2998
    Run Time: 0.000997
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  7. SELECT EWRporta2_articles.*, EWRporta2_authors.*, xf_thread.*, xf_post.*, xf_user.*
    FROM xf_thread
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_articles ON (EWRporta2_articles.thread_id = xf_thread.thread_id)
    WHERE xf_thread.thread_id = ?
    Params: 2998
    Run Time: 0.000962
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadconstPRIMARYPRIMARY4const1 
    SIMPLExf_postconstPRIMARYPRIMARY4const1 
    SIMPLExf_userconstPRIMARYPRIMARY4const1 
    SIMPLEEWRporta2_authorsconstPRIMARYPRIMARY4const0unique row not found
    SIMPLEEWRporta2_articlesconstPRIMARYPRIMARY4const0unique row not found
  8. SELECT post.*
    	,
    		bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date
    FROM xf_post AS post
    
    		LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
    			(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = post.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = post.user_id)
    		LEFT JOIN xf_bb_code_parse_cache AS signature_parse_cache ON
    			(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_id = post.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(post.user_id > 0 AND session_activity.user_id = post.user_id AND session_activity.unique_key = CAST(post.user_id AS BINARY))
    WHERE post.thread_id = ?
    	 AND (post.position >= 60 AND post.position < 80) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 2998
    Run Time: 0.002318
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 23Using index condition; Using where; Using filesort
    SIMPLEbb_code_parse_cacheeq_refcontent_type_idcontent_type_id31const,xen.post.post_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4xen.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4xen.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4xen.post.user_id1 
    SIMPLEsignature_parse_cacheeq_refcontent_type_idcontent_type_id31const,xen.post.user_id1Using where
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22xen.post.user_id,func1Using where
  9. SELECT *
    FROM xf_poll
    WHERE content_type = ?
    	AND content_id = ?
    Params: thread, 2998
    Run Time: 0.000625
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_pollconstcontent_type_content_idcontent_type_content_id31const,const1 
  10. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 2998
    Run Time: 0.000273
  11. SELECT EWRporta2_articles.*, xf_thread.*, xf_post.*, xf_user.*, EWRporta2_authors.*
    FROM EWRporta2_articles
    	INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    WHERE EWRporta2_articles.thread_id = ?
    Params: 2998
    Run Time: 0.000965
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  12. SELECT EWRporta2_articles.*, EWRporta2_authors.*, xf_thread.*, xf_post.*, xf_user.*
    FROM xf_thread
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_articles ON (EWRporta2_articles.thread_id = xf_thread.thread_id)
    WHERE xf_thread.thread_id = ?
    Params: 2998
    Run Time: 0.000924
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadconstPRIMARYPRIMARY4const1 
    SIMPLExf_postconstPRIMARYPRIMARY4const1 
    SIMPLExf_userconstPRIMARYPRIMARY4const1 
    SIMPLEEWRporta2_authorsconstPRIMARYPRIMARY4const0unique row not found
    SIMPLEEWRporta2_articlesconstPRIMARYPRIMARY4const0unique row not found
  13. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 592d4b629edae271fd4c593e602f48c6, , 1711630839
    Run Time: 0.000330
  14. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=2998&page=4, 1711627239,
    Run Time: 0.000251
  15. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000503
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmsystem    1 
  16. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000297
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  17. SELECT options.*, node.*,
    	permission.cache_value AS node_permission_cache
    FROM nat_options AS options
    INNER JOIN xf_node AS node
    	ON (node.node_id = options.node_id)
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = ?
    	AND permission.content_type = 'node'
    	AND permission.content_id = options.node_id)
    WHERE nat_display_tab = 1
    ORDER BY options.nat_display_order
    ASC
    Params: 1
    Run Time: 0.000837
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   24Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4xen.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xen.options.node_id1Using where
  18. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('trophy_1_title', 'trophy_1_description', 'trophy_40_title', 'trophy_40_description', 'trophy_5_title', 'trophy_5_description', 'trophy_2_title', 'trophy_2_description', 'trophy_12_title', 'trophy_12_description', 'trophy_27_title', 'trophy_27_description', 'trophy_28_title', 'trophy_28_description', 'trophy_29_title', 'trophy_29_description', 'trophy_30_title', 'trophy_30_description', 'trophy_31_title', 'trophy_31_description', 'trophy_32_title', 'trophy_32_description', 'trophy_39_title', 'trophy_39_description', 'trophy_41_title', 'trophy_41_description', 'trophy_3_title', 'trophy_3_description', 'trophy_6_title', 'trophy_6_description', 'trophy_11_title', 'trophy_11_description', 'trophy_33_title', 'trophy_33_description', 'trophy_34_title', 'trophy_34_description', 'trophy_7_title', 'trophy_7_description', 'trophy_10_title', 'trophy_10_description', 'trophy_13_title', 'trophy_13_description', 'trophy_35_title', 'trophy_35_description', 'trophy_36_title', 'trophy_36_description', 'trophy_4_title', 'trophy_4_description', 'trophy_8_title', 'trophy_8_description', 'trophy_17_title', 'trophy_17_description', 'trophy_22_title', 'trophy_22_description', 'trophy_26_title', 'trophy_26_description', 'trophy_37_title', 'trophy_37_description', 'trophy_44_title', 'trophy_44_description', 'trophy_9_title', 'trophy_9_description', 'trophy_20_title', 'trophy_20_description', 'trophy_18_title', 'trophy_18_description', 'trophy_38_title', 'trophy_38_description', 'trophy_21_title', 'trophy_21_description', 'trophy_23_title', 'trophy_23_description', 'trophy_25_title', 'trophy_25_description', 'trophy_24_title', 'trophy_24_description', 'trophy_42_title', 'trophy_42_description', 'trophy_43_title', 'trophy_43_description', 'BRSTS_support_tickets', 'media')
    Params: 2
    Run Time: 0.001198
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 82Using where
  19. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144127, a:3:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"pashaoff, post: 144126, member: 50377";s:8:"original";a:2:{i:0;s:47:"[QUOTE="pashaoff, post: 144126, member: 50377"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:266:"Гарантом сделки может быть не только модератор, хотя и желательно, а просто уважаемый/ответственный игрок, уполномоченный на это администрацией.";}}i:1;s:448:" Выше я предлагал ввести должность "Helper" - няньчить новичков, отвечать на вопросы, в т.ч. и контролировать. P.S. Если Чорный Птыц вернётся - вот как раз должность для него ! Всё знает, подскажет, только желательно без пафосной интонации мании величия, ";i:2;a:4:{s:3:"tag";s:1:"s";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[S]";i:1;s:4:"[/S]";}s:8:"children";a:1:{i:0;s:66:" присущей большинству Меровийцев.))) ";}}}, 1708502088, 1711627239
    Run Time: 0.002358
  20. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144128, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"pashaoff, post: 144122, member: 50377";s:8:"original";a:2:{i:0;s:47:"[QUOTE="pashaoff, post: 144122, member: 50377"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:19:"Обменники.";}}i:1;s:644:" На мини-играх есть что-то такое, правда без присутствия модератора. Но мысль не плохая, только вот лучше, если этим будет заниматься какой-то уважаемый/ответственный игрок, как сказал Паша, или Helper, как предложил Мот. Потому что обычно в сети 1 реже 2 модератора и очень часто это Белка, а его и так растаскивают на куски, и на обменники его просто не хватит)";}, 1708502088, 1711627239
    Run Time: 0.002057
  21. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144129, a:1:{i:0;s:284:"Обменники на две персоны, были частым явлением на прошлых версиях, особенно в активных точках карты (Магазины, арены ПВП). А зачем там третий? Третий лишний:)";}, 1708502088, 1711627239
    Run Time: 0.001080
  22. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144130, a:1:{i:0;s:191:"Может ввести должность посредника и назначить кого-то одного? Вряд ли будет столь много сделок поначалу.";}, 1708502088, 1711627239
    Run Time: 0.001897
  23. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144131, a:3:{i:0;s:88:"Обновил свой первый пост пунктом про обменники. ";i:1;a:4:{s:3:"tag";s:4:"user";s:6:"option";s:4:"8124";s:8:"original";a:2:{i:0;s:11:"[USER=8124]";i:1;s:7:"[/USER]";}s:8:"children";a:1:{i:0;s:10:"John_Locke";}}i:2;s:361:" третий, как я и писал выше - это гарант сделки. Если игроки настолько доверяют друг другу, то, разумеется, им никакой посредник не нужен, но в общем случае механизм очень рабочий и удобный (проверял:)).";}, 1708502088, 1711627239
    Run Time: 0.001586
  24. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144132, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:38:"John_Locke, post: 144129, member: 8124";s:8:"original";a:2:{i:0;s:48:"[QUOTE="John_Locke, post: 144129, member: 8124"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:284:"Обменники на две персоны, были частым явлением на прошлых версиях, особенно в активных точках карты (Магазины, арены ПВП). А зачем там третий? Третий лишний:)";}}i:1;s:1428:" Все эти обменники решают одну проблему - кто-то подбежал и украл. Но не решают проблему если из двух обменивающихся один оказался млекопитающим серого цвета маленького размера с длинных хвостом. По сути только для этого и нужен гарант, если конечно же нет технической реализации без гаранта. Но часть обменников позволяет дюпать вещи либо просто не работают у нас. Давайте сначала определимся точно - что без гаранта не как. А тогда уже думать о гарантах, и как было замечено выше - не факт что по началу будет столько заявок что прям одного не хватит. А те кто видит себя на этом месте - должны понимать что по онлайну этот человек должен быть выше модератора. В противном случае желающему можно будет написать заявку в ТП с желанием обмена и модератор зайдет в игру в качестве гаранта.";}, 1708502088, 1711627239
    Run Time: 0.001117
  25. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144133, a:1:{i:0;s:798:"Имеются ввиду обменники без каких-либо плагинов. Ответственное лицо проводит через себя сделку, принимает платеж, переводит его другой стороне и выдает товар плательщику, соответственно и с обменом. Вся сделка занимает около 3-4 минут, все прозрачно, никаких дюпов лагов и прочего. Не думаю, что это будет сильно обременительно, зато полезно. Игроки, соответственно, могут делать снимки чата. Протокол работы гаранта определить не сложно.";}, 1708502088, 1711627239
    Run Time: 0.001622
  26. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144134, a:1:{i:0;s:904:"Если обмен вещей так очень нужен, то это должно быть все просто и прозрачно. А не подобие запуска балистической ракеты. Скрины - как вариант, но не панацея, их должны уметь делать и заливать на файлообменники. Потому что не факт что меняться будут только знающие игроки. Передача вещей - получается через землю? Или специальное место где будут выдаваться права на сундук конкретному человеку? Ну и собственно всегда найдуться те кто будет пытаться прошмыгнуть в обменку и стать тем третьим лишним.";}, 1708502088, 1711627239
    Run Time: 0.001094
  27. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144135, a:1:{i:0;s:138:"От этого "первобытного" способа бартера (через землю) нужно вообще уходить !";}, 1708502088, 1711627239
    Run Time: 0.001837
  28. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144136, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:35:"mot69, post: 144135, member: 160699";s:8:"original";a:2:{i:0;s:45:"[QUOTE="mot69, post: 144135, member: 160699"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:82:"Это ты сейчас на Короля Меровии намекаешь? ))))";}}i:1;s:236:" Нет :) Я имел ввиду игрока который по своей натуре соответствует этому грызуну. Да и король Меровии, вроде как там связано с мышью.";}, 1708502088, 1711627239
    Run Time: 0.001587
  29. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144138, a:1:{i:0;s:327:"le souriceau (франц.) - мышь, мышонок Если делать просто и прозрачно - нужен аналог МИ для двоих (примерно как личка в чате). Честность обеспечивается честностью механизма, как сейчас в МИ.";}, 1708502088, 1711627239
    Run Time: 0.001049
  30. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144140, a:1:{i:0;s:315:"Основная проблема это обмен поломанных вещей. В том числе обмен где одним из товаров выступают деньги. То есть по факту продажа поломанных вещей. Сейчас же с этим проблемы :(";}, 1708502088, 1711627239
    Run Time: 0.001550
  31. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144141, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:36:"squirrel, post: 144134, member: 3767";s:8:"original";a:2:{i:0;s:46:"[QUOTE="squirrel, post: 144134, member: 3767"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:415:"Передача вещей - получается через землю? Или специальное место где будут выдаваться права на сундук конкретному человеку? Ну и собственно всегда найдуться те кто будет пытаться прошмыгнуть в обменку и стать тем третьим лишним.";}}i:1;s:773:" Что тут непонятного? Небольшое здание с тремя кабинками, по краям кабинки для игроков, в центре модератор. Игроки, входят, двери блокируются. Вся процедура обменя происходит внутри. Мож мне еще схему нарисовать? И никакой это не первобытный способ, а вполне адекватный, современный. Развели демагогию из-за такой простой вещи. Если будет принято решение в пользу подобных заведений, то я сам лично пропишу протокол действий.";}, 1708502088, 1711627239
    Run Time: 0.001164
  32. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144142, a:1:{i:0;s:1005:"А как же без этого :) Можно сделать так: за фиксированную сумму открывается обменная комната (в виде командного интерфейса или GUI, не важно), в ней и происходит покупка-продажа (потому как без червонцев гарантированно честный обмен не выйдет). С налогом, естественно. Что касается поломанных вещей, то делать фильтр по отсутствию тега health (или как там зовётся тег состояния, как в МИ), и равенству тега repaircost = 2. Чтобы не было криков, что "не предупредили", сделать вывод в всплывающую подсказку к предмету, количество циклов починки (на основе того же repaircost).";}, 1708502088, 1711627239
    Run Time: 0.001703
  33. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144143, a:1:{i:0;s:449:"Я по поводу того что как передаваться вещи будут? Через землю? Просто есть вариант через сундук. (и этот вариант надежнее). Ну если модер будет гарантом - то куда не шло. Ну да, получается надо больше модеров. Пол сервера модеры, пол сервера игроки :D";}, 1708502088, 1711627239
    Run Time: 0.000760
  34. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144144, a:1:{i:0;s:536:"Ребят, вы не в ту степь пошли. Я предложил простой обменник, где все завязано на людях и никаких сторонних примочек. Игроки договорились между собой, пришли в обменник и при помощи стороннего лица произвели безопасно обмен. ВСЕ! Все довольны, все смеются! Не надо усложнять и доводить до абсурда!";}, 1708502088, 1711627239
    Run Time: 0.001879
  35. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144145, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"pashaoff, post: 144144, member: 50377";s:8:"original";a:2:{i:0;s:47:"[QUOTE="pashaoff, post: 144144, member: 50377"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:536:"Ребят, вы не в ту степь пошли. Я предложил простой обменник, где все завязано на людях и никаких сторонних примочек. Игроки договорились между собой, пришли в обменник и при помощи стороннего лица произвели безопасно обмен. ВСЕ! Все довольны, все смеются! Не надо усложнять и доводить до абсурда!";}}i:1;s:86:" Ну деталей то не описал, вот появились вопросы.";}, 1708502088, 1711627239
    Run Time: 0.001681
  36. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144146, a:1:{i:0;s:108:"Т.е. предлагаешь обмен типа "бартер" через доверенного лица?";}, 1708502088, 1711627239
    Run Time: 0.000929
  37. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144148, a:1:{i:0;s:530:"Да любая сделка - это суть бартер товар-товар, товар-деньги. Да именно это я и предлагаю. Удобный инструмент в игре. Со стороны гаранта/модератора по сути требуется принять товар/деньги и передать заинтересованным сторонам и вести визуальный контроль сделки. Все просто, как в микрохирургии!";}, 1708502088, 1711627239
    Run Time: 0.001558
  38. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 144149, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"pashaoff, post: 144144, member: 50377";s:8:"original";a:2:{i:0;s:47:"[QUOTE="pashaoff, post: 144144, member: 50377"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:354:"Я предложил простой обменник, где все завязано на людях и никаких сторонних примочек. Игроки договорились между собой, пришли в обменник и при помощи стороннего лица произвели безопасно обмен. ";}}i:1;s:522:" А чем собственно этот "Обменник" отличается от МИ ? Уходом от уплаты налогов ? Через МИ можно прокрутить многотысячные сделки, при этом добросовестно оллачивая налог с продаж. Продавцу можно даже включить в стоимость своего товара НДС, чтоб не потерять свою маржинальную составляющую.";}, 1708502088, 1711627239
    Run Time: 0.001021

Included Files (211, XenForo Classes: 70)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Db.php
  19. library/Zend/Db/Adapter/Mysqli.php
  20. library/Zend/Db/Adapter/Abstract.php
  21. library/Zend/Db/Select.php
  22. library/Zend/Db/Expr.php
  23. library/Zend/Db/Profiler.php
  24. library/Zend/Db/Statement/Mysqli.php
  25. library/Zend/Db/Statement.php
  26. library/Zend/Db/Statement/Interface.php
  27. library/Zend/Db/Profiler/Query.php
  28. library/XenForo/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/EWRporta2/Listener/Init.php
  33. library/EWRmedio/Listener/Init.php
  34. library/XenForo/DataWriter/User.php
  35. library/XenForo/DataWriter.php
  36. library/EWRcarta/Listener/Init.php
  37. library/Brivium/SupportTicketSystem/EventListeners/Listener.php
  38. library/Brivium/BriviumHelper/EventListeners.php
  39. library/Brivium/BriviumHelper/1010071/EventListeners.php
  40. library/Siropu/Chat/Listener.php
  41. library/NodesAsTabs/Listen.php
  42. library/MasterBadge/Listener.php
  43. library/Waindigo/Listener/InitDependencies.php
  44. library/Waindigo/Listener/InitDependencies/20150212.php
  45. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  46. library/ExternalExtended/Listener.php
  47. library/ExtendCommon/EventListener/Model.php
  48. library/WidgetFramework/Listener.php
  49. library/WidgetFramework/Option.php
  50. library/Milano/SmileyManager/Listener.php
  51. library/XenForo/Router.php
  52. library/XenForo/Route/Filter.php
  53. library/XenForo/Route/Interface.php
  54. library/XenForo/Route/ResponseSuffix.php
  55. library/XenForo/Route/Prefix.php
  56. library/WidgetFramework/Route/Filter/PageX.php
  57. library/XenForo/Route/Prefix/Threads.php
  58. library/XenForo/RouteMatch.php
  59. library/NodesAsTabs/Model/Options.php
  60. library/XenForo/ControllerPublic/Thread.php
  61. library/XenForo/ControllerPublic/Abstract.php
  62. library/XenForo/Controller.php
  63. library/KingK/BbCodeManager/EventListener/BbCode.php
  64. library/EWRporta2/Widget/Listener/ArticlesMain.php
  65. library/Nobita/MetaDescription/Listener.php
  66. library/Dark/Duplicate/EventListener/LoadClassController.php
  67. library/XI/Tag/CodeEvent/Listener.php
  68. library/EWRporta2/Listener/Controller.php
  69. library/EWRmedio/Listener/Controller.php
  70. library/NodesAsTabs/ControllerPublic/Thread.php
  71. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  72. library/Nobita/MetaDescription/XenForo/ControllerPublic/Thread.php
  73. library/XI/Tag/ControllerPublic/Thread.php
  74. library/EWRporta2/ControllerPublic/Thread.php
  75. library/EWRmedio/ControllerPublic/Thread.php
  76. library/XenForo/Input.php
  77. library/XenForo/Session.php
  78. library/XenForo/Helper/Ip.php
  79. library/XenForo/Visitor.php
  80. library/XenForo/Model/User.php
  81. library/EWRporta2/Listener/Model.php
  82. library/EWRmedio/Listener/Model.php
  83. library/EWRcarta/Listener/Model.php
  84. library/Brivium/SupportTicketSystem/Model/User.php
  85. library/WidgetFramework/XenForo/Model/User.php
  86. library/EWRporta2/Model/User.php
  87. library/EWRmedio/Model/User.php
  88. library/EWRcarta/Model/User.php
  89. library/MasterBadge/Model/User.php
  90. library/MasterBadge/Model/Badge.php
  91. library/XenForo/Permission.php
  92. library/XenForo/Helper/Php.php
  93. library/XenForo/Phrase.php
  94. library/XenForo/Locale.php
  95. library/Groupchanger/Event.php
  96. library/Groupchanger/StopSpam.php
  97. library/EWRporta2/Model/Perms.php
  98. library/UnreadPostCount/Listener.php
  99. library/XenForo/ControllerHelper/ForumThreadPost.php
  100. library/XenForo/ControllerHelper/Abstract.php
  101. library/XenForo/Model/Thread.php
  102. library/WidgetFramework/XenForo/Model/Thread.php
  103. library/UnreadPostCount/Model/Thread.php
  104. library/Nobita/MetaDescription/XenForo/Model/Thread.php
  105. library/XenForo/Model/Forum.php
  106. library/XenForo/Helper/String.php
  107. library/XenForo/Helper/Discussion.php
  108. library/XenForo/Model/Post.php
  109. library/Waindigo/UserCriteria/Listener/LoadClass.php
  110. library/Waindigo/Listener/LoadClass.php
  111. library/Waindigo/Listener/LoadClass/20150106.php
  112. library/Waindigo/UserCriteria/Extend/XenForo/Model/Post.php
  113. library/EWRporta2/Model/Post.php
  114. library/EWRcarta/Model/Post.php
  115. library/EWRporta2/Model/Articles.php
  116. library/XenForo/Model/Trophy.php
  117. library/MasterBadge/Model/Trophy.php
  118. library/MasterBadge/Core.php
  119. library/MasterBadge/Helper/Level.php
  120. library/XenForo/Model/Poll.php
  121. library/XenForo/Model/Attachment.php
  122. library/XenForo/Model/Node.php
  123. library/XenForo/Route/Prefix/Categories.php
  124. library/XenForo/Route/Prefix/Forums.php
  125. library/XenForo/ControllerResponse/View.php
  126. library/XenForo/ControllerResponse/Abstract.php
  127. library/XenForo/Helper/Cookie.php
  128. library/NodesAsTabs/API.php
  129. library/XenForo/ViewRenderer/HtmlPublic.php
  130. library/XenForo/ViewRenderer/Abstract.php
  131. library/XenForo/Template/Public.php
  132. library/XenForo/Template/Abstract.php
  133. library/WidgetFramework/Core.php
  134. library/XenForo/Model/Moderator.php
  135. library/ExternalPages/ControllerPublic/online.php
  136. library/WidgetFramework/Model/Widget.php
  137. library/WidgetFramework/Helper/Sort.php
  138. library/WidgetFramework/WidgetRenderer.php
  139. library/XenForo/ViewPublic/Thread/View.php
  140. library/XenForo/ViewPublic/Base.php
  141. library/XenForo/View.php
  142. library/EWRporta2/Listener/ViewPublic.php
  143. library/ExtendCommon/UserModel/EX.php
  144. library/WidgetFramework/XenForo/View1.php
  145. library/XenForo/BbCode/Parser.php
  146. library/XenForo/BbCode/Formatter/Base.php
  147. library/sonnb/XenforoLightbox/Listener.php
  148. library/EWRporta2/Listener/BbCode.php
  149. library/EWRmedio/Listener/BbCode.php
  150. library/EWRcarta/Listener/BbCode.php
  151. library/sonnb/XenforoLightbox/BbCode/Formatter/Base.php
  152. library/KingK/BbCodeManager/BbCode/Formatter/Base.php
  153. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  154. library/EWRporta2/BbCode/Formatter.php
  155. library/EWRmedio/BbCode/Formatter.php
  156. library/EWRcarta/BbCode/Formatter.php
  157. library/KingK/BbCodeManager/Model/CustomBbCode.php
  158. library/XenForo/ViewPublic/Helper/Message.php
  159. library/XenForo/BbCode/TextWrapper.php
  160. library/KingK/BbCodeManager/EventListener/Templates/Preloader.php
  161. library/XenForo/Route/Prefix/Members.php
  162. library/MasterBadge/Route/Prefix/Members.php
  163. library/MasterBadge/Route.php
  164. library/Begin/Listeners/Navigation.php
  165. library/EWRporta2/Listener/NavTabs.php
  166. library/Brivium/SupportTicketSystem/Model/SupportTicket.php
  167. library/Brivium/SupportTicketSystem/Model/KnowledgeBase.php
  168. library/Moder/Listeners/Navigation.php
  169. library/ExternalPages/Listeners/Navigation.php
  170. library/EWRmedio/Listener/NavTabs.php
  171. library/EWRmedio/Model/Perms.php
  172. library/EWRcarta/Listener/NavTabs.php
  173. library/EWRcarta/Model/Perms.php
  174. library/EWRcarta/Model/Lists.php
  175. library/NodesAsTabs/NavTabs.php
  176. library/XenForo/Template/FileHandler.php
  177. library/XenForo/Helper/File.php
  178. internal_data/templates/S.10,L.2,nat_childlinks.php
  179. library/XenForo/Route/Prefix/LinkForums.php
  180. library/WidgetFramework/Template/Extended.php
  181. internal_data/templates/S.10,L.2,thread_view.php
  182. library/XenForo/Route/Prefix/Tags.php
  183. library/KingK/BbCodeManager/EventListener/Templates/InitEditorGrid.php
  184. library/EWRporta2/Listener/Template.php
  185. library/EWRmedio/Listener/Template.php
  186. library/EWRmedio/Model/Lists.php
  187. library/EWRcarta/Listener/Template.php
  188. library/ExternalPages/ControllerPublic/balance.php
  189. library/SvgGoUpDown/Listener.php
  190. library/ExternalPages/ControllerPublic/ShortBannedList.php
  191. internal_data/templates/S.10,L.2,meta_thread_view_tools_links.php
  192. internal_data/templates/S.10,L.2,page_nav.php
  193. library/XenForo/Route/Prefix/Posts.php
  194. library/XenForo/Model/Avatar.php
  195. library/MasterBadge/Helper/Trophy.php
  196. internal_data/templates/S.10,L.2,bb_code_tag_quote.php
  197. library/WidgetFramework/WidgetRenderer/Empty.php
  198. library/XenForo/Helper/Criteria.php
  199. library/XenForo/Debug.php
  200. internal_data/templates/S.10,L.2,PAGE_CONTAINER.php
  201. internal_data/templates/S.10,L.2,bbcm_js.php
  202. library/Siropu/Chat/Helper.php
  203. internal_data/templates/S.10,L.2,EWRporta2_Navtabs.php
  204. internal_data/templates/S.10,L.2,BRSTS_support_ticket_tab_links.php
  205. internal_data/templates/S.10,L.2,BRSTS_brsts_support_ticket_tab_links.php
  206. internal_data/templates/S.10,L.2,EWRmedio_Navtabs.php
  207. internal_data/templates/S.10,L.2,EWRcarta_Navtabs.php
  208. internal_data/templates/S.10,L.2,nat_linkstemplate.php
  209. internal_data/templates/S.10,L.2,go_up_down.php
  210. library/XenForo/ViewRenderer/Json.php
  211. internal_data/templates/S.10,L.2,nat_bodyjs.php