Download K4stBB?

Hi! This looks cool. But the K4stBB URL doesn't work. It redirects to your blog. Is there somewhere there I can get the source code and still download K4stBB, would be awesome, maybe I could continue on it. Won't promise but wanna take a look on it.

I have a copy i think was fairly recent (i think) you will have to talk to peter about continuing it on.

Maybe Peter you could tell me what lisence it is under so if redistribution and modifying is allowed. As i may wish to make something of it.

The license of k4BB should be mentioned in every file of all release packages. So, by the way, if you want to continue developing k4BB I'd like to help you out with any thing you need help for. Just mention it here. ;o)
OneLobby
QueryQuery TimeAffected Rows
SELECT o.object_name,o.object_perms,p.perm_grant,p.perm_deny FROM k4_objects o, k4_perms p, k4_roles r, k4_user_roles u WHERE u.user_id=1  AND u.role_id=r.role_id  AND p.role_id=r.role_id  AND o.object_id=p.object_id ORDER BY r.perm_level ASC

 0.1663 

 3 

SELECT DISTINCT t.thread_id, t.*, ts.tag_name, GROUP_CONCAT(ts.tag_name SEPARATOR ',') AS tags, u.name AS user_name, uu.name AS edit_user_name FROM k4_thread_tags tt, k4_tags ts, k4_threads t, k4_users u, k4_users uu WHERE t.thread_id=49 AND t.thread_id=tt.thread_id AND ts.tag_id=tt.tag_id AND t.user_id=u.user_id AND t.edit_user_id=uu.user_id GROUP BY t.thread_id LIMIT 1

 0.1745 

 1 

UPDATE `k4_threads` SET views=450 WHERE thread_id=49

 0.0011 

 1 

SELECT tu.*, u.name AS user_name FROM k4_thread_users tu, k4_users u WHERE tu.thread_id=49 AND tu.user_id = u.user_id GROUP BY tu.user_id ORDER BY u.name ASC

 0.1851 

 1 

SELECT c.*, u.name AS user_name FROM k4_comments c JOIN k4_users u USING( user_id ) WHERE c.thread_id=49 GROUP BY c.comment_id

 0.2078 

 2