This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Stats.mod

Old posts that have not been replied to for several years.
Locked
M
MTLife

Post by MTLife »

I have installed stats.mod and it works fine. But it doesnt write any html files, how to set that up? I'm using windrop 1.6.1...
User avatar
stere0
Halfop
Posts: 47
Joined: Sun Sep 23, 2001 8:00 pm
Location: Brazil

Post by stere0 »

to write html files u have to turn off 'livestats' and set writewebstats.

look for these words in the stats.conf.

remember that livestats is better than static files. more complete and faster.
[]s
M
MTLife

Post by MTLife »

arf, ok did so :smile:, but how can I "bind" it under an .com or something else. I mean, no redirector or such, but a real site. Like http://www.statsbladiebla.com/channel/users/

etc.

and 1 more question, why doesnt it change the colors when I alter the <body> tag in the stats.conf? and where are the files saved?

<font size=-1>[ This Message was edited by: MTLife on 2002-06-09 15:07 ]</font>
User avatar
stere0
Halfop
Posts: 47
Joined: Sun Sep 23, 2001 8:00 pm
Location: Brazil

Post by stere0 »

# listen on which port for livestat connection?
# (to disable, either comment this out or use "off" or 0 as value)
# (if you use the default, you can access the stats at
# http://your.shell.com:8033/ )
#livestats 10000


# update webfiles every x minutes
# (set this to 0 to disable)
# (this is now disabled by default, use livestats instead!)
set webupdate 20

# directory where the files will be written to
# don't use your standard webdir here, since index.html will be
# overwritten and a lot of subdirs will be created
set webdir "../public_html/stats"

[]s
M
MTLife

Post by MTLife »

yes, but I cant find that dir :smile:
and how can you change the look of the entire page!
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Currently the only way to change the look of the html output is to edit the actual module.

This is a very tricky task, as it does not set all the values to a variable, then output it in one black.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

[19:48] (Hrr): [19:47] x.x.x.x: GET /channel/misc/ HTTP/1.1
[19:48] (Hrr): [19:47] * Last context: stats:slang.c/417 []
[19:48] (Hrr): [19:47] * Please REPORT this BUG!
[19:48] (Hrr): [19:47] * Check doc/BUG-REPORT on how to do so.
[19:48] (Hrr): [19:47] * Wrote DEBUG
[19:48] (Hrr): [19:47] * SEGMENT VIOLATION -- CRASHING!

I use an eggdrop 1.6.10 and a stats.mod 1.3.2
M
MTLife

Post by MTLife »

ah... but how can I find where the files are saved? plz :smile: And eh, my <body> tag doesnt really work... I hate the black background...
User avatar
stere0
Halfop
Posts: 47
Joined: Sun Sep 23, 2001 8:00 pm
Location: Brazil

Post by stere0 »

wich files you are looking for?

If you are looking for the pages of statistics, they are save in the directory that you specify, except if you are using livestats. In this case there are not pages saves in the disc, the pages are constructed in the moment of the request only.
[]s
M
MTLife

Post by MTLife »

ah thats what I was looking for :smile:, thx :smile:
Locked