Hi I've bought an article database and I'm looking for script for it (it has users table so I think there must be admin menu etc) Database structure: articles (FileID, Title, Author, Category, Keywords, Articledata, Approved, Views, Submitdate, Votes, Score) categories (CatID, Category, Parent, Approved) comments (FileID, ParentID, Title, Author, Email, Articledata, Approved, SubmitDate, id) questions (QuestionID, Question, Name, Email, Respond) users (user_id, username, first_name, last_name, email, password, registration_date) Thanks
Any script can use it or you can write one for it. Sounds like a system for user posted articles given the Approved element with the option for comments/ questions to be added