Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Convert
Wordpress to Elxis
with
Elxis importer
!
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Administration
»
How to reset statistics
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to reset statistics (Read 4930 times)
forgetms
Newbie
Posts: 42
How to reset statistics
«
on:
November 02, 2009, 19:06:13 »
Hi!
v2008.1.
I believe people will first reset all statistics shown under "Sites | Statistics" before bringing their sites to production run. Maybe it's too easy to do that, but I have been unable to figure how. Would some kind soul show me how?
TIA
CN
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: How to reset statistics
«
Reply #1 on:
November 02, 2009, 19:29:27 »
Go to phpmyadmin, select your database and execute the following SQL queries (one per time):
DELETE FROM elx_stats_agents
DELETE FROM elx_core_log_items
DELETE FROM elx_core_log_searches
UPDATE elx_content SET hits='0'
UPDATE elx_eblog SET hits='0'
Replace "elx_" with your own database prefix, if you use an other one.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Administration
»
How to reset statistics