Allen 2021-09-04 13:14:34 15929 0 0 0 0

网站被攻击,恶意刷了三千多条评论。

SELECT count(*),MIN(post_id),max(post_id),min(concat(ty_date,ty_time)),max(concat(ty_date,ty_time))
FROM `ty_post`
WHERE entry_ip='183.192.85.162' and user_id=901


select *
FROM `ty_post`
WHERE user_id=901 and ty_date between 2021.0901 and 2021.0902

 
MIN(post_id)
max(post_id)
min(concat(ty_date,ty_time))
max(concat(ty_date,ty_time))
3171
9385
13327
2021.0901215337
2021.0902220518


Tag: 站点日志
欢迎评论
未登录,
请先 [ 注册 ] or [ 登录 ]
(一分钟即可完成注册!)
返回首页     ·   返回[站点日志]   ·   返回顶部