Read ; Write ; Upload ; Image(274) ; Threads(147) ; Settings ; Profile ; Help
Banana Lounge Unofficial Fan Forum

New #
file_hash item_title cart item_type child_count add_timestamp labels_list tagset_all
8cb40e4f 1747766839_image +cart image - #image like
f33106a9 1747766831_image +cart image - #image like
1130455b 1747766810_image +cart image - #image like
2acd3e69 1747766292_image +cart image - #image like
Cart #
Paste
Clear
Add All
new.sql #

SELECT
	file_hash,
	item_title,
	'' AS cart,
	item_type,
	child_count,
	add_timestamp,
	labels_list,
	'' AS tagset_all
FROM
	item_flat
WHERE
	item_score >= 0 AND
	add_timestamp >= strftime('%s', 'now', '-3 day') AND
	labels_list NOT LIKE '%,notext,%'
ORDER BY
	add_timestamp DESC


^
JavaScript #