PDA

View Full Version : Unable to pre to a specific section


zOrP
08-01-2006, 07:21 PM
was wondering..

Is nxtools case sensitive ?

Im having problems with sections that have mixed letters.

XViD for example.
when i do
[2] site pre XViD TEST
[2] 200-.-[Pre]------------------------------------------------------------------.
[2] 200-| Invalid area, try "SITE PRE HELP" to view available areas. |
[2] 200-'------------------------------------------------------------------------'
[2] 200-| Areas : XViD |

neoxed
08-01-2006, 07:48 PM
What does nxPre.cfg look like?

zOrP
08-01-2006, 09:02 PM
here is my pre.cfg

[AREAS]
XViD "e:/xvid"
DVDR "f:/dvdr"

[GROUPS]
XViD "TEST"
DVDR "TEST"

[PATHS]
TEST "/GROUPS/XViD/TEST/" "/GROUPS/DVDR/TEST/"

here is .vfs

"c:\ioFTPD\site\GROUPS" /GROUPS
"e:\GROUPS\xvid" /GROUPS/XViD
"f:\GROUPS\dvdr" /GROUPS/DVDR

Note that dvdr pre's work fine.. :)

zOrP
08-07-2006, 06:48 AM
so, no fix ?

and another small "bug"

When using today-mp3 or today-0day, the search/dupe function is kinda useless,
since users cwd to today-mp3,
and then on "site search something" u get
/today-0day/rls
hehe.. :)

neoxed
08-07-2006, 01:28 PM
so, no fix ?It is time you started reading the documents included with nxTools. Since you decided to edit the nxPre.cfg file directly, instead of using the "SITE EDITPRE" command, you should have at least read the comments in that file.

################################################## ##############################
# nxTools - Pre Configuration #
################################################## ##############################
#
#### Areas #################################################
#
# Format : <area> <physical path>
# Example: MP3 "C:/ioFTPD/site/MP3/%m%d/"
#
# Date Cookies:
# %d - Day %y - Year (04)
# %W - Week %Y - Year (2004)
# %m - Month %% - Percent Sign
#
# Description:
# - Areas and destination paths to send pre's.
# - The area must be defined in uppercase.
# - The path must have both leading and trailing slashes."
# - Date cookies can be used for dated dirs.
#



and another small "bug"

When using today-mp3 or today-0day, the search/dupe function is kinda useless,
since users cwd to today-mp3,
and then on "site search something" u get
/today-0day/rls
hehe.. :)Search before posting...

http://www.inicom.net/forum/showthread.php?t=11609

zOrP
08-07-2006, 04:45 PM
ahh.. oki

thnx for the quick reply.
Btw, i tried adding this to the ioFTPD.ini

0DAY = 0 0 /_Today-0DAY/*

havent had any dupe errors since.. :)