Mephisteus
07-22-2002, 10:34 PM
I have done almost all of the coding already.
But I have this code in newthread.php:
if (($foruminfo[minposts]<$bbuserinfo[userposts]) and !(ismoderator($foruminfo[forumid],"",$bbuserinfo[userid]))) {
if (($foruminfo[minposts]<$bbuserinfo[userposts])
is the problem. $foruminfo[minposts] is the minimum number of posts needed to make a new thread. The other one is proberbly wrong. That has to be the number of posts from the user. But I just can't find it.
Help please, I think this is the last part and then the hack is done.
But I have this code in newthread.php:
if (($foruminfo[minposts]<$bbuserinfo[userposts]) and !(ismoderator($foruminfo[forumid],"",$bbuserinfo[userid]))) {
if (($foruminfo[minposts]<$bbuserinfo[userposts])
is the problem. $foruminfo[minposts] is the minimum number of posts needed to make a new thread. The other one is proberbly wrong. That has to be the number of posts from the user. But I just can't find it.
Help please, I think this is the last part and then the hack is done.