Go Back   Forums > Abandonia.com > Community News & Feedback > Old Suggestions
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Closed Thread
 
Thread Tools Display Modes
Old 23-03-2005, 12:18 PM   #31
Omuletzu
10 GOSUB Abandonia
20 GOTO 10

 
Join Date: Mar 2004
Location: Shella, Kenya
Posts: 1,529
Send a message via MSN to Omuletzu Send a message via Yahoo to Omuletzu
Default

Quote:
Originally posted by konfliktPL@Mar 23 2005, 12:14 PM
All instances of obvious spam should be dealt with by moderators (actually I haven't seen much of them, maybe these are the people with VIP plate).
I am a mod, and i rarely close topics.I would rather clean the topic, and let people further their discussion(you see what i'm doing for you? wasting my time when i could just lock it).I leave the locking business to the admins.I do, however, lock a thread when i see it's only meant as a flame/spam(if it's in the blah blah blah section i leave it) haven.As a moderator i have tried to strike a balance between over-vigilance and too much freedom.I think this is a fantasy, as no mod can achieve it.I do hope however i got close to it
Omuletzu is offline                         Send a private message to Omuletzu
Old 23-03-2005, 12:33 PM   #32
Havell
Home Sweet Abandonia

 
Join Date: Jun 2004
Location: Norwich, England
Posts: 1,325
Default

I can confirm you are a good mod, I have only seen you lock threads on a few occasions and that is for when the thread itself is for a useless purpose, you take the time to prune out spam from threads and split them off when the discussion is going elsewhere k:
Havell is offline                         Send a private message to Havell
Old 23-03-2005, 12:47 PM   #33
konfliktPL
Super Freak

 
Join Date: Feb 2005
Location: Lublin, Poland
Posts: 184
Default

Quote:
Originally posted by BeefontheBone@Mar 23 2005, 12:11 PM
@kovfliktPL Unfortunately the flood control is fixed for the whole forum, so it can't be turned off for just one section.
It's konfliktPL not konvliktPL. I did not mean flood protection, but a post counter.
konfliktPL is offline                         Send a private message to konfliktPL
Old 23-03-2005, 12:53 PM   #34
Data
retired
 
Data's Avatar


 
Join Date: Jun 2004
Location: Jan Mayen, Svalbard and Jan Mayen
Posts: 2,167
Default

Don't think it can be disabled either.

Anyway reopened the jokes thing. and cleaned it up.
__________________
Flowing with the stream of life
Data is offline                         Send a private message to Data
Old 23-03-2005, 12:55 PM   #35
Lizard
Abandonia Homie

 
Join Date: Feb 2005
Location: Shella, Kenya
Posts: 576
Default

Quote:
Originally posted by Data@Mar 23 2005, 02:53 PM
Don't think it can be disabled either.

Anyway reopened the jokes thing. and cleaned it up.
We must start a praise topic for Data :Brain: :Brain: :Brain:
Lizard is offline                         Send a private message to Lizard
Old 23-03-2005, 01:12 PM   #36
Havell
Home Sweet Abandonia

 
Join Date: Jun 2004
Location: Norwich, England
Posts: 1,325
Default

No spamming in it though

Data
Havell is offline                         Send a private message to Havell
Old 23-03-2005, 04:50 PM   #37
wormpaul
10 GOSUB Abandonia
20 GOTO 10
 
wormpaul's Avatar

 
Join Date: Aug 2004
Location: Shella, Kenya
Posts: 1,943
Send a message via MSN to wormpaul Send a message via Yahoo to wormpaul
Default

Damm...

Funny idea k:
__________________
i jus luv abandonia!!
wormpaul is offline                         Send a private message to wormpaul
Old 23-03-2005, 08:20 PM   #38
wormpaul
10 GOSUB Abandonia
20 GOTO 10
 
wormpaul's Avatar

 
Join Date: Aug 2004
Location: Shella, Kenya
Posts: 1,943
Send a message via MSN to wormpaul Send a message via Yahoo to wormpaul
Default

But let`s try it at this topic..

Remove all SPAM :whistle:
__________________
i jus luv abandonia!!
wormpaul is offline                         Send a private message to wormpaul
Old 24-03-2005, 12:24 AM   #39
rabadi
New(bie) Kid on the Linux Users' Block
 
rabadi's Avatar

 
Join Date: Dec 2004
Location: Irving, United States
Posts: 499
Default

Quote:
Originally posted by Titan@Mar 23 2005, 03:54 AM
Clairification: When Data said "not possible" he meant that the board software simply doesn't allow us to do that type of action.. it's a bit "crude" on that, so we have to resolve to brute force (warning, suspentions and so on) to deal with "problems" like that. I don't like it anymore then the person getting suspended, but it's the tools that limit us, not the ideas... :/
Thread banning is possible, but it is certainly not practical. I don't know exactly how forum software works, but allow me to try guessing how it works.

I imagine in the database there is a table "Master User" which contains all user (member) information. There should be a field "Status" or something like that in this table. When a user is banned, this field "Status" is updated from being an active member to being a banned member. Thus, when the user tries to login into the forum, the forum software will check whether or not this user is banned by looking at this field "Status". When a user is banned, the forum software will not allow him/her to login into the forum.

With thread banning, it is a different thing altogether. For simplicity sake, let's just pretend there are a total of 50 members, and a total of 100 threads. I imagine a table "Thread Banning" needs to be created in the database. Each of these 50 members will then have 100 records (since there are 100 threads) with a field "Status" to indicate whether they can access the threads or not. Everytime a new thread is created, 50 new records (for those 50 members) have to be added into the table "Thread Banning". Now, for example in a day there are 200 new threads, then it means 200 x 50 = 1000 new records need to be added into the table "Thread Banning". In one week, it will be 7 x 1000 = 7000 news records added. As the forum grows, the table will get bigger. Whenever a user tries to post a message on a thread, the forum software needs to check this table "Thread Banning", which means it will slow down the posting process.

Now imagine there are 5000 members and 10000 active threads... you should get the point. The posting process will be slower.

What about if a thread gets deleted? Should the corresponding records in table "Thread Banning" be deleted as well? If so, the thread deletion process will be slower. If the records are not deleted, the posting process will be slower since the forum software needs to browse more data in the table "Thread Banning".

It is true that the threads get pruned regularly, which means that some records in table "Thread Banning" can also be deleted to fasten the browsing, but IMHO it is still not practical.

So, for simplicity sake, thread banning is *not possible*.
rabadi is offline                         Send a private message to rabadi
Old 24-03-2005, 07:28 PM   #40
Braindead
Abandonia Homie

 
Join Date: Jun 2004
Location: ,
Posts: 663
Send a message via ICQ to Braindead Send a message via MSN to Braindead
Default

rabadi you make it way too complicated, all you would have to store is the users that are actually banned from the thread.

However while it would be possible to implement thread banning by altering the php files and adding an extra table between the members and the post table we won't bother with this. It would just be a waste of time, and since php files would have to be edited possibly even introducing bugs or security leaks (we wouldn't want to jeapordize the main site, would we?).
When the moderator feels a thread has lost his original purpose he closes the thread it's as simple as that.

Another reason to lock a thread is when we feel an answer to a question was given.

I will lock this thread since we won't implement thread banning.
Braindead is offline                         Send a private message to Braindead
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Thread TheChosen Blah, blah, blah... 13 28-10-2008 05:01 PM
Another Wii Thread TheGiantMidgit Gaming Zone 5 20-09-2006 01:56 AM
The BETTER THAN NOTHING Thread adamaster Blah, blah, blah... 12 04-08-2005 10:08 AM
The bump thread Ioncannon Blah, blah, blah... 518 12-09-2004 01:08 PM


Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 06:49 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.