Stats zijn leeg???

Pagina: 1
Acties:

  • FutureCow
  • Registratie: December 2000
  • Laatst online: 00:54

FutureCow

(C) FutureCow

Topicstarter
#--- Team Information --------------------------------------------------------
Team = "Future_Cow_Power"
TeamHome = "http://212.187.34.215:12510"
TeamID = 263

# Use team logo? Specify full URL to *.gif or *.jpg image.
LogoURL="http://usmcug.usm.maine.edu/rc5/usmcug-rc5.jpg"
#UseLogo = 0 # Do not use team logo.
UseLogo = 1 # Use team logo. Must specify full URL in LogoURL.


#--- Input Options -----------------------------------------------------------
# Logfile name format information. This script does not correctly support
# formats other than YYYYMMDD. The logs in this example are kept in a
# subdirector called "logrc5", which can be configured in the proxy's ini.
# This script does require that daily logfile rotation is enabled. Other
# rotation time periods are not yet supported. LogDir should end in a "/".
LogDir = "C:/Pproxy/"
LogPre = "rc5keys" # For rc5pkeyYYYYMMDD
LogSuf = "log" # For rc5pkeyYYYYMMDD.log

# The personal proxy can read compressed log files after they have been
# rotated. If you have this proxy option enabled and want to use ppstats,
# configure the following settings. The defaults are for UNIX gzip. Command
# that unzips the logfile to stdout without deleting the file is required.
#ProcessZipLogs = 0 # Ignore zipped log files.
ProcessZipLogs = 1 # Unzip and process all log files.
LogZipSuf = "log.gz" # For rc5pkeyYYYYMMDD.log.gz
LogTmpSuf = "log.tmp" # For rc5pkeyYYYYMMDD.log.tmp
LogDecompressor = "gzip -d -c" # Command line zip decompressor.

# Maximum number of days to read log files. A value of zero means
# read all available log files without limit. A value of 365 would mean
# only read back blocks done in the last year and ignore anything older.
MaxDays = 365


#--- Output Options ----------------------------------------------------------
# Full path to output file location. This should end in a "/".
HtmlDir = "C:/Stats/"

# Full URL of output web file location. This should end in a "/".
HtmlRoot = "http://members.tripodnet.nl/Snackattack/stats/"

# Realitive path to icon folder from htmldir and htmlroot. Default should work
# fine for most cases. This should end in a "/". If you haven't copied
# this folder from the zip distribution to your htmldir now is a good time.
IconDir = "icons/"

# HTML output filenames. You should configure IIS to use index.html as a
# default document, or rename the index.html's to default.htm
htmlteam = "index.html"
htmlexec = "exec.html"
htmlmail = "byemail.html"
htmlhost = "byhost.html"
htmlos = "byos.html"
htmlcpu = "bycpu.html"
htmlver = "byver.html"
htmlfull = "byfull.html"
htmldomain = "bydomain.html"
htmlhour = "byhour.html"
htmldate = "bydate.html"
htmlweek = "byweek.html"
htmlmonth = "bymonth.html"
htmlyear = "byyear.html"
htmldayofweek = "bydaywk.html"
htmlindvemail = "index.html"
htmlemailhist = "emailhist.html"
htmlhostsbyemail = "emailhosts.html"
htmlindvhost = "index.html"
htmlhosthist = "hosthist.html"
htmlemailsbyhost = "hostemails.html"

# Cascading style sheet filename. Will be created by ppstats for you.
css = "ppstats.css"

# All ip addresses from the proxy log files are converted to DNS names and
# then cached for a user defined amount of time. A value of zero means refresh
# on every run. This cache file is saved in your workingdir. If you run
# ppstats on a server with a slow internet connection, use a large cachedays.
CacheFile = "rc5-dns.cache" # DNS cache filename to be created.
CacheDays = 500 # Days to store cache before refreshing.

# GIF based chart options. Be sure to specify the full or relative path to the
# specially compiled GNUplot program with GIF support. Config and data files
# are create by ppstats for you.
GNUPlot = "C:/GNU/GNUplot.exe" # Path to GNUplot executable.
GNUPlotconfig = "gnuplot.ini" # GNUplot config file.
GNUPlotdata = "plot.data" # GNUplot data file.
GNUPlotoutput = "plot.gif" # Output GIF filename.

# The page counter component. See the documentation section above for details
# on how to obtain and use the Count.cgi program. To change the color of the
# displayed count number, change the prgb parameter. Note that you may have to
# do a 'echo "1" > rc5.dat' in your Counter/data folder for this to work. You
# can specify a different hit counter program by changing the counter variable.
UseCounter = 0 # Do not use the hit counter.
#UseCounter = 1 # Use the hit counter.
Counter = "/cgi-bin/Count.cgi?ft=0|tr=1|trgb=000000|srgb=00FF00|prgb=993333|md=8|dd=D|comma=T|df=rc5.dat"

# The By Host information page is sometimes not particularly practical for
# very large teams. You can display this section and ppstats will not record
# blocks submitted by host in any manner. The combined output file size and
# execution time will decrease substantially.
#ShowByHost = 0 # Do not show the By Host section.
ShowByHost = 1 # Show the By Host section.


#--- Format Options ----------------------------------------------------------
# GIF based chart line style option. The default width is 520 and the
# default height is 400. 800 by 600 is nice for people with large monitors.
# Any value of 1 or less will disable the nth-day average feature.
#ChartLineStyle = 1 # Impulses style. Not useful with nth day average.
ChartLineStyle = 2 # Lines style.
#ChartLineStyle = 3 # Linespoints style.
ChartWidth = 520 # GIF image width.
ChartHeight = 400 # GIF image height.
DayAverage = 21 # Days of nth-day average.

# Days to track up/down movement.
MovementDays = 7

# Maximum number of rows to show per category page.
MaxRows = 100

# Number of days to display on the history pages.
DaysHist = 6

# Number of days to display for individual block history.
BlockHistory = 21

# Use header and/or footer banners?
UseHeaderBanner = 0 # Do not use header banner.
#UseHeaderBanner = 1 # Use header banner.
#UseFooterBanner = 0 # Do not use footer banner.
UseFooterBanner = 1 # Use footer banner.

# Consolidate numbers in hosts? ie, host12.myisp.com -> host?.isp.com
# See rc5-domain.cons for a list of domains you wish to manual consolidate.
# See rc5-ip.cons for a list of ip addresses you wish to manual consolidate.
# For instance, an entry in rc5-domain.cons like slashdot.org will consolidate
# the hosts www.slashdot.org, ftp.slashdot.org, and slashdot.org into
# ?.slashdot.org Some more examples are provided. Entries in rc5-domain.cons
# and rc5-ip.cons are processed regardless whether or not ConsHosts is
# enabled. Note that rc5-domain.cons works from the right, rc5-ip.cons the
# left. Note that the last entry in each array does not have a comma after it.
#ConsHosts = 0 # Do not consolidate hosts.
ConsHosts = 1 # Consolidate hosts.

# Last Seen column on the By Hosts page options. Times are defined in
# seconds. Colors are in RGB format, do not append a pound sign "#" to
# the front of the color string. Warning times should be less than
# Critical times. See default settings for examples on how to set these.
#ColorLastSeen = 0 # Do not color last seen.
ColorLastSeen = 1 # Color last seen column.
LastSeenWarningTime = 86400 # 24*60*60 default 24 hours warning time.
LastSeenCriticalTime = 604800 # 7*24*60*60 default 7 days critical time.
LastSeenWarningColor = "888800" # Dark yellow.
LastSeenCriticalColor = "BB0000" # Bright red.

# Category displacement colors for moving up or down in rank since
# yesterday. Defaults are green for up, red for down.
MoveUpColor = "009900" # Green
MoveDownColor = "990000" # Red

# Insert META REFRESH tag in html files? Refresh period in seconds.
#UseMetaRefresh = 0 # Do not use META REFRESH tag.
UseMetaRefresh = 1 # Use META REFRESH tag.
MetaRefreshPeriod = 900 # Refresh after this number of seconds.

Hij start gewoon ppstats.pl op maakt de bestanden aan maar er staat dan geen hosten of wat in? alleen maar lege stats. hij heeft het prima gedaan en nu doet ie nix meer(kut stats ook de hele tijd... |:( ) wie weet er wat er fout kan zijn???

  • Ricoh
  • Registratie: Februari 2000
  • Laatst online: 05-03-2025
niet moeilijk doen door uit te vogelen..
Gewoon pl + ini opnieuw downloaden (zo geconfigged)
dns.cache wel bewaren.

en eerst 20e regel uit pl voorzien van een #, voordat je daar ook weer over vraagt :)

BTW: je kunt beter de logpre standaard laten.. omdat ie dat vaak ignored.

pproxyrc520011108.log dus ipv rc5keys20011108.log

Check in je proxy ini file of dat goed staat.
(entry bij [rc5] logfilekeyblock=pproxyrc5 )

  • FutureCow
  • Registratie: December 2000
  • Laatst online: 00:54

FutureCow

(C) FutureCow

Topicstarter
heb ik al gedaan opnieuw gedownload hielp nix zal nu ff proberen naam veranderen

  • Peeetor
  • Registratie: Oktober 2000
  • Laatst online: 31-08-2024

Peeetor

Petor?.. Peetor?... Peeetor!!!

Heb je al gekeken of alle paden/mappen die je in de INI-file noemt ook echt bestaan.

Ik neem aan van wel maar 't is maar 'n tip :+

"Ja... dikke lul" zei de raaf. En de raaf vloog weg.


  • FutureCow
  • Registratie: December 2000
  • Laatst online: 00:54

FutureCow

(C) FutureCow

Topicstarter
nope werkt allemaal nie
[rc564]
expertmode=1
logfilekeyblock=pproxyrc5

LogPre = "pproxyrc5" # For rc5pkeyYYYYMMDD
LogSuf = "log" # For rc5pkeyYYYYMMDD.log

  • FutureCow
  • Registratie: December 2000
  • Laatst online: 00:54

FutureCow

(C) FutureCow

Topicstarter
Op donderdag 08 november 2001 16:24 schreef Peeetor het volgende:
Heb je al gekeken of alle paden/mappen die je in de INI-file noemt ook echt bestaan.

Ik neem aan van wel maar 't is maar 'n tip :+
die van C:\stats is igg goed want de bestanden staan er en die van C:\pproxy bestaat ook waar dus mijn proxy staat

  • FutureCow
  • Registratie: December 2000
  • Laatst online: 00:54

FutureCow

(C) FutureCow

Topicstarter
de dns.chach blijft dus ook leeg...

  • Roel
  • Registratie: Februari 2000
  • Laatst online: 22-05 11:30

Roel

screen -x addict

je kunt ergens in de perl file zelf debug van 0 naar 1 veranderen, dan krijg je vaak nuttige informatie + een duidelijkere foutmelding

Resistance is futile (If < 1 Ohm)


  • MeneerKrab
  • Registratie: Augustus 2000
  • Laatst online: 28-04 18:57
Future_Manet echt op zo.
ik dacht dat ik stats zou krijgen :'( niet dus.

anders moeten we toch maar over gaan tot het uiterste.
op mijn proxy.

  • FutureCow
  • Registratie: December 2000
  • Laatst online: 00:54

FutureCow

(C) FutureCow

Topicstarter
debug: Entering init() ...
debug: Reading initialization file C:/ppstats/ppstat~1.1/ppstats-rc5.ini ...
debug: team=Future_Cow_Power
debug: teamhome=http://httpd.chello.nl/~j.hettinga01/snackkoe/
debug: teamid=263
debug: uselogo=1
debug: logdir=C:/Pproxy/
debug: logpre=pproxyrc5
debug: logsuf=log
debug: processziplogs=0
debug: logzipsuf=log.gz
debug: logtmpsuf=log.tmp
debug: logdecompressor=gzip -d -c
debug: maxdays=365
debug: htmldir=C:/Stats/
debug: icondir=icons/
debug: htmlteam=index.html
debug: htmlexec=exec.html
debug: htmlmail=byemail.html
debug: htmlhost=byhost.html
debug: htmlos=byos.html
debug: htmlcpu=bycpu.html
debug: htmlver=byver.html
debug: htmlfull=byfull.html
debug: htmldomain=bydomain.html
debug: htmlhour=byhour.html
debug: htmldate=bydate.html
debug: htmlweek=byweek.html
debug: htmlmonth=bymonth.html
debug: htmlyear=byyear.html
debug: htmldayofweek=bydaywk.html
debug: htmlindvemail=index.html
debug: htmlemailhist=emailhist.html
debug: htmlhostsbyemail=emailhosts.html
debug: htmlindvhost=index.html
debug: htmlhosthist=hosthist.html
debug: htmlemailsbyhost=hostemails.html
debug: css=ppstats.css
debug: cachefile=rc5-dns.cache
debug: cachedays=5000
debug: gnuplot=C:/GNU/GNUplot.exe
debug: gnuplotconfig=gnuplot.ini
debug: gnuplotdata=plot.data
debug: gnuplotoutput=plot.gif
debug: usecounter=0
debug: counter=/cgi-bin/Count.cgi?ft=0|tr=1|trgb=000000|srgb=00FF00|prgb=993333|
md=8|dd=D|comma=T|df=rc5.dat
debug: showbyhost=1
debug: chartlinestyle=2
debug: chartwidth=520
debug: chartheight=400
debug: dayaverage=21
debug: movementdays=8
debug: maxrows=100
debug: dayshist=10
debug: blockhistory=50
debug: useheaderbanner=0
debug: usefooterbanner=1
debug: conshosts=0
debug: colorlastseen=1
debug: lastseenwarningtime=86400
debug: lastseencriticaltime=604800
debug: lastseenwarningcolor=888800
debug: lastseencriticalcolor=BB0000
debug: moveupcolor=009900
debug: movedowncolor=990000
debug: usemetarefresh=1
debug: metarefreshperiod=900
debug: backgroundcolor=FFFFFF
debug: linkbarcolor=FDD103
debug: linkbartitlefontcolor=000000
debug: sectiontitlebarcolor=00084A
debug: sectiontitlefontcolor=FDD103
debug: sectionlowlightcolor=c3c3eb
debug: sectionhighlightcolor=AAAAE6
debug: sectionnotefontcolor=FF0000
debug: historycolor=A0A0A0
debug: avehistorycolor=1144CC
debug: ndayhistorycolor=6688FF
debug: textcolor=000000
debug: linkcolor=00084E
debug: visitedlinkcolor=00084E
debug: activelinkcolor=00084E
debug: fontstyle=Arial, Verdana, Helvetica
debug: Exiting init() ...
debug: Entering collect_data() ...
debug: Entering resolve_hosts() ...
debug: Entering read_host_cache() ...
debug: Reading DNS cache file C:/ppstats/ppstat~1.1/rc5-dns.cache ...
debug: Read 0 host cache entries ...
debug: Writing DNS cache file C:/ppstats/ppstat~1.1/rc5-dns.cache ...
debug: Wrote 0 host cache entries ...
debug: Exiting read_host_cache() ...
debug: Reading domain consolidation file C:/ppstats/ppstat~1.1/rc5-domain.cons .
..
debug: Read 13 domain consolidation entries ...
debug: Reading IP consolidation file C:/ppstats/ppstat~1.1/rc5-ip.cons ...
debug: Read 3 IP consolidation entries ...
debug: Resolving Email to Host and Host to Email participation ...
debug: Exiting resolve_hosts() ...
debug: Entering lookup_rank() ...
debug: Exiting lookup_rank() ...
debug: Exiting collect_data() ...
debug: Entering write_css() ...
debug: Exiting write_css() ...
debug: Entering write_index() ...
debug: Exiting write_index() ...
debug: Entering write_exec() ...
debug: Exiting write_exec() ...
debug: Entering write_byemail() ...
debug: Exiting write_byemail() ...
debug: Entering write_byhost() ...
debug: Exiting write_byhost() ...
debug: Entering write_byos() ...
debug: Exiting write_byos() ...
debug: Entering write_bycpu() ...
debug: Exiting write_bycpu() ...
debug: Entering write_byver() ...
debug: Exiting write_byver() ...
debug: Entering write_byfull() ...
debug: Exiting write_byfull() ...
debug: Entering write_bydomain() ...
debug: Exiting write_bydomain() ...
debug: Entering write_byhour() ...
debug: Exiting write_byhour() ...
debug: Entering write_bydate() ...
debug: Exiting write_bydate() ...
debug: Entering write_byweek() ...
debug: Exiting write_byweek() ...
debug: Entering write_bymonth() ...
debug: Exiting write_bymonth() ...
debug: Entering write_byyear() ...
debug: Exiting write_byyear() ...
debug: Entering write_bydayofweek() ...
debug: Exiting write_bydayofweek() ...

  • NightBird
  • Registratie: Januari 2000
  • Laatst online: 22:53

NightBird

DPC-Crew Coding
debug: Entering collect_data() ...
debug: Entering resolve_hosts() ...
Hij leest je logfiles niet, want dan staan hier puntjes tussen.

WatHoorJeWaar · Asobakken
Eerdere projecten: Leading Courses · Brandstof-zoeker.nl · Voertuig-zoeker.nl


  • stappel_
  • Registratie: Augustus 2000
  • Laatst online: 12-05 17:45
Je moet de directory met logfiles controleren. er staat er waarschijnlijk eentje in met een foute datum.

Ubero: #2, Euler: #1, GOT: #1, Des: #1, Zeta: #1, Eon: #3, OGR-24: #3, OGR-25: #7,
LM: #7, AP: #5, DF: #19, D2OL: #37, SOB: #50, TSC: #63, RC5: #96


  • FutureCow
  • Registratie: December 2000
  • Laatst online: 00:54

FutureCow

(C) FutureCow

Topicstarter
Ik weet het al ik heb de datum veranderd en dat ging dus niet helemaal goed maar alles loopt nu weer als een trein
Pagina: 1