News:

Notice:

This directory contains only submissions made through the old CMS submissions page, and nothing that was entered via forum post. Such forum posts are not searchable here, but ought to be able to be found with the forum search.



Got error 28 from storage engine1030
SELECT SubmitID, sub.SubmitterName AS SubmitterName, Title AS Title, URL, FileName, sub.Content AS Content, Timestamp, Score, sub.SectionID, sect.SubmitIcon FROM Submissions sub JOIN Groups db2 ON (db2.GroupName = 'Theories' OR db2.GroupName = 'Theories' ) INNER JOIN GroupAssoc db3 ON db2.GroupID = db3.GroupID AND db3.ItemID = SubmitID JOIN Groups db4 ON (db4.GroupName = 'Community' OR db4.GroupName = 'Community' ) INNER JOIN GroupAssoc db5 ON db4.GroupID = db5.GroupID AND db5.ItemID = SubmitID JOIN Sections sect ON sect.SectionID = sub.SectionID AND (sect.Group='Dir' OR sect.Group='articlesDir' ) WHERE `Activated` = '1' ORDER BY Title ASC