Thread: FTS v1.0.2
View Single Post
  #4  
Old 12th January 2008, 13:22
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default Re: Fts 1.0.0
Quote:
Originally Posted by fr33bh
thank you, i`ve been warned by xam but i got back
Warned?
I`ve installed this source (see first post) but gave me an error at 5th step when it tried to connect to the database and said the "bans" table don`t exist...

Plus at the bottom of every page I get

Code:
SELECT * FROM usergroups WHERE id = 7
SELECT id,username FROM users WHERE status='confirmed' ORDER BY id DESC LIMIT 1
SELECT * FROM avps WHERE arg='last24'
SELECT * FROM users WHERE last_access >= '2008-01-11 11:16:33' ORDER BY username
SELECT value_u FROM avps WHERE arg='seeders'
SELECT value_u FROM avps WHERE arg='leechers'
SELECT SUM(downloaded) AS totaldl, SUM(uploaded) AS totalul FROM users
SELECT id, username, class FROM users WHERE last_access >= '2008-01-12 11:13:33' ORDER BY username
SELECT COUNT(*) FROM users WHERE status = 'pending' AND invited_by = 1
SELECT * FROM news WHERE ADDDATE(added, INTERVAL 45 DAY) > NOW() ORDER BY added DESC LIMIT 10
SELECT posts.id AS pid, posts.topicid, posts.userid AS userpost, posts.added, topics.id AS tid, topics.subject, topics.forumid, topics.lastpost, topics.views, forums.name, forums.minclassread, forums.topiccount, users.username FROM posts, topics, forums, users, users AS topicposter WHERE posts.topicid = topics.id AND topics.forumid = forums.id AND posts.userid = users.id AND topics.userid = topicposter.id AND minclassread <=7 ORDER BY posts.added DESC LIMIT 5
SELECT * FROM torrents where visible='yes' ORDER BY added DESC LIMIT 5
SELECT * FROM polls ORDER BY added DESC LIMIT 1
Reply With Quote