Changes between Version 3 and Version 4 of Instructions

Show
Ignore:
Timestamp:
7/26/2007 1:10:01 PM (17 years ago)
Author:
Edward_K
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Instructions

    v3 v4  
    11[[PageOutline]] 
    22= Adding Torrents = 
    3 TBD 
     3To add a torrent, upload the torrent file to the FTP you were provided with. 
    44= Removing Torrents = 
    5 TBD 
     5To 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 
    67= Setting Up Categories = 
    7 TBD 
     8Below is a sample configuration file. 
     9The 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}}} 
     16below the predefined categories. 
     17You 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 
    819= Sample Configuration File = 
    920{{{