pack.cfg.sample 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* The < && > indicates the area you must change!
  2. * Do not leave the <>
  3. */
  4. /* PACKNAME: name of the pack (no spaces) */
  5. PACKNAME <name>
  6. /* HASHES
  7. * These must remain 100% secure/private, these keys can retrieve the salts, and
  8. * the entire botnet could be hijacked, a pass 8 chars or more is suggested
  9. */
  10. /* SHELLHASH: SHA1 hash
  11. * Use this URL to generate: http://www.shatow.net/crypt/
  12. * example: SHELLHASH 637d1f5c6e6d1be22ed907eb3d223d858ca396d8
  13. */
  14. SHELLHASH <sha1hash>
  15. /* DCCPREFIX: 1 char cmd prefix for dcc. (ie, .cmd or !cmd) */
  16. DCCPREFIX <.>
  17. /* The settings below can each be defined multiple times */
  18. /* OWNER <nick password host>
  19. * Multiple OWNER lines may be defined, each will be added as a +a perm owner.
  20. * nick: nickname what else?
  21. * password: initial password for user
  22. */
  23. OWNER <YourNick FirstTimePass>
  24. /* OWNEREMAIL: email addresses that status/errors will be sent to when needed
  25. * list as many as needed
  26. */
  27. OWNEREMAIL <some@email.com>
  28. /* HUB <nick host port>
  29. * Hubs are ranked by the order they are listed
  30. * nick: nick of hub
  31. * host: hostname or ip of hub (A 'dynamic' OR 'changeable' HOSTNAME IS RECOMMENDED)
  32. * port: port the hub listens on
  33. *
  34. * Your hub hosts should NOT be vhosts. They need to be changable dns.
  35. * Use a domain you OWN/CONTROL, or a friends.
  36. */
  37. HUB <hub1 hub1.domain.tld 1234>
  38. HUB <hub2 hub2.domain.tld 1235>