View Single Post
Old 03-12-2004, 06:58 AM  
Safe
Member
 
Join Date: Nov 2003
Posts: 33
Default

Thanks a lot for your answers. I ve efectively seen this :

#############
# slowraces #
#############
#
# slow_races: 1 to enable, 0 to disable
#
# will kick users off site (all connections) if upload speed less than
# 'slow_races_min_speed' kBps (kick announced in site chan)
#
# will punish the last user to upload a file in a race if it was uploaded
# at a speed less than 'slow_races_min_speed' kBps
# the user will loose 'slow_races_punish' MB (announced in site chan)
# slow_races_punish=0 to disable punish on race end
#
# applies only to releases with at least 'slow_races_min_files'
# not in any dirs in 'excluded_dirs_slowraces'

slow_races=0
slow_races_min_speed=150
slow_races_kick_during_race=1
slow_races_punish=500
slow_races_min_files=1
slow_races_exclude_flags=1M
excluded_dirs_slowraces=/!ioftpd /pre /requests /___speedtests___



But, i tried and it works only during race. I d like to force during simple upload and leech.
bizniz i m going to try your lib. Thanks again all.
Safe is offline   Reply With Quote