PDA

View Full Version : Problem ioNiNJA


AndreyN
10-12-2011, 07:28 AM
There is a server on which flooded only mp3 and there was a problem with the releases in which the word sample, the error injection (553 | + SAMPLE: Only sample files allowed here). Tell me how competently it can be corrected.

problem folder (Sample_Minds-The_censured)

o_dog
10-20-2011, 04:36 PM
in ioninja.itcl
find the line
if {$ioNJ(samples) != "" && [regexp -nocase "/sample" $pwd]} {

replace to
if {$ioNJ(samples) != "" && [regexp -nocase "/sample/" $pwd]} {

if that doesn't work, replace to

if {$ioNJ(samples) != "" && [regexp -nocase "/sample$" $pwd]} {

AndreyN
11-07-2011, 09:58 AM
Big Thanks!