PHP Code:
$threads=$DB_site-query_first("SELECT COUNT(*) as counter FROM thread WHERE postuserid=$bbuserinfo[userid]");
if($threadinfo[forumid]==x and $threads[counter]<y) show_nopermission();
Do u think u can make directions on where i have to place these bits and pieces of code in the php files. I don't know what to do at all. I no how to run queries i just dont no where ot place all these code.
The hack need to be made so they need a certain amount of threads in certain forums before they can reply in other forums.
Say I have
FORUM1
FORUM2
FORUM3
FORUM4
In order to reply to a thread in FORUM3 you need a certain amount of NEW THREADS in FORUM2 and FORUM3.
That is example but I choose the forumids i need the have the new threads added to and the forum ids of the forums that need the certain amount of new threads before you can reply to as well. Please help me out. I hope you understand because some times i confuse myself hehehe. Thanks Xenon ur the greatest for helping me out so far.