Amending a postcount in phpBB 2.0

Associate
Joined
28 Jun 2005
Posts
1,263
I run a phpBB forum where a particular user is spamming like crazy to up his postcount for some reason. Rather than banning him or removing postcounts from everyone, is there any way of affecting just his postcount through phpMyAdmin or something?

Any help is appreciated.
 
Soldato
Joined
6 Jun 2006
Posts
6,012
Location
Kent
Yup, navigate to phpbb_users then browse then edit the user in question.

I just added a post onto a user successfully. Edit the user_posts field.
 
Last edited:
Associate
Joined
28 Apr 2004
Posts
269
check out this MOD
Code:
http://www.phpbb.com/community/viewtopic.php?f=15&t=217133

or this one:

Code:
http://www.phpbb.com/community/viewtopic.php?f=15&t=138032
 
Soldato
Joined
6 Jun 2006
Posts
6,012
Location
Kent
hitmann said:
check out these mods

Pfft, who wants to do that, easymod or not. :p

Edit:

spammer.gif

or

spammer.gif


tbh. :p
 
Last edited:
Associate
OP
Joined
28 Jun 2005
Posts
1,263
Thanks for the replies. My lack of phpMyAdmin experience is showing here though. Drilled down to the guy's name, ticked the box to the left and want to change the user_posts field as advised. This brings up the SQL:-

SELECT * FROM `phpbb_users` WHERE `username` LIKE CONVERT(_utf8 'thatguy' USING latin1) COLLATE latin1_swedish_ci

Can't see where to enter the number? I guess it has to be a positive number too? It can't just be minus 1, or some text like "One less than everyone else"?. My SQL sucks.
 
Soldato
Joined
6 Jun 2006
Posts
6,012
Location
Kent
My version of phpmyadmin will be different, but I'll do you a screenshot tour on how to do it. :p










There's probably an easier/quicker way, but that's how I do it.
 
Back
Top Bottom