PDA

View Full Version : site search choice between from log or not


prozak
05-01-2004, 07:09 PM
I am very impressed with the sitesearch function u created.

Do you have plans to make it possible to:

1. chose between searching from log or not through custom command
2. chose between searching through files or dirs through custom command (like site google on some gl sites)

so in example 1 you would have:

site searchlog *whaveter* (would search from log)

site search *whatever* (would search actual HDD)

example 2 would give:

site goole *whatever* (would search HDD for files)

site lgoogle *whatever* (would search log for files)

looks like it should be possible howver will prolly need a rewrite.

Thnx for a great script.

WarC
05-01-2004, 07:34 PM
atm I dont think this will be added. Mainly due to lack of time. However I will write it down if I can get the time to do some more serious develop of ioA.

prozak
05-01-2004, 08:29 PM
thanx for your quick reply.

Zer0Racer
05-02-2004, 03:39 PM
You could use two instances of ioA. Configure one to use the search log and the other to search the regular way.

[FTP_Custom_Commands]
...
search = EXEC ..\scripts\ioA\ioA.exe search
searchlog = EXEC ..\scripts\ioAlog\ioA.exe search
...

prozak
05-02-2004, 09:12 PM
Heh, wast sure if it was possoble to call the script twice there.

THANX!

I'll try that :D

WarC
05-06-2004, 04:34 PM
Thats cheating Zer0 :)
but bending rules is always allowed

Zer0Racer
05-07-2004, 11:53 AM
Saving you some work WarC ;)