Changes between Version 3 and Version 4 of Instructions
- Timestamp:
- 7/26/2007 1:10:01 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Instructions
v3 v4 1 1 [[PageOutline]] 2 2 = Adding Torrents = 3 T BD3 To add a torrent, upload the torrent file to the FTP you were provided with. 4 4 = Removing Torrents = 5 TBD 5 To remove a torrent, delete the torrent file from the FTP you were provided with and check if you can see the torrent in the /mirrors/ folder. Delete from there if required as well. 6 6 7 = Setting Up Categories = 7 TBD 8 Below is a sample configuration file. 9 The easiest way to add a new category is to add: 10 {{{ 11 $i++; // Start next category 12 $categories[$i]['heading'] = '<h3>Some new category</h3>'; 13 $categories[$i]['wildcards'] = '*Some new category*'; 14 $categories[$i]['name'] = 'Some new category'; 15 }}} 16 below the predefined categories. 17 You can copy and paste this and only change the values. `$i++` will increase the number for you so you don't have to number it yourself. 18 8 19 = Sample Configuration File = 9 20 {{{