Topic: What do i need to do to hack the post size?
I guess some checking bypass in post.php would be necessary, that's ok. But i am more confused with the database.
I didnt got yet if i can or not insert more than 64kb of text data in a sqlite field. From what i red here
http://www.sqlite.org/datatypes.html
there is only one text datatype.
Do i or don't i have to hack the table?
When answering please keep in ming that i am talking about sqlite.
The posts with long large text data will be made through external script so i think i will leave the checking as it is in post.php