Go Back   FlashFXP Forums > > > >

NeoXed's scripts nxAutoNuke, nxTools, etc.

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-12-2005, 09:21 PM   #1
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default Alcoholicz Sitebot (AlcoBot) v0.5.0

Changes:
  • NEW: Add, fill, or remove requests from IRC with the !request, !reqfill, and !reqdel commands.
  • NEW: Added command aliases !dn and !up for !leechers and !uploaders, respectively.
  • NEW: Approve releases from IRC with the !approve command.
  • NEW: Asynchronous FTP client library with SSL and TLS support.
  • NEW: Expanded zipscript support to include ioSFV (_tUFF) and Project-ZS (Caladan/esmandil).
  • NEW: File containing all available variables (variables.txt).
  • NEW: List commands on the configuration dump, ".alcobot dump".
  • NEW: Rewrote the command interface, proper support for aliases and flag checking.
  • NEW: The "ftpd" module now maintains a connection to the FTP server.
  • CHG: Removed the "cmdPrefix" option from [Module::Free].
  • CHG: Removed the pre time announces from nxTools.
  • CHG: The option names in [Commands] are the base names of commands instead of a pattern.
  • FIX: Handling of patterns with reserved characters (!dupe, !new, !nukes, !unnukes, !pre).
  • FIX: ioZS support, the escape sequences are now properly substituted.
  • FIX: Parsing sub-list (loop) values with reserved characters.
Download:

http://www.inicom.net/pages/en.ioftp...pts.php?id=126

Website:

http://www.alcoholicz.com
neoxed is offline   Reply With Quote
Old 10-12-2005, 09:38 PM   #2
PlutoniC
Junior Member
 
Join Date: Dec 2004
Posts: 9
Default

great neoxed !! thx
PlutoniC is offline   Reply With Quote
Old 10-13-2005, 07:10 AM   #3
EwarWoo
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Oct 2002
Posts: 462
Default

Also working great so far
Only issue found so far is:
<thebot> [[c1]MOVIES] New Release: Home.Movie-honest by ewarwoo/SiTEOPS.
If the section is unspecified in the theme so it goes to default for some reason seems to take the color code as a part of the announce instead of a command.
EwarWoo is offline   Reply With Quote
Old 10-13-2005, 01:31 PM   #4
epoke
Member
ioFTPD Foundation User
 
Join Date: Nov 2003
Posts: 60
Default

hehe nice ,
thx for the great job neoxed
epoke is offline   Reply With Quote
Old 10-13-2005, 04:15 PM   #5
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally Posted by EwarWoo
<thebot> [[c1]MOVIES] New Release: Home.Movie-honest by ewarwoo/SiTEOPS.
If the section is unspecified in the theme so it goes to default for some reason seems to take the color code as a part of the announce instead of a command.
My guess is that you didn't define section colours for the MOVIES section (the [c# ] cookies are for section colours). In your theme file, it should look something like this:

Quote:
[Colour]
# Section colour one [c1].
DEFAULT,1 = 14
MOVIES,1 = 5
...

# Section colour two [c2].
DEFAULT,2 = 15
MOVIES,2 = 6
If you don't want to use section colours, don't use the [c1], [c2], ..., formatting identifiers.
neoxed is offline   Reply With Quote
Old 10-13-2005, 04:38 PM   #6
PaRaNoiD_JaCK
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Mar 2005
Posts: 101
Default

Do we need to have nxtools 1.0.0 for alcobot 0.5.0 to work now ?
PaRaNoiD_JaCK is offline   Reply With Quote
Old 10-13-2005, 04:42 PM   #7
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

No, AlcoBot works independently.

nxTools, on the other hand, only works with AlcoBot.
neoxed is offline   Reply With Quote
Old 10-13-2005, 04:46 PM   #8
PaRaNoiD_JaCK
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Mar 2005
Posts: 101
Default

Yeah thats my problem. I use dZSbot for my main bot.

I get the error on my windrop when starting:

[23:40] [AlcoBot] Unable to load module "nxtools": missing module dependency "ftpd"

So i will need to change it over to alcobot to get the new irc commands to work. Not really a bad thing, it`ll keep me busy 2mrw. Does alcobot work well with php_psio zipscript ?
PaRaNoiD_JaCK is offline   Reply With Quote
Old 10-13-2005, 04:52 PM   #9
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally Posted by PaRaNoiD_JaCK
Yeah thats my problem. I use dZSbot for my main bot.

I get the error on my windrop when starting:

[23:40] [AlcoBot] Unable to load module "nxtools": missing module dependency "ftpd"
What that error means is that nxtools module relies on the ftpd module and that the ftpd must be loaded first. Check your configuration file, both modules are loaded by default in v0.5.0.

Quote:
Originally Posted by PaRaNoiD_JaCK
Does alcobot work well with php_psio zipscript ?
See my reply here: http://www.inicom.net/forum/showthread.php?t=15677
neoxed is offline   Reply With Quote
Old 10-13-2005, 05:07 PM   #10
PaRaNoiD_JaCK
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Mar 2005
Posts: 101
Default

I`ve loaded the ftpd module now and have it connecting to the ftpd. But i do get more errors when trying the !new command.

[00:02] Tcl error [encryptedincominghandler]: invalid command name "proc_news"

2mrw i`ll install all of your updated scripts and drop dZSbot as my main bot. All of my main scripts are your ones anyway, except the zipscript`s, so i know alcobot will work as good as expected.

Thanks, your work is appreciated.
PaRaNoiD_JaCK is offline   Reply With Quote
Old 10-13-2005, 05:12 PM   #11
EwarWoo
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Oct 2002
Posts: 462
Default

Quote:
Originally Posted by neoxed
My guess is that you didn't define section colours for the MOVIES section
I didn't define anything for that section no, I read this:
# - The 'DEFAULT' entry is used if the announce is not section oriented
# or there are no colours defined for the specific section.
and got the impression that if I didn't define it would use:
DEFAULT,1 = 14

I stick together a lot of configs so always look for ways to streamline the process and make as few changes as possible to a "default" install. Every change is a possible config error. And not wanting section specific colors (I prefer a colour per site) just a default would suit my needs better.

Not too much more work to change it but so I'll cope if thats not the way its supposed to function

And yeah, can confirm it works fine with php_psio usung the pzs.var PaRaNoiD_JaCK
EwarWoo is offline   Reply With Quote
Old 10-13-2005, 05:32 PM   #12
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

PaRaNoiD_JaCK:
The procedure "proc_news" does not belong to AlcoBot, might be part of dZSbot.

EwarWoo:
Ah, now I see what you're saying. Indeed, that is a bug - thanks.
neoxed is offline   Reply With Quote
Old 10-13-2005, 05:39 PM   #13
PaRaNoiD_JaCK
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Mar 2005
Posts: 101
Default

Quote:
Originally Posted by neoxed
PaRaNoiD_JaCK:
The procedure "proc_news" does not belong to AlcoBot, might be part of dZSbot.
The error only happesn when !new trigger is typed in the main channel. Anyway not a problem, dZSbot is redundant from 2mrw.
PaRaNoiD_JaCK is offline   Reply With Quote
Old 10-13-2005, 06:40 PM   #14
EwarWoo
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Oct 2002
Posts: 462
Default

!new is a trigger associated with newdir script and should be disabled if thats not used.
EwarWoo is offline   Reply With Quote
Old 10-14-2005, 04:31 AM   #15
PaRaNoiD_JaCK
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Mar 2005
Posts: 101
Default

Using alcobot 0.4.0 !new would show all new directory`s on the irc channel.
PaRaNoiD_JaCK is offline   Reply With Quote
Reply

Tags
command, download, fix, ftp, support

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 05:36 AM.

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