Page 1 of 1

Question on Visit Counter

PostPosted: Sun Feb 24, 2008 10:30 am
Author: Watcher
Your phpBB Version: 2.0.23
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://www.worldofarkania.net/ReakNCrew/portal.php

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Is there a way to reset the visit counter to 0 like starting a new forum?

Re: Question on Visit Counter

PostPosted: Sun Feb 24, 2008 12:38 pm
Author: Helter
in phpmyadmin, open your db/phpbb_config
look for "visit_counter"

PostPosted: Sun Feb 24, 2008 1:34 pm
Author: Michalis
thats a good question and a good thing to know <img>

Re: Question on Visit Counter

PostPosted: Sun Feb 24, 2008 4:51 pm
Author: Watcher
is there something wrong with my phpBBmyadmin when i open the page its just blank?
i checked my phpBBmyadmin.php and my phpbbmyadmin.tpl they all have the .script in them but it is not showing in my ACP/general config/phpBBmyadmin, what can i do?

Re: Question on Visit Counter

PostPosted: Wed Feb 27, 2008 2:28 am
Author: Watcher
guess i need some help on this cant figure out how to get my phpBBmyadmin to show up all i get is a blank page? hope someone can help with this

Re: Question on Visit Counter

PostPosted: Wed Feb 27, 2008 3:14 am
Author: Helter
ive never used the acp version. I meant your webhost phpmyadmin. Ill look into why the acp one doesnt seem to be working

Re: Question on Visit Counter

PostPosted: Wed Feb 27, 2008 4:03 am
Author: Helter
ok, the built in phpBBmyadmin, will only work for the founder account. (user id #2)

you can add your own user id like this

open

root/admin/admin_phpbbmyadmin.php

find

Code: Select all
// Main Admin or not?if ($userdata['user_id'] != 2)


after add

Code: Select all
if ($userdata['user_id'] != XX)


replace XX with your user id