File: 1728956284440.jpg (21.91 KB, 336x446, dsaadsdasads.jpg)
Aquí estamos Anonymous ## admin 15/10/24 (Tue) 01:38:04 No.1
Anónimo 15/10/24 (Tue) 02:32:15 No.3
Array( [sql] => Array ( [0] => Array ( [query] => SET NAMES utf8 [rows] => 0 [explain] => [time] => ~0.52ms ) [1] => Array ( [query] => SELECT * FROM `boards` WHERE `uri` = :uri LIMIT 1 [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => boards [type] => const [possible_keys] => PRIMARY [key] => PRIMARY [key_len] => 176 [ref] => const [rows] => 1 [Extra] => ) ) [time] => ~0.28ms ) [2] => Array ( [query] => SELECT `bans`.* FROM `bans` WHERE ((`board` IS NULL OR `board` = :board) AND (`ipstart` = :ip OR (:ip >= `ipstart` AND :ip <= `ipend`)) OR (`bans`.id = :id)) ORDER BY `expires` IS NULL, `expires` DESC [rows] => 0 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => bans [type] => range [possible_keys] => PRIMARY,ipstart [key] => ipstart [key_len] => 18 [ref] => [rows] => 1 [Extra] => Using index condition; Using where; Using filesort ) ) [time] => ~0.67ms ) [3] => Array ( [query] => DELETE FROM `bans` WHERE `expires` IS NOT NULL AND `expires` < 1728959535 AND `seen` = 1 [rows] => 0 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => bans [type] => range [possible_keys] => expires [key] => expires [key_len] => 5 [ref] => [rows] => 1 [Extra] => Using where ) ) [time] => ~0.37ms ) [4] => Array ( [query] => SELECT `theme` FROM `theme_settings` WHERE `name` IS NULL AND `value` IS NULL [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => theme_settings [type] => ALL [possible_keys] => [key] => [key_len] => [ref] => [rows] => 8 [Extra] => Using where ) ) [time] => ~0.15ms ) [5] => Array ( [query] => SELECT `name`, `value` FROM `theme_settings` WHERE `theme` = :theme AND `name` IS NOT NULL [rows] => 7 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => theme_settings [type] => ALL [possible_keys] => theme [key] => [key_len] => [ref] => [rows] => 8 [Extra] => Using where ) ) [time] => ~0.14ms ) [6] => Array ( [query] => SELECT `passed` FROM `antispam` WHERE `hash` = :hash [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => antispam [type] => const [possible_keys] => PRIMARY [key] => PRIMARY [key_len] => 40 [ref] => const [rows] => 1 [Extra] => ) ) [time] => ~0.54ms ) [7] => Array ( [query] => SELECT `sticky`,`locked`,`cycle`,`sage`,`slug` FROM `posts_b` WHERE `id` = :id AND `thread` IS NULL LIMIT 1 [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => posts_b [type] => const [possible_keys] => id,thread_id,list_threads [key] => id [key_len] => 4 [ref] => const [rows] => 1 [Extra] => ) ) [time] => ~0.57ms ) [8] => Array ( [query] => SELECT COUNT(*) AS `replies`, SUM(`num_files`) AS `images` FROM `posts_b` WHERE `thread` = :thread [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => posts_b [type] => ref [possible_keys] => thread_id,list_threads [key] => thread_id [key_len] => 5 [ref] => const [rows] => 1 [Extra] => ) ) [time] => ~0.39ms ) [9] => Array ( [query] => SELECT `thread`, `id` FROM `posts_b` WHERE `id` = 1 [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => posts_b [type] => const [possible_keys] => id [key] => id [key_len] => 4 [ref] => const [rows] => 1 [Extra] => ) ) [time] => ~0.37ms ) [10] => Array ( [query] => SELECT * FROM `flood` WHERE `ip` = :ip OR `posthash` = :posthash [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => flood [type] => ALL [possible_keys] => ip,posthash [key] => [key_len] => [ref] => [rows] => 2 [Extra] => Using where ) ) [time] => ~0.67ms ) [11] => Array ( [query] => DELETE FROM `flood` WHERE `time` < 1728959415 [rows] => 2 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => flood [type] => range [possible_keys] => time [key] => time [key_len] => 4 [ref] => [rows] => 2 [Extra] => Using where ) ) [time] => ~3.71ms ) [12] => Array ( [query] => INSERT INTO `posts_b` VALUES ( NULL, :thread, :subject, :email, :name, :trip, :capcode, :body, :body_nomarkup, :time, :time, :files, :num_files, :filehash, :password, :ip, :sticky, :locked, :cycle, 0, :embed, :slug) [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => INSERT [table] => posts_b [type] => ALL [possible_keys] => [key] => [key_len] => [ref] => [rows] => [Extra] => ) ) [time] => ~2.26ms ) [13] => Array ( [query] => INSERT INTO `flood` VALUES (NULL, :ip, :board, :time, :posthash, :filehash, :isreply) [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => INSERT [table] => flood [type] => ALL [possible_keys] => [key] => [key_len] => [ref] => [rows] => [Extra] => ) ) [time] => ~0.9ms ) [14] => Array ( [query] => UPDATE `antispam` SET `passed` = `passed` + 1 WHERE `hash` = :hash [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => antispam [type] => range [possible_keys] => PRIMARY [key] => PRIMARY [key_len] => 40 [ref] => [rows] => 1 [Extra] => Using where ) ) [time] => ~0.93ms ) [15] => Array ( [query] => INSERT INTO `cites` VALUES ('b', 3, 'b', 1) [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => INSERT [table] => cites [type] => ALL [possible_keys] => [key] => [key_len] => [ref] => [rows] => [Extra] => ) ) [time] => ~0.81ms ) [16] => Array ( [query] => SELECT `id` FROM `posts_b` WHERE `thread` IS NULL ORDER BY `sticky` DESC, `bump` DESC [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => posts_b [type] => ref [possible_keys] => thread_id,list_threads [key] => list_threads [key_len] => 5 [ref] => const [rows] => 1 [Extra] => Using where; Using index ) ) [time] => ~0.89ms ) [17] => Array ( [query] => UPDATE `posts_b` SET `bump` = :time WHERE `id` = :id AND `thread` IS NULL [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => posts_b [type] => range [possible_keys] => id,thread_id,list_threads [key] => thread_id [key_len] => 9 [ref] => [rows] => 1 [Extra] => Using where ) ) [time] => ~1.55ms ) [18] => Array ( [query] => SELECT `id` FROM `posts_b` WHERE `thread` IS NULL ORDER BY `sticky` DESC, `bump` DESC [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => posts_b [type] => ref [possible_keys] => thread_id,list_threads [key] => list_threads [key_len] => 5 [ref] => const [rows] => 2 [Extra] => Using where; Using index ) ) [time] => ~0.82ms ) [19] => Array ( [query] => SELECT * FROM `posts_b` WHERE (`thread` IS NULL AND `id` = :id) OR `thread` = :id ORDER BY `thread`,`id` [rows] => 2 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => posts_b [type] => ref_or_null [possible_keys] => id,thread_id,list_threads [key] => list_threads [key_len] => 5 [ref] => const [rows] => 2 [Extra] => Using index condition; Using filesort ) ) [time] => ~0.65ms ) [20] => Array ( [query] => DELETE FROM `antispam` WHERE `expires` < UNIX_TIMESTAMP() [rows] => 0 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => antispam [type] => range [possible_keys] => expires [key] => expires [key_len] => 5 [ref] => [rows] => 1 [Extra] => Using where ) ) [time] => ~0.24ms ) [21] => Array ( [query] => UPDATE `antispam` SET `expires` = UNIX_TIMESTAMP() + :expires WHERE `board` = :board AND `thread` = :thread AND `expires` IS NULL [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => antispam [type] => index_merge [possible_keys] => board,expires [key] => expires,board [key_len] => 5,181 [ref] => [rows] => 1 [Extra] => Using intersect(expires,board); Using where; Using buffer ) ) [time] => ~2.68ms ) [22] => Array ( [query] => INSERT INTO `antispam` VALUES (:board, :thread, :hash, UNIX_TIMESTAMP(), NULL, 0) [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => INSERT [table] => antispam [type] => ALL [possible_keys] => [key] => [key_len] => [ref] => [rows] => [Extra] => ) ) [time] => ~0.69ms ) ) [exec] => Array ( ) [purge] => Array ( ) [cached] => Array ( [0] => board_b (miss) [1] => board_b (set) [2] => purged_bans_last (miss) [3] => themes (miss) [4] => themes (set) [5] => theme_settings_recent (miss) [6] => theme_settings_recent (set) [7] => purged_bans_last (set) [8] => dns_197.3.201.189.rbl.efnetrbl.org (miss) [9] => dns_197.3.201.189.rbl.efnetrbl.org (set) [10] => thread_index_b_1 (deleted) [11] => thread_b_1 (deleted) ) [write] => Array ( ) [time] => Array ( [db_queries] => ~20.79ms [exec] => ~0ms [db_connect] => ~1.97ms ) [start] => [start_debug] => 1728959535.6694 [build_pages] => Array ( [0] => 1 [1] => 1 ) [included] => Array ( [0] => /var/www/html/hispachan/post.php [1] => /var/www/html/hispachan/inc/bootstrap.php [2] => /var/www/html/hispachan/vendor/autoload.php [3] => /var/www/html/hispachan/vendor/composer/autoload_real.php [4] => /var/www/html/hispachan/vendor/composer/platform_check.php [5] => /var/www/html/hispachan/vendor/composer/ClassLoader.php [6] => /var/www/html/hispachan/vendor/composer/autoload_static.php [7] => /var/www/html/hispachan/vendor/symfony/polyfill-ctype/bootstrap.php [8] => /var/www/html/hispachan/vendor/symfony/polyfill-ctype/bootstrap80.php [9] => /var/www/html/hispachan/vendor/symfony/polyfill-mbstring/bootstrap.php [10] => /var/www/html/hispachan/vendor/symfony/polyfill-mbstring/bootstrap80.php [11] => /var/www/html/hispachan/vendor/symfony/polyfill-php72/bootstrap.php [12] => /var/www/html/hispachan/vendor/geoip/geoip/src/geoip.inc [13] => /var/www/html/hispachan/vendor/geoip/geoip/src/geoipcity.inc [14] => /var/www/html/hispachan/vendor/geoip/geoip/src/geoipregionvars.php [15] => /var/www/html/hispachan/vendor/geoip/geoip/src/timezone.php [16] => /var/www/html/hispachan/inc/display.php [17] => /var/www/html/hispachan/inc/template.php [18] => /var/www/html/hispachan/vendor/twig/twig/src/Extension/AbstractExtension.php [19] => /var/www/html/hispachan/vendor/twig/twig/src/Extension/ExtensionInterface.php [20] => /var/www/html/hispachan/vendor/twig/twig/src/Environment.php [21] => /var/www/html/hispachan/inc/database.php [22] => /var/www/html/hispachan/inc/events.php [23] => /var/www/html/hispachan/inc/api.php [24] => /var/www/html/hispachan/inc/mod/auth.php [25] => /var/www/html/hispachan/inc/lock.php [26] => /var/www/html/hispachan/inc/queue.php [27] => /var/www/html/hispachan/inc/functions.php [28] => /var/www/html/hispachan/inc/config.php [29] => /var/www/html/hispachan/inc/instance-config.php [30] => /var/www/html/hispachan/inc/secrets.php [31] => /var/www/html/hispachan/inc/cache.php [32] => /var/www/html/hispachan/vendor/twig/twig/src/Cache/FilesystemCache.php [33] => /var/www/html/hispachan/vendor/twig/twig/src/Cache/CacheInterface.php [34] => /var/www/html/hispachan/inc/lib/webm/posthandler.php [35] => /var/www/html/hispachan/inc/bans.php [36] => /var/www/html/hispachan/templates/themes/recent/info.php [37] => /var/www/html/hispachan/templates/themes/recent/theme.php [38] => /var/www/html/hispachan/inc/filters.php [39] => /var/www/html/hispachan/inc/fortunas.php [40] => /var/www/html/hispachan/inc/anti-bot.php [41] => /var/www/html/hispachan/vendor/twig/twig/src/Loader/FilesystemLoader.php [42] => /var/www/html/hispachan/vendor/twig/twig/src/Loader/LoaderInterface.php [43] => /var/www/html/hispachan/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php [44] => /var/www/html/hispachan/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php [45] => /var/www/html/hispachan/vendor/twig/twig/src/ExtensionSet.php [46] => /var/www/html/hispachan/vendor/twig/twig/src/Extension/StagingExtension.php [47] => /var/www/html/hispachan/vendor/twig/twig/src/Extension/CoreExtension.php [48] => /var/www/html/hispachan/vendor/twig/twig/src/Extension/EscaperExtension.php [49] => /var/www/html/hispachan/vendor/twig/twig/src/Extension/OptimizerExtension.php [50] => /var/www/html/hispachan/vendor/twig/twig/src/Extension/DebugExtension.php [51] => /var/www/html/hispachan/vendor/phpmyadmin/twig-i18n-extension/src/I18nExtension.php [52] => /var/www/html/hispachan/vendor/twig/twig/src/TemplateWrapper.php [53] => /var/www/html/hispachan/templates/cache/d5/d5d05cd88a5cae8201b685da402843d6.php [54] => /var/www/html/hispachan/vendor/twig/twig/src/Template.php [55] => /var/www/html/hispachan/vendor/twig/twig/src/Source.php [56] => /var/www/html/hispachan/vendor/twig/twig/src/Markup.php [57] => /var/www/html/hispachan/templates/cache/ba/bae370fb2646d4c88362c898226816bb.php [58] => /var/www/html/hispachan/templates/cache/21/2143b142ec4fd66673fca55eeccafdeb.php [59] => /var/www/html/hispachan/templates/cache/df/dff9251bf0b27f9e074d7e5c0adbeedf.php [60] => /var/www/html/hispachan/templates/cache/88/88ba84771c3ac105c4a527844fa96cc8.php [61] => /var/www/html/hispachan/templates/cache/bd/bd53164d7341fcb338ea6e9835e5ff78.php [62] => /var/www/html/hispachan/templates/cache/e1/e1cce4ca454576ffd776eed8a99bd675.php [63] => /var/www/html/hispachan/templates/cache/45/4581f0bd81573c89311a8273da204f21.php [64] => /var/www/html/hispachan/templates/cache/df/df3a3a3ce1a51962c753bf9a6756ab2d.php [65] => /var/www/html/hispachan/templates/cache/b7/b78934dbcd8d3afb8926a805db862d26.php [66] => /var/www/html/hispachan/templates/cache/3a/3a9e5fb36e604e71c65bdc159368336d.php [67] => /var/www/html/hispachan/templates/cache/9d/9d1e4fe3e071a307d18f831932fd5ba3.php [68] => /var/www/html/hispachan/vendor/twig/twig/src/Lexer.php [69] => /var/www/html/hispachan/vendor/twig/twig/src/TwigFilter.php [70] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Node.php [71] => /var/www/html/hispachan/vendor/twig/twig/src/Compiler.php [72] => /var/www/html/hispachan/vendor/twig/twig/src/TwigFunction.php [73] => /var/www/html/hispachan/vendor/twig/twig/src/TwigTest.php [74] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php [75] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php [76] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/TokenParserInterface.php [77] => /var/www/html/hispachan/vendor/twig/twig/src/Token.php [78] => /var/www/html/hispachan/vendor/twig/twig/src/Parser.php [79] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/ForTokenParser.php [80] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/IfTokenParser.php [81] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php [82] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php [83] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/BlockTokenParser.php [84] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/UseTokenParser.php [85] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/FilterTokenParser.php [86] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/MacroTokenParser.php [87] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/ImportTokenParser.php [88] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/FromTokenParser.php [89] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/SetTokenParser.php [90] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php [91] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/FlushTokenParser.php [92] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/DoTokenParser.php [93] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php [94] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/WithTokenParser.php [95] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php [96] => /var/www/html/hispachan/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php [97] => /var/www/html/hispachan/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php [98] => /var/www/html/hispachan/vendor/twig/twig/src/ExpressionParser.php [99] => /var/www/html/hispachan/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php [100] => /var/www/html/hispachan/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php [101] => /var/www/html/hispachan/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php [102] => /var/www/html/hispachan/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php [103] => /var/www/html/hispachan/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php [104] => /var/www/html/hispachan/vendor/phpmyadmin/twig-i18n-extension/src/TokenParser/TransTokenParser.php [105] => /var/www/html/hispachan/vendor/twig/twig/src/TokenStream.php [106] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/TempNameExpression.php [107] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/AbstractExpression.php [108] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/ConstantExpression.php [109] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/FilterExpression.php [110] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/CallExpression.php [111] => /var/www/html/hispachan/vendor/twig/twig/src/Node/TextNode.php [112] => /var/www/html/hispachan/vendor/twig/twig/src/Node/NodeOutputInterface.php [113] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/NameExpression.php [114] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/ArrayExpression.php [115] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php [116] => /var/www/html/hispachan/vendor/twig/twig/src/Node/PrintNode.php [117] => /var/www/html/hispachan/vendor/twig/twig/src/Node/SetNode.php [118] => /var/www/html/hispachan/vendor/twig/twig/src/Node/NodeCaptureInterface.php [119] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php [120] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php [121] => /var/www/html/hispachan/vendor/twig/twig/src/Node/IfNode.php [122] => /var/www/html/hispachan/vendor/twig/twig/src/Node/IncludeNode.php [123] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php [124] => /var/www/html/hispachan/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php [125] => /var/www/html/hispachan/vendor/twig/twig/src/Node/ModuleNode.php [126] => /var/www/html/hispachan/vendor/twig/twig/src/Node/BodyNode.php [127] => /var/www/html/hispachan/vendor/twig/twig/src/NodeTraverser.php [128] => /var/www/html/hispachan/templates/cache/f5/f5053ee6a1ad8e3a91b01311a815971c.php ) [memory] => 2 MiB)