Log in

View Full Version : Is there a hack for this, if not, how can it be done?


N9ne
08-25-2002, 02:35 PM
Members: 926 | Threads: 3,530 | Posts: 35,057

That's taken from forumhome, at the top. Now an admin pruned posts against the other admins' will and updated counters, I need to increase the Threads count by 1000 and the Posts count by 10000, how can this be done?

NTLDR
08-25-2002, 05:01 PM
In index.php change:

$totalposts=number_format($countposts['posts']);

To:

$totalposts=number_format($countposts['posts']+10000);

(Where 10000 is the number to be added to the actual post count)

And Change:

$totalthreads=number_format($countthreads['threads']);

To:

$totalthreads=number_format($countthreads['threads']+1000);

(again 1000 is the number of threads you want to add to the actuall thread count).

N9ne
08-25-2002, 05:33 PM
Thanks :)

CeleronXL
08-26-2002, 02:02 AM
Reasons like this that I don't keep second admins. O_o

N9ne
08-26-2002, 12:22 PM
The other admins help me pay for the site though ;)