Search found 5 matches
- Tue Dec 12, 2006 8:07 pm
- Forum: Canada / United States Tax & Accounting
- Topic: A Question of Moderation
- Replies: 9
- Views: 3585
- Tue Dec 12, 2006 4:41 pm
- Forum: Canada / United States Tax & Accounting
- Topic: A Question of Moderation
- Replies: 9
- Views: 3585
Believe it or not, some people actually have websites. Using zero posts and a website as a filter to delete records could affect legitimate users, particularly ones who just recently registered. I will be filtering the user database, but with something a little more clear, like by website and email ...
- Tue Dec 12, 2006 2:22 pm
- Forum: Canada / United States Tax & Accounting
- Topic: A Question of Moderation
- Replies: 9
- Views: 3585
The spambots have become very prolific lately. We have been taking action to deal with the problem, such as banning certain email domains, such as those ending in ".ru". In addition, the board has just been upgraded (today) to the newest version, which adds a visual confirmation for registration. Th...
- Tue Jan 03, 2006 12:06 am
- Forum: Canada / United States Tax & Accounting
- Topic: Issues with new forum
- Replies: 6
- Views: 3361
This is obviously the query that is causing problems; $sql = "SELECT t.*, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_time, p.post_username FROM " . TOPICS_TABLE . " t, " . USERS_TABLE . " u, " . POSTS_TABLE . " p, " . USERS_TABLE . " u2 WHERE t.forum_id = $forum_id AND t....
- Mon Jan 02, 2006 11:21 pm
- Forum: Canada / United States Tax & Accounting
- Topic: Issues with new forum
- Replies: 6
- Views: 3361
I'm actually the one handling the technical aspects of managing the forums here. Took a little while to understand what you guys were talking about, but seems to me that effectively, what is happening is that the thread creation date is being taken as the last post date. Rather than modifying the fo...