File: 1728960152051.mp4 (770.01 KB, 320x176, mov_bbb.mp4)
Anónimo 15/10/24 (Tue) 02:42:33 No.4
Array( [sql] => Array ( [0] => Array ( [query] => SET NAMES utf8 [rows] => 0 [explain] => [time] => ~0.27ms ) [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.59ms ) [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.64ms ) [3] => Array ( [query] => DELETE FROM `bans` WHERE `expires` IS NOT NULL AND `expires` < 1728960151 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.28ms ) [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.11ms ) [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.13ms ) [6] => Array ( [query] => SELECT `id`, `type`, `boards`, `password` FROM `mods` WHERE `username` = :username [rows] => 1 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => mods [type] => ALL [possible_keys] => [key] => [key_len] => [ref] => [rows] => 2 [Extra] => Using where ) ) [time] => ~0.15ms ) [7] => Array ( [query] => SELECT `id`,`thread` FROM `posts_b` WHERE `filehash` = :hash [rows] => 0 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => posts_b [type] => ref [possible_keys] => filehash [key] => filehash [key_len] => 43 [ref] => const [rows] => 1 [Extra] => Using where ) ) [time] => ~0.51ms ) [8] => 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] => ~1.97ms ) [9] => 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] => ~1.55ms ) [10] => Array ( [query] => SELECT `id` FROM `posts_b` WHERE `thread` IS NULL ORDER BY `sticky` DESC, `bump` DESC [rows] => 2 [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] => ~1.08ms ) [11] => Array ( [query] => SELECT * FROM `posts_b` WHERE (`thread` IS NULL AND `id` = :id) OR `thread` = :id ORDER BY `thread`,`id` [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] => 2 [Extra] => Using index condition ) ) [time] => ~0.38ms ) [12] => 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.2ms ) [13] => Array ( [query] => UPDATE `antispam` SET `expires` = UNIX_TIMESTAMP() + :expires WHERE `board` = :board AND `thread` = :thread AND `expires` IS NULL [rows] => 0 [explain] => Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => antispam [type] => range [possible_keys] => board,expires [key] => board [key_len] => 181 [ref] => [rows] => 1 [Extra] => Using where ) ) [time] => ~0.19ms ) [14] => 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.75ms ) ) [exec] => Array ( [0] => Array ( [command] => md5sum '/tmp/phpMpmS5p' [time] => ~14.66ms [response] => 198918f40ecc7cab0fc4231adaf67c96 /tmp/phpMpmS5p ) ) [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_245.221.19.37.rbl.efnetrbl.org (miss) [9] => dns_245.221.19.37.rbl.efnetrbl.org (set) [10] => thread_index_b_4 (deleted) [11] => thread_b_4 (deleted) ) [write] => Array ( ) [time] => Array ( [db_queries] => ~8.81ms [exec] => ~14.66ms [db_connect] => ~0.58ms ) [start] => [start_debug] => 1728960151.8913 [build_pages] => Array ( [0] => 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/fortunas.php [39] => /var/www/html/hispachan/inc/lib/webm/ffmpeg.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 ) [memory] => 2 MiB)