Tmp.html file
From AMule Project FAQ
Contents
File
Name: tmp.html
Location: /usr/share/pixmaps/
Description
This is an HTML template to use with CAS. CAS will use it to generate an HTML file showing current aMule's status.
Format
What CAS will actually do is pretty simple: It will replace some keywords with the status of your currently running aMule instance.
THe following table shows what keywords will be replaced with what status information:
Keyword | Information |
#VERSION# | CAS version name |
#CLIENT# | Connection status and uptime |
#NICK# | aMule's username |
#UPLOADRATE# | Upload rate |
#DOWNLOADRATE# | Download rate |
#QUEUE# | Amount of clients on queue |
#NUMSHARE# | Amount of files being shared |
#SESSIONUP# | Amount of bytes uploaded in current session |
#SESSIONDOWN# | Amount of bytes downloaded in current session |
#TOTALUP# | Amount of bytes uploaded since aMule was installed |
#TOTALDOWN# | Amount of bytes downloaded since aMule was installed |
#SERVER# | Server name |
#IP# | Server IP |
#PORT# | Server port |
Notes
You might want to take a look at the HTML specifications.