FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » How to search for attachments to messages
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: How to search for attachments to messages [message #158375 is a reply to message #158374] Sun, 22 February 2009 16:20 Go to previous messageGo to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma:
Senior Member
Administrator
Core Developer
The data is stored within the database in a table called fud26_attach.

CREATE TABLE {SQL_TABLE_PREFIX}attach
(
	id		INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
	location	VARCHAR(255) NOT NULL DEFAULT '',
	original_name	VARCHAR(255),
	owner		INT NOT NULL DEFAULT 0,
	attach_opt	INT NOT NULL DEFAULT 0,
	message_id	INT NOT NULL DEFAULT 0,
	dlcount		INT NOT NULL DEFAULT 0,
	mime_type	INT NOT NULL DEFAULT 0,
	fsize		INT NOT NULL DEFAULT 0
);
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: "Fatal error"...forum move
Next Topic: Forum Integration
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 23 04:20:46 GMT 2024

Total time taken to generate the page: 0.03994 seconds