PDA

View Full Version : EDITPRE problems


panzerfaust
02-09-2008, 05:15 AM
How do i sort out SITE EDITPRE? i thought you could use it like this:
SITE EDITPRE addpath /XviD/_PRE (or with an ending /) or addgrp GRPNAME, but it just says invalid path/area? Tried EDITPRE addarea XviD and it worked (besides from saying it already existed hehe).

Help is appreciated, thank you in advance.

edit: solved i think, had to define the paths etc in nxPre.cfg (solved)

neoxed
02-09-2008, 08:23 PM
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.

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.