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
 
submit_stats = true
submit_stats_ssl = true
submit_stats_username = user
submit_stats_password = password
Now restart hermes and it should be working.
    submit_stats_ssl = true
submit_stats_username = user
submit_stats_password = password
