Toon posts:

problemen met nieuwe ppstats

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik heb de nieuwe versie van ppstats gedownload van ppstats.keyserver.org. Als ik nu stats wil gaan maken dan krijg ik een foutmelding.
Afbeeldingslocatie: http://home.planet.nl/~reint136/foutmelding.jpg

Wat betekent dit???

  • DSmarty
  • Registratie: Februari 2000
  • Niet online
Dat je je padverwijzing naar de consolelogfiles niet goed hebt staan in een van de ini files.

  • radial
  • Registratie: Augustus 2000
  • Laatst online: 20:11

radial

Watch out

post anders ff de ini daar zal iets niet helemaal goed staan, of kijk de post van weekje geleden eens na daar stond iets dergelijks in!

20xSF170s - ozo


Verwijderd

Topicstarter
De ini

#--- Team Information --------------------------------------------------------
Team = "The DutchPowerCow Killer Squad"
TeamHome = "http://www.thedutchpowercowkillersquad.cjb.net"
TeamID = 332129

# Use team logo? Specify full URL to *.gif or *.jpg image.
LogoURL="http://www.xs4all.nl/~vheeren/images/titlebar.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 = "/windows/desktop/koe/logs/"
LogPre = "pinproxyrc5" # For pproxyrc5YYYYMMDD
LogSuf = "log" # For pproxyrc5YYYYMMDD.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

# Set here the correct path to the proxyper.ini file.
# ppstats will try to read options out of it.
ProxyIni = "/windows/desktop/koe/proxy/proxyper.ini"


#--- Output Options ----------------------------------------------------------
# Full path to output file location. This should end in a "/".
HtmlDir = "/windows/desktop/koe/www/"

# Full URL of output web file location. This should end in a "/".
HtmlRoot = "http://home.planet.nl/~reint136/stats/rc5/"

# 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"
htmlserver = "server.html"
htmldaytop = "daytop.html"
htmlweektop = "weektop.html"
htmlmonthtop = "monthtop.html"
htmlhosttop = "hosttop.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:\windows\desktop\koe\progs\gp371w32\pgnuplot.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.

# An e-mail can been shown via a nickname. D.net also has nicknames on their
# site. The following file contains a mapping between email addresses
# and nicknames.
NameFile = "rc5-name.cache"

# Show a link to the other contest (OGR) in the header
ShowLink = 0 # Don not show the link
#ShowLink = 1 # Show the link in the header

# The location url of the other contest.
# Only needed when ShowLink equals 1
HtmlOtherContest = "http://yourserver/ogr/"

# The day winner page can be displayed using email/nick or
# using hostnames.
DayTopHosts = 0 # Display day winners by email
#DayTopHosts = 1 # Display day winners by hosts

# The entries in the rc5-names.cache and rc5-dns.cache
# can be made CaSe SenSiTiVe by usingthe following option.
PreserveCase = 0 # Display all names/hosts in lowercase
#PreserveCase = 1 # Leave cAsE alone


#--- Format Options ----------------------------------------------------------
# GB versions higher then 1.3 cannot make GIF format graphic files
# anymore. This option lets you make PNG files.
UsePNG = 0 # Do not make PNG files, use old GIF format
#UsePNG = 1 # Make new PNG format graphic files.

# 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.


#--- Color Configuration -----------------------------------------------------
# Color configuration settings. Several examples have been provided.
# Simply uncomment the section you want to use or modify, and comment
# out the rest. Do not append a pound sign "#" to the front. Must
# be in RRGGBB format.

# Original Distributed.Net theme, as far as I remember.
backgroundcolor = "000000" # black
linkbarcolor = "000000" # black
linkbartitlefontcolor = "FF0000" # red
sectiontitlebarcolor = "FFFFFF" # white
sectiontitlefontcolor = "000000" # black
sectionlowlightcolor = "000000" # black
sectionhighlightcolor = "000000" # black
sectionnotefontcolor = "FF0000" # red
historycolor = "CCCCCC" # gray
avehistorycolor = "1144CC" # blue
ndayhistorycolor = "FF0000" # red
textcolor = "FFFFFF" # white
linkcolor = "FFFFFF" # white
visitedlinkcolor = "FFFFFF" # white
activelinkcolor = "FF0000" # red
fontstyle = "Arial, Verdana, Helvetica"

  • DSmarty
  • Registratie: Februari 2000
  • Niet online
Dit stukje:
LogDir = "/windows/desktop/koe/logs/"
LogPre = "pinproxyrc5" # For pproxyrc5YYYYMMDD
LogSuf = "log" # For pproxyrc5YYYYMMDD.log
Zet daar eens absolute paden bij...
En hoe zit jouw proxyper.ini eruit, daar zit de verwijzing naar de consolelogs namelijk in!

Verwijderd

Topicstarter
Op zaterdag 15 december 2001 19:48 schreef DSmarty het volgende:
Zet daar eens absolute paden bij...
Wat zijn absolute paden??

  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 20:31
Op zaterdag 15 december 2001 19:51 schreef piepemuiz het volgende:

[..]

Wat zijn absolute paden??
Compleet met C: ervoor of zoiets dacht ik :)

Verwijderd

Topicstarter
Met c: ervoor helpt niet :(

Verwijderd

Topicstarter
De ini van mijn proxy :

[KeyServer]
ipaddress=euro.v27.distributed.net
port=2064
connectperiod=600
connectivity=normal
;bindip= ; IP to talk out to keyserver from
;uuehttpmode=0
; 0=normal,1=uue,2=http,3=http+uue
; 4=socks4,5=socks5,6=genproxy,7=genproxy+uue
;httpproxy=wwwproxy.corporation.com
;httpport=8080
;httpid=

[ports]
;listenaddress= ; IP to accept clients on
port=2064
;port2=23 ; must be root for ports < 1000
;port3=80
testport=3064
timeout=30

[console]
logfileconsole=
logfileconsolerotation=daily
consoleverbosity="general stats keyblock server client buffers timestamp attention errlow errsevere"
timestampflags=130

[rc564]
logfilekeyblock=C:\WINDOWS\Desktop\koe\logs\pproxyrc5
logfilekeyblockrotation=daily
minkeysready=10000
maxkeysready=12000
minkeysdone=250000
maxkeysdone=250000
expertmode=1

[misc]
proxymessage="The DPC Killer Squad RC5 Proxy @ PiePeMuiS!"
pidfile=rc5desproxy.pid
statusperiod=60
periodicperiod=120
;logfilecompressor=logcompressor.sh

[ignoredip]

[allowedip]

[desII]
contestclosed=1

[csc]
contestclosed=1

  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 20:31
En weet je wat hij nu aan het zoeken is? Hij kan dus de consolelogfiles niet vinden. Waarom? Deze worden simpelweg niet gemaakt door je proxy:
code:
1
2
[console]
logfileconsole=

Zet daar iets achter zodat ze wel aangemaakt worden en je ppstats gaan werken (mits de rest goed staat ingesteld natuurlijk) :)

Verwijderd

Topicstarter
Moet ik daar dan gewoon de dir waar de andere logs worden gegooid neerzetten???

  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 20:31
Op zaterdag 15 december 2001 20:53 schreef piepemuiz het volgende:
Moet ik daar dan gewoon de dir waar de andere logs worden gegooid neerzetten???
Dat is uiteraard aan je zelf. Ik heb alle logs gescheiden in dir's. Console, RC5 en OGR staan allemaal in aparte dir's maar ik zou zeggen probeer er wat van te maken wat jou het beste lijkt en dan komt het best goed :)

Verwijderd

Topicstarter
moet er dan ook nog wat veranderd worden in de ppstats.ini??

  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 20:31
Op zaterdag 15 december 2001 20:58 schreef piepemuiz het volgende:
moet er dan ook nog wat veranderd worden in de ppstats.ini??
Ik dacht het niet want de ppstats.ini haalt de lokatie van die logfiles weer uit je perproxy.ini als ik het goed heb.

Verwijderd

Topicstarter
Het werkt :)

thx allemaal

  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 20:31
Op zaterdag 15 december 2001 21:03 schreef piepemuiz het volgende:
Het werkt :)

thx allemaal
Graag gedaan en veel plezier ermee :)

  • stappel_
  • Registratie: Augustus 2000
  • Laatst online: 12-05 17:45
heee het is al opgelost en ik hoefde niks te doen :)

Het is trouwens slechts een warning die hij geeft. hij loopt ook zonder het path wel door. je mist dan alleen informatie op de server.html pagina.

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


Verwijderd

Op zondag 16 december 2001 01:21 schreef stappel_ het volgende:
heee het is al opgelost en ik hoefde niks te doen :)
Dan moet je maar es niet zo verschrikkelijk traag wezen >:) :P

no offence hoor, kon het gewoon niet laten...

  • Pim.
  • Registratie: Mei 2001
  • Laatst online: 20:43

Pim.

Aut viam inveniam, aut faciam

heb ik ook nog een vraag over de nieuwe ppstats :)

er zat meende ik een optie in om e-mail adressen samen te voegen ?? :?

Wij sorteren op dns namen en ik ben best flauw van de gigantische lijst oude e-mail adressen en die zou ik graag opschonen :
http://ircow.dnsalias.com:2000/rc5/byemail.html

"The trouble with quotes from the Internet is that you can never know if they are genuine." - Elvis Presley | Niet met me eens ? DM ME


  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 20:31
Op zondag 16 december 2001 14:12 schreef -ProXy- het volgende:
heb ik ook nog een vraag over de nieuwe ppstats :)

er zat meende ik een optie in om e-mail adressen samen te voegen ?? :?

Wij sorteren op dns namen en ik ben best flauw van de gigantische lijst oude e-mail adressen en die zou ik graag opschonen :
http://ircow.dnsalias.com:2000/rc5/byemail.html
Dat is de retire optie. Gewoon een bestand in dezelfde directory zetten met de naam rc5-retire of ogr-retire zonder extensie. Daarin moet iets komen zoals:
code:
1
2
e-mail1@dpc.nl,statsadres@dpc.nl
e-mail2@dpc.nl,statsadres@dpc.nl

In bovenstaand voorbeeldje is het statsadres@dpc.nl in de stats zichtbaar en worden de andere 2 hieronder samengevoegd.

  • Pim.
  • Registratie: Mei 2001
  • Laatst online: 20:43

Pim.

Aut viam inveniam, aut faciam

Op zondag 16 december 2001 15:04 schreef Witlof het volgende:

[..]

Dat is de retire optie. Gewoon een bestand in dezelfde directory zetten met de naam rc5-retire of ogr-retire zonder extensie. Daarin moet iets komen zoals:
code:
1
2
e-mail1@dpc.nl,statsadres@dpc.nl
e-mail2@dpc.nl,statsadres@dpc.nl

In bovenstaand voorbeeldje is het statsadres@dpc.nl in de stats zichtbaar en worden de andere 2 hieronder samengevoegd.
Gaan ik ff proberen :) thanx

"The trouble with quotes from the Internet is that you can never know if they are genuine." - Elvis Presley | Niet met me eens ? DM ME


  • Pim.
  • Registratie: Mei 2001
  • Laatst online: 20:43

Pim.

Aut viam inveniam, aut faciam

WOW... de statsruntijd is verkort van 63 naar 33 seconden :)
dat scheelt een hoop....

Vraagje :
Wie weet wat er aangepast moest worden om hoofdletters in de stats te krijgen ????? (ik kon het in xde search niet tegug vinden en het is al een tijd geleden zodoende)

"The trouble with quotes from the Internet is that you can never know if they are genuine." - Elvis Presley | Niet met me eens ? DM ME


  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 20:31
Op zondag 16 december 2001 22:03 schreef -ProXy- het volgende:
WOW... de statsruntijd is verkort van 63 naar 33 seconden :)
dat scheelt een hoop....

Vraagje :
Wie weet wat er aangepast moest worden om hoofdletters in de stats te krijgen ????? (ik kon het in xde search niet tegug vinden en het is al een tijd geleden zodoende)
Kijk eens in de ini-file. Staat ergens iets over convert to lower case of zoiets. :)

edit:

Om precies te zijn:
[code]#NEW
# The entries in the rc5-names.cache and rc5-dns.cache
# can be made CaSe SenSiTiVe by usingthe following option.
#PreserveCase = 0 # Display all names/hosts in lowercase
PreserveCase = 1 # Leave cAsE alone [/code]

  • Pim.
  • Registratie: Mei 2001
  • Laatst online: 20:43

Pim.

Aut viam inveniam, aut faciam

Witlof: bedankt man :)

"The trouble with quotes from the Internet is that you can never know if they are genuine." - Elvis Presley | Niet met me eens ? DM ME


  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 20:31
Op zondag 16 december 2001 22:33 schreef -ProXy- het volgende:
Witlof: bedankt man :)
Ach ja, zo doe ik ook wat terug voor jullie :)
Dankzij jullie heeft [DPC]Division Eindhoven RC5 en OGR stats op IRC :)
Pagina: 1