This shows you the differences between the selected revision and the current version of the page.
| howtos:how_do_you_use_http_daemon 2013/11/28 12:16 | howtos:how_do_you_use_http_daemon 2013/11/28 12:16 current | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| You will receive a message if the startup of the http-daemon was successful and some informations for using it: | You will receive a message if the startup of the http-daemon was successful and some informations for using it: | ||
| <code> | <code> | ||
| - | Example -> http://127.0.0.1:8080/3f4cf1150adc6b71426094369353f8b6? | + | Example -> http://127.0.0.1:8080/[AUTH-CODE]? |
| </code> | </code> | ||
| You can now start a browser (Firefox for example) and enter the following url: | You can now start a browser (Firefox for example) and enter the following url: | ||
| <code> | <code> | ||
| - | http://127.0.0.1:8080/3f4cf1150adc6b71426094369353f8b6?uptime | + | http://127.0.0.1:8080/[AUTH-CODE]?uptime |
| </code> | </code> | ||
| Line 42: | Line 42: | ||
| If you like to use a Newline in your text, please use the following sequence: | If you like to use a Newline in your text, please use the following sequence: | ||
| %2Fn%2Fr | %2Fn%2Fr | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | \\ | ||
| - | Now you can connect to the telnet-daemon via Start/Execute: | ||
| - | <code> | ||
| - | telnet localhost 8001 | ||
| - | </code> | ||
| - | |||
| - | The use of a special "Mud-Client" is recommended, i prefer: \\ | ||
| - | http://www.dforces.net/client/ | ||
| - | |||
| - | Or alternative download-source: \\ | ||
| - | http://www.yshare.de/index.php?h=e2282c2e7eb830fccce212403e41f31d | ||
| - | |||
| - | I recommend this settings for the DF-Client (search for them in the configuration-menu): | ||
| - | <code> | ||
| - | Hostname: localhost bzw. richtiger Hostname | ||
| - | Port: 8001 | ||
| - | Connection type: MUD | ||
| - | Terminal/Implicit CR in every LF: On | ||
| - | Window/Lines of scrollback: 5000 | ||
| - | Window/Translation: UTF-8 | ||
| - | Connection/Seconds between keepalives: 30 | ||
| - | </code> | ||
| - | |||
| - | Save your setup in a session for easier access! | ||
| - | |||