Go Back   FlashFXP Forums > > > >

! Requests Need a script or some sort of cool .bat file ? Ask here!

Reply
 
Thread Tools Rate Thread Display Modes
Old 05-14-2005, 12:04 PM   #1
biasquez
Member
 
Join Date: May 2005
Posts: 31
Default iojTQ NUKE

hello,i would to know how works iojtq nuke,thanks
biasquez is offline   Reply With Quote
Old 05-14-2005, 02:41 PM   #2
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

!nuke site /path/ dir multi reason

!nuke site1 /xxx/ some.xxx 3 testing

not

!nuke site1 /xxx/some.xxx 3 testing

and works only for ioA
jeza is offline   Reply With Quote
Old 05-15-2005, 05:32 AM   #3
biasquez
Member
 
Join Date: May 2005
Posts: 31
Default

thanks Jeza,but according to you,is it possible to register name.release with a tcl ?


<bot2> [BF] name.release Was released 5 hours 13 minutes 13 seconds ago.



<iojTQ> !nuke path name.release multi reason
biasquez is offline   Reply With Quote
Old 05-15-2005, 08:04 AM   #4
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

yup

if u know a litle tcl than u can add trigger to iojtq
[BF]
catch release.name (second word in line)
and send command to ftp if u know the path

jeza is offline   Reply With Quote
Old 05-15-2005, 08:26 AM   #5
biasquez
Member
 
Join Date: May 2005
Posts: 31
Default

i don't know tcl well,but i can put trigger in iojTQ,path is /TODAY/ but i don't know how read name release,help me,thanks
biasquez is offline   Reply With Quote
Old 05-15-2005, 09:27 AM   #6
biasquez
Member
 
Join Date: May 2005
Posts: 31
Default

read 2 sec

proc iojTQ:BAD {chan release} {

global iojTQ

if { $chan != $iojTQ(admin_chan) } { return }

sm $chan "!nuke TODAY name.release 3 PRE_BAD"

return

}



bad code ^_^
biasquez is offline   Reply With Quote
Old 05-15-2005, 11:36 AM   #7
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

yup bad

u should send ftp command not msg to the chan

iojTQ:SendFTPCommand sitename "SITE CWD /TODAY/"
iojTQ:SendFTPCommand sitename "SITE NUKE release 3 reason"

and remove this line with admin chan
jeza is offline   Reply With Quote
Old 05-16-2005, 04:55 AM   #8
biasquez
Member
 
Join Date: May 2005
Posts: 31
Default

ok,but there are 2 problem:

1) when there is this line on chan

<bot2> [BAD] release Was released 5 hours 13 minutes 13 seconds ago.

how iojTQ read [BAD] ?
in the bind i can't
[BAD]-iojTQ:BAD because iojTQ accept only with !


2)
code is:


proc iojTQ:BAD {release} {

global iojTQ

iojTQ:SendFTPCommand sitename "SITE CWD /TODAY/"
iojTQ:SendFTPCommand sitename "SITE NUKE release 3 reason"

return

}

how iojTQ read release from bot2?


excuse me too
biasquez is offline   Reply With Quote
Old 05-16-2005, 05:34 AM   #9
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

...
proc iojTQ_FISH {nick uhost hand chan arg} {

global iojTQ
set cmdline [decrypt $iojTQ(fish_key) $arg]
set dcmd [lindex $cmdline 0]
set darg [lrange $cmdline 1 end]


if { $dcmd == "\[BAD\]" } {
iojTQ:BAD [lindex $cmdline 1]
}


foreach prc $iojTQ(proces) {
set n [split $prc "-"]
if { $dcmd == "$iojTQ(cmdp)[lindex $n 0]" } {
[lindex $n 1] $nick $uhost $hand $chan $darg
break
}
}

...
jeza is offline   Reply With Quote
Old 05-16-2005, 05:37 AM   #10
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

proc iojTQ:BAD {release} {

global iojTQ

iojTQ:SendFTPCommand typeyoursitenamehere "SITE CWD /TODAY/"
iojTQ:SendFTPCommand typeyoursitenamehere "SITE NUKE $release 3 typeyournukereasonhere"

return

}
jeza is offline   Reply With Quote
Old 05-16-2005, 07:44 AM   #11
biasquez
Member
 
Join Date: May 2005
Posts: 31
Default

nothing,don't works
biasquez is offline   Reply With Quote
Old 05-17-2005, 03:12 PM   #12
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

probably somthing with \[BLA\]
and this only works with fish on
jeza is offline   Reply With Quote
Old 05-17-2005, 03:24 PM   #13
biasquez
Member
 
Join Date: May 2005
Posts: 31
Default

ah ok,now fish is off| are there a method to make work without fish?

now fish enabled but not works,
according to me don't read

<bot2> [BAD] => release Was released 39 minutes 51 seconds ago
biasquez is offline   Reply With Quote
Old 05-17-2005, 03:50 PM   #14
biasquez
Member
 
Join Date: May 2005
Posts: 31
Default

Unable to find directory to nuke
biasquez is offline   Reply With Quote
Old 05-17-2005, 04:57 PM   #15
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

[BAD] => release Was released 39 minutes 51 seconds ago

release = word 3
in your previus post it was word 2

[BAD] release Was released 39 minutes 51 seconds ago

--> iojTQ:BAD [lindex $cmdline 2]
for [BAD] => release Was released 39 minutes 51 seconds ago
jeza is offline   Reply With Quote
Reply

Tags
iojtq, nuke, works

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 06:10 PM.

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