Re: adding a 'simple' thing to FUD [message #20302 is a reply to message #20286] |
Thu, 07 October 2004 09:40 |
johed802
Messages: 24 Registered: September 2004
Karma:
|
Junior Member |
|
|
Hi!
I'm thinking.. since I can't do my reply the usual way (using add_reply (...) ), I might try to do it in an "unsafe" way. Maybe I should just insert into the msg table and adjust it a bit. The big problem is I don't know exactly how to write the body of the msg on disc. I saw this code in the file imsg_edt.inc.t:
$file_id = write_body($this->body, $length, $offset);
I think i know what $length is, but what is $offset? How do you calculate this variable? Is this related to the foff field in the msg table in the DB?
thnx
/Johan
|
|
|