Spam Count™:543,811,244

If you feel that hermes is useful to you please donate any amount to help fund further hermes development.

User login

Top users
 
anonymous226,979,678
wahlich69,554,173
aplachy36,226,407
psycho36,057,488
7zsfx33,627,496

Configuring stats

To configure hermes to submit stats you have to follow these steps:

Register on the web

To register on the web, please go to our registration page and choose a username and password.

Configure stats submission

There are four options that control stats submission:

submit_stats
Wether to send stats or no. In our case it should be set to "true"
submit_stats_ssl
Wether to send stats using ssl or no. You should *REALLY* enable this option, but if for some reason you can't compile hermes with SSL, please disable it
submit_stats_username
The user name that you registered on the web with
submit_stats_password
The user password that you choose on the web when you registered
Taking the previous into account, you should add the following lines to your hermesrc file (normally located on /etc/hermes/hermesrc):
submit_stats = true
submit_stats_ssl = true
submit_stats_username = user
submit_stats_password = password
Now restart hermes and it should be working.