4000 People
4000 People
Hey - looks like I missed us going over 4k members! When it gets to 5k we should have a party
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Someone(hint..) really should really create a script that intelligently removes bots or unused accounts.
Deleting an old account with 2 posts in several years? worst case* scenario is they have to sign up again... in a year.
EDIT: Fixed spelling mistakes... *sigh*
Deleting an old account with 2 posts in several years? worst case* scenario is they have to sign up again... in a year.
EDIT: Fixed spelling mistakes... *sigh*
Last edited by Brynet-Inc on Fri Nov 02, 2007 1:49 pm, edited 1 time in total.
I agree.
Shouldn't be too hard to sniff through the phpmyadmin->phpbb2 tables with a one-liner php script to find members with 0-2 posts in over a year.
I had this problem with my website a while ago and ended up abandoning the site because I hadn't thought of a good solution like that.
Shouldn't be too hard to sniff through the phpmyadmin->phpbb2 tables with a one-liner php script to find members with 0-2 posts in over a year.
I had this problem with my website a while ago and ended up abandoning the site because I hadn't thought of a good solution like that.
Website: https://joscor.com
... then i would have had to create new accounts several times -- since i only posted a couple time the first several years i was here...Brynet-Inc wrote: Deleting an old account with 2 posts in several years? worst cast scenario is they have to sign up again... in a year.
just because they dont post, doesnt mean they dont come here regularly
if someone had done that, i probably would have simply stopped coming and never returned...
At my site, I modified the phpbb registration script a little bit to add an additional require field.Combuster wrote:I seriously wonder how much of the zero-posters in the memberlist are bots...
Before this I had alot of spam bot problems. After the above small modification, I have not gotten a single spam bot.
Perhaps this forum can benefit from it?
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}