| 
	
		
	
	
		| NeoXed's scripts nxAutoNuke, nxTools, etc. |  
	
	
		
	
	
	
		|  05-27-2006, 08:19 AM | #1 |  
	| Senior Member 
				 
				Join Date: Jan 2005 
					Posts: 282
				      | 
				 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..    |  
	|   |   |  
	
		
	
	
	
		|  05-27-2006, 12:41 PM | #2 |  
	| Too much time... FlashFXP Beta TesterioFTPD Scripter
 
				 
				Join Date: May 2003 
					Posts: 1,326
				      | 
 
			
			Hehe thanks. nxTools cookies are listed in readme.txt (section 5, "Text Templates").
 I'll add a module for Warchive support as well.
 |  
	|   |   |  
	
		
	
	
	
		|  05-27-2006, 01:22 PM | #3 |  
	| Senior Member 
				 
				Join Date: Jan 2005 
					Posts: 282
				      | 
 
			
			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
		 |  
	|   |   |  
	
		
	
	
	
		|  05-27-2006, 09:09 PM | #4 |  
	| Senior Member 
				 
				Join Date: Jan 2005 
					Posts: 282
				      | 
 
			
			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..    |  
	|   |   |  
	
		
	
	
	
		|  05-28-2006, 01:23 PM | #5 |  
	| Too much time... FlashFXP Beta TesterioFTPD Scripter
 
				 
				Join Date: May 2003 
					Posts: 1,326
				      | 
 
			
			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).
 #
 |  |  
	|   |   |  
	
		
	
	
	
		|  05-28-2006, 03:10 PM | #6 |  
	| Senior Member 
				 
				Join Date: Jan 2005 
					Posts: 282
				      | 
 
			
			but that would take a predb to work right? 
I meen a function that shows the latest rls, that was pre'ed on site...    |  
	|   |   |  
	
		
	
	
	
		|  05-28-2006, 04:32 PM | #7 |  
	| Too much time... FlashFXP Beta TesterioFTPD Scripter
 
				 
				Join Date: May 2003 
					Posts: 1,326
				      | 
 
			
			Use "SITE PRE HISTORY" then.
		 |  
	|   |   |  
	
		
	
	
	
		|  05-31-2006, 07:33 PM | #8 |  
	| Member 
				 
				Join Date: Mar 2006 
					Posts: 44
				      | 
 
			
			Hii 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
 |  
	|   |   |  
	
		
	
	
	
		|  05-31-2006, 07:39 PM | #9 |  
	| Too much time... FlashFXP Beta TesterioFTPD Scripter
 
				 
				Join Date: May 2003 
					Posts: 1,326
				      | 
 
			
			spirit: Take a look at variables.txt...just add the %(age) cookie to the request theme.
		 |  
	|   |   |  
	
		
	
	
	
		|  06-01-2006, 04:26 AM | #10 |  
	| Member 
				 
				Join Date: Mar 2006 
					Posts: 44
				      | 
 
			
			yea works gr8 thanks Neoxed - i forgot that i can configure that by myslefl. Tnx again
		 |  
	|   |   |  
	
		
	
	
	
		|  06-04-2006, 07:51 PM | #11 |  
	| Senior Member 
				 
				Join Date: Jan 2005 
					Posts: 282
				      | 
 
			
			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
 |  
	|   |   |  
	
		
	
	
	
		|  06-05-2006, 02:16 AM | #12 |  
	| Too much time... FlashFXP Beta TesterioFTPD Scripter
 
				 
				Join Date: May 2003 
					Posts: 1,326
				      | 
 
			
			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 featureIntroduces dependencies on external files (ioGroups.exe)Platform specific (i.e. doesn't work with glFTPD)
 |  
	|   |   |  
	
		
	
	
	
		|  06-05-2006, 09:06 AM | #13 |  
	| Senior Member 
				 
				Join Date: Jan 2005 
					Posts: 282
				      | 
 
			
			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
 |  
	|   |   |  
	
		
	
	
	
		|  06-11-2006, 07:15 AM | #14 |  
	| Senior Member 
				 
				Join Date: Jan 2005 
					Posts: 282
				      | 
 
			
			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.
 |  
	|   |   |  
	
		
	
	
	
		|  06-11-2006, 06:06 PM | #15 |  
	| Too much time... FlashFXP Beta TesterioFTPD Scripter
 
				 
				Join Date: May 2003 
					Posts: 1,326
				      | 
 
			
			
	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.
 |  
	|   |   |  
	
		
	
	
	
		
	
	
	| Thread Tools |  
	|  |  
	| Display Modes | Rate This Thread |  
	
	| 
		 Linear Mode |  |  
	| 
	|  Posting Rules |  
	| 
		
		You may not post new threads You may not post replies You may not post attachments You may not edit your posts 
 HTML code is Off 
 |  |  |  All times are GMT -5. The time now is 10:06 AM. |