PDA

View Full Version : Any body know this???


kuwaitsun
07-28-2002, 09:31 AM
hi

is there any way to incrase the counter of my VB forum without any wrong effective on VB database >>

it'd mean i have now 800 members and i want to put (the member number is 1000)
withOut making any future mistake in the database

Logician
07-29-2002, 07:45 AM
edit index.php, find:

$numbermembers=number_format($numbersmembers['users']);

After that add:

$numbermembers+=200;

enjoy..