32 | | -> ticking the 'grab-ALL-mails-box' will grab ALL kills! be careful with this option! |
33 | | ** it can take several minutes or even hours to have all the kills parsed and added to your database ** |
34 | | ** be patient. don't close your browser, don't reload. you only need to use this ONCE in a lifetime ** |
| 44 | -> ticking the 'grab-ALL-mails-box' will grab the kills of ALL weeks (iteration from week #1 through to week #52)! |
| 45 | ** be careful with this option! it can take several minutes or even hours to have all the kills parsed and added to your database ** |
| 46 | ** be patient. don't close your browser, don't reload. you only need to use this ONCE to initialize a feed connection. |
| 47 | after initializing, weekly updates are totally sufficient to keep your board uptodate ** |
| 48 | |
| 49 | -> by default their kills aka. your losses get fetched unless you tick the 'get kills' |
| 50 | option in which case their losses aka. your kills get fetched |
| 51 | |
| 52 | -> GZip compression is enabled by default because the board automatically |
| 53 | checks and decides if a fetched stream supports GZip compression - if not it uses regular html/rss output. |
| 54 | |
| 55 | -> if you are running a master killboard (eg. to supply and share killdata with other killboards) edit settings.php and set 'MASTER' to 1. |
| 56 | the board will then even fetch kills not related to the alliance or corp ID you set in the killboards config.php. |
| 57 | leave this option untouched if youre running a normal killboard for your corp or alliance - it will just slow things down. |
| 58 | |
| 59 | -> the feed is not supposed to be human readable so ffs dont complain about the formatting, |
| 60 | for human readable rss output use the rss mod ( /?a=rss ) instead. |
37 | | //changes |
| 63 | |
| 64 | //VERSION CHANGES: |
| 65 | |
| 66 | //v1.3 |
| 67 | |
| 68 | feed.php: |
| 69 | - added support for GZip compressed output |
| 70 | - minor code cleanups |
| 71 | |
| 72 | feed_fetcher.php: |
| 73 | - converted to a mod |
| 74 | - added support for getting GZip compressed feeds and a fallback if the feed is uncompressed |
| 75 | - changed the text in auto-comment to only show the remote killboards url and not the |
| 76 | complete path with all passed variables, making it more readable |
| 77 | |
| 78 | admin_feed.php / settings.php |
| 79 | - converted to a mod |
| 80 | - renamed to settings.php |
| 81 | - added option to fetch streams with Gzip compression - enabled by default |
| 82 | - added support for master killboards whose only purpose is to collect and share kill data, see notes |
| 83 | |
| 84 | |
| 85 | //v1.2 |
| 86 | |
| 87 | feed.php: |
| 88 | - added output of feed's version number |
| 89 | |
| 90 | feed_fetcher.php: |
| 91 | - none |
| 92 | |
| 93 | admin_feed.php |
| 94 | - rearranged options to be inline with other admin settings pages |
| 95 | - added checkboxes to enable / disable fetching specific feed urls |
| 96 | |