Quote:
Originally posted by wolfe
now i took that out it don't work
|
wolfe it's impossible because these lines are absolutely irrelevant to what the hack is doing.
Try this:
Set a user's post count to 9 via PHPmyAdmin.
Login as him.
Post 4 messages.
And after each post check if the usergroup has changed.
You'll get how the hack works then. You are always missing the fact that hack will change his usergroup ONLY when user has exactly 10 posts (and he posts a new one). So if you try when he has 20 posts it will not work. If you want it otherwise you can use
PHP Code:
if($bbuserinfo[posts] >= 10 AND $bbuserinfo[usergroupid]==2) {
line instead (as a first line).