1
riomx
Xoop Stats not recording statistics at all
  • 2005/4/22 7:17

  • riomx

  • Just popping in

  • Posts: 52

  • Since: 2005/3/24


Guys:

Xoop Stats isn't recording any hits or information about browsers at all.

Basically, it's just not doing anything at all.

Are there settings or a file I must edit manually so it can start working ?

Thanks,

- Joe

2
Herko
Re: Xoop Stats not recording statistics at all
  • 2005/4/22 7:25

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


did you follow all the instructions? For instance, you *probably* have to make a block with the stats gathering code visible for all users, or add it in your theme.html or something. Check for a file in the package, or the instructions that come with the download here in the Module Repository if there is something you may have missed.

Herko

3
jdseymour
Re: Xoop Stats not recording statistics at all

Actually this code:
<script language="javascript">

writeCookie();

function 
writeCookie() 
{
 var 
today = new Date();
 var 
the_date = new Date("December 25, 2012");
 var 
the_cookie_date the_date.toGMTString();
 var 
the_cookie "sw=" screen.width +
      
"; expires=" the_cookie_date +
      
"; path=/" +
      
"; domain="

 
document.cookie=the_cookie

 
var today = new Date();
 var 
the_date = new Date("December 25, 2012");
 var 
the_cookie_date the_date.toGMTString();
 var 
the_cookie "sc=" screen.colorDepth +
      
"; expires=" the_cookie_date +
      
"; path=/" +
      
"; domain="

 
document.cookie=the_cookie
}

script>


Should be placed in the Preferences - Meta Tags and Footer - under the footer listing.

Login

Who's Online

488 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 488


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits