PDA

View Full Version : function search ioa


Mauricio
03-02-2004, 05:34 AM
in my flash fxp when i write

" site search RlZ"


result :

[11:30:10] 200--[Search]-----------------------------------------------------------------------
[11:30:10] 200- Sorry no matches to your search
[11:30:10] 200---------------------------------------------------------------------------[ioA]-
[11:30:10] 200 Command successful.

but i have this rlz on my ftp :)


can you help me plz ^^

Harm
03-02-2004, 05:35 AM
Try: SITE SEARCH *criteria*

alturismo
03-02-2004, 05:36 AM
read ioA manual

either search log (read manual about howto create it)

or may use "*"

etc etc

all need to be configged in ioA with pathes etc.

WarC
03-02-2004, 05:42 AM
Nice to see fast responses.
Thought I'd be first :)

Mauricio
03-02-2004, 02:37 PM
my ioftpd.ini:

## be sure u put those *before* those of ioA!
## Do NOT remove the same command lines from ioA!!!
pre = EXEC ..\scripts\ioBanana\ioBanana.exe pre
wipe = EXEC ..\scripts\ioBanana\ioBanana.exe dirlog
nuke = EXEC ..\scripts\ioBanana\ioBanana.exe kicknuke NUKE
unnuke = EXEC ..\scripts\ioBanana\ioBanana.exe kicknuke UNNUKE

wipe = EXEC ..\scripts\ioA\ioA.exe WIPE
weekly = EXEC ..\scripts\ioA\ioA.exe WEEKLY
weeklyset = EXEC ..\scripts\ioA\ioA.exe WEEKLYSET
syslog = EXEC ..\scripts\ioA\ioA.exe SYSLOG
errlog = EXEC ..\scripts\ioA\ioA.exe ERRLOG
cmdlog = EXEC ..\scripts\ioA\ioA.exe CMDLOG
resetuser = EXEC ..\scripts\ioA\ioA.exe RESETUSER
resetstats = EXEC ..\scripts\ioA\ioA.exe RESETSTATS
size = EXEC ..\scripts\ioA\ioA.exe SIZE
search = EXEC ..\scripts\ioA\ioA.exe SEARCH
searchirc = EXEC ..\scripts\ioA\ioA.exe SEARCHIRC
sfv = EXEC ..\scripts\ioA\ioA.exe SFV
rescan = EXEC ..\scripts\ioA\ioA.exe RESCAN
rescanall = EXEC ..\scripts\ioA\ioA.exe RESCANALL
request = EXEC ..\scripts\ioA\ioA.exe REQUEST
reqfilled = EXEC ..\scripts\ioA\ioA.exe REQFILLED
reqdel = EXEC ..\scripts\ioA\ioA.exe REQDEL
onel = EXEC ..\scripts\ioA\ioA.exe ONELINE
take = EXEC ..\scripts\ioA\ioA.exe TAKE
give = EXEC ..\scripts\ioA\ioA.exe GIVE
transfer = EXEC ..\scripts\ioA\ioA.exe TRANSFER
invite = EXEC ..\scripts\ioA\ioA.exe INVITE
newdate = EXEC ..\scripts\ioA\ioA.exe NEWDATE
msg = EXEC ..\scripts\ioA\ioA.exe MSG
pre = EXEC ..\scripts\ioA\ioA.exe PRE
nuke = EXEC ..\scripts\ioA\ioA.exe NUKE
unnuke = EXEC ..\scripts\ioA\ioA.exe UNNUKE
nukes = EXEC ..\scripts\ioA\ioA.exe NUKES
unnukes = EXEC ..\scripts\ioA\ioA.exe UNNUKES

djrob
03-02-2004, 02:58 PM
Originally posted by alturismo
read ioA manual

either search log (read manual about howto create it)

or may use "*"

etc etc

all need to be configged in ioA with pathes etc.

^^
Who said anything about ioftpd.ini??
You need to configure ioA.cfg. Read the ioA manual and follow it like said above and you'll be searching in no time :p

Mauricio
03-04-2004, 06:43 AM
function search work :)