gb thankz for the quick reply.. =)
ok it goes like this in the HTML settings on the warstats tcl :
## Enable or disable html stats generator ( 1=enable , 0=disabled )
set war_html 1
## Set the delay between two updates of the html page.
set war_htmldelay 30
## Set the exact name of the template file you are using to build the html file ( including extention, there are 2 included in this package : sample.template ( show how to use bgcolor feature ) and default.template ( a very basic one ) ).
set war_template "sample.template"
## Set the exact name of the html file that will contain warstats ( don't forget the extention, .html or .htm )
set war_webname "warstats.html"
## Enable or disable the upload of the html page ( you may want to disable it and use a local webserver ) ( 1=enable , 0=disabled )
set war_upload 1
## Enable or disable the upload of the WarArchives.bak for a backup every day at 00h00 ( use the same FTP infos as the webserver )
set war_uploadbackup 1
## Set the address of your webserver ( only if "war_upload" or "war_uploadbackup" is set to "1" )
set war_webserver "ftp.xxx.net"
## Set the login of your access on webserver ( only if "war_upload" or "war_uploadbackup" is set to "1" )
set war_weblogin "xxxx"
## Set the password of your access on webserver ( only if "war_upload" or "war_uploadbackup" is set to "1" )
set war_webpassword "xxxx"
## Set the path where html file will be uploaded on webserver or copy into a local folder if "war_upload" is set to "0" ( use a leading "/" but no trailing "/" )
set war_webfolder "/usr/home/xxxx/public_html"
anything wrong here?the bot should make an html page on
http://login.xxxx.net/warstats.html right ?