Erzeugt in 0.00256 Sekunden mit 10 Abfragen
Nettolaufzeit: 0.00256 Cps: 391
SELECT typ,item,value FROM system_sys_vars
SELECT * FROM system_sessions WHERE sid='7a9bb6a44ebacbec3cb77531d001af7b'
SELECT * FROM system_users WHERE uid=0
SELECT *,categorie_count_foren+categorie_count_subforen AS categorie_count_allforen
FROM forum_categories
WHERE categorie_auth>=99
ORDER BY parent,categorie_sort
SELECT t.thread_title,
t.thread_count_posts,
t.first_post AS thread_first_post,
t.last_post AS thread_last_post,
t.last_post_poster AS thread_last_post_poster,
t.thread_auth_post,
t.thread_type,
t.thread_status,
t.thread_vote,
f.forum_title,
f.forum_riddle,
c.categorie_title,
c.categorie_count_foren+c.categorie_count_subforen AS categorie_count_allforen
FROM forum_foren f,forum_threads t, forum_categories c
WHERE f.fid=2 AND
f.cid=10 AND
t.tid=14921 AND
t.fid=2 AND
t.cid=10 AND
c.cid=10 AND
c.categorie_auth>=99
SELECT SQL_CALC_FOUND_ROWS
p.*,
u.gid,
u.user_avatar,
u.user_posts,
u.user_sig,
u.user_sig_uid,
u.user_rank,
u.user_state,
u.user_show_online,
u.user_last_action
FROM forum_posts p, system_users u
WHERE
p.post_deleted=0 AND
p.tid=14921 AND
u.uid=p.post_poster
ORDER BY p.pid asc
LIMIT 0,15
SELECT FOUND_ROWS() AS count
UPDATE system_sessions SET session_page = 'fposts',session_time = 1745628680 ,session_forum_cid='10',session_forum_fid='2',session_forum_tid='0',session_forum_time=1745628680 WHERE sid='7a9bb6a44ebacbec3cb77531d001af7b'
INSERT INTO stats_bot_ip SET date='2025-04-26',ip='12daa94f',agent='Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',page='fposts',count=1 ON DUPLICATE KEY UPDATE count=count+1
INSERT INTO stats_counter_pi (id,count_bot,date,hour) VALUES ('fposts','1','2025-04-26','02') ON DUPLICATE KEY UPDATE count_bot=count_bot+1