>>398265 I keep seeing the thumbnail and thinking it's the screenshot of some FPS, based on the position of the hand being positioned like I'd expect a "fist" weapon to get drawn. So I played around and made it into this
>>402182 Is it actually not available in NA any more?
I watched it on Youtube originally but that guy's stop motion work constantly got stolen and reuploaded by people so he stopped posting stuff. It wouldn't surprise me if he just made it Japan-only.
>>406885 (I assume you realise where Snoopy originally was) >How did people ever find >>406857 funny? I think it was more to do with being a reunion finish to a story-based tangent.
>How did people ever find >>406858 funny? The basis of western cartoons is "funny animals doing funny things"
Unless you were asking how editing out makes it funny, in which it's essentially an anti-joke or non-sequitor style of humour.
SELECT *, (
SELECT GROUP_CONCAT(DISTINCT `kobaboardban`.`boardid` ORDER BY `kobaboardban`.`boardid` SEPARATOR ',')
FROM `kobaboardban` WHERE `banid` = `id` GROUP BY `banid`
) AS `active_boards`
FROM `kobaban`
WHERE (
(`iplong1` = '03eefa49')
OR
(`iplong1` <= '03eefa49' AND '03eefa49' <= `iplong2`)
)
AND `type` IN(-1,0,1,2,3)
AND (`id` IN ( SELECT `banid` FROM `kobaboardban` WHERE `boardid` IN(1) )
OR `global` = 1)
ORDER BY `type`,`expiration` DESC
no rows found or affected (prepared query)
time taken: 0.00520396
SELECT p.*,
r.time r_time, r.reason r_reason, r.ipmd5 r_ipmd5, r.ipcrypt r_ipcrypt, r.password r_password, r.userid r_userid,
s.total_posts, s.total_files, s.total_image, s.total_audio, s.total_video, s.total_swf, s.unique_ip, s.unique_user
FROM `kobapost` p
LEFT JOIN `kobareport` r on p.boardid = r.boardid and p.postid = r.postid
LEFT JOIN `kobapoststats` s on p.boardid = s.boardid and p.postid = s.threadid
WHERE
p.`boardid` = '1'
AND p.`postid` = '392169'
AND `parentid` = '0'
AND `deleted` = '0'
UNION ALL
SELECT p.*,
r.time r_time, r.reason r_reason, r.ipmd5 r_ipmd5, r.ipcrypt r_ipcrypt, r.password r_password, r.userid r_userid,
null as total_posts, null as total_files, null as total_image, null as total_audio, null as total_video, null as total_swf, null as unique_ip, null as unique_user
FROM `kobapost` p
LEFT JOIN `kobareport` r on p.boardid = r.boardid and p.postid = r.postid
WHERE
p.`boardid` = '1'
AND `parentid` = '392169'
AND `deleted` = '0'
ORDER BY `parentid`,`postid`