View Single Post
Old 02-09-2008, 08:23 PM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

The command wasn't working because you never used the correct number of parameters. Use the help system to see how the SITE EDITPRE command works.

Code:
site editpre help
200-.-[EditPre]--------------------------------------------------------------.
200-| Description:                                                           |
200-|  - Used to edit pre areas, groups and paths.                           |
200-|  - For more detailed help, try "SITE EDITPRE HELP" <option>            |
200-| Syntax: SITE EDITPRE <option> <area> [value]                           |
200-| Option: addarea delarea addgrp delgrp addpath delpath hidepath view    |
200-| Areas : 0DAY, APPS, GAMES, MP3, SVCD, TV, VCD, XVID, and XXX           |
200-'------------------------------------------------------------------------'
200 Command successful.

site editpre help addpath
200-.-[EditPre]--------------------------------------------------------------.
200-| Description:                                                           |
200-|  - Add a path to be used as a pre area for the specified group.        |
200-| Syntax : SITE EDITPRE ADDPATH <group> <path>                           |
200-| Example: SITE EDITPRE ADDPATH NX /GROUPS/NX/                           |
200-'------------------------------------------------------------------------'
200 Command successful.

site editpre help addgrp
200-.-[EditPre]--------------------------------------------------------------.
200-| Description:                                                           |
200-|  - Allow a group to pre to the specified area.                         |
200-| Syntax : SITE EDITPRE ADDGRP <area> <group>                            |
200-| Example: SITE EDITPRE ADDGRP 0DAY NX                                   |
200-'------------------------------------------------------------------------'
200 Command successful.
neoxed is offline   Reply With Quote