Go Back   FlashFXP Forums > > > >

NeoXed's scripts nxAutoNuke, nxTools, etc.

Reply
 
Thread Tools Rate Thread Display Modes
Old 05-27-2006, 08:19 AM   #1
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default some small requests for next version..

Hi neoxed..

Thnx for this great script.. nice to see scripts are still being developed.

one thing though.

Would be nice with a cookie.txt.

Is it possible to get tagline in newdir?
and a version script + support for warchive would be nice.

i think alcobot quite covers everything else..
zOrP is offline   Reply With Quote
Old 05-27-2006, 12:41 PM   #2
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Hehe thanks. nxTools cookies are listed in readme.txt (section 5, "Text Templates").

I'll add a module for Warchive support as well.
neoxed is offline   Reply With Quote
Old 05-27-2006, 01:22 PM   #3
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

thnx..
off course i skipped part 5..


ive been trying to make that module myself..

but its a bit more advanced, since its not only log reading. but changing some cookies to data.. :X
zOrP is offline   Reply With Quote
Old 05-27-2006, 09:09 PM   #4
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

And would be nice if u could log site pres to a .log file..

So alcobot could catch it, and enable !pres

for last pres..
zOrP is offline   Reply With Quote
Old 05-28-2006, 01:23 PM   #5
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

AlcoBot.conf:
Quote:
#### Module: Pre Times
#
# Name: pretimes
# Info: Display and search for release pre times.
#
# addOnPre - Add releases to the database when pre'd (PRE log event).
# database - Database URI string, specifies the database to use.
# defLimit - Default time limit, in minutes, until a release is considered
# late. This can be set on a per-section basis with "pretime=<mins>".
# searchPres - Allow users to search the pre database (using !pre, !predb, or !pregroup).
# showOnNew - Show pre time when a directory is created (NEWDIR log event).
#
neoxed is offline   Reply With Quote
Old 05-28-2006, 03:10 PM   #6
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

but that would take a predb to work right?

I meen a function that shows the latest rls, that was pre'ed on site...
zOrP is offline   Reply With Quote
Old 05-28-2006, 04:32 PM   #7
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Use "SITE PRE HISTORY" then.
neoxed is offline   Reply With Quote
Old 05-31-2006, 07:33 PM   #8
spirit
Member
 
Join Date: Mar 2006
Posts: 44
Default

Hi
i got a small 1 i think

The thing is if u do site request yourrequest u will see while doing site requests cmd that there is the time since when this request has been added but if u do !requests at the channel then there is no info like that - is it possible to add if its not that hard ofcourse???
tnx
cu later
spirit is offline   Reply With Quote
Old 05-31-2006, 07:39 PM   #9
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

spirit: Take a look at variables.txt...just add the %(age) cookie to the request theme.
neoxed is offline   Reply With Quote
Old 06-01-2006, 04:26 AM   #10
spirit
Member
 
Join Date: Mar 2006
Posts: 44
Default

yea works gr8 thanks Neoxed - i forgot that i can configure that by myslefl. Tnx again
spirit is offline   Reply With Quote
Old 06-04-2006, 07:51 PM   #11
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

Btw, is it possible to modify it for ranked user/group output?

i tried copying this from dzsbot.tcl

set binary(IOGROUP) "C:/ioFTPD/scripts/iogroups/iogroups.exe"

if [regexp {rank:[^\"| ]+} $output rankeduser] {
set zs_user [lindex [split ${rankeduser} :] 1]
set result [exec $binary(IOGROUP) template=2 ranking ${zs_user}]
set output [replacevar $output "rank:${zs_user}" "${result}"]
}

and adding it to modreadlogs.tcl.
didnt help much though.. :x
zOrP is offline   Reply With Quote
Old 06-05-2006, 02:16 AM   #12
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

You would have to write a module that hooks events (e.g. STATS) from modReadLogs, and then parse the output from there.

And in case you're wondering, things like these will never be incorporated for several reasons.
  • Ugly hack for a trivial feature
  • Introduces dependencies on external files (ioGroups.exe)
  • Platform specific (i.e. doesn't work with glFTPD)
neoxed is offline   Reply With Quote
Old 06-05-2006, 09:06 AM   #13
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

hmm..
but is there no way to implement it without iogroups then.

I've seen this for glftpd too, so it should be doable to make something that works for both.. :x
zOrP is offline   Reply With Quote
Old 06-11-2006, 07:15 AM   #14
zOrP
Senior Member
 
Join Date: Jan 2005
Posts: 282
Default

Is it possible to add to autonuke, a backfill autonuke function then?

Since alcobot is connected on site, make it catch announce from a prebot, and when backfill is included, it would go on ftp and nuke?


and maybe a global search..
So when u have several sites u just do !searchall and get 1 query instead of many..

Last edited by zOrP; 06-11-2006 at 07:27 AM.
zOrP is offline   Reply With Quote
Old 06-11-2006, 06:06 PM   #15
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally Posted by zOrP
Is it possible to add to autonuke, a backfill autonuke function then?
I have stated many times that I will not add this. If you want to, feel free to write it and post it as a third party module.

Quote:
Originally Posted by zOrP
and maybe a global search..
So when u have several sites u just do !searchall and get 1 query instead of many..
This would take far too much time for something so simple, but maybe sometime further down the road. I'll keep it in mind for when I move AlcoBot away from Eggdrop to function as a standalone IRC bot.

Last edited by neoxed; 06-11-2006 at 06:14 PM.
neoxed is offline   Reply With Quote
Reply

Tags
covers, nice, script, tagline, version

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 11:38 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)