PDA

View Full Version : [Investigated] dvdrs keeps getting nuked


zykes
10-08-2005, 11:32 PM
set ioBrules(year,DVDR) "2000"
set ioBrules(rating,DVDR) "5.0"
set ioBrules(votes,DVDR) "550"

are the rules i have in my bot. and i use iob2. everytime i or someone else upload a dvdr, it gets nuked because:

[R] 250-/---------------------------------
[R] 250-| Nuke info
[R] 250-|
[R] 250-| Nuker: sitebot
[R] 250-| Reason: enforcing.our.imdb.rules
[R] 250-| Multi: 3
[R] 250-| Time: 1009-00:50
[R] 250-\---------------------------------

every dvd i have uploaded has the requirements over that.



[R] 250- +-[something]------------------------------------------------------------- -- - +
[R] 250- | I M D B I N F O |
[R] 250- + - -- ------------------------------------------------------------- -- - +
[R] 250- | Title : Donnie Darko | Year : 2001 |
[R] 250- | Genre : Drama / Mystery / Sci-Fi | Rated: 8.4/10 with 61,597 votes |
[R] 250- | Budget: $4,500,000 | Runtime : 113 mins |
[R] 250- + - -- ------------------------------------------------------------- -- - +
[R] 250- | Director: Richard Kelly |
[R] 250- | Cast: |
[R] 250- | Holmes Osborne (Eddie Darko) |
[R] 250- | Maggie Gyllenhaal (Elizabeth Darko) |
[R] 250- | Daveigh Chase (Samantha Darko) |
[R] 250- | James Duval (Frank) |
[R] 250- | Patrick Swayze (Jim Cunningham) |
[R] 250- + - -- ------------------------------------------------------------- -- - +
[R] 250- | Plot: After escaping death, a troubled teenager is driven to manipulate |
[R] 250- | a complex chain of events that will change the destinies of himself an |
[R] 250- | d those around him. |
[R] 250- + - -- ------------------------------------------------------------- -- - +
[R] 250- | Opening: $24,728 (USA) 6 June 2004 (7 Screens) |
[R] 250- | Mpaa: Rated R for language, some drug use and violence. |
[R] 250- | Url : http://www.imdb.com/title/tt0246578 |
[R] 250- + - -- ------------------------------------------------------------- -- - +

EwarWoo
10-09-2005, 02:49 AM
Not used this script so pure guess, but by specifying 2000 in the allowed years variable wont it nuke anything not 2000?
Autonuker I use works that way anyways but, you need to specify all allowed years, not just the year allowed from.

Harm
10-09-2005, 04:25 AM
Actually, the settings defined in ioBanana.tcl (those you pasted) are only used to send warnings to the announce channel. The autonuker (the one that nuked this directory) is configured in ioCONFIG.itcl since it's a server-side script. The default (read: sample) rules would indeed nuke this one. They are defined as follow: ###; iMDB rules
###; Syntax: {"*pattern*" year rating votes}
set anuke(imdb,DVDR) {{"*limited*" 2003 5.0 50} {"*" 2002 5.5 150}}
According to what you said, you should have "set anuke(imdb,DVDR) {{"*" 2000 5.0 550}}".

EwarWoo: the configuration file defines the minimum requirements.

zykes
10-09-2005, 06:47 PM
i changed to what you said, but the dvds keeps getting nuked by sitebot.

zykes
10-10-2005, 10:04 AM
anyone help ?

Harm
10-15-2005, 03:51 AM
Unless you can give more details, no.

zykes
10-15-2005, 07:56 AM
i upload a dvdr, then a while after, it gets nuked. if i trye another it gets nuked as well.

Harm
10-15-2005, 11:05 AM
I meant real details like all the autonuke rules you are using, the output of SITE SHOWBANANA in the nuked directories and the corresponding NUKE: lines from ioFTPD.log.

ArtX
01-11-2006, 06:13 AM
im getting the same problem - have read through all the threads i could find

info

ioftpd 5.8.5r
iob 2 release 1


ioCONFIG.itcl

set anuke(imdb,DVDR) {{"*" 1990 5.0 500}} - would like anything after 1990 to be allowed - is that set right ? (prob isnt rather new to ioftpd still ;) )

ioFTPD.log

01-11-2006 10:50:23 NUKE: "/DVDR/somerls" "red" "nukers" "Carpo" "Admins" "3" "772.07" "enforcing.our.imdb.rules"
01-11-2006 10:51:16 UNNUKE: "/DVDR//DVDR/somerls" "Carpo" "Admins" "Carpo" "Admins" "3" "772.07" "none"
01-11-2006 11:00:23 LOGOUT: "FTP_Service" "Carpo" "Admins" "I Can Do Science Me" "*@red-dwarf"
01-11-2006 11:00:23 NUKE: "/DVDR//DVDR/somerls" "red" "nukers" "Carpo" "Admins" "3" "905.12" "enforcing.our.imdb.rules"
01-11-2006 11:00:28 LOGIN: "FTP_Service" "Carpo" "Admins" "I Can Do Science Me" "*@red-dwarf"
01-11-2006 11:00:35 LOGOUT: "FTP_Service" "Carpo" "Admins" "I Can Do Science Me" "*@red-dwarf"
01-11-2006 11:01:20 LOGIN: "FTP_Service" "Carpo" "Admins" "I Can Do Science Me" "*@red-dwarf"
01-11-2006 11:01:50 UNNUKE: "/DVDR//DVDR/somerls" "Carpo" "Admins" "Carpo" "Admins" "3" "905.12" "none"

for SITE SHOWBANANA do you require the complete output it gives?

if anything else is required (apart from sexual favours, and the outstanding SITE SHOWBANANA) please advise me of what info you need and i will post

on a side note set anuke(mp3,MP3) {{"*" 1990 128}}
is that set right to allow all mp3s from 1990 with a bit rate of 128 ?